#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_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_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_FGuid \ static_assert(alignof(FGuid) == 0x000004, "Wrong alignment on FGuid"); \ static_assert(sizeof(FGuid) == 0x000010, "Wrong size on FGuid"); \ static_assert(offsetof(FGuid, A) == 0x000000, "Member 'FGuid::A' has a wrong offset!"); \ static_assert(offsetof(FGuid, B) == 0x000004, "Member 'FGuid::B' has a wrong offset!"); \ static_assert(offsetof(FGuid, C) == 0x000008, "Member 'FGuid::C' has a wrong offset!"); \ static_assert(offsetof(FGuid, D) == 0x00000C, "Member 'FGuid::D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAutomationEvent \ static_assert(alignof(FAutomationEvent) == 0x000008, "Wrong alignment on FAutomationEvent"); \ static_assert(sizeof(FAutomationEvent) == 0x000038, "Wrong size on FAutomationEvent"); \ static_assert(offsetof(FAutomationEvent, Type) == 0x000000, "Member 'FAutomationEvent::Type' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Message) == 0x000008, "Member 'FAutomationEvent::Message' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Context) == 0x000018, "Member 'FAutomationEvent::Context' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Artifact) == 0x000028, "Member 'FAutomationEvent::Artifact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDateTime \ static_assert(alignof(FDateTime) == 0x000008, "Wrong alignment on FDateTime"); \ static_assert(sizeof(FDateTime) == 0x000008, "Wrong size on FDateTime"); \ #define DUMPER7_ASSERTS_FAutomationExecutionEntry \ static_assert(alignof(FAutomationExecutionEntry) == 0x000008, "Wrong alignment on FAutomationExecutionEntry"); \ static_assert(sizeof(FAutomationExecutionEntry) == 0x000058, "Wrong size on FAutomationExecutionEntry"); \ static_assert(offsetof(FAutomationExecutionEntry, Event) == 0x000000, "Member 'FAutomationExecutionEntry::Event' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, Filename) == 0x000038, "Member 'FAutomationExecutionEntry::Filename' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, LineNumber) == 0x000048, "Member 'FAutomationExecutionEntry::LineNumber' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, Timestamp) == 0x000050, "Member 'FAutomationExecutionEntry::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FUniqueNetIdWrapper \ static_assert(alignof(FUniqueNetIdWrapper) == 0x000001, "Wrong alignment on FUniqueNetIdWrapper"); \ static_assert(sizeof(FUniqueNetIdWrapper) == 0x000001, "Wrong size on FUniqueNetIdWrapper"); \ #define DUMPER7_ASSERTS_FAssetBundleData \ static_assert(alignof(FAssetBundleData) == 0x000008, "Wrong alignment on FAssetBundleData"); \ static_assert(sizeof(FAssetBundleData) == 0x000010, "Wrong size on FAssetBundleData"); \ static_assert(offsetof(FAssetBundleData, Bundles) == 0x000000, "Member 'FAssetBundleData::Bundles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAssetData \ static_assert(alignof(FAssetData) == 0x000008, "Wrong alignment on FAssetData"); \ static_assert(sizeof(FAssetData) == 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_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_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_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_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_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_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_UPackageMap \ static_assert(alignof(UPackageMap) == 0x000008, "Wrong alignment on UPackageMap"); \ static_assert(sizeof(UPackageMap) == 0x0000E0, "Wrong size on UPackageMap"); \ #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_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_IInterface \ static_assert(alignof(IInterface) == 0x000001, "Wrong alignment on IInterface"); \ static_assert(sizeof(IInterface) == 0x000001, "Wrong size on IInterface"); \ #define DUMPER7_ASSERTS_UGCObjectReferencer \ static_assert(alignof(UGCObjectReferencer) == 0x000008, "Wrong alignment on UGCObjectReferencer"); \ static_assert(sizeof(UGCObjectReferencer) == 0x000070, "Wrong size on UGCObjectReferencer"); \ #define DUMPER7_ASSERTS_UTextBuffer \ static_assert(alignof(UTextBuffer) == 0x000008, "Wrong alignment on UTextBuffer"); \ static_assert(sizeof(UTextBuffer) == 0x000050, "Wrong size on UTextBuffer"); \ #define DUMPER7_ASSERTS_UScriptStruct \ static_assert(alignof(UScriptStruct) == 0x000008, "Wrong alignment on UScriptStruct"); \ static_assert(sizeof(UScriptStruct) == 0x0000C0, "Wrong size on UScriptStruct"); \ #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_UEnum \ static_assert(alignof(UEnum) == 0x000008, "Wrong alignment on UEnum"); \ static_assert(sizeof(UEnum) == 0x000060, "Wrong size on UEnum"); \ static_assert(offsetof(UEnum, Names) == 0x000040, "Member 'UEnum::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULinkerPlaceholderClass \ static_assert(alignof(ULinkerPlaceholderClass) == 0x000008, "Wrong alignment on ULinkerPlaceholderClass"); \ static_assert(sizeof(ULinkerPlaceholderClass) == 0x0003E8, "Wrong size on ULinkerPlaceholderClass"); \ #define DUMPER7_ASSERTS_ULinkerPlaceholderExportObject \ static_assert(alignof(ULinkerPlaceholderExportObject) == 0x000008, "Wrong alignment on ULinkerPlaceholderExportObject"); \ static_assert(sizeof(ULinkerPlaceholderExportObject) == 0x0000F0, "Wrong size on ULinkerPlaceholderExportObject"); \ #define DUMPER7_ASSERTS_ULinkerPlaceholderFunction \ static_assert(alignof(ULinkerPlaceholderFunction) == 0x000008, "Wrong alignment on ULinkerPlaceholderFunction"); \ static_assert(sizeof(ULinkerPlaceholderFunction) == 0x000298, "Wrong size on ULinkerPlaceholderFunction"); \ #define DUMPER7_ASSERTS_UMetaData \ static_assert(alignof(UMetaData) == 0x000008, "Wrong alignment on UMetaData"); \ static_assert(sizeof(UMetaData) == 0x0000C8, "Wrong size on UMetaData"); \ #define DUMPER7_ASSERTS_UObjectRedirector \ static_assert(alignof(UObjectRedirector) == 0x000008, "Wrong alignment on UObjectRedirector"); \ static_assert(sizeof(UObjectRedirector) == 0x000030, "Wrong size on UObjectRedirector"); \ #define DUMPER7_ASSERTS_UProperty \ static_assert(alignof(UProperty) == 0x000008, "Wrong alignment on UProperty"); \ static_assert(sizeof(UProperty) == 0x000070, "Wrong size on UProperty"); \ #define DUMPER7_ASSERTS_UEnumProperty \ static_assert(alignof(UEnumProperty) == 0x000008, "Wrong alignment on UEnumProperty"); \ static_assert(sizeof(UEnumProperty) == 0x000080, "Wrong size on UEnumProperty"); \ #define DUMPER7_ASSERTS_UArrayProperty \ static_assert(alignof(UArrayProperty) == 0x000008, "Wrong alignment on UArrayProperty"); \ static_assert(sizeof(UArrayProperty) == 0x000078, "Wrong size on UArrayProperty"); \ #define DUMPER7_ASSERTS_UObjectPropertyBase \ static_assert(alignof(UObjectPropertyBase) == 0x000008, "Wrong alignment on UObjectPropertyBase"); \ static_assert(sizeof(UObjectPropertyBase) == 0x000078, "Wrong size on UObjectPropertyBase"); \ #define DUMPER7_ASSERTS_UBoolProperty \ static_assert(alignof(UBoolProperty) == 0x000008, "Wrong alignment on UBoolProperty"); \ static_assert(sizeof(UBoolProperty) == 0x000078, "Wrong size on UBoolProperty"); \ #define DUMPER7_ASSERTS_UNumericProperty \ static_assert(alignof(UNumericProperty) == 0x000008, "Wrong alignment on UNumericProperty"); \ static_assert(sizeof(UNumericProperty) == 0x000070, "Wrong size on UNumericProperty"); \ #define DUMPER7_ASSERTS_UByteProperty \ static_assert(alignof(UByteProperty) == 0x000008, "Wrong alignment on UByteProperty"); \ static_assert(sizeof(UByteProperty) == 0x000078, "Wrong size on UByteProperty"); \ #define DUMPER7_ASSERTS_UObjectProperty \ static_assert(alignof(UObjectProperty) == 0x000008, "Wrong alignment on UObjectProperty"); \ static_assert(sizeof(UObjectProperty) == 0x000078, "Wrong size on UObjectProperty"); \ #define DUMPER7_ASSERTS_UClassProperty \ static_assert(alignof(UClassProperty) == 0x000008, "Wrong alignment on UClassProperty"); \ static_assert(sizeof(UClassProperty) == 0x000080, "Wrong size on UClassProperty"); \ #define DUMPER7_ASSERTS_UDelegateProperty \ static_assert(alignof(UDelegateProperty) == 0x000008, "Wrong alignment on UDelegateProperty"); \ static_assert(sizeof(UDelegateProperty) == 0x000078, "Wrong size on UDelegateProperty"); \ #define DUMPER7_ASSERTS_UDoubleProperty \ static_assert(alignof(UDoubleProperty) == 0x000008, "Wrong alignment on UDoubleProperty"); \ static_assert(sizeof(UDoubleProperty) == 0x000070, "Wrong size on UDoubleProperty"); \ #define DUMPER7_ASSERTS_UFloatProperty \ static_assert(alignof(UFloatProperty) == 0x000008, "Wrong alignment on UFloatProperty"); \ static_assert(sizeof(UFloatProperty) == 0x000070, "Wrong size on UFloatProperty"); \ #define DUMPER7_ASSERTS_UIntProperty \ static_assert(alignof(UIntProperty) == 0x000008, "Wrong alignment on UIntProperty"); \ static_assert(sizeof(UIntProperty) == 0x000070, "Wrong size on UIntProperty"); \ #define DUMPER7_ASSERTS_UInt8Property \ static_assert(alignof(UInt8Property) == 0x000008, "Wrong alignment on UInt8Property"); \ static_assert(sizeof(UInt8Property) == 0x000070, "Wrong size on UInt8Property"); \ #define DUMPER7_ASSERTS_UInt16Property \ static_assert(alignof(UInt16Property) == 0x000008, "Wrong alignment on UInt16Property"); \ static_assert(sizeof(UInt16Property) == 0x000070, "Wrong size on UInt16Property"); \ #define DUMPER7_ASSERTS_UInt64Property \ static_assert(alignof(UInt64Property) == 0x000008, "Wrong alignment on UInt64Property"); \ static_assert(sizeof(UInt64Property) == 0x000070, "Wrong size on UInt64Property"); \ #define DUMPER7_ASSERTS_UInterfaceProperty \ static_assert(alignof(UInterfaceProperty) == 0x000008, "Wrong alignment on UInterfaceProperty"); \ static_assert(sizeof(UInterfaceProperty) == 0x000078, "Wrong size on UInterfaceProperty"); \ #define DUMPER7_ASSERTS_ULazyObjectProperty \ static_assert(alignof(ULazyObjectProperty) == 0x000008, "Wrong alignment on ULazyObjectProperty"); \ static_assert(sizeof(ULazyObjectProperty) == 0x000078, "Wrong size on ULazyObjectProperty"); \ #define DUMPER7_ASSERTS_UMapProperty \ static_assert(alignof(UMapProperty) == 0x000008, "Wrong alignment on UMapProperty"); \ static_assert(sizeof(UMapProperty) == 0x000098, "Wrong size on UMapProperty"); \ #define DUMPER7_ASSERTS_UMulticastDelegateProperty \ static_assert(alignof(UMulticastDelegateProperty) == 0x000008, "Wrong alignment on UMulticastDelegateProperty"); \ static_assert(sizeof(UMulticastDelegateProperty) == 0x000078, "Wrong size on UMulticastDelegateProperty"); \ #define DUMPER7_ASSERTS_UMulticastInlineDelegateProperty \ static_assert(alignof(UMulticastInlineDelegateProperty) == 0x000008, "Wrong alignment on UMulticastInlineDelegateProperty"); \ static_assert(sizeof(UMulticastInlineDelegateProperty) == 0x000078, "Wrong size on UMulticastInlineDelegateProperty"); \ #define DUMPER7_ASSERTS_UMulticastSparseDelegateProperty \ static_assert(alignof(UMulticastSparseDelegateProperty) == 0x000008, "Wrong alignment on UMulticastSparseDelegateProperty"); \ static_assert(sizeof(UMulticastSparseDelegateProperty) == 0x000078, "Wrong size on UMulticastSparseDelegateProperty"); \ #define DUMPER7_ASSERTS_UNameProperty \ static_assert(alignof(UNameProperty) == 0x000008, "Wrong alignment on UNameProperty"); \ static_assert(sizeof(UNameProperty) == 0x000070, "Wrong size on UNameProperty"); \ #define DUMPER7_ASSERTS_USetProperty \ static_assert(alignof(USetProperty) == 0x000008, "Wrong alignment on USetProperty"); \ static_assert(sizeof(USetProperty) == 0x000090, "Wrong size on USetProperty"); \ #define DUMPER7_ASSERTS_USoftObjectProperty \ static_assert(alignof(USoftObjectProperty) == 0x000008, "Wrong alignment on USoftObjectProperty"); \ static_assert(sizeof(USoftObjectProperty) == 0x000078, "Wrong size on USoftObjectProperty"); \ #define DUMPER7_ASSERTS_USoftClassProperty \ static_assert(alignof(USoftClassProperty) == 0x000008, "Wrong alignment on USoftClassProperty"); \ static_assert(sizeof(USoftClassProperty) == 0x000080, "Wrong size on USoftClassProperty"); \ #define DUMPER7_ASSERTS_UStrProperty \ static_assert(alignof(UStrProperty) == 0x000008, "Wrong alignment on UStrProperty"); \ static_assert(sizeof(UStrProperty) == 0x000070, "Wrong size on UStrProperty"); \ #define DUMPER7_ASSERTS_UStructProperty \ static_assert(alignof(UStructProperty) == 0x000008, "Wrong alignment on UStructProperty"); \ static_assert(sizeof(UStructProperty) == 0x000078, "Wrong size on UStructProperty"); \ #define DUMPER7_ASSERTS_UUInt16Property \ static_assert(alignof(UUInt16Property) == 0x000008, "Wrong alignment on UUInt16Property"); \ static_assert(sizeof(UUInt16Property) == 0x000070, "Wrong size on UUInt16Property"); \ #define DUMPER7_ASSERTS_UUInt32Property \ static_assert(alignof(UUInt32Property) == 0x000008, "Wrong alignment on UUInt32Property"); \ static_assert(sizeof(UUInt32Property) == 0x000070, "Wrong size on UUInt32Property"); \ #define DUMPER7_ASSERTS_UUInt64Property \ static_assert(alignof(UUInt64Property) == 0x000008, "Wrong alignment on UUInt64Property"); \ static_assert(sizeof(UUInt64Property) == 0x000070, "Wrong size on UUInt64Property"); \ #define DUMPER7_ASSERTS_UWeakObjectProperty \ static_assert(alignof(UWeakObjectProperty) == 0x000008, "Wrong alignment on UWeakObjectProperty"); \ static_assert(sizeof(UWeakObjectProperty) == 0x000078, "Wrong size on UWeakObjectProperty"); \ #define DUMPER7_ASSERTS_UTextProperty \ static_assert(alignof(UTextProperty) == 0x000008, "Wrong alignment on UTextProperty"); \ static_assert(sizeof(UTextProperty) == 0x000070, "Wrong size on UTextProperty"); \ #define DUMPER7_ASSERTS_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_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_FCollisionResponseContainer \ static_assert(alignof(FCollisionResponseContainer) == 0x000001, "Wrong alignment on FCollisionResponseContainer"); \ static_assert(sizeof(FCollisionResponseContainer) == 0x000020, "Wrong size on FCollisionResponseContainer"); \ static_assert(offsetof(FCollisionResponseContainer, WorldStatic) == 0x000000, "Member 'FCollisionResponseContainer::WorldStatic' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, WorldDynamic) == 0x000001, "Member 'FCollisionResponseContainer::WorldDynamic' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, Pawn) == 0x000002, "Member 'FCollisionResponseContainer::Pawn' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, Visibility) == 0x000003, "Member 'FCollisionResponseContainer::Visibility' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, Camera) == 0x000004, "Member 'FCollisionResponseContainer::Camera' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, PhysicsBody) == 0x000005, "Member 'FCollisionResponseContainer::PhysicsBody' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, Vehicle) == 0x000006, "Member 'FCollisionResponseContainer::Vehicle' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, Destructible) == 0x000007, "Member 'FCollisionResponseContainer::Destructible' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel1) == 0x000008, "Member 'FCollisionResponseContainer::EngineTraceChannel1' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel2) == 0x000009, "Member 'FCollisionResponseContainer::EngineTraceChannel2' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel3) == 0x00000A, "Member 'FCollisionResponseContainer::EngineTraceChannel3' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel4) == 0x00000B, "Member 'FCollisionResponseContainer::EngineTraceChannel4' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel5) == 0x00000C, "Member 'FCollisionResponseContainer::EngineTraceChannel5' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel6) == 0x00000D, "Member 'FCollisionResponseContainer::EngineTraceChannel6' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel1) == 0x00000E, "Member 'FCollisionResponseContainer::GameTraceChannel1' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel2) == 0x00000F, "Member 'FCollisionResponseContainer::GameTraceChannel2' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel3) == 0x000010, "Member 'FCollisionResponseContainer::GameTraceChannel3' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel4) == 0x000011, "Member 'FCollisionResponseContainer::GameTraceChannel4' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel5) == 0x000012, "Member 'FCollisionResponseContainer::GameTraceChannel5' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel6) == 0x000013, "Member 'FCollisionResponseContainer::GameTraceChannel6' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel7) == 0x000014, "Member 'FCollisionResponseContainer::GameTraceChannel7' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel8) == 0x000015, "Member 'FCollisionResponseContainer::GameTraceChannel8' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel9) == 0x000016, "Member 'FCollisionResponseContainer::GameTraceChannel9' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel10) == 0x000017, "Member 'FCollisionResponseContainer::GameTraceChannel10' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel11) == 0x000018, "Member 'FCollisionResponseContainer::GameTraceChannel11' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel12) == 0x000019, "Member 'FCollisionResponseContainer::GameTraceChannel12' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel13) == 0x00001A, "Member 'FCollisionResponseContainer::GameTraceChannel13' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel14) == 0x00001B, "Member 'FCollisionResponseContainer::GameTraceChannel14' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel15) == 0x00001C, "Member 'FCollisionResponseContainer::GameTraceChannel15' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel16) == 0x00001D, "Member 'FCollisionResponseContainer::GameTraceChannel16' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel17) == 0x00001E, "Member 'FCollisionResponseContainer::GameTraceChannel17' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel18) == 0x00001F, "Member 'FCollisionResponseContainer::GameTraceChannel18' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FResponseChannel \ static_assert(alignof(FResponseChannel) == 0x000004, "Wrong alignment on FResponseChannel"); \ static_assert(sizeof(FResponseChannel) == 0x00000C, "Wrong size on FResponseChannel"); \ static_assert(offsetof(FResponseChannel, Channel) == 0x000000, "Member 'FResponseChannel::Channel' has a wrong offset!"); \ static_assert(offsetof(FResponseChannel, Response) == 0x000008, "Member 'FResponseChannel::Response' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollisionResponse \ static_assert(alignof(FCollisionResponse) == 0x000008, "Wrong alignment on FCollisionResponse"); \ static_assert(sizeof(FCollisionResponse) == 0x000030, "Wrong size on FCollisionResponse"); \ static_assert(offsetof(FCollisionResponse, ResponseToChannels) == 0x000000, "Member 'FCollisionResponse::ResponseToChannels' has a wrong offset!"); \ static_assert(offsetof(FCollisionResponse, ResponseArray) == 0x000020, "Member 'FCollisionResponse::ResponseArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_FScalarMaterialInput \ static_assert(alignof(FScalarMaterialInput) == 0x000004, "Wrong alignment on FScalarMaterialInput"); \ static_assert(sizeof(FScalarMaterialInput) == 0x000014, "Wrong size on FScalarMaterialInput"); \ #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_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_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_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_FMaterialLayersFunctions \ static_assert(alignof(FMaterialLayersFunctions) == 0x000008, "Wrong alignment on FMaterialLayersFunctions"); \ static_assert(sizeof(FMaterialLayersFunctions) == 0x000040, "Wrong size on FMaterialLayersFunctions"); \ static_assert(offsetof(FMaterialLayersFunctions, Layers) == 0x000000, "Member 'FMaterialLayersFunctions::Layers' has a wrong offset!"); \ static_assert(offsetof(FMaterialLayersFunctions, Blends) == 0x000010, "Member 'FMaterialLayersFunctions::Blends' has a wrong offset!"); \ static_assert(offsetof(FMaterialLayersFunctions, LayerStates) == 0x000020, "Member 'FMaterialLayersFunctions::LayerStates' has a wrong offset!"); \ static_assert(offsetof(FMaterialLayersFunctions, KeyString) == 0x000030, "Member 'FMaterialLayersFunctions::KeyString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMaterialLayersParameter \ static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000068, "Wrong size on FStaticMaterialLayersParameter"); \ static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticParameterSet \ static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ static_assert(sizeof(FStaticParameterSet) == 0x000040, "Wrong size on FStaticParameterSet"); \ static_assert(offsetof(FStaticParameterSet, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSet::StaticSwitchParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSet::StaticComponentMaskParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSet::TerrainLayerWeightParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, MaterialLayersParameters) == 0x000030, "Member 'FStaticParameterSet::MaterialLayersParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FRichCurveKey \ static_assert(alignof(FRichCurveKey) == 0x000004, "Wrong alignment on FRichCurveKey"); \ static_assert(sizeof(FRichCurveKey) == 0x00001C, "Wrong size on FRichCurveKey"); \ static_assert(offsetof(FRichCurveKey, InterpMode) == 0x000000, "Member 'FRichCurveKey::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, TangentMode) == 0x000001, "Member 'FRichCurveKey::TangentMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, TangentWeightMode) == 0x000002, "Member 'FRichCurveKey::TangentWeightMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, Time) == 0x000004, "Member 'FRichCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, Value) == 0x000008, "Member 'FRichCurveKey::Value' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, ArriveTangent) == 0x00000C, "Member 'FRichCurveKey::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, ArriveTangentWeight) == 0x000010, "Member 'FRichCurveKey::ArriveTangentWeight' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, LeaveTangent) == 0x000014, "Member 'FRichCurveKey::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, LeaveTangentWeight) == 0x000018, "Member 'FRichCurveKey::LeaveTangentWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKeyHandleMap \ static_assert(alignof(FKeyHandleMap) == 0x000008, "Wrong alignment on FKeyHandleMap"); \ static_assert(sizeof(FKeyHandleMap) == 0x000060, "Wrong size on FKeyHandleMap"); \ #define DUMPER7_ASSERTS_FIndexedCurve \ static_assert(alignof(FIndexedCurve) == 0x000008, "Wrong alignment on FIndexedCurve"); \ static_assert(sizeof(FIndexedCurve) == 0x000068, "Wrong size on FIndexedCurve"); \ static_assert(offsetof(FIndexedCurve, KeyHandlesToIndices) == 0x000008, "Member 'FIndexedCurve::KeyHandlesToIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRealCurve \ static_assert(alignof(FRealCurve) == 0x000008, "Wrong alignment on FRealCurve"); \ static_assert(sizeof(FRealCurve) == 0x000070, "Wrong size on FRealCurve"); \ static_assert(offsetof(FRealCurve, DefaultValue) == 0x000068, "Member 'FRealCurve::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FRealCurve, PreInfinityExtrap) == 0x00006C, "Member 'FRealCurve::PreInfinityExtrap' has a wrong offset!"); \ static_assert(offsetof(FRealCurve, PostInfinityExtrap) == 0x00006D, "Member 'FRealCurve::PostInfinityExtrap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichCurve \ static_assert(alignof(FRichCurve) == 0x000008, "Wrong alignment on FRichCurve"); \ static_assert(sizeof(FRichCurve) == 0x000080, "Wrong size on FRichCurve"); \ static_assert(offsetof(FRichCurve, Keys) == 0x000070, "Member 'FRichCurve::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRuntimeFloatCurve \ static_assert(alignof(FRuntimeFloatCurve) == 0x000008, "Wrong alignment on FRuntimeFloatCurve"); \ static_assert(sizeof(FRuntimeFloatCurve) == 0x000088, "Wrong size on FRuntimeFloatCurve"); \ static_assert(offsetof(FRuntimeFloatCurve, EditorCurveData) == 0x000000, "Member 'FRuntimeFloatCurve::EditorCurveData' has a wrong offset!"); \ static_assert(offsetof(FRuntimeFloatCurve, ExternalCurve) == 0x000080, "Member 'FRuntimeFloatCurve::ExternalCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FLightingChannels \ static_assert(alignof(FLightingChannels) == 0x000001, "Wrong alignment on FLightingChannels"); \ static_assert(sizeof(FLightingChannels) == 0x000001, "Wrong size on FLightingChannels"); \ #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_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_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_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_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_FParticleEmitterReplayFrame \ static_assert(alignof(FParticleEmitterReplayFrame) == 0x000008, "Wrong alignment on FParticleEmitterReplayFrame"); \ static_assert(sizeof(FParticleEmitterReplayFrame) == 0x000010, "Wrong size on FParticleEmitterReplayFrame"); \ #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_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_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_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_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_FCompressedRichCurve \ static_assert(alignof(FCompressedRichCurve) == 0x000008, "Wrong alignment on FCompressedRichCurve"); \ static_assert(sizeof(FCompressedRichCurve) == 0x000018, "Wrong size on FCompressedRichCurve"); \ #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_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_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_FPoseLinkBase \ static_assert(alignof(FPoseLinkBase) == 0x000008, "Wrong alignment on FPoseLinkBase"); \ static_assert(sizeof(FPoseLinkBase) == 0x000010, "Wrong size on FPoseLinkBase"); \ static_assert(offsetof(FPoseLinkBase, LinkID) == 0x000000, "Member 'FPoseLinkBase::LinkID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseLink \ static_assert(alignof(FPoseLink) == 0x000008, "Wrong alignment on FPoseLink"); \ static_assert(sizeof(FPoseLink) == 0x000010, "Wrong size on FPoseLink"); \ #define DUMPER7_ASSERTS_FAnimLinkableElement \ static_assert(alignof(FAnimLinkableElement) == 0x000008, "Wrong alignment on FAnimLinkableElement"); \ static_assert(sizeof(FAnimLinkableElement) == 0x000030, "Wrong size on FAnimLinkableElement"); \ static_assert(offsetof(FAnimLinkableElement, LinkedMontage) == 0x000008, "Member 'FAnimLinkableElement::LinkedMontage' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SlotIndex) == 0x000010, "Member 'FAnimLinkableElement::SlotIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SegmentIndex) == 0x000014, "Member 'FAnimLinkableElement::SegmentIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, LinkMethod) == 0x000018, "Member 'FAnimLinkableElement::LinkMethod' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, CachedLinkMethod) == 0x000019, "Member 'FAnimLinkableElement::CachedLinkMethod' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SegmentBeginTime) == 0x00001C, "Member 'FAnimLinkableElement::SegmentBeginTime' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SegmentLength) == 0x000020, "Member 'FAnimLinkableElement::SegmentLength' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, LinkValue) == 0x000024, "Member 'FAnimLinkableElement::LinkValue' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, LinkedSequence) == 0x000028, "Member 'FAnimLinkableElement::LinkedSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNotifyEvent \ static_assert(alignof(FAnimNotifyEvent) == 0x000008, "Wrong alignment on FAnimNotifyEvent"); \ static_assert(sizeof(FAnimNotifyEvent) == 0x0000B8, "Wrong size on FAnimNotifyEvent"); \ static_assert(offsetof(FAnimNotifyEvent, 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_FCurveMetaData \ static_assert(alignof(FCurveMetaData) == 0x000008, "Wrong alignment on FCurveMetaData"); \ static_assert(sizeof(FCurveMetaData) == 0x000018, "Wrong size on FCurveMetaData"); \ #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_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_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_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_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_FSoundClassEditorData \ static_assert(alignof(FSoundClassEditorData) == 0x000004, "Wrong alignment on FSoundClassEditorData"); \ static_assert(sizeof(FSoundClassEditorData) == 0x000008, "Wrong size on FSoundClassEditorData"); \ #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_FCameraShakeUpdateResult \ static_assert(alignof(FCameraShakeUpdateResult) == 0x000010, "Wrong alignment on FCameraShakeUpdateResult"); \ static_assert(sizeof(FCameraShakeUpdateResult) == 0x000590, "Wrong size on FCameraShakeUpdateResult"); \ #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_FColorMaterialInput \ static_assert(alignof(FColorMaterialInput) == 0x000004, "Wrong alignment on FColorMaterialInput"); \ static_assert(sizeof(FColorMaterialInput) == 0x000014, "Wrong size on FColorMaterialInput"); \ #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_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_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_FVectorMaterialInput \ static_assert(alignof(FVectorMaterialInput) == 0x000004, "Wrong alignment on FVectorMaterialInput"); \ static_assert(sizeof(FVectorMaterialInput) == 0x000014, "Wrong size on FVectorMaterialInput"); \ #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_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_FVector2MaterialInput \ static_assert(alignof(FVector2MaterialInput) == 0x000004, "Wrong alignment on FVector2MaterialInput"); \ static_assert(sizeof(FVector2MaterialInput) == 0x000014, "Wrong size on FVector2MaterialInput"); \ #define DUMPER7_ASSERTS_FRootMotionSourceSettings \ static_assert(alignof(FRootMotionSourceSettings) == 0x000001, "Wrong alignment on FRootMotionSourceSettings"); \ static_assert(sizeof(FRootMotionSourceSettings) == 0x000001, "Wrong size on FRootMotionSourceSettings"); \ static_assert(offsetof(FRootMotionSourceSettings, Flags) == 0x000000, "Member 'FRootMotionSourceSettings::Flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSourceGroup \ static_assert(alignof(FRootMotionSourceGroup) == 0x000008, "Wrong alignment on FRootMotionSourceGroup"); \ static_assert(sizeof(FRootMotionSourceGroup) == 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_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_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_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_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_FBranchingPointNotifyPayload \ static_assert(alignof(FBranchingPointNotifyPayload) == 0x000008, "Wrong alignment on FBranchingPointNotifyPayload"); \ static_assert(sizeof(FBranchingPointNotifyPayload) == 0x000020, "Wrong size on FBranchingPointNotifyPayload"); \ #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_FAnimationErrorStats \ static_assert(alignof(FAnimationErrorStats) == 0x000004, "Wrong alignment on FAnimationErrorStats"); \ static_assert(sizeof(FAnimationErrorStats) == 0x000010, "Wrong size on FAnimationErrorStats"); \ #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_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_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_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_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_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_FEndPhysicsTickFunction \ static_assert(alignof(FEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FEndPhysicsTickFunction"); \ static_assert(sizeof(FEndPhysicsTickFunction) == 0x000030, "Wrong size on FEndPhysicsTickFunction"); \ #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_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_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_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_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_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_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_FActorComponentTickFunction \ static_assert(alignof(FActorComponentTickFunction) == 0x000008, "Wrong alignment on FActorComponentTickFunction"); \ static_assert(sizeof(FActorComponentTickFunction) == 0x000030, "Wrong size on FActorComponentTickFunction"); \ #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_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_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_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_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_FInertializationPoseDiff \ static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ static_assert(sizeof(FInertializationPoseDiff) == 0x000028, "Wrong size on FInertializationPoseDiff"); \ #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_FLightmassLightSettings \ static_assert(alignof(FLightmassLightSettings) == 0x000004, "Wrong alignment on FLightmassLightSettings"); \ static_assert(sizeof(FLightmassLightSettings) == 0x00000C, "Wrong size on FLightmassLightSettings"); \ static_assert(offsetof(FLightmassLightSettings, IndirectLightingSaturation) == 0x000000, "Member 'FLightmassLightSettings::IndirectLightingSaturation' has a wrong offset!"); \ static_assert(offsetof(FLightmassLightSettings, ShadowExponent) == 0x000004, "Member 'FLightmassLightSettings::ShadowExponent' has a wrong offset!"); \ static_assert(offsetof(FLightmassLightSettings, bUseAreaShadowsForStationaryLight) == 0x000008, "Member 'FLightmassLightSettings::bUseAreaShadowsForStationaryLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightmassPointLightSettings \ static_assert(alignof(FLightmassPointLightSettings) == 0x000004, "Wrong alignment on FLightmassPointLightSettings"); \ static_assert(sizeof(FLightmassPointLightSettings) == 0x00000C, "Wrong size on FLightmassPointLightSettings"); \ #define DUMPER7_ASSERTS_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_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_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_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_FShouldEndState \ static_assert(alignof(FShouldEndState) == 0x000001, "Wrong alignment on FShouldEndState"); \ static_assert(sizeof(FShouldEndState) == 0x000001, "Wrong size on FShouldEndState"); \ #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_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_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_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_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_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_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_FCharacterServerMovePackedBits \ static_assert(alignof(FCharacterServerMovePackedBits) == 0x000008, "Wrong alignment on FCharacterServerMovePackedBits"); \ static_assert(sizeof(FCharacterServerMovePackedBits) == 0x000098, "Wrong size on FCharacterServerMovePackedBits"); \ #define DUMPER7_ASSERTS_FAnimationTransitionRule \ static_assert(alignof(FAnimationTransitionRule) == 0x000004, "Wrong alignment on FAnimationTransitionRule"); \ static_assert(sizeof(FAnimationTransitionRule) == 0x000010, "Wrong size on FAnimationTransitionRule"); \ static_assert(offsetof(FAnimationTransitionRule, RuleToExecute) == 0x000000, "Member 'FAnimationTransitionRule::RuleToExecute' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionRule, TransitionReturnVal) == 0x000008, "Member 'FAnimationTransitionRule::TransitionReturnVal' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionRule, TransitionIndex) == 0x00000C, "Member 'FAnimationTransitionRule::TransitionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationStateBase \ static_assert(alignof(FAnimationStateBase) == 0x000004, "Wrong alignment on FAnimationStateBase"); \ static_assert(sizeof(FAnimationStateBase) == 0x000008, "Wrong size on FAnimationStateBase"); \ static_assert(offsetof(FAnimationStateBase, StateName) == 0x000000, "Member 'FAnimationStateBase::StateName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationState \ static_assert(alignof(FAnimationState) == 0x000008, "Wrong alignment on FAnimationState"); \ static_assert(sizeof(FAnimationState) == 0x000028, "Wrong size on FAnimationState"); \ static_assert(offsetof(FAnimationState, Transitions) == 0x000008, "Member 'FAnimationState::Transitions' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FAnimationState::StateRootNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, StartNotify) == 0x00001C, "Member 'FAnimationState::StartNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, EndNotify) == 0x000020, "Member 'FAnimationState::EndNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FAnimationState::FullyBlendedNotify' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FStreamableTextureInstance \ static_assert(alignof(FStreamableTextureInstance) == 0x000004, "Wrong alignment on FStreamableTextureInstance"); \ static_assert(sizeof(FStreamableTextureInstance) == 0x000028, "Wrong size on FStreamableTextureInstance"); \ #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_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_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_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_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_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_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_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_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_FActorTickFunction \ static_assert(alignof(FActorTickFunction) == 0x000008, "Wrong alignment on FActorTickFunction"); \ static_assert(sizeof(FActorTickFunction) == 0x000030, "Wrong size on FActorTickFunction"); \ #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_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_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_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_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_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_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_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_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_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_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_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_FNavAvoidanceMask \ static_assert(alignof(FNavAvoidanceMask) == 0x000004, "Wrong alignment on FNavAvoidanceMask"); \ static_assert(sizeof(FNavAvoidanceMask) == 0x000004, "Wrong size on FNavAvoidanceMask"); \ #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_FRootMotionSourceStatus \ static_assert(alignof(FRootMotionSourceStatus) == 0x000001, "Wrong alignment on FRootMotionSourceStatus"); \ static_assert(sizeof(FRootMotionSourceStatus) == 0x000001, "Wrong size on FRootMotionSourceStatus"); \ static_assert(offsetof(FRootMotionSourceStatus, Flags) == 0x000000, "Member 'FRootMotionSourceStatus::Flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionFinishVelocitySettings \ static_assert(alignof(FRootMotionFinishVelocitySettings) == 0x000004, "Wrong alignment on FRootMotionFinishVelocitySettings"); \ static_assert(sizeof(FRootMotionFinishVelocitySettings) == 0x000014, "Wrong size on FRootMotionFinishVelocitySettings"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, Mode) == 0x000000, "Member 'FRootMotionFinishVelocitySettings::Mode' has a wrong offset!"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, SetVelocity) == 0x000004, "Member 'FRootMotionFinishVelocitySettings::SetVelocity' has a wrong offset!"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, ClampVelocity) == 0x000010, "Member 'FRootMotionFinishVelocitySettings::ClampVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource \ static_assert(alignof(FRootMotionSource) == 0x000010, "Wrong alignment on FRootMotionSource"); \ static_assert(sizeof(FRootMotionSource) == 0x0000A0, "Wrong size on FRootMotionSource"); \ static_assert(offsetof(FRootMotionSource, Priority) == 0x000010, "Member 'FRootMotionSource::Priority' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, LocalID) == 0x000012, "Member 'FRootMotionSource::LocalID' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, AccumulateMode) == 0x000014, "Member 'FRootMotionSource::AccumulateMode' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, InstanceName) == 0x000018, "Member 'FRootMotionSource::InstanceName' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, StartTime) == 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_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_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_FStartPhysicsTickFunction \ static_assert(alignof(FStartPhysicsTickFunction) == 0x000008, "Wrong alignment on FStartPhysicsTickFunction"); \ static_assert(sizeof(FStartPhysicsTickFunction) == 0x000030, "Wrong size on FStartPhysicsTickFunction"); \ #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_FBookmarkBaseJumpToSettings \ static_assert(alignof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkBaseJumpToSettings"); \ static_assert(sizeof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong size on FBookmarkBaseJumpToSettings"); \ #define DUMPER7_ASSERTS_FBookmarkJumpToSettings \ static_assert(alignof(FBookmarkJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkJumpToSettings"); \ static_assert(sizeof(FBookmarkJumpToSettings) == 0x000001, "Wrong size on FBookmarkJumpToSettings"); \ #define DUMPER7_ASSERTS_FSmartName \ static_assert(alignof(FSmartName) == 0x000004, "Wrong alignment on FSmartName"); \ static_assert(sizeof(FSmartName) == 0x00000C, "Wrong size on FSmartName"); \ static_assert(offsetof(FSmartName, DisplayName) == 0x000000, "Member 'FSmartName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimCurveBase \ static_assert(alignof(FAnimCurveBase) == 0x000004, "Wrong alignment on FAnimCurveBase"); \ static_assert(sizeof(FAnimCurveBase) == 0x000018, "Wrong size on FAnimCurveBase"); \ static_assert(offsetof(FAnimCurveBase, LastObservedName) == 0x000000, "Member 'FAnimCurveBase::LastObservedName' has a wrong offset!"); \ static_assert(offsetof(FAnimCurveBase, Name) == 0x000008, "Member 'FAnimCurveBase::Name' has a wrong offset!"); \ static_assert(offsetof(FAnimCurveBase, CurveTypeFlags) == 0x000014, "Member 'FAnimCurveBase::CurveTypeFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FAnimSegment \ static_assert(alignof(FAnimSegment) == 0x000008, "Wrong alignment on FAnimSegment"); \ static_assert(sizeof(FAnimSegment) == 0x000020, "Wrong size on FAnimSegment"); \ static_assert(offsetof(FAnimSegment, AnimReference) == 0x000000, "Member 'FAnimSegment::AnimReference' has a wrong offset!"); \ static_assert(offsetof(FAnimSegment, StartPos) == 0x000008, "Member 'FAnimSegment::StartPos' has a wrong offset!"); \ static_assert(offsetof(FAnimSegment, AnimStartTime) == 0x00000C, "Member 'FAnimSegment::AnimStartTime' has a wrong offset!"); \ static_assert(offsetof(FAnimSegment, AnimEndTime) == 0x000010, "Member 'FAnimSegment::AnimEndTime' has a wrong offset!"); \ static_assert(offsetof(FAnimSegment, AnimPlayRate) == 0x000014, "Member 'FAnimSegment::AnimPlayRate' has a wrong offset!"); \ static_assert(offsetof(FAnimSegment, LoopingCount) == 0x000018, "Member 'FAnimSegment::LoopingCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimTrack \ static_assert(alignof(FAnimTrack) == 0x000008, "Wrong alignment on FAnimTrack"); \ static_assert(sizeof(FAnimTrack) == 0x000010, "Wrong size on FAnimTrack"); \ static_assert(offsetof(FAnimTrack, AnimSegments) == 0x000000, "Member 'FAnimTrack::AnimSegments' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_FTableRowBase \ static_assert(alignof(FTableRowBase) == 0x000008, "Wrong alignment on FTableRowBase"); \ static_assert(sizeof(FTableRowBase) == 0x000008, "Wrong size on FTableRowBase"); \ #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_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_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_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_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_FMovementProperties \ static_assert(alignof(FMovementProperties) == 0x000001, "Wrong alignment on FMovementProperties"); \ static_assert(sizeof(FMovementProperties) == 0x000001, "Wrong size on FMovementProperties"); \ #define DUMPER7_ASSERTS_FNavAgentProperties \ static_assert(alignof(FNavAgentProperties) == 0x000008, "Wrong alignment on FNavAgentProperties"); \ static_assert(sizeof(FNavAgentProperties) == 0x000030, "Wrong size on FNavAgentProperties"); \ static_assert(offsetof(FNavAgentProperties, AgentRadius) == 0x000004, "Member 'FNavAgentProperties::AgentRadius' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, AgentHeight) == 0x000008, "Member 'FNavAgentProperties::AgentHeight' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, AgentStepHeight) == 0x00000C, "Member 'FNavAgentProperties::AgentStepHeight' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, NavWalkingSearchHeightScale) == 0x000010, "Member 'FNavAgentProperties::NavWalkingSearchHeightScale' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, PreferredNavData) == 0x000018, "Member 'FNavAgentProperties::PreferredNavData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavDataConfig \ static_assert(alignof(FNavDataConfig) == 0x000008, "Wrong alignment on FNavDataConfig"); \ static_assert(sizeof(FNavDataConfig) == 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_FKeyHandleLookupTable \ static_assert(alignof(FKeyHandleLookupTable) == 0x000008, "Wrong alignment on FKeyHandleLookupTable"); \ static_assert(sizeof(FKeyHandleLookupTable) == 0x000060, "Wrong size on FKeyHandleLookupTable"); \ #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_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_FAlphaBlend \ static_assert(alignof(FAlphaBlend) == 0x000008, "Wrong alignment on FAlphaBlend"); \ static_assert(sizeof(FAlphaBlend) == 0x000030, "Wrong size on FAlphaBlend"); \ static_assert(offsetof(FAlphaBlend, CustomCurve) == 0x000000, "Member 'FAlphaBlend::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(FAlphaBlend, BlendTime) == 0x000008, "Member 'FAlphaBlend::BlendTime' has a wrong offset!"); \ static_assert(offsetof(FAlphaBlend, BlendOption) == 0x000024, "Member 'FAlphaBlend::BlendOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputAlphaBoolBlend \ static_assert(alignof(FInputAlphaBoolBlend) == 0x000008, "Wrong alignment on FInputAlphaBoolBlend"); \ static_assert(sizeof(FInputAlphaBoolBlend) == 0x000048, "Wrong size on FInputAlphaBoolBlend"); \ static_assert(offsetof(FInputAlphaBoolBlend, blendInTime) == 0x000000, "Member 'FInputAlphaBoolBlend::blendInTime' has a wrong offset!"); \ static_assert(offsetof(FInputAlphaBoolBlend, blendOutTime) == 0x000004, "Member 'FInputAlphaBoolBlend::blendOutTime' has a wrong offset!"); \ static_assert(offsetof(FInputAlphaBoolBlend, BlendOption) == 0x000008, "Member 'FInputAlphaBoolBlend::BlendOption' has a wrong offset!"); \ static_assert(offsetof(FInputAlphaBoolBlend, bInitialized) == 0x000009, "Member 'FInputAlphaBoolBlend::bInitialized' has a wrong offset!"); \ static_assert(offsetof(FInputAlphaBoolBlend, CustomCurve) == 0x000010, "Member 'FInputAlphaBoolBlend::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(FInputAlphaBoolBlend, AlphaBlend) == 0x000018, "Member 'FInputAlphaBoolBlend::AlphaBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputScaleBias \ static_assert(alignof(FInputScaleBias) == 0x000004, "Wrong alignment on FInputScaleBias"); \ static_assert(sizeof(FInputScaleBias) == 0x000008, "Wrong size on FInputScaleBias"); \ static_assert(offsetof(FInputScaleBias, Scale) == 0x000000, "Member 'FInputScaleBias::Scale' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBias, Bias) == 0x000004, "Member 'FInputScaleBias::Bias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FComponentSpacePoseLink \ static_assert(alignof(FComponentSpacePoseLink) == 0x000008, "Wrong alignment on FComponentSpacePoseLink"); \ static_assert(sizeof(FComponentSpacePoseLink) == 0x000010, "Wrong size on FComponentSpacePoseLink"); \ #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_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_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_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_FSmartNameContainer \ static_assert(alignof(FSmartNameContainer) == 0x000008, "Wrong alignment on FSmartNameContainer"); \ static_assert(sizeof(FSmartNameContainer) == 0x000050, "Wrong size on FSmartNameContainer"); \ #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_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_FSkeletalMeshSamplingLODBuiltData \ static_assert(alignof(FSkeletalMeshSamplingLODBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingLODBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingLODBuiltData) == 0x000048, "Wrong size on FSkeletalMeshSamplingLODBuiltData"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBuiltData \ static_assert(alignof(FSkeletalMeshSamplingRegionBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegionBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingRegionBuiltData) == 0x000078, "Wrong size on FSkeletalMeshSamplingRegionBuiltData"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingBuiltData \ static_assert(alignof(FSkeletalMeshSamplingBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingBuiltData) == 0x000020, "Wrong size on FSkeletalMeshSamplingBuiltData"); \ static_assert(offsetof(FSkeletalMeshSamplingBuiltData, WholeMeshBuiltData) == 0x000000, "Member 'FSkeletalMeshSamplingBuiltData::WholeMeshBuiltData' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingBuiltData, RegionBuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingBuiltData::RegionBuiltData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingInfo \ static_assert(alignof(FSkeletalMeshSamplingInfo) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingInfo"); \ static_assert(sizeof(FSkeletalMeshSamplingInfo) == 0x000030, "Wrong size on FSkeletalMeshSamplingInfo"); \ static_assert(offsetof(FSkeletalMeshSamplingInfo, Regions) == 0x000000, "Member 'FSkeletalMeshSamplingInfo::Regions' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingInfo, BuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingInfo::BuiltData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FDummySpacerCameraTypes \ static_assert(alignof(FDummySpacerCameraTypes) == 0x000001, "Wrong alignment on FDummySpacerCameraTypes"); \ static_assert(sizeof(FDummySpacerCameraTypes) == 0x000001, "Wrong size on FDummySpacerCameraTypes"); \ #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_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_FKShapeElem \ static_assert(alignof(FKShapeElem) == 0x000008, "Wrong alignment on FKShapeElem"); \ static_assert(sizeof(FKShapeElem) == 0x000030, "Wrong size on FKShapeElem"); \ static_assert(offsetof(FKShapeElem, RestOffset) == 0x000008, "Member 'FKShapeElem::RestOffset' has a wrong offset!"); \ static_assert(offsetof(FKShapeElem, Name) == 0x00000C, "Member 'FKShapeElem::Name' has a wrong offset!"); \ static_assert(offsetof(FKShapeElem, CollisionEnabled) == 0x000019, "Member 'FKShapeElem::CollisionEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKSphereElem \ static_assert(alignof(FKSphereElem) == 0x000008, "Wrong alignment on FKSphereElem"); \ static_assert(sizeof(FKSphereElem) == 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_FKConvexElem \ static_assert(alignof(FKConvexElem) == 0x000010, "Wrong alignment on FKConvexElem"); \ static_assert(sizeof(FKConvexElem) == 0x0000B0, "Wrong size on FKConvexElem"); \ static_assert(offsetof(FKConvexElem, VertexData) == 0x000030, "Member 'FKConvexElem::VertexData' has a wrong offset!"); \ static_assert(offsetof(FKConvexElem, IndexData) == 0x000040, "Member 'FKConvexElem::IndexData' has a wrong offset!"); \ static_assert(offsetof(FKConvexElem, ElemBox) == 0x000050, "Member 'FKConvexElem::ElemBox' has a wrong offset!"); \ static_assert(offsetof(FKConvexElem, Transform) == 0x000070, "Member 'FKConvexElem::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKTaperedCapsuleElem \ static_assert(alignof(FKTaperedCapsuleElem) == 0x000008, "Wrong alignment on FKTaperedCapsuleElem"); \ static_assert(sizeof(FKTaperedCapsuleElem) == 0x000058, "Wrong size on FKTaperedCapsuleElem"); \ static_assert(offsetof(FKTaperedCapsuleElem, Center) == 0x000030, "Member 'FKTaperedCapsuleElem::Center' has a wrong offset!"); \ static_assert(offsetof(FKTaperedCapsuleElem, Rotation) == 0x00003C, "Member 'FKTaperedCapsuleElem::Rotation' has a wrong offset!"); \ static_assert(offsetof(FKTaperedCapsuleElem, Radius0) == 0x000048, "Member 'FKTaperedCapsuleElem::Radius0' has a wrong offset!"); \ static_assert(offsetof(FKTaperedCapsuleElem, Radius1) == 0x00004C, "Member 'FKTaperedCapsuleElem::Radius1' has a wrong offset!"); \ static_assert(offsetof(FKTaperedCapsuleElem, Length) == 0x000050, "Member 'FKTaperedCapsuleElem::Length' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKAggregateGeom \ static_assert(alignof(FKAggregateGeom) == 0x000008, "Wrong alignment on FKAggregateGeom"); \ static_assert(sizeof(FKAggregateGeom) == 0x000058, "Wrong size on FKAggregateGeom"); \ static_assert(offsetof(FKAggregateGeom, SphereElems) == 0x000000, "Member 'FKAggregateGeom::SphereElems' has a wrong offset!"); \ static_assert(offsetof(FKAggregateGeom, BoxElems) == 0x000010, "Member 'FKAggregateGeom::BoxElems' has a wrong offset!"); \ static_assert(offsetof(FKAggregateGeom, SphylElems) == 0x000020, "Member 'FKAggregateGeom::SphylElems' has a wrong offset!"); \ static_assert(offsetof(FKAggregateGeom, ConvexElems) == 0x000030, "Member 'FKAggregateGeom::ConvexElems' has a wrong offset!"); \ static_assert(offsetof(FKAggregateGeom, TaperedCapsuleElems) == 0x000040, "Member 'FKAggregateGeom::TaperedCapsuleElems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_FBlueprintEditorPromotionSettings \ static_assert(alignof(FBlueprintEditorPromotionSettings) == 0x000008, "Wrong alignment on FBlueprintEditorPromotionSettings"); \ static_assert(sizeof(FBlueprintEditorPromotionSettings) == 0x000030, "Wrong size on FBlueprintEditorPromotionSettings"); \ static_assert(offsetof(FBlueprintEditorPromotionSettings, FirstMeshPath) == 0x000000, "Member 'FBlueprintEditorPromotionSettings::FirstMeshPath' has a wrong offset!"); \ static_assert(offsetof(FBlueprintEditorPromotionSettings, SecondMeshPath) == 0x000010, "Member 'FBlueprintEditorPromotionSettings::SecondMeshPath' has a wrong offset!"); \ static_assert(offsetof(FBlueprintEditorPromotionSettings, DefaultParticleAsset) == 0x000020, "Member 'FBlueprintEditorPromotionSettings::DefaultParticleAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimTickRecord \ static_assert(alignof(FAnimTickRecord) == 0x000008, "Wrong alignment on FAnimTickRecord"); \ static_assert(sizeof(FAnimTickRecord) == 0x000048, "Wrong size on FAnimTickRecord"); \ static_assert(offsetof(FAnimTickRecord, SourceAsset) == 0x000000, "Member 'FAnimTickRecord::SourceAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMarkerSyncAnimPosition \ static_assert(alignof(FMarkerSyncAnimPosition) == 0x000004, "Wrong alignment on FMarkerSyncAnimPosition"); \ static_assert(sizeof(FMarkerSyncAnimPosition) == 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_FEditorElement \ static_assert(alignof(FEditorElement) == 0x000004, "Wrong alignment on FEditorElement"); \ static_assert(sizeof(FEditorElement) == 0x000018, "Wrong size on FEditorElement"); \ static_assert(offsetof(FEditorElement, Indices) == 0x000000, "Member 'FEditorElement::Indices' has a wrong offset!"); \ static_assert(offsetof(FEditorElement, Weights) == 0x00000C, "Member 'FEditorElement::Weights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGridBlendSample \ static_assert(alignof(FGridBlendSample) == 0x000004, "Wrong alignment on FGridBlendSample"); \ static_assert(sizeof(FGridBlendSample) == 0x00001C, "Wrong size on FGridBlendSample"); \ static_assert(offsetof(FGridBlendSample, GridElement) == 0x000000, "Member 'FGridBlendSample::GridElement' has a wrong offset!"); \ static_assert(offsetof(FGridBlendSample, BlendWeight) == 0x000018, "Member 'FGridBlendSample::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendFilter \ static_assert(alignof(FBlendFilter) == 0x000008, "Wrong alignment on FBlendFilter"); \ static_assert(sizeof(FBlendFilter) == 0x000078, "Wrong size on FBlendFilter"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FAnimBlueprintDebugData \ static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ #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_FAnimationFrameSnapshot \ static_assert(alignof(FAnimationFrameSnapshot) == 0x000001, "Wrong alignment on FAnimationFrameSnapshot"); \ static_assert(sizeof(FAnimationFrameSnapshot) == 0x000001, "Wrong size on FAnimationFrameSnapshot"); \ #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_FStateMachineDebugData \ static_assert(alignof(FStateMachineDebugData) == 0x000008, "Wrong alignment on FStateMachineDebugData"); \ static_assert(sizeof(FStateMachineDebugData) == 0x0000B0, "Wrong size on FStateMachineDebugData"); \ #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_FStateMachineStateDebugData \ static_assert(alignof(FStateMachineStateDebugData) == 0x000004, "Wrong alignment on FStateMachineStateDebugData"); \ static_assert(sizeof(FStateMachineStateDebugData) == 0x000010, "Wrong size on FStateMachineStateDebugData"); \ #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_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_FAnimGraphBlendOptions \ static_assert(alignof(FAnimGraphBlendOptions) == 0x000004, "Wrong alignment on FAnimGraphBlendOptions"); \ static_assert(sizeof(FAnimGraphBlendOptions) == 0x000008, "Wrong size on FAnimGraphBlendOptions"); \ static_assert(offsetof(FAnimGraphBlendOptions, blendInTime) == 0x000000, "Member 'FAnimGraphBlendOptions::blendInTime' has a wrong offset!"); \ static_assert(offsetof(FAnimGraphBlendOptions, blendOutTime) == 0x000004, "Member 'FAnimGraphBlendOptions::blendOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGraphAssetPlayerInformation \ static_assert(alignof(FGraphAssetPlayerInformation) == 0x000008, "Wrong alignment on FGraphAssetPlayerInformation"); \ static_assert(sizeof(FGraphAssetPlayerInformation) == 0x000010, "Wrong size on FGraphAssetPlayerInformation"); \ static_assert(offsetof(FGraphAssetPlayerInformation, PlayerNodeIndices) == 0x000000, "Member 'FGraphAssetPlayerInformation::PlayerNodeIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAnimSingleNodeInstanceProxy \ static_assert(alignof(FAnimSingleNodeInstanceProxy) == 0x000010, "Wrong alignment on FAnimSingleNodeInstanceProxy"); \ static_assert(sizeof(FAnimSingleNodeInstanceProxy) == 0x0008C0, "Wrong size on FAnimSingleNodeInstanceProxy"); \ #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_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_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_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_FBlueprintDebugData \ static_assert(alignof(FBlueprintDebugData) == 0x000001, "Wrong alignment on FBlueprintDebugData"); \ static_assert(sizeof(FBlueprintDebugData) == 0x000001, "Wrong size on FBlueprintDebugData"); \ #define DUMPER7_ASSERTS_FBlueprintMacroCosmeticInfo \ static_assert(alignof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong alignment on FBlueprintMacroCosmeticInfo"); \ static_assert(sizeof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong size on FBlueprintMacroCosmeticInfo"); \ #define DUMPER7_ASSERTS_FVectorCurve \ static_assert(alignof(FVectorCurve) == 0x000008, "Wrong alignment on FVectorCurve"); \ static_assert(sizeof(FVectorCurve) == 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_FAudioEffectParameters \ static_assert(alignof(FAudioEffectParameters) == 0x000008, "Wrong alignment on FAudioEffectParameters"); \ static_assert(sizeof(FAudioEffectParameters) == 0x000008, "Wrong size on FAudioEffectParameters"); \ #define DUMPER7_ASSERTS_FAudioEQEffect \ static_assert(alignof(FAudioEQEffect) == 0x000008, "Wrong alignment on FAudioEQEffect"); \ static_assert(sizeof(FAudioEQEffect) == 0x000040, "Wrong size on FAudioEQEffect"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter0) == 0x000010, "Member 'FAudioEQEffect::FrequencyCenter0' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain0) == 0x000014, "Member 'FAudioEQEffect::Gain0' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth0) == 0x000018, "Member 'FAudioEQEffect::Bandwidth0' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter1) == 0x00001C, "Member 'FAudioEQEffect::FrequencyCenter1' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain1) == 0x000020, "Member 'FAudioEQEffect::Gain1' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth1) == 0x000024, "Member 'FAudioEQEffect::Bandwidth1' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter2) == 0x000028, "Member 'FAudioEQEffect::FrequencyCenter2' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain2) == 0x00002C, "Member 'FAudioEQEffect::Gain2' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth2) == 0x000030, "Member 'FAudioEQEffect::Bandwidth2' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter3) == 0x000034, "Member 'FAudioEQEffect::FrequencyCenter3' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain3) == 0x000038, "Member 'FAudioEQEffect::Gain3' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth3) == 0x00003C, "Member 'FAudioEQEffect::Bandwidth3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimCurveType \ static_assert(alignof(FAnimCurveType) == 0x000001, "Wrong alignment on FAnimCurveType"); \ static_assert(sizeof(FAnimCurveType) == 0x000002, "Wrong size on FAnimCurveType"); \ #define DUMPER7_ASSERTS_FSlotEvaluationPose \ static_assert(alignof(FSlotEvaluationPose) == 0x000008, "Wrong alignment on FSlotEvaluationPose"); \ static_assert(sizeof(FSlotEvaluationPose) == 0x0000E0, "Wrong size on FSlotEvaluationPose"); \ static_assert(offsetof(FSlotEvaluationPose, AdditiveType) == 0x000000, "Member 'FSlotEvaluationPose::AdditiveType' has a wrong offset!"); \ static_assert(offsetof(FSlotEvaluationPose, Weight) == 0x000004, "Member 'FSlotEvaluationPose::Weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FA2Pose \ static_assert(alignof(FA2Pose) == 0x000008, "Wrong alignment on FA2Pose"); \ static_assert(sizeof(FA2Pose) == 0x000010, "Wrong size on FA2Pose"); \ static_assert(offsetof(FA2Pose, Bones) == 0x000000, "Member 'FA2Pose::Bones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedAnimStateData \ static_assert(alignof(FCachedAnimStateData) == 0x000004, "Wrong alignment on FCachedAnimStateData"); \ static_assert(sizeof(FCachedAnimStateData) == 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_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_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_FGeomSelection \ static_assert(alignof(FGeomSelection) == 0x000004, "Wrong alignment on FGeomSelection"); \ static_assert(sizeof(FGeomSelection) == 0x00000C, "Wrong size on FGeomSelection"); \ static_assert(offsetof(FGeomSelection, Type) == 0x000000, "Member 'FGeomSelection::Type' has a wrong offset!"); \ static_assert(offsetof(FGeomSelection, Index) == 0x000004, "Member 'FGeomSelection::Index' has a wrong offset!"); \ static_assert(offsetof(FGeomSelection, SelectionIndex) == 0x000008, "Member 'FGeomSelection::SelectionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimInstanceSubsystemData \ static_assert(alignof(FAnimInstanceSubsystemData) == 0x000001, "Wrong alignment on FAnimInstanceSubsystemData"); \ static_assert(sizeof(FAnimInstanceSubsystemData) == 0x000001, "Wrong size on FAnimInstanceSubsystemData"); \ #define DUMPER7_ASSERTS_FDebuggingInfoForSingleFunction \ static_assert(alignof(FDebuggingInfoForSingleFunction) == 0x000008, "Wrong alignment on FDebuggingInfoForSingleFunction"); \ static_assert(sizeof(FDebuggingInfoForSingleFunction) == 0x000190, "Wrong size on FDebuggingInfoForSingleFunction"); \ #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_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_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_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_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_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_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_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_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_FInertializationCurveDiff \ static_assert(alignof(FInertializationCurveDiff) == 0x000004, "Wrong alignment on FInertializationCurveDiff"); \ static_assert(sizeof(FInertializationCurveDiff) == 0x000008, "Wrong size on FInertializationCurveDiff"); \ #define DUMPER7_ASSERTS_FInertializationBoneDiff \ static_assert(alignof(FInertializationBoneDiff) == 0x000004, "Wrong alignment on FInertializationBoneDiff"); \ static_assert(sizeof(FInertializationBoneDiff) == 0x00003C, "Wrong size on FInertializationBoneDiff"); \ #define DUMPER7_ASSERTS_FInertializationPose \ static_assert(alignof(FInertializationPose) == 0x000010, "Wrong alignment on FInertializationPose"); \ static_assert(sizeof(FInertializationPose) == 0x0000A0, "Wrong size on FInertializationPose"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FSkeletalMeshComponentEndPhysicsTickFunction \ static_assert(alignof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentEndPhysicsTickFunction"); \ static_assert(sizeof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentEndPhysicsTickFunction"); \ #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_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_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_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_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_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_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_FAnimSetMeshLinkup \ static_assert(alignof(FAnimSetMeshLinkup) == 0x000008, "Wrong alignment on FAnimSetMeshLinkup"); \ static_assert(sizeof(FAnimSetMeshLinkup) == 0x000010, "Wrong size on FAnimSetMeshLinkup"); \ static_assert(offsetof(FAnimSetMeshLinkup, BoneToTrackTable) == 0x000000, "Member 'FAnimSetMeshLinkup::BoneToTrackTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_SingleNode \ static_assert(alignof(FAnimNode_SingleNode) == 0x000008, "Wrong alignment on FAnimNode_SingleNode"); \ static_assert(sizeof(FAnimNode_SingleNode) == 0x000030, "Wrong size on FAnimNode_SingleNode"); \ static_assert(offsetof(FAnimNode_SingleNode, SourcePose) == 0x000010, "Member 'FAnimNode_SingleNode::SourcePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FBakedStateExitTransition \ static_assert(alignof(FBakedStateExitTransition) == 0x000008, "Wrong alignment on FBakedStateExitTransition"); \ static_assert(sizeof(FBakedStateExitTransition) == 0x000020, "Wrong size on FBakedStateExitTransition"); \ static_assert(offsetof(FBakedStateExitTransition, CanTakeDelegateIndex) == 0x000000, "Member 'FBakedStateExitTransition::CanTakeDelegateIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, CustomResultNodeIndex) == 0x000004, "Member 'FBakedStateExitTransition::CustomResultNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, TransitionIndex) == 0x000008, "Member 'FBakedStateExitTransition::TransitionIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, bDesiredTransitionReturnValue) == 0x00000C, "Member 'FBakedStateExitTransition::bDesiredTransitionReturnValue' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, bAutomaticRemainingTimeRule) == 0x00000D, "Member 'FBakedStateExitTransition::bAutomaticRemainingTimeRule' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, PoseEvaluatorLinks) == 0x000010, "Member 'FBakedStateExitTransition::PoseEvaluatorLinks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedAnimationState \ static_assert(alignof(FBakedAnimationState) == 0x000008, "Wrong alignment on FBakedAnimationState"); \ static_assert(sizeof(FBakedAnimationState) == 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_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_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_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_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_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_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_FAssetImportInfo \ static_assert(alignof(FAssetImportInfo) == 0x000001, "Wrong alignment on FAssetImportInfo"); \ static_assert(sizeof(FAssetImportInfo) == 0x000001, "Wrong size on FAssetImportInfo"); \ #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_FPrimaryAssetRules \ static_assert(alignof(FPrimaryAssetRules) == 0x000004, "Wrong alignment on FPrimaryAssetRules"); \ static_assert(sizeof(FPrimaryAssetRules) == 0x00000C, "Wrong size on FPrimaryAssetRules"); \ static_assert(offsetof(FPrimaryAssetRules, Priority) == 0x000000, "Member 'FPrimaryAssetRules::Priority' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetRules, ChunkId) == 0x000004, "Member 'FPrimaryAssetRules::ChunkId' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetRules, bApplyRecursively) == 0x000008, "Member 'FPrimaryAssetRules::bApplyRecursively' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetRules, CookRule) == 0x000009, "Member 'FPrimaryAssetRules::CookRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrimaryAssetRulesCustomOverride \ static_assert(alignof(FPrimaryAssetRulesCustomOverride) == 0x000008, "Wrong alignment on FPrimaryAssetRulesCustomOverride"); \ static_assert(sizeof(FPrimaryAssetRulesCustomOverride) == 0x000038, "Wrong size on FPrimaryAssetRulesCustomOverride"); \ static_assert(offsetof(FPrimaryAssetRulesCustomOverride, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetRulesCustomOverride::PrimaryAssetType' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetRulesCustomOverride, FilterDirectory) == 0x000008, "Member 'FPrimaryAssetRulesCustomOverride::FilterDirectory' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetRulesCustomOverride, FilterString) == 0x000018, "Member 'FPrimaryAssetRulesCustomOverride::FilterString' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetRulesCustomOverride, Rules) == 0x000028, "Member 'FPrimaryAssetRulesCustomOverride::Rules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FVectorSpringState \ static_assert(alignof(FVectorSpringState) == 0x000004, "Wrong alignment on FVectorSpringState"); \ static_assert(sizeof(FVectorSpringState) == 0x000018, "Wrong size on FVectorSpringState"); \ #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_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_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_FAssetMapping \ static_assert(alignof(FAssetMapping) == 0x000008, "Wrong alignment on FAssetMapping"); \ static_assert(sizeof(FAssetMapping) == 0x000010, "Wrong size on FAssetMapping"); \ static_assert(offsetof(FAssetMapping, SourceAsset) == 0x000000, "Member 'FAssetMapping::SourceAsset' has a wrong offset!"); \ static_assert(offsetof(FAssetMapping, TargetAsset) == 0x000008, "Member 'FAssetMapping::TargetAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAtmospherePrecomputeInstanceData \ static_assert(alignof(FAtmospherePrecomputeInstanceData) == 0x000008, "Wrong alignment on FAtmospherePrecomputeInstanceData"); \ static_assert(sizeof(FAtmospherePrecomputeInstanceData) == 0x000160, "Wrong size on FAtmospherePrecomputeInstanceData"); \ #define DUMPER7_ASSERTS_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_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_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_FFloatSpringState \ static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ static_assert(sizeof(FFloatSpringState) == 0x000008, "Wrong size on FFloatSpringState"); \ #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_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_FAudioReverbEffect \ static_assert(alignof(FAudioReverbEffect) == 0x000008, "Wrong alignment on FAudioReverbEffect"); \ static_assert(sizeof(FAudioReverbEffect) == 0x000048, "Wrong size on FAudioReverbEffect"); \ #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_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_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_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_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_FAudioVolumeSubmixOverrideSettings \ static_assert(alignof(FAudioVolumeSubmixOverrideSettings) == 0x000008, "Wrong alignment on FAudioVolumeSubmixOverrideSettings"); \ static_assert(sizeof(FAudioVolumeSubmixOverrideSettings) == 0x000020, "Wrong size on FAudioVolumeSubmixOverrideSettings"); \ static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, Submix) == 0x000000, "Member 'FAudioVolumeSubmixOverrideSettings::Submix' has a wrong offset!"); \ static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, SubmixEffectChain) == 0x000008, "Member 'FAudioVolumeSubmixOverrideSettings::SubmixEffectChain' has a wrong offset!"); \ static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, CrossfadeTime) == 0x000018, "Member 'FAudioVolumeSubmixOverrideSettings::CrossfadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioVolumeSubmixSendSettings \ static_assert(alignof(FAudioVolumeSubmixSendSettings) == 0x000008, "Wrong alignment on FAudioVolumeSubmixSendSettings"); \ static_assert(sizeof(FAudioVolumeSubmixSendSettings) == 0x000018, "Wrong size on FAudioVolumeSubmixSendSettings"); \ static_assert(offsetof(FAudioVolumeSubmixSendSettings, ListenerLocationState) == 0x000000, "Member 'FAudioVolumeSubmixSendSettings::ListenerLocationState' has a wrong offset!"); \ static_assert(offsetof(FAudioVolumeSubmixSendSettings, SourceLocationState) == 0x000001, "Member 'FAudioVolumeSubmixSendSettings::SourceLocationState' has a wrong offset!"); \ static_assert(offsetof(FAudioVolumeSubmixSendSettings, SubmixSends) == 0x000008, "Member 'FAudioVolumeSubmixSendSettings::SubmixSends' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FEditorImportExportTestDefinition \ static_assert(alignof(FEditorImportExportTestDefinition) == 0x000008, "Wrong alignment on FEditorImportExportTestDefinition"); \ static_assert(sizeof(FEditorImportExportTestDefinition) == 0x000038, "Wrong size on FEditorImportExportTestDefinition"); \ static_assert(offsetof(FEditorImportExportTestDefinition, ImportFilePath) == 0x000000, "Member 'FEditorImportExportTestDefinition::ImportFilePath' has a wrong offset!"); \ static_assert(offsetof(FEditorImportExportTestDefinition, ExportFileExtension) == 0x000010, "Member 'FEditorImportExportTestDefinition::ExportFileExtension' has a wrong offset!"); \ static_assert(offsetof(FEditorImportExportTestDefinition, bSkipExport) == 0x000020, "Member 'FEditorImportExportTestDefinition::bSkipExport' has a wrong offset!"); \ static_assert(offsetof(FEditorImportExportTestDefinition, FactorySettings) == 0x000028, "Member 'FEditorImportExportTestDefinition::FactorySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavAvoidanceData \ static_assert(alignof(FNavAvoidanceData) == 0x000004, "Wrong alignment on FNavAvoidanceData"); \ static_assert(sizeof(FNavAvoidanceData) == 0x00003C, "Wrong size on FNavAvoidanceData"); \ #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_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_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_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_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_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_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_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_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_FEventGraphFastCallPair \ static_assert(alignof(FEventGraphFastCallPair) == 0x000008, "Wrong alignment on FEventGraphFastCallPair"); \ static_assert(sizeof(FEventGraphFastCallPair) == 0x000010, "Wrong size on FEventGraphFastCallPair"); \ static_assert(offsetof(FEventGraphFastCallPair, FunctionToPatch) == 0x000000, "Member 'FEventGraphFastCallPair::FunctionToPatch' has a wrong offset!"); \ static_assert(offsetof(FEventGraphFastCallPair, EventGraphCallOffset) == 0x000008, "Member 'FEventGraphFastCallPair::EventGraphCallOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPointerToUberGraphFrame \ static_assert(alignof(FPointerToUberGraphFrame) == 0x000008, "Wrong alignment on FPointerToUberGraphFrame"); \ static_assert(sizeof(FPointerToUberGraphFrame) == 0x000008, "Wrong size on FPointerToUberGraphFrame"); \ #define DUMPER7_ASSERTS_FNodeToCodeAssociation \ static_assert(alignof(FNodeToCodeAssociation) == 0x000004, "Wrong alignment on FNodeToCodeAssociation"); \ static_assert(sizeof(FNodeToCodeAssociation) == 0x000014, "Wrong size on FNodeToCodeAssociation"); \ #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_FBookmark2DJumpToSettings \ static_assert(alignof(FBookmark2DJumpToSettings) == 0x000001, "Wrong alignment on FBookmark2DJumpToSettings"); \ static_assert(sizeof(FBookmark2DJumpToSettings) == 0x000001, "Wrong size on FBookmark2DJumpToSettings"); \ #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_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_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_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_FActiveCameraShakeInfo \ static_assert(alignof(FActiveCameraShakeInfo) == 0x000008, "Wrong alignment on FActiveCameraShakeInfo"); \ static_assert(sizeof(FActiveCameraShakeInfo) == 0x000018, "Wrong size on FActiveCameraShakeInfo"); \ static_assert(offsetof(FActiveCameraShakeInfo, ShakeInstance) == 0x000000, "Member 'FActiveCameraShakeInfo::ShakeInstance' has a wrong offset!"); \ static_assert(offsetof(FActiveCameraShakeInfo, ShakeSource) == 0x000008, "Member 'FActiveCameraShakeInfo::ShakeSource' has a wrong offset!"); \ static_assert(offsetof(FActiveCameraShakeInfo, bIsCustomInitialized) == 0x000010, "Member 'FActiveCameraShakeInfo::bIsCustomInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraShakeInfo \ static_assert(alignof(FCameraShakeInfo) == 0x000004, "Wrong alignment on FCameraShakeInfo"); \ static_assert(sizeof(FCameraShakeInfo) == 0x000010, "Wrong size on FCameraShakeInfo"); \ static_assert(offsetof(FCameraShakeInfo, Duration) == 0x000000, "Member 'FCameraShakeInfo::Duration' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeInfo, BlendIn) == 0x000008, "Member 'FCameraShakeInfo::BlendIn' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeInfo, BlendOut) == 0x00000C, "Member 'FCameraShakeInfo::BlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FCameraShakeStartParams \ static_assert(alignof(FCameraShakeStartParams) == 0x000001, "Wrong alignment on FCameraShakeStartParams"); \ static_assert(sizeof(FCameraShakeStartParams) == 0x000001, "Wrong size on FCameraShakeStartParams"); \ static_assert(offsetof(FCameraShakeStartParams, bIsRestarting) == 0x000000, "Member 'FCameraShakeStartParams::bIsRestarting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCanvasIcon \ static_assert(alignof(FCanvasIcon) == 0x000008, "Wrong alignment on FCanvasIcon"); \ static_assert(sizeof(FCanvasIcon) == 0x000018, "Wrong size on FCanvasIcon"); \ static_assert(offsetof(FCanvasIcon, Texture) == 0x000000, "Member 'FCanvasIcon::Texture' has a wrong offset!"); \ static_assert(offsetof(FCanvasIcon, U) == 0x000008, "Member 'FCanvasIcon::U' has a wrong offset!"); \ static_assert(offsetof(FCanvasIcon, V) == 0x00000C, "Member 'FCanvasIcon::V' has a wrong offset!"); \ static_assert(offsetof(FCanvasIcon, UL) == 0x000010, "Member 'FCanvasIcon::UL' has a wrong offset!"); \ static_assert(offsetof(FCanvasIcon, VL) == 0x000014, "Member 'FCanvasIcon::VL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FCharacterMovementComponentPostPhysicsTickFunction \ static_assert(alignof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPostPhysicsTickFunction"); \ static_assert(sizeof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000030, "Wrong size on FCharacterMovementComponentPostPhysicsTickFunction"); \ #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_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_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_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_FLinearDriveConstraint \ static_assert(alignof(FLinearDriveConstraint) == 0x000004, "Wrong alignment on FLinearDriveConstraint"); \ static_assert(sizeof(FLinearDriveConstraint) == 0x00004C, "Wrong size on FLinearDriveConstraint"); \ static_assert(offsetof(FLinearDriveConstraint, PositionTarget) == 0x000000, "Member 'FLinearDriveConstraint::PositionTarget' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, VelocityTarget) == 0x00000C, "Member 'FLinearDriveConstraint::VelocityTarget' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, XDrive) == 0x000018, "Member 'FLinearDriveConstraint::XDrive' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, YDrive) == 0x000028, "Member 'FLinearDriveConstraint::YDrive' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, ZDrive) == 0x000038, "Member 'FLinearDriveConstraint::ZDrive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintInstanceBase \ static_assert(alignof(FConstraintInstanceBase) == 0x000008, "Wrong alignment on FConstraintInstanceBase"); \ static_assert(sizeof(FConstraintInstanceBase) == 0x000018, "Wrong size on FConstraintInstanceBase"); \ #define DUMPER7_ASSERTS_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_FConstraintProfileProperties \ static_assert(alignof(FConstraintProfileProperties) == 0x000004, "Wrong alignment on FConstraintProfileProperties"); \ static_assert(sizeof(FConstraintProfileProperties) == 0x000114, "Wrong size on FConstraintProfileProperties"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearTolerance) == 0x000000, "Member 'FConstraintProfileProperties::ProjectionLinearTolerance' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularTolerance) == 0x000004, "Member 'FConstraintProfileProperties::ProjectionAngularTolerance' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearAlpha) == 0x000008, "Member 'FConstraintProfileProperties::ProjectionLinearAlpha' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularAlpha) == 0x00000C, "Member 'FConstraintProfileProperties::ProjectionAngularAlpha' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearBreakThreshold) == 0x000010, "Member 'FConstraintProfileProperties::LinearBreakThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityThreshold) == 0x000014, "Member 'FConstraintProfileProperties::LinearPlasticityThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, AngularBreakThreshold) == 0x000018, "Member 'FConstraintProfileProperties::AngularBreakThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, AngularPlasticityThreshold) == 0x00001C, "Member 'FConstraintProfileProperties::AngularPlasticityThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearLimit) == 0x000020, "Member 'FConstraintProfileProperties::LinearLimit' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ConeLimit) == 0x00003C, "Member 'FConstraintProfileProperties::ConeLimit' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, TwistLimit) == 0x00005C, "Member 'FConstraintProfileProperties::TwistLimit' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearDrive) == 0x000078, "Member 'FConstraintProfileProperties::LinearDrive' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, AngularDrive) == 0x0000C4, "Member 'FConstraintProfileProperties::AngularDrive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintInstance \ static_assert(alignof(FConstraintInstance) == 0x000008, "Wrong alignment on FConstraintInstance"); \ static_assert(sizeof(FConstraintInstance) == 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_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_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_FRuntimeCurveLinearColor \ static_assert(alignof(FRuntimeCurveLinearColor) == 0x000008, "Wrong alignment on FRuntimeCurveLinearColor"); \ static_assert(sizeof(FRuntimeCurveLinearColor) == 0x000208, "Wrong size on FRuntimeCurveLinearColor"); \ static_assert(offsetof(FRuntimeCurveLinearColor, ColorCurves) == 0x000000, "Member 'FRuntimeCurveLinearColor::ColorCurves' has a wrong offset!"); \ static_assert(offsetof(FRuntimeCurveLinearColor, ExternalCurve) == 0x000200, "Member 'FRuntimeCurveLinearColor::ExternalCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurveAtlasColorAdjustments \ static_assert(alignof(FCurveAtlasColorAdjustments) == 0x000004, "Wrong alignment on FCurveAtlasColorAdjustments"); \ static_assert(sizeof(FCurveAtlasColorAdjustments) == 0x000024, "Wrong size on FCurveAtlasColorAdjustments"); \ static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustBrightness) == 0x000004, "Member 'FCurveAtlasColorAdjustments::AdjustBrightness' has a wrong offset!"); \ static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustBrightnessCurve) == 0x000008, "Member 'FCurveAtlasColorAdjustments::AdjustBrightnessCurve' has a wrong offset!"); \ static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustVibrance) == 0x00000C, "Member 'FCurveAtlasColorAdjustments::AdjustVibrance' has a wrong offset!"); \ static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustSaturation) == 0x000010, "Member 'FCurveAtlasColorAdjustments::AdjustSaturation' has a wrong offset!"); \ static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustRGBCurve) == 0x000014, "Member 'FCurveAtlasColorAdjustments::AdjustRGBCurve' has a wrong offset!"); \ static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustHue) == 0x000018, "Member 'FCurveAtlasColorAdjustments::AdjustHue' has a wrong offset!"); \ static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustMinAlpha) == 0x00001C, "Member 'FCurveAtlasColorAdjustments::AdjustMinAlpha' has a wrong offset!"); \ static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustMaxAlpha) == 0x000020, "Member 'FCurveAtlasColorAdjustments::AdjustMaxAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedCurveValue \ static_assert(alignof(FNamedCurveValue) == 0x000004, "Wrong alignment on FNamedCurveValue"); \ static_assert(sizeof(FNamedCurveValue) == 0x00000C, "Wrong size on FNamedCurveValue"); \ static_assert(offsetof(FNamedCurveValue, Name) == 0x000000, "Member 'FNamedCurveValue::Name' has a wrong offset!"); \ static_assert(offsetof(FNamedCurveValue, Value) == 0x000008, "Member 'FNamedCurveValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurveTableRowHandle \ static_assert(alignof(FCurveTableRowHandle) == 0x000008, "Wrong alignment on FCurveTableRowHandle"); \ static_assert(sizeof(FCurveTableRowHandle) == 0x000010, "Wrong size on FCurveTableRowHandle"); \ static_assert(offsetof(FCurveTableRowHandle, CurveTable) == 0x000000, "Member 'FCurveTableRowHandle::CurveTable' has a wrong offset!"); \ static_assert(offsetof(FCurveTableRowHandle, RowName) == 0x000008, "Member 'FCurveTableRowHandle::RowName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FCustomAttributePerBoneData \ static_assert(alignof(FCustomAttributePerBoneData) == 0x000008, "Wrong alignment on FCustomAttributePerBoneData"); \ static_assert(sizeof(FCustomAttributePerBoneData) == 0x000018, "Wrong size on FCustomAttributePerBoneData"); \ static_assert(offsetof(FCustomAttributePerBoneData, BoneTreeIndex) == 0x000000, "Member 'FCustomAttributePerBoneData::BoneTreeIndex' has a wrong offset!"); \ static_assert(offsetof(FCustomAttributePerBoneData, Attributes) == 0x000008, "Member 'FCustomAttributePerBoneData::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomAttributeSetting \ static_assert(alignof(FCustomAttributeSetting) == 0x000008, "Wrong alignment on FCustomAttributeSetting"); \ static_assert(sizeof(FCustomAttributeSetting) == 0x000020, "Wrong size on FCustomAttributeSetting"); \ static_assert(offsetof(FCustomAttributeSetting, Name) == 0x000000, "Member 'FCustomAttributeSetting::Name' has a wrong offset!"); \ static_assert(offsetof(FCustomAttributeSetting, Meaning) == 0x000010, "Member 'FCustomAttributeSetting::Meaning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDataDrivenConsoleVariable \ static_assert(alignof(FDataDrivenConsoleVariable) == 0x000008, "Wrong alignment on FDataDrivenConsoleVariable"); \ static_assert(sizeof(FDataDrivenConsoleVariable) == 0x000050, "Wrong size on FDataDrivenConsoleVariable"); \ static_assert(offsetof(FDataDrivenConsoleVariable, Type) == 0x000000, "Member 'FDataDrivenConsoleVariable::Type' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenConsoleVariable, Name) == 0x000008, "Member 'FDataDrivenConsoleVariable::Name' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenConsoleVariable, Tooltip) == 0x000018, "Member 'FDataDrivenConsoleVariable::Tooltip' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueFloat) == 0x000028, "Member 'FDataDrivenConsoleVariable::DefaultValueFloat' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueInt) == 0x00002C, "Member 'FDataDrivenConsoleVariable::DefaultValueInt' has a wrong offset!"); \ static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueBool) == 0x000030, "Member 'FDataDrivenConsoleVariable::DefaultValueBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_FDialogueWaveParameter \ static_assert(alignof(FDialogueWaveParameter) == 0x000008, "Wrong alignment on FDialogueWaveParameter"); \ static_assert(sizeof(FDialogueWaveParameter) == 0x000020, "Wrong size on FDialogueWaveParameter"); \ static_assert(offsetof(FDialogueWaveParameter, DialogueWave) == 0x000000, "Member 'FDialogueWaveParameter::DialogueWave' has a wrong offset!"); \ static_assert(offsetof(FDialogueWaveParameter, Context) == 0x000008, "Member 'FDialogueWaveParameter::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueContextMapping \ static_assert(alignof(FDialogueContextMapping) == 0x000008, "Wrong alignment on FDialogueContextMapping"); \ static_assert(sizeof(FDialogueContextMapping) == 0x000038, "Wrong size on FDialogueContextMapping"); \ static_assert(offsetof(FDialogueContextMapping, Context) == 0x000000, "Member 'FDialogueContextMapping::Context' has a wrong offset!"); \ static_assert(offsetof(FDialogueContextMapping, SoundWave) == 0x000018, "Member 'FDialogueContextMapping::SoundWave' has a wrong offset!"); \ static_assert(offsetof(FDialogueContextMapping, LocalizationKeyFormat) == 0x000020, "Member 'FDialogueContextMapping::LocalizationKeyFormat' has a wrong offset!"); \ static_assert(offsetof(FDialogueContextMapping, Proxy) == 0x000030, "Member 'FDialogueContextMapping::Proxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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_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_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_FURL \ static_assert(alignof(FURL) == 0x000008, "Wrong alignment on FURL"); \ static_assert(sizeof(FURL) == 0x000068, "Wrong size on FURL"); \ static_assert(offsetof(FURL, Protocol) == 0x000000, "Member 'FURL::Protocol' has a wrong offset!"); \ static_assert(offsetof(FURL, Host) == 0x000010, "Member 'FURL::Host' has a wrong offset!"); \ static_assert(offsetof(FURL, Port) == 0x000020, "Member 'FURL::Port' has a wrong offset!"); \ static_assert(offsetof(FURL, Valid) == 0x000024, "Member 'FURL::Valid' has a wrong offset!"); \ static_assert(offsetof(FURL, Map) == 0x000028, "Member 'FURL::Map' has a wrong offset!"); \ static_assert(offsetof(FURL, RedirectURL) == 0x000038, "Member 'FURL::RedirectURL' has a wrong offset!"); \ static_assert(offsetof(FURL, Op) == 0x000048, "Member 'FURL::Op' has a wrong offset!"); \ static_assert(offsetof(FURL, Portal) == 0x000058, "Member 'FURL::Portal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelStreamingStatus \ static_assert(alignof(FLevelStreamingStatus) == 0x000004, "Wrong alignment on FLevelStreamingStatus"); \ static_assert(sizeof(FLevelStreamingStatus) == 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_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_FTickPrerequisite \ static_assert(alignof(FTickPrerequisite) == 0x000008, "Wrong alignment on FTickPrerequisite"); \ static_assert(sizeof(FTickPrerequisite) == 0x000010, "Wrong size on FTickPrerequisite"); \ #define DUMPER7_ASSERTS_FCanvasUVTri \ static_assert(alignof(FCanvasUVTri) == 0x000004, "Wrong alignment on FCanvasUVTri"); \ static_assert(sizeof(FCanvasUVTri) == 0x000060, "Wrong size on FCanvasUVTri"); \ static_assert(offsetof(FCanvasUVTri, V0_Pos) == 0x000000, "Member 'FCanvasUVTri::V0_Pos' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V0_UV) == 0x000008, "Member 'FCanvasUVTri::V0_UV' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V0_Color) == 0x000010, "Member 'FCanvasUVTri::V0_Color' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V1_Pos) == 0x000020, "Member 'FCanvasUVTri::V1_Pos' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V1_UV) == 0x000028, "Member 'FCanvasUVTri::V1_UV' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V1_Color) == 0x000030, "Member 'FCanvasUVTri::V1_Color' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V2_Pos) == 0x000040, "Member 'FCanvasUVTri::V2_Pos' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V2_UV) == 0x000048, "Member 'FCanvasUVTri::V2_UV' has a wrong offset!"); \ static_assert(offsetof(FCanvasUVTri, V2_Color) == 0x000050, "Member 'FCanvasUVTri::V2_Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDepthFieldGlowInfo \ static_assert(alignof(FDepthFieldGlowInfo) == 0x000004, "Wrong alignment on FDepthFieldGlowInfo"); \ static_assert(sizeof(FDepthFieldGlowInfo) == 0x000024, "Wrong size on FDepthFieldGlowInfo"); \ static_assert(offsetof(FDepthFieldGlowInfo, GlowColor) == 0x000004, "Member 'FDepthFieldGlowInfo::GlowColor' has a wrong offset!"); \ static_assert(offsetof(FDepthFieldGlowInfo, GlowOuterRadius) == 0x000014, "Member 'FDepthFieldGlowInfo::GlowOuterRadius' has a wrong offset!"); \ static_assert(offsetof(FDepthFieldGlowInfo, GlowInnerRadius) == 0x00001C, "Member 'FDepthFieldGlowInfo::GlowInnerRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFontRenderInfo \ static_assert(alignof(FFontRenderInfo) == 0x000004, "Wrong alignment on FFontRenderInfo"); \ static_assert(sizeof(FFontRenderInfo) == 0x000028, "Wrong size on FFontRenderInfo"); \ static_assert(offsetof(FFontRenderInfo, GlowInfo) == 0x000004, "Member 'FFontRenderInfo::GlowInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FParticleSystemWorldManagerTickFunction \ static_assert(alignof(FParticleSystemWorldManagerTickFunction) == 0x000008, "Wrong alignment on FParticleSystemWorldManagerTickFunction"); \ static_assert(sizeof(FParticleSystemWorldManagerTickFunction) == 0x000030, "Wrong size on FParticleSystemWorldManagerTickFunction"); \ #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_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_FAnimUpdateRateParameters \ static_assert(alignof(FAnimUpdateRateParameters) == 0x000008, "Wrong alignment on FAnimUpdateRateParameters"); \ static_assert(sizeof(FAnimUpdateRateParameters) == 0x000088, "Wrong size on FAnimUpdateRateParameters"); \ static_assert(offsetof(FAnimUpdateRateParameters, ShiftBucket) == 0x000001, "Member 'FAnimUpdateRateParameters::ShiftBucket' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, UpdateRate) == 0x000004, "Member 'FAnimUpdateRateParameters::UpdateRate' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, EvaluationRate) == 0x000008, "Member 'FAnimUpdateRateParameters::EvaluationRate' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, TickedPoseOffestTime) == 0x00000C, "Member 'FAnimUpdateRateParameters::TickedPoseOffestTime' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, AdditionalTime) == 0x000010, "Member 'FAnimUpdateRateParameters::AdditionalTime' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, BaseNonRenderedUpdateRate) == 0x000018, "Member 'FAnimUpdateRateParameters::BaseNonRenderedUpdateRate' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, MaxEvalRateForInterpolation) == 0x00001C, "Member 'FAnimUpdateRateParameters::MaxEvalRateForInterpolation' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, BaseVisibleDistanceFactorThesholds) == 0x000020, "Member 'FAnimUpdateRateParameters::BaseVisibleDistanceFactorThesholds' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, LODToFrameSkipMap) == 0x000030, "Member 'FAnimUpdateRateParameters::LODToFrameSkipMap' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, SkippedUpdateFrames) == 0x000080, "Member 'FAnimUpdateRateParameters::SkippedUpdateFrames' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, SkippedEvalFrames) == 0x000084, "Member 'FAnimUpdateRateParameters::SkippedEvalFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimSlotDesc \ static_assert(alignof(FAnimSlotDesc) == 0x000004, "Wrong alignment on FAnimSlotDesc"); \ static_assert(sizeof(FAnimSlotDesc) == 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_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_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_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_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_FStaticMeshComponentLODInfo \ static_assert(alignof(FStaticMeshComponentLODInfo) == 0x000008, "Wrong alignment on FStaticMeshComponentLODInfo"); \ static_assert(sizeof(FStaticMeshComponentLODInfo) == 0x000090, "Wrong size on FStaticMeshComponentLODInfo"); \ #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_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_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_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_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_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_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_FRigidBodyState \ static_assert(alignof(FRigidBodyState) == 0x000010, "Wrong alignment on FRigidBodyState"); \ static_assert(sizeof(FRigidBodyState) == 0x000040, "Wrong size on FRigidBodyState"); \ static_assert(offsetof(FRigidBodyState, Position) == 0x000000, "Member 'FRigidBodyState::Position' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyState, Quaternion) == 0x000010, "Member 'FRigidBodyState::Quaternion' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyState, LinVel) == 0x000020, "Member 'FRigidBodyState::LinVel' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyState, AngVel) == 0x00002C, "Member 'FRigidBodyState::AngVel' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyState, Flags) == 0x000038, "Member 'FRigidBodyState::Flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialShadingModelField \ static_assert(alignof(FMaterialShadingModelField) == 0x000002, "Wrong alignment on FMaterialShadingModelField"); \ static_assert(sizeof(FMaterialShadingModelField) == 0x000002, "Wrong size on FMaterialShadingModelField"); \ static_assert(offsetof(FMaterialShadingModelField, ShadingModelField) == 0x000000, "Member 'FMaterialShadingModelField::ShadingModelField' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FForceFeedbackAttenuationSettings \ static_assert(alignof(FForceFeedbackAttenuationSettings) == 0x000008, "Wrong alignment on FForceFeedbackAttenuationSettings"); \ static_assert(sizeof(FForceFeedbackAttenuationSettings) == 0x0000B0, "Wrong size on FForceFeedbackAttenuationSettings"); \ #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_FStreamedAudioPlatformData \ static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ static_assert(sizeof(FStreamedAudioPlatformData) == 0x000020, "Wrong size on FStreamedAudioPlatformData"); \ #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_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_FHapticFeedbackDetails_Curve \ static_assert(alignof(FHapticFeedbackDetails_Curve) == 0x000008, "Wrong alignment on FHapticFeedbackDetails_Curve"); \ static_assert(sizeof(FHapticFeedbackDetails_Curve) == 0x000110, "Wrong size on FHapticFeedbackDetails_Curve"); \ static_assert(offsetof(FHapticFeedbackDetails_Curve, Frequency) == 0x000000, "Member 'FHapticFeedbackDetails_Curve::Frequency' has a wrong offset!"); \ static_assert(offsetof(FHapticFeedbackDetails_Curve, Amplitude) == 0x000088, "Member 'FHapticFeedbackDetails_Curve::Amplitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClusterNode_DEPRECATED \ static_assert(alignof(FClusterNode_DEPRECATED) == 0x000004, "Wrong alignment on FClusterNode_DEPRECATED"); \ static_assert(sizeof(FClusterNode_DEPRECATED) == 0x000028, "Wrong size on FClusterNode_DEPRECATED"); \ static_assert(offsetof(FClusterNode_DEPRECATED, BoundMin) == 0x000000, "Member 'FClusterNode_DEPRECATED::BoundMin' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, FirstChild) == 0x00000C, "Member 'FClusterNode_DEPRECATED::FirstChild' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, BoundMax) == 0x000010, "Member 'FClusterNode_DEPRECATED::BoundMax' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, LastChild) == 0x00001C, "Member 'FClusterNode_DEPRECATED::LastChild' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, FirstInstance) == 0x000020, "Member 'FClusterNode_DEPRECATED::FirstInstance' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, LastInstance) == 0x000024, "Member 'FClusterNode_DEPRECATED::LastInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FBlueprintInputDelegateBinding \ static_assert(alignof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputDelegateBinding"); \ static_assert(sizeof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong size on FBlueprintInputDelegateBinding"); \ #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_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_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_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_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_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_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_FSubTrackGroup \ static_assert(alignof(FSubTrackGroup) == 0x000008, "Wrong alignment on FSubTrackGroup"); \ static_assert(sizeof(FSubTrackGroup) == 0x000028, "Wrong size on FSubTrackGroup"); \ static_assert(offsetof(FSubTrackGroup, GroupName) == 0x000000, "Member 'FSubTrackGroup::GroupName' has a wrong offset!"); \ static_assert(offsetof(FSubTrackGroup, TrackIndices) == 0x000010, "Member 'FSubTrackGroup::TrackIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSupportedSubTrackInfo \ static_assert(alignof(FSupportedSubTrackInfo) == 0x000008, "Wrong alignment on FSupportedSubTrackInfo"); \ static_assert(sizeof(FSupportedSubTrackInfo) == 0x000020, "Wrong size on FSupportedSubTrackInfo"); \ static_assert(offsetof(FSupportedSubTrackInfo, SupportedClass) == 0x000000, "Member 'FSupportedSubTrackInfo::SupportedClass' has a wrong offset!"); \ static_assert(offsetof(FSupportedSubTrackInfo, SubTrackName) == 0x000008, "Member 'FSupportedSubTrackInfo::SubTrackName' has a wrong offset!"); \ static_assert(offsetof(FSupportedSubTrackInfo, GroupIndex) == 0x000018, "Member 'FSupportedSubTrackInfo::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FClientReceiveData \ static_assert(alignof(FClientReceiveData) == 0x000008, "Wrong alignment on FClientReceiveData"); \ static_assert(sizeof(FClientReceiveData) == 0x000040, "Wrong size on FClientReceiveData"); \ static_assert(offsetof(FClientReceiveData, LocalPC) == 0x000000, "Member 'FClientReceiveData::LocalPC' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, MessageType) == 0x000008, "Member 'FClientReceiveData::MessageType' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, MessageIndex) == 0x000010, "Member 'FClientReceiveData::MessageIndex' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, MessageString) == 0x000018, "Member 'FClientReceiveData::MessageString' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, RelatedPlayerState_1) == 0x000028, "Member 'FClientReceiveData::RelatedPlayerState_1' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, RelatedPlayerState_2) == 0x000030, "Member 'FClientReceiveData::RelatedPlayerState_2' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, OptionalObject) == 0x000038, "Member 'FClientReceiveData::OptionalObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHLODInstancingKey \ static_assert(alignof(FHLODInstancingKey) == 0x000008, "Wrong alignment on FHLODInstancingKey"); \ static_assert(sizeof(FHLODInstancingKey) == 0x000010, "Wrong size on FHLODInstancingKey"); \ static_assert(offsetof(FHLODInstancingKey, StaticMesh) == 0x000000, "Member 'FHLODInstancingKey::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FHLODInstancingKey, Material) == 0x000008, "Member 'FHLODInstancingKey::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_FCollectionParameterBase \ static_assert(alignof(FCollectionParameterBase) == 0x000004, "Wrong alignment on FCollectionParameterBase"); \ static_assert(sizeof(FCollectionParameterBase) == 0x000018, "Wrong size on FCollectionParameterBase"); \ static_assert(offsetof(FCollectionParameterBase, ParameterName) == 0x000000, "Member 'FCollectionParameterBase::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FCollectionParameterBase, ID) == 0x000008, "Member 'FCollectionParameterBase::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollectionVectorParameter \ static_assert(alignof(FCollectionVectorParameter) == 0x000004, "Wrong alignment on FCollectionVectorParameter"); \ static_assert(sizeof(FCollectionVectorParameter) == 0x000028, "Wrong size on FCollectionVectorParameter"); \ static_assert(offsetof(FCollectionVectorParameter, DefaultValue) == 0x000018, "Member 'FCollectionVectorParameter::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNameCurveKey \ static_assert(alignof(FNameCurveKey) == 0x000004, "Wrong alignment on FNameCurveKey"); \ static_assert(sizeof(FNameCurveKey) == 0x00000C, "Wrong size on FNameCurveKey"); \ static_assert(offsetof(FNameCurveKey, Time) == 0x000000, "Member 'FNameCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(FNameCurveKey, Value) == 0x000004, "Member 'FNameCurveKey::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNameCurve \ static_assert(alignof(FNameCurve) == 0x000008, "Wrong alignment on FNameCurve"); \ static_assert(sizeof(FNameCurve) == 0x000078, "Wrong size on FNameCurve"); \ static_assert(offsetof(FNameCurve, Keys) == 0x000068, "Member 'FNameCurve::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FParticleCurvePair \ static_assert(alignof(FParticleCurvePair) == 0x000008, "Wrong alignment on FParticleCurvePair"); \ static_assert(sizeof(FParticleCurvePair) == 0x000018, "Wrong size on FParticleCurvePair"); \ static_assert(offsetof(FParticleCurvePair, CurveName) == 0x000000, "Member 'FParticleCurvePair::CurveName' has a wrong offset!"); \ static_assert(offsetof(FParticleCurvePair, CurveObject) == 0x000010, "Member 'FParticleCurvePair::CurveObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBeamModifierOptions \ static_assert(alignof(FBeamModifierOptions) == 0x000004, "Wrong alignment on FBeamModifierOptions"); \ static_assert(sizeof(FBeamModifierOptions) == 0x000004, "Wrong size on FBeamModifierOptions"); \ #define DUMPER7_ASSERTS_FParticleEvent_GenerateInfo \ static_assert(alignof(FParticleEvent_GenerateInfo) == 0x000008, "Wrong alignment on FParticleEvent_GenerateInfo"); \ static_assert(sizeof(FParticleEvent_GenerateInfo) == 0x000028, "Wrong size on FParticleEvent_GenerateInfo"); \ static_assert(offsetof(FParticleEvent_GenerateInfo, Type) == 0x000000, "Member 'FParticleEvent_GenerateInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FParticleEvent_GenerateInfo, Frequency) == 0x000004, "Member 'FParticleEvent_GenerateInfo::Frequency' has a wrong offset!"); \ static_assert(offsetof(FParticleEvent_GenerateInfo, ParticleFrequency) == 0x000008, "Member 'FParticleEvent_GenerateInfo::ParticleFrequency' has a wrong offset!"); \ static_assert(offsetof(FParticleEvent_GenerateInfo, CustomName) == 0x000010, "Member 'FParticleEvent_GenerateInfo::CustomName' has a wrong offset!"); \ static_assert(offsetof(FParticleEvent_GenerateInfo, ParticleModuleEventsToSendToGame) == 0x000018, "Member 'FParticleEvent_GenerateInfo::ParticleModuleEventsToSendToGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOrbitOptions \ static_assert(alignof(FOrbitOptions) == 0x000004, "Wrong alignment on FOrbitOptions"); \ static_assert(sizeof(FOrbitOptions) == 0x000004, "Wrong size on FOrbitOptions"); \ #define DUMPER7_ASSERTS_FEmitterDynamicParameter \ static_assert(alignof(FEmitterDynamicParameter) == 0x000008, "Wrong alignment on FEmitterDynamicParameter"); \ static_assert(sizeof(FEmitterDynamicParameter) == 0x000048, "Wrong size on FEmitterDynamicParameter"); \ static_assert(offsetof(FEmitterDynamicParameter, ParamName) == 0x000000, "Member 'FEmitterDynamicParameter::ParamName' has a wrong offset!"); \ static_assert(offsetof(FEmitterDynamicParameter, ValueMethod) == 0x00000C, "Member 'FEmitterDynamicParameter::ValueMethod' has a wrong offset!"); \ static_assert(offsetof(FEmitterDynamicParameter, ParamValue) == 0x000018, "Member 'FEmitterDynamicParameter::ParamValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FGPUSpriteLocalVectorFieldInfo \ static_assert(alignof(FGPUSpriteLocalVectorFieldInfo) == 0x000010, "Wrong alignment on FGPUSpriteLocalVectorFieldInfo"); \ static_assert(sizeof(FGPUSpriteLocalVectorFieldInfo) == 0x000070, "Wrong size on FGPUSpriteLocalVectorFieldInfo"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Field) == 0x000000, "Member 'FGPUSpriteLocalVectorFieldInfo::Field' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Transform) == 0x000010, "Member 'FGPUSpriteLocalVectorFieldInfo::Transform' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, MinInitialRotation) == 0x000040, "Member 'FGPUSpriteLocalVectorFieldInfo::MinInitialRotation' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, MaxInitialRotation) == 0x00004C, "Member 'FGPUSpriteLocalVectorFieldInfo::MaxInitialRotation' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, RotationRate) == 0x000058, "Member 'FGPUSpriteLocalVectorFieldInfo::RotationRate' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Intensity) == 0x000064, "Member 'FGPUSpriteLocalVectorFieldInfo::Intensity' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Tightness) == 0x000068, "Member 'FGPUSpriteLocalVectorFieldInfo::Tightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGPUSpriteEmitterInfo \ static_assert(alignof(FGPUSpriteEmitterInfo) == 0x000010, "Wrong alignment on FGPUSpriteEmitterInfo"); \ static_assert(sizeof(FGPUSpriteEmitterInfo) == 0x000280, "Wrong size on FGPUSpriteEmitterInfo"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, RequiredModule) == 0x000000, "Member 'FGPUSpriteEmitterInfo::RequiredModule' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, SpawnModule) == 0x000008, "Member 'FGPUSpriteEmitterInfo::SpawnModule' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, SpawnPerUnitModule) == 0x000010, "Member 'FGPUSpriteEmitterInfo::SpawnPerUnitModule' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, SpawnModules) == 0x000018, "Member 'FGPUSpriteEmitterInfo::SpawnModules' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, LocalVectorField) == 0x000030, "Member 'FGPUSpriteEmitterInfo::LocalVectorField' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, VectorFieldScale) == 0x0000A0, "Member 'FGPUSpriteEmitterInfo::VectorFieldScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DragCoefficient) == 0x0000C0, "Member 'FGPUSpriteEmitterInfo::DragCoefficient' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorStrength) == 0x0000E0, "Member 'FGPUSpriteEmitterInfo::PointAttractorStrength' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, Resilience) == 0x000100, "Member 'FGPUSpriteEmitterInfo::Resilience' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, ConstantAcceleration) == 0x000120, "Member 'FGPUSpriteEmitterInfo::ConstantAcceleration' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorPosition) == 0x00012C, "Member 'FGPUSpriteEmitterInfo::PointAttractorPosition' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorRadiusSq) == 0x000138, "Member 'FGPUSpriteEmitterInfo::PointAttractorRadiusSq' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, OrbitOffsetBase) == 0x00013C, "Member 'FGPUSpriteEmitterInfo::OrbitOffsetBase' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, OrbitOffsetRange) == 0x000148, "Member 'FGPUSpriteEmitterInfo::OrbitOffsetRange' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, InvMaxSize) == 0x000154, "Member 'FGPUSpriteEmitterInfo::InvMaxSize' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, InvRotationRateScale) == 0x00015C, "Member 'FGPUSpriteEmitterInfo::InvRotationRateScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, MaxLifetime) == 0x000160, "Member 'FGPUSpriteEmitterInfo::MaxLifetime' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, MaxParticleCount) == 0x000164, "Member 'FGPUSpriteEmitterInfo::MaxParticleCount' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, ScreenAlignment) == 0x000168, "Member 'FGPUSpriteEmitterInfo::ScreenAlignment' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, LockAxisFlag) == 0x000169, "Member 'FGPUSpriteEmitterInfo::LockAxisFlag' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, CollisionMode) == 0x000170, "Member 'FGPUSpriteEmitterInfo::CollisionMode' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, MinFacingCameraBlendDistance) == 0x000178, "Member 'FGPUSpriteEmitterInfo::MinFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, MaxFacingCameraBlendDistance) == 0x00017C, "Member 'FGPUSpriteEmitterInfo::MaxFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicColor) == 0x000180, "Member 'FGPUSpriteEmitterInfo::DynamicColor' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicAlpha) == 0x0001C8, "Member 'FGPUSpriteEmitterInfo::DynamicAlpha' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicColorScale) == 0x0001F8, "Member 'FGPUSpriteEmitterInfo::DynamicColorScale' has a wrong offset!"); \ static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicAlphaScale) == 0x000240, "Member 'FGPUSpriteEmitterInfo::DynamicAlphaScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FParticleSystemReplayFrame \ static_assert(alignof(FParticleSystemReplayFrame) == 0x000008, "Wrong alignment on FParticleSystemReplayFrame"); \ static_assert(sizeof(FParticleSystemReplayFrame) == 0x000010, "Wrong size on FParticleSystemReplayFrame"); \ #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_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_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_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_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_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_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_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_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_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_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_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_FSceneViewExtensionIsActiveFunctor \ static_assert(alignof(FSceneViewExtensionIsActiveFunctor) == 0x000010, "Wrong alignment on FSceneViewExtensionIsActiveFunctor"); \ static_assert(sizeof(FSceneViewExtensionIsActiveFunctor) == 0x000050, "Wrong size on FSceneViewExtensionIsActiveFunctor"); \ #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_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_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_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_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_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_FSmartNameMapping \ static_assert(alignof(FSmartNameMapping) == 0x000008, "Wrong alignment on FSmartNameMapping"); \ static_assert(sizeof(FSmartNameMapping) == 0x000070, "Wrong size on FSmartNameMapping"); \ #define DUMPER7_ASSERTS_FSoundClassProperties \ static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ static_assert(sizeof(FSoundClassProperties) == 0x000078, "Wrong size on FSoundClassProperties"); \ static_assert(offsetof(FSoundClassProperties, Volume) == 0x000000, "Member 'FSoundClassProperties::Volume' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, Pitch) == 0x000004, "Member 'FSoundClassProperties::Pitch' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, LowPassFilterFrequency) == 0x000008, "Member 'FSoundClassProperties::LowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, AttenuationDistanceScale) == 0x00000C, "Member 'FSoundClassProperties::AttenuationDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, LFEBleed) == 0x000010, "Member 'FSoundClassProperties::LFEBleed' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, VoiceCenterChannelVolume) == 0x000014, "Member 'FSoundClassProperties::VoiceCenterChannelVolume' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, RadioFilterVolume) == 0x000018, "Member 'FSoundClassProperties::RadioFilterVolume' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, RadioFilterVolumeThreshold) == 0x00001C, "Member 'FSoundClassProperties::RadioFilterVolumeThreshold' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, Default2DReverbSendAmount) == 0x000024, "Member 'FSoundClassProperties::Default2DReverbSendAmount' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, ModulationSettings) == 0x000028, "Member 'FSoundClassProperties::ModulationSettings' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, OutputTarget) == 0x000068, "Member 'FSoundClassProperties::OutputTarget' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, LoadingBehavior) == 0x000069, "Member 'FSoundClassProperties::LoadingBehavior' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, DefaultSubmix) == 0x000070, "Member 'FSoundClassProperties::DefaultSubmix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundConcurrencySettings \ static_assert(alignof(FSoundConcurrencySettings) == 0x000004, "Wrong alignment on FSoundConcurrencySettings"); \ static_assert(sizeof(FSoundConcurrencySettings) == 0x000028, "Wrong size on FSoundConcurrencySettings"); \ static_assert(offsetof(FSoundConcurrencySettings, MaxCount) == 0x000000, "Member 'FSoundConcurrencySettings::MaxCount' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, ResolutionRule) == 0x000008, "Member 'FSoundConcurrencySettings::ResolutionRule' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, RetriggerTime) == 0x00000C, "Member 'FSoundConcurrencySettings::RetriggerTime' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScale) == 0x000010, "Member 'FSoundConcurrencySettings::VolumeScale' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleMode) == 0x000014, "Member 'FSoundConcurrencySettings::VolumeScaleMode' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleAttackTime) == 0x000018, "Member 'FSoundConcurrencySettings::VolumeScaleAttackTime' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleReleaseTime) == 0x000020, "Member 'FSoundConcurrencySettings::VolumeScaleReleaseTime' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VoiceStealReleaseTime) == 0x000024, "Member 'FSoundConcurrencySettings::VoiceStealReleaseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundNodeEditorData \ static_assert(alignof(FSoundNodeEditorData) == 0x000004, "Wrong alignment on FSoundNodeEditorData"); \ static_assert(sizeof(FSoundNodeEditorData) == 0x000008, "Wrong size on FSoundNodeEditorData"); \ #define DUMPER7_ASSERTS_FSourceEffectChainEntry \ static_assert(alignof(FSourceEffectChainEntry) == 0x000008, "Wrong alignment on FSourceEffectChainEntry"); \ static_assert(sizeof(FSourceEffectChainEntry) == 0x000010, "Wrong size on FSourceEffectChainEntry"); \ static_assert(offsetof(FSourceEffectChainEntry, Preset) == 0x000000, "Member 'FSourceEffectChainEntry::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FSoundSubmixSpectralAnalysisBandSettings \ static_assert(alignof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000004, "Wrong alignment on FSoundSubmixSpectralAnalysisBandSettings"); \ static_assert(sizeof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000010, "Wrong size on FSoundSubmixSpectralAnalysisBandSettings"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, BandFrequency) == 0x000000, "Member 'FSoundSubmixSpectralAnalysisBandSettings::BandFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, AttackTimeMsec) == 0x000004, "Member 'FSoundSubmixSpectralAnalysisBandSettings::AttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, ReleaseTimeMsec) == 0x000008, "Member 'FSoundSubmixSpectralAnalysisBandSettings::ReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, QFactor) == 0x00000C, "Member 'FSoundSubmixSpectralAnalysisBandSettings::QFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveSpectralDataEntry \ static_assert(alignof(FSoundWaveSpectralDataEntry) == 0x000004, "Wrong alignment on FSoundWaveSpectralDataEntry"); \ static_assert(sizeof(FSoundWaveSpectralDataEntry) == 0x000008, "Wrong size on FSoundWaveSpectralDataEntry"); \ static_assert(offsetof(FSoundWaveSpectralDataEntry, Magnitude) == 0x000000, "Member 'FSoundWaveSpectralDataEntry::Magnitude' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralDataEntry, NormalizedMagnitude) == 0x000004, "Member 'FSoundWaveSpectralDataEntry::NormalizedMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveSpectralTimeData \ static_assert(alignof(FSoundWaveSpectralTimeData) == 0x000008, "Wrong alignment on FSoundWaveSpectralTimeData"); \ static_assert(sizeof(FSoundWaveSpectralTimeData) == 0x000018, "Wrong size on FSoundWaveSpectralTimeData"); \ static_assert(offsetof(FSoundWaveSpectralTimeData, Data) == 0x000000, "Member 'FSoundWaveSpectralTimeData::Data' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralTimeData, TimeSec) == 0x000010, "Member 'FSoundWaveSpectralTimeData::TimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveEnvelopeDataPerSound \ static_assert(alignof(FSoundWaveEnvelopeDataPerSound) == 0x000008, "Wrong alignment on FSoundWaveEnvelopeDataPerSound"); \ static_assert(sizeof(FSoundWaveEnvelopeDataPerSound) == 0x000010, "Wrong size on FSoundWaveEnvelopeDataPerSound"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, Envelope) == 0x000000, "Member 'FSoundWaveEnvelopeDataPerSound::Envelope' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, PlaybackTime) == 0x000004, "Member 'FSoundWaveEnvelopeDataPerSound::PlaybackTime' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, SoundWave) == 0x000008, "Member 'FSoundWaveEnvelopeDataPerSound::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FStaticMeshOptimizationSettings \ static_assert(alignof(FStaticMeshOptimizationSettings) == 0x000004, "Wrong alignment on FStaticMeshOptimizationSettings"); \ static_assert(sizeof(FStaticMeshOptimizationSettings) == 0x00001C, "Wrong size on FStaticMeshOptimizationSettings"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, ReductionMethod) == 0x000000, "Member 'FStaticMeshOptimizationSettings::ReductionMethod' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, NumOfTrianglesPercentage) == 0x000004, "Member 'FStaticMeshOptimizationSettings::NumOfTrianglesPercentage' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, MaxDeviationPercentage) == 0x000008, "Member 'FStaticMeshOptimizationSettings::MaxDeviationPercentage' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, WeldingThreshold) == 0x00000C, "Member 'FStaticMeshOptimizationSettings::WeldingThreshold' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, bRecalcNormals) == 0x000010, "Member 'FStaticMeshOptimizationSettings::bRecalcNormals' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, NormalsThreshold) == 0x000014, "Member 'FStaticMeshOptimizationSettings::NormalsThreshold' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, SilhouetteImportance) == 0x000018, "Member 'FStaticMeshOptimizationSettings::SilhouetteImportance' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, TextureImportance) == 0x000019, "Member 'FStaticMeshOptimizationSettings::TextureImportance' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, ShadingImportance) == 0x00001A, "Member 'FStaticMeshOptimizationSettings::ShadingImportance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaintedVertex \ static_assert(alignof(FPaintedVertex) == 0x000010, "Wrong alignment on FPaintedVertex"); \ static_assert(sizeof(FPaintedVertex) == 0x000020, "Wrong size on FPaintedVertex"); \ static_assert(offsetof(FPaintedVertex, Position) == 0x000000, "Member 'FPaintedVertex::Position' has a wrong offset!"); \ static_assert(offsetof(FPaintedVertex, Color) == 0x00000C, "Member 'FPaintedVertex::Color' has a wrong offset!"); \ static_assert(offsetof(FPaintedVertex, Normal) == 0x000010, "Member 'FPaintedVertex::Normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshVertexColorLODData \ static_assert(alignof(FStaticMeshVertexColorLODData) == 0x000008, "Wrong alignment on FStaticMeshVertexColorLODData"); \ static_assert(sizeof(FStaticMeshVertexColorLODData) == 0x000028, "Wrong size on FStaticMeshVertexColorLODData"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, PaintedVertices) == 0x000000, "Member 'FStaticMeshVertexColorLODData::PaintedVertices' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, VertexBufferColors) == 0x000010, "Member 'FStaticMeshVertexColorLODData::VertexBufferColors' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, LODIndex) == 0x000020, "Member 'FStaticMeshVertexColorLODData::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshComponentInstanceData \ static_assert(alignof(FStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FStaticMeshComponentInstanceData"); \ static_assert(sizeof(FStaticMeshComponentInstanceData) == 0x000140, "Wrong size on FStaticMeshComponentInstanceData"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, StaticMesh) == 0x000100, "Member 'FStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, VertexColorLODs) == 0x000108, "Member 'FStaticMeshComponentInstanceData::VertexColorLODs' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, CachedStaticLighting) == 0x000118, "Member 'FStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, StreamingTextureData) == 0x000128, "Member 'FStaticMeshComponentInstanceData::StreamingTextureData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEquirectProps \ static_assert(alignof(FEquirectProps) == 0x000004, "Wrong alignment on FEquirectProps"); \ static_assert(sizeof(FEquirectProps) == 0x000048, "Wrong size on FEquirectProps"); \ static_assert(offsetof(FEquirectProps, LeftUVRect) == 0x000000, "Member 'FEquirectProps::LeftUVRect' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, RightUVRect) == 0x000014, "Member 'FEquirectProps::RightUVRect' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, LeftScale) == 0x000028, "Member 'FEquirectProps::LeftScale' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, RightScale) == 0x000030, "Member 'FEquirectProps::RightScale' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, LeftBias) == 0x000038, "Member 'FEquirectProps::LeftBias' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, RightBias) == 0x000040, "Member 'FEquirectProps::RightBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTexturePlatformData \ static_assert(alignof(FTexturePlatformData) == 0x000008, "Wrong alignment on FTexturePlatformData"); \ static_assert(sizeof(FTexturePlatformData) == 0x000030, "Wrong size on FTexturePlatformData"); \ #define DUMPER7_ASSERTS_FTextureSource \ static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ static_assert(sizeof(FTextureSource) == 0x000038, "Wrong size on FTextureSource"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_UMaterialExpressionTwoSidedSign \ static_assert(alignof(UMaterialExpressionTwoSidedSign) == 0x000008, "Wrong alignment on UMaterialExpressionTwoSidedSign"); \ static_assert(sizeof(UMaterialExpressionTwoSidedSign) == 0x000040, "Wrong size on UMaterialExpressionTwoSidedSign"); \ #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) == 0x000228, "Wrong size on AActor"); \ static_assert(offsetof(AActor, PrimaryActorTick) == 0x000030, "Member 'AActor::PrimaryActorTick' has a wrong offset!"); \ static_assert(offsetof(AActor, UpdateOverlapsMethodDuringLevelStreaming) == 0x000065, "Member 'AActor::UpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ static_assert(offsetof(AActor, DefaultUpdateOverlapsMethodDuringLevelStreaming) == 0x000066, "Member 'AActor::DefaultUpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ static_assert(offsetof(AActor, RemoteRole) == 0x000067, "Member 'AActor::RemoteRole' has a wrong offset!"); \ static_assert(offsetof(AActor, ReplicatedMovement) == 0x000068, "Member 'AActor::ReplicatedMovement' has a wrong offset!"); \ static_assert(offsetof(AActor, InitialLifeSpan) == 0x00009C, "Member 'AActor::InitialLifeSpan' has a wrong offset!"); \ static_assert(offsetof(AActor, CustomTimeDilation) == 0x0000A0, "Member 'AActor::CustomTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AActor, AttachmentReplication) == 0x0000A8, "Member 'AActor::AttachmentReplication' has a wrong offset!"); \ static_assert(offsetof(AActor, Owner) == 0x0000E8, "Member 'AActor::Owner' has a wrong offset!"); \ static_assert(offsetof(AActor, NetDriverName) == 0x0000F0, "Member 'AActor::NetDriverName' has a wrong offset!"); \ static_assert(offsetof(AActor, Role) == 0x0000F8, "Member 'AActor::Role' has a wrong offset!"); \ static_assert(offsetof(AActor, NetDormancy) == 0x0000F9, "Member 'AActor::NetDormancy' has a wrong offset!"); \ static_assert(offsetof(AActor, SpawnCollisionHandlingMethod) == 0x0000FA, "Member 'AActor::SpawnCollisionHandlingMethod' has a wrong offset!"); \ static_assert(offsetof(AActor, AutoReceiveInput) == 0x0000FB, "Member 'AActor::AutoReceiveInput' has a wrong offset!"); \ static_assert(offsetof(AActor, InputPriority) == 0x0000FC, "Member 'AActor::InputPriority' has a wrong offset!"); \ static_assert(offsetof(AActor, InputComponent) == 0x000100, "Member 'AActor::InputComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, NetCullDistanceSquared) == 0x000108, "Member 'AActor::NetCullDistanceSquared' has a wrong offset!"); \ static_assert(offsetof(AActor, NetTag) == 0x00010C, "Member 'AActor::NetTag' has a wrong offset!"); \ static_assert(offsetof(AActor, NetUpdateFrequency) == 0x000110, "Member 'AActor::NetUpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(AActor, MinNetUpdateFrequency) == 0x000114, "Member 'AActor::MinNetUpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(AActor, NetPriority) == 0x000118, "Member 'AActor::NetPriority' has a wrong offset!"); \ static_assert(offsetof(AActor, Instigator) == 0x000120, "Member 'AActor::Instigator' has a wrong offset!"); \ static_assert(offsetof(AActor, Children) == 0x000128, "Member 'AActor::Children' has a wrong offset!"); \ static_assert(offsetof(AActor, RootComponent) == 0x000138, "Member 'AActor::RootComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, ControllingMatineeActors) == 0x000140, "Member 'AActor::ControllingMatineeActors' has a wrong offset!"); \ static_assert(offsetof(AActor, Layers) == 0x000158, "Member 'AActor::Layers' has a wrong offset!"); \ static_assert(offsetof(AActor, ParentComponent) == 0x000168, "Member 'AActor::ParentComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, Tags) == 0x000178, "Member 'AActor::Tags' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakeAnyDamage) == 0x000188, "Member 'AActor::OnTakeAnyDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakePointDamage) == 0x000189, "Member 'AActor::OnTakePointDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakeRadialDamage) == 0x00018A, "Member 'AActor::OnTakeRadialDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorBeginOverlap) == 0x00018B, "Member 'AActor::OnActorBeginOverlap' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorEndOverlap) == 0x00018C, "Member 'AActor::OnActorEndOverlap' has a wrong offset!"); \ static_assert(offsetof(AActor, OnBeginCursorOver) == 0x00018D, "Member 'AActor::OnBeginCursorOver' has a wrong offset!"); \ static_assert(offsetof(AActor, OnEndCursorOver) == 0x00018E, "Member 'AActor::OnEndCursorOver' has a wrong offset!"); \ static_assert(offsetof(AActor, OnClicked) == 0x00018F, "Member 'AActor::OnClicked' has a wrong offset!"); \ static_assert(offsetof(AActor, OnReleased) == 0x000190, "Member 'AActor::OnReleased' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchBegin) == 0x000191, "Member 'AActor::OnInputTouchBegin' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchEnd) == 0x000192, "Member 'AActor::OnInputTouchEnd' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchEnter) == 0x000193, "Member 'AActor::OnInputTouchEnter' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchLeave) == 0x000194, "Member 'AActor::OnInputTouchLeave' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorHit) == 0x000195, "Member 'AActor::OnActorHit' has a wrong offset!"); \ static_assert(offsetof(AActor, OnDestroyed) == 0x000196, "Member 'AActor::OnDestroyed' has a wrong offset!"); \ static_assert(offsetof(AActor, OnEndPlay) == 0x000197, "Member 'AActor::OnEndPlay' has a wrong offset!"); \ static_assert(offsetof(AActor, InstanceComponents) == 0x0001F8, "Member 'AActor::InstanceComponents' has a wrong offset!"); \ static_assert(offsetof(AActor, BlueprintCreatedComponents) == 0x000208, "Member 'AActor::BlueprintCreatedComponents' 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_UInterpTrackInstFade \ static_assert(alignof(UInterpTrackInstFade) == 0x000008, "Wrong alignment on UInterpTrackInstFade"); \ static_assert(sizeof(UInterpTrackInstFade) == 0x000028, "Wrong size on UInterpTrackInstFade"); \ #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_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_UParticleModuleLocationBase \ static_assert(alignof(UParticleModuleLocationBase) == 0x000008, "Wrong alignment on UParticleModuleLocationBase"); \ static_assert(sizeof(UParticleModuleLocationBase) == 0x000030, "Wrong size on UParticleModuleLocationBase"); \ #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_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_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_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_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_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_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_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_ARigidBodyBase \ static_assert(alignof(ARigidBodyBase) == 0x000008, "Wrong alignment on ARigidBodyBase"); \ static_assert(sizeof(ARigidBodyBase) == 0x000228, "Wrong size on ARigidBodyBase"); \ #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_UAnimCurveCompressionCodec \ static_assert(alignof(UAnimCurveCompressionCodec) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec"); \ static_assert(sizeof(UAnimCurveCompressionCodec) == 0x000028, "Wrong size on UAnimCurveCompressionCodec"); \ #define DUMPER7_ASSERTS_AInfo \ static_assert(alignof(AInfo) == 0x000008, "Wrong alignment on AInfo"); \ static_assert(sizeof(AInfo) == 0x000228, "Wrong size on AInfo"); \ #define DUMPER7_ASSERTS_AAtmosphericFog \ static_assert(alignof(AAtmosphericFog) == 0x000008, "Wrong alignment on AAtmosphericFog"); \ static_assert(sizeof(AAtmosphericFog) == 0x000230, "Wrong size on AAtmosphericFog"); \ static_assert(offsetof(AAtmosphericFog, AtmosphericFogComponent) == 0x000228, "Member 'AAtmosphericFog::AtmosphericFogComponent' 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_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_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_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_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_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_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_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_UBlueprintFunctionLibrary \ static_assert(alignof(UBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintFunctionLibrary"); \ static_assert(sizeof(UBlueprintFunctionLibrary) == 0x000028, "Wrong size on UBlueprintFunctionLibrary"); \ #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_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_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_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_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_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_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_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_UMaterialExpressionStaticBool \ static_assert(alignof(UMaterialExpressionStaticBool) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBool"); \ static_assert(sizeof(UMaterialExpressionStaticBool) == 0x000048, "Wrong size on UMaterialExpressionStaticBool"); \ #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_UPhysicsFieldComponent \ static_assert(alignof(UPhysicsFieldComponent) == 0x000010, "Wrong alignment on UPhysicsFieldComponent"); \ static_assert(sizeof(UPhysicsFieldComponent) == 0x000270, "Wrong size on UPhysicsFieldComponent"); \ #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_AReflectionCapture \ static_assert(alignof(AReflectionCapture) == 0x000008, "Wrong alignment on AReflectionCapture"); \ static_assert(sizeof(AReflectionCapture) == 0x000230, "Wrong size on AReflectionCapture"); \ static_assert(offsetof(AReflectionCapture, CaptureComponent) == 0x000228, "Member 'AReflectionCapture::CaptureComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextPropertyTestObject \ static_assert(alignof(UTextPropertyTestObject) == 0x000008, "Wrong alignment on UTextPropertyTestObject"); \ static_assert(sizeof(UTextPropertyTestObject) == 0x000070, "Wrong size on UTextPropertyTestObject"); \ static_assert(offsetof(UTextPropertyTestObject, DefaultedText) == 0x000028, "Member 'UTextPropertyTestObject::DefaultedText' has a wrong offset!"); \ static_assert(offsetof(UTextPropertyTestObject, UndefaultedText) == 0x000040, "Member 'UTextPropertyTestObject::UndefaultedText' has a wrong offset!"); \ static_assert(offsetof(UTextPropertyTestObject, TransientText) == 0x000058, "Member 'UTextPropertyTestObject::TransientText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_ISlateTextureAtlasInterface \ static_assert(alignof(ISlateTextureAtlasInterface) == 0x000001, "Wrong alignment on ISlateTextureAtlasInterface"); \ static_assert(sizeof(ISlateTextureAtlasInterface) == 0x000001, "Wrong size on ISlateTextureAtlasInterface"); \ #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_ASceneCapture \ static_assert(alignof(ASceneCapture) == 0x000008, "Wrong alignment on ASceneCapture"); \ static_assert(sizeof(ASceneCapture) == 0x000238, "Wrong size on ASceneCapture"); \ static_assert(offsetof(ASceneCapture, MeshComp) == 0x000228, "Member 'ASceneCapture::MeshComp' has a wrong offset!"); \ static_assert(offsetof(ASceneCapture, SceneComponent) == 0x000230, "Member 'ASceneCapture::SceneComponent' 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_ASkeletalMeshActor \ static_assert(alignof(ASkeletalMeshActor) == 0x000008, "Wrong alignment on ASkeletalMeshActor"); \ static_assert(sizeof(ASkeletalMeshActor) == 0x0002B0, "Wrong size on ASkeletalMeshActor"); \ static_assert(offsetof(ASkeletalMeshActor, SkeletalMeshComponent) == 0x000238, "Member 'ASkeletalMeshActor::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMesh) == 0x000240, "Member 'ASkeletalMeshActor::ReplicatedMesh' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedPhysAsset) == 0x000248, "Member 'ASkeletalMeshActor::ReplicatedPhysAsset' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial0) == 0x000250, "Member 'ASkeletalMeshActor::ReplicatedMaterial0' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial1) == 0x000258, "Member 'ASkeletalMeshActor::ReplicatedMaterial1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayer \ static_assert(alignof(UPlayer) == 0x000008, "Wrong alignment on UPlayer"); \ static_assert(sizeof(UPlayer) == 0x000048, "Wrong size on UPlayer"); \ static_assert(offsetof(UPlayer, PlayerController) == 0x000030, "Member 'UPlayer::PlayerController' has a wrong offset!"); \ static_assert(offsetof(UPlayer, CurrentNetSpeed) == 0x000038, "Member 'UPlayer::CurrentNetSpeed' has a wrong offset!"); \ static_assert(offsetof(UPlayer, ConfiguredInternetSpeed) == 0x00003C, "Member 'UPlayer::ConfiguredInternetSpeed' has a wrong offset!"); \ static_assert(offsetof(UPlayer, ConfiguredLanSpeed) == 0x000040, "Member 'UPlayer::ConfiguredLanSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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) == 0x0002A0, "Wrong size on AController"); \ static_assert(offsetof(AController, PlayerState) == 0x000230, "Member 'AController::PlayerState' has a wrong offset!"); \ static_assert(offsetof(AController, OnInstigatedAnyDamage) == 0x000240, "Member 'AController::OnInstigatedAnyDamage' has a wrong offset!"); \ static_assert(offsetof(AController, StateName) == 0x000250, "Member 'AController::StateName' has a wrong offset!"); \ static_assert(offsetof(AController, Pawn) == 0x000258, "Member 'AController::Pawn' has a wrong offset!"); \ static_assert(offsetof(AController, Character) == 0x000268, "Member 'AController::Character' has a wrong offset!"); \ static_assert(offsetof(AController, TransformComponent) == 0x000270, "Member 'AController::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(AController, ControlRotation) == 0x000290, "Member 'AController::ControlRotation' 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_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) == 0x000578, "Wrong size on APlayerController"); \ static_assert(offsetof(APlayerController, Player) == 0x0002A0, "Member 'APlayerController::Player' has a wrong offset!"); \ static_assert(offsetof(APlayerController, AcknowledgedPawn) == 0x0002A8, "Member 'APlayerController::AcknowledgedPawn' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ControllingDirTrackInst) == 0x0002B0, "Member 'APlayerController::ControllingDirTrackInst' has a wrong offset!"); \ static_assert(offsetof(APlayerController, MyHUD) == 0x0002B8, "Member 'APlayerController::MyHUD' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerCameraManager) == 0x0002C0, "Member 'APlayerController::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerCameraManagerClass) == 0x0002C8, "Member 'APlayerController::PlayerCameraManagerClass' has a wrong offset!"); \ static_assert(offsetof(APlayerController, bAutoManageActiveCameraTarget) == 0x0002D0, "Member 'APlayerController::bAutoManageActiveCameraTarget' has a wrong offset!"); \ static_assert(offsetof(APlayerController, TargetViewRotation) == 0x0002D4, "Member 'APlayerController::TargetViewRotation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SmoothTargetViewRotationSpeed) == 0x0002EC, "Member 'APlayerController::SmoothTargetViewRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HiddenActors) == 0x0002F8, "Member 'APlayerController::HiddenActors' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HiddenPrimitiveComponents) == 0x000308, "Member 'APlayerController::HiddenPrimitiveComponents' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorStateSynchTime) == 0x00031C, "Member 'APlayerController::LastSpectatorStateSynchTime' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorSyncLocation) == 0x000320, "Member 'APlayerController::LastSpectatorSyncLocation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorSyncRotation) == 0x00032C, "Member 'APlayerController::LastSpectatorSyncRotation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ClientCap) == 0x000338, "Member 'APlayerController::ClientCap' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CheatManager) == 0x000340, "Member 'APlayerController::CheatManager' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CheatClass) == 0x000348, "Member 'APlayerController::CheatClass' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerInput) == 0x000350, "Member 'APlayerController::PlayerInput' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ActiveForceFeedbackEffects) == 0x000358, "Member 'APlayerController::ActiveForceFeedbackEffects' has a wrong offset!"); \ static_assert(offsetof(APlayerController, NetPlayerIndex) == 0x0003DC, "Member 'APlayerController::NetPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PendingSwapConnection) == 0x000418, "Member 'APlayerController::PendingSwapConnection' has a wrong offset!"); \ static_assert(offsetof(APlayerController, NetConnection) == 0x000420, "Member 'APlayerController::NetConnection' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputYawScale) == 0x000434, "Member 'APlayerController::InputYawScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputPitchScale) == 0x000438, "Member 'APlayerController::InputPitchScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputRollScale) == 0x00043C, "Member 'APlayerController::InputRollScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ForceFeedbackScale) == 0x000444, "Member 'APlayerController::ForceFeedbackScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ClickEventKeys) == 0x000448, "Member 'APlayerController::ClickEventKeys' has a wrong offset!"); \ static_assert(offsetof(APlayerController, DefaultMouseCursor) == 0x000458, "Member 'APlayerController::DefaultMouseCursor' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentMouseCursor) == 0x000459, "Member 'APlayerController::CurrentMouseCursor' has a wrong offset!"); \ static_assert(offsetof(APlayerController, DefaultClickTraceChannel) == 0x00045A, "Member 'APlayerController::DefaultClickTraceChannel' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentClickTraceChannel) == 0x00045B, "Member 'APlayerController::CurrentClickTraceChannel' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HitResultTraceDistance) == 0x00045C, "Member 'APlayerController::HitResultTraceDistance' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SeamlessTravelCount) == 0x000460, "Member 'APlayerController::SeamlessTravelCount' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastCompletedSeamlessTravelCount) == 0x000462, "Member 'APlayerController::LastCompletedSeamlessTravelCount' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InactiveStateInputComponent) == 0x0004D8, "Member 'APlayerController::InactiveStateInputComponent' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentTouchInterface) == 0x0004F8, "Member 'APlayerController::CurrentTouchInterface' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SpectatorPawn) == 0x000550, "Member 'APlayerController::SpectatorPawn' has a wrong offset!"); \ static_assert(offsetof(APlayerController, bIsLocalPlayerController) == 0x00055C, "Member 'APlayerController::bIsLocalPlayerController' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SpawnLocation) == 0x000560, "Member 'APlayerController::SpawnLocation' 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_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_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_UBlueprintAsyncActionBase \ static_assert(alignof(UBlueprintAsyncActionBase) == 0x000008, "Wrong alignment on UBlueprintAsyncActionBase"); \ static_assert(sizeof(UBlueprintAsyncActionBase) == 0x000030, "Wrong size on UBlueprintAsyncActionBase"); \ #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_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_ULocalMessage \ static_assert(alignof(ULocalMessage) == 0x000008, "Wrong alignment on ULocalMessage"); \ static_assert(sizeof(ULocalMessage) == 0x000028, "Wrong size on ULocalMessage"); \ #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_UAsyncActionLoadPrimaryAssetBase \ static_assert(alignof(UAsyncActionLoadPrimaryAssetBase) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetBase"); \ static_assert(sizeof(UAsyncActionLoadPrimaryAssetBase) == 0x000078, "Wrong size on UAsyncActionLoadPrimaryAssetBase"); \ #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_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_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_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_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_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_USimulatedClientNetConnection \ static_assert(alignof(USimulatedClientNetConnection) == 0x000008, "Wrong alignment on USimulatedClientNetConnection"); \ static_assert(sizeof(USimulatedClientNetConnection) == 0x001BA8, "Wrong size on USimulatedClientNetConnection"); \ #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_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_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_UBlueprintCore \ static_assert(alignof(UBlueprintCore) == 0x000008, "Wrong alignment on UBlueprintCore"); \ static_assert(sizeof(UBlueprintCore) == 0x000050, "Wrong size on UBlueprintCore"); \ static_assert(offsetof(UBlueprintCore, SkeletonGeneratedClass) == 0x000028, "Member 'UBlueprintCore::SkeletonGeneratedClass' has a wrong offset!"); \ static_assert(offsetof(UBlueprintCore, GeneratedClass) == 0x000030, "Member 'UBlueprintCore::GeneratedClass' has a wrong offset!"); \ static_assert(offsetof(UBlueprintCore, bLegacyNeedToPurgeSkelRefs) == 0x000038, "Member 'UBlueprintCore::bLegacyNeedToPurgeSkelRefs' has a wrong offset!"); \ static_assert(offsetof(UBlueprintCore, BlueprintGuid) == 0x00003C, "Member 'UBlueprintCore::BlueprintGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprint \ static_assert(alignof(UBlueprint) == 0x000008, "Wrong alignment on UBlueprint"); \ static_assert(sizeof(UBlueprint) == 0x0000A0, "Wrong size on UBlueprint"); \ static_assert(offsetof(UBlueprint, ParentClass) == 0x000050, "Member 'UBlueprint::ParentClass' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, BlueprintType) == 0x000058, "Member 'UBlueprint::BlueprintType' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, BlueprintSystemVersion) == 0x00005C, "Member 'UBlueprint::BlueprintSystemVersion' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, SimpleConstructionScript) == 0x000060, "Member 'UBlueprint::SimpleConstructionScript' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, ComponentTemplates) == 0x000068, "Member 'UBlueprint::ComponentTemplates' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, Timelines) == 0x000078, "Member 'UBlueprint::Timelines' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, ComponentClassOverrides) == 0x000088, "Member 'UBlueprint::ComponentClassOverrides' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, InheritableComponentHandler) == 0x000098, "Member 'UBlueprint::InheritableComponentHandler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimBlueprint \ static_assert(alignof(UAnimBlueprint) == 0x000008, "Wrong alignment on UAnimBlueprint"); \ static_assert(sizeof(UAnimBlueprint) == 0x0000C8, "Wrong size on UAnimBlueprint"); \ static_assert(offsetof(UAnimBlueprint, TargetSkeleton) == 0x0000A8, "Member 'UAnimBlueprint::TargetSkeleton' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprint, Groups) == 0x0000B0, "Member 'UAnimBlueprint::Groups' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprint, 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_ILevelPartitionInterface \ static_assert(alignof(ILevelPartitionInterface) == 0x000001, "Wrong alignment on ILevelPartitionInterface"); \ static_assert(sizeof(ILevelPartitionInterface) == 0x000001, "Wrong size on ILevelPartitionInterface"); \ #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_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_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_ANote \ static_assert(alignof(ANote) == 0x000008, "Wrong alignment on ANote"); \ static_assert(sizeof(ANote) == 0x000228, "Wrong size on ANote"); \ #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_UCameraShakePattern \ static_assert(alignof(UCameraShakePattern) == 0x000008, "Wrong alignment on UCameraShakePattern"); \ static_assert(sizeof(UCameraShakePattern) == 0x000028, "Wrong size on UCameraShakePattern"); \ #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) == 0x000318, "Wrong size on AHUD"); \ static_assert(offsetof(AHUD, PlayerOwner) == 0x000228, "Member 'AHUD::PlayerOwner' has a wrong offset!"); \ static_assert(offsetof(AHUD, CurrentTargetIndex) == 0x000234, "Member 'AHUD::CurrentTargetIndex' has a wrong offset!"); \ static_assert(offsetof(AHUD, PostRenderedActors) == 0x000240, "Member 'AHUD::PostRenderedActors' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugDisplay) == 0x000258, "Member 'AHUD::DebugDisplay' has a wrong offset!"); \ static_assert(offsetof(AHUD, ToggledDebugCategories) == 0x000268, "Member 'AHUD::ToggledDebugCategories' has a wrong offset!"); \ static_assert(offsetof(AHUD, Canvas) == 0x000278, "Member 'AHUD::Canvas' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugCanvas) == 0x000280, "Member 'AHUD::DebugCanvas' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugTextList) == 0x000288, "Member 'AHUD::DebugTextList' has a wrong offset!"); \ static_assert(offsetof(AHUD, ShowDebugTargetDesiredClass) == 0x000298, "Member 'AHUD::ShowDebugTargetDesiredClass' has a wrong offset!"); \ static_assert(offsetof(AHUD, ShowDebugTargetActor) == 0x0002A0, "Member 'AHUD::ShowDebugTargetActor' 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_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_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_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_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_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_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_USmokeTestCommandlet \ static_assert(alignof(USmokeTestCommandlet) == 0x000008, "Wrong alignment on USmokeTestCommandlet"); \ static_assert(sizeof(USmokeTestCommandlet) == 0x000080, "Wrong size on USmokeTestCommandlet"); \ #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_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_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_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_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_UOnlineBlueprintCallProxyBase \ static_assert(alignof(UOnlineBlueprintCallProxyBase) == 0x000008, "Wrong alignment on UOnlineBlueprintCallProxyBase"); \ static_assert(sizeof(UOnlineBlueprintCallProxyBase) == 0x000030, "Wrong size on UOnlineBlueprintCallProxyBase"); \ #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_USoundEffectSubmixPreset \ static_assert(alignof(USoundEffectSubmixPreset) == 0x000008, "Wrong alignment on USoundEffectSubmixPreset"); \ static_assert(sizeof(USoundEffectSubmixPreset) == 0x000068, "Wrong size on USoundEffectSubmixPreset"); \ #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_UHLODProxyDesc \ static_assert(alignof(UHLODProxyDesc) == 0x000008, "Wrong alignment on UHLODProxyDesc"); \ static_assert(sizeof(UHLODProxyDesc) == 0x000028, "Wrong size on UHLODProxyDesc"); \ #define DUMPER7_ASSERTS_ATriggerBase \ static_assert(alignof(ATriggerBase) == 0x000008, "Wrong alignment on ATriggerBase"); \ static_assert(sizeof(ATriggerBase) == 0x000230, "Wrong size on ATriggerBase"); \ static_assert(offsetof(ATriggerBase, CollisionComponent) == 0x000228, "Member 'ATriggerBase::CollisionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATriggerBox \ static_assert(alignof(ATriggerBox) == 0x000008, "Wrong alignment on ATriggerBox"); \ static_assert(sizeof(ATriggerBox) == 0x000230, "Wrong size on ATriggerBox"); \ #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_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_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_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_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_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_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_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_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_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_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_USplineMetadata \ static_assert(alignof(USplineMetadata) == 0x000008, "Wrong alignment on USplineMetadata"); \ static_assert(sizeof(USplineMetadata) == 0x000028, "Wrong size on USplineMetadata"); \ #define DUMPER7_ASSERTS_UOnlineEngineInterface \ static_assert(alignof(UOnlineEngineInterface) == 0x000008, "Wrong alignment on UOnlineEngineInterface"); \ static_assert(sizeof(UOnlineEngineInterface) == 0x000028, "Wrong size on UOnlineEngineInterface"); \ #define DUMPER7_ASSERTS_UOnlineSession \ static_assert(alignof(UOnlineSession) == 0x000008, "Wrong alignment on UOnlineSession"); \ static_assert(sizeof(UOnlineSession) == 0x000028, "Wrong size on UOnlineSession"); \ #define DUMPER7_ASSERTS_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) == 0x000230, "Wrong size on ADecalActor"); \ static_assert(offsetof(ADecalActor, Decal) == 0x000228, "Member 'ADecalActor::Decal' 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_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_USubsystem \ static_assert(alignof(USubsystem) == 0x000008, "Wrong alignment on USubsystem"); \ static_assert(sizeof(USubsystem) == 0x000030, "Wrong size on USubsystem"); \ #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_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_ATextRenderActor \ static_assert(alignof(ATextRenderActor) == 0x000008, "Wrong alignment on ATextRenderActor"); \ static_assert(sizeof(ATextRenderActor) == 0x000230, "Wrong size on ATextRenderActor"); \ static_assert(offsetof(ATextRenderActor, TextRender) == 0x000228, "Member 'ATextRenderActor::TextRender' 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_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_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_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_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_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_UDistribution \ static_assert(alignof(UDistribution) == 0x000008, "Wrong alignment on UDistribution"); \ static_assert(sizeof(UDistribution) == 0x000030, "Wrong size on UDistribution"); \ #define DUMPER7_ASSERTS_UDistributionFloat \ static_assert(alignof(UDistributionFloat) == 0x000008, "Wrong alignment on UDistributionFloat"); \ static_assert(sizeof(UDistributionFloat) == 0x000038, "Wrong size on UDistributionFloat"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_USoundNodeAssetReferencer \ static_assert(alignof(USoundNodeAssetReferencer) == 0x000008, "Wrong alignment on USoundNodeAssetReferencer"); \ static_assert(sizeof(USoundNodeAssetReferencer) == 0x000048, "Wrong size on USoundNodeAssetReferencer"); \ #define DUMPER7_ASSERTS_USoundNodeWavePlayer \ static_assert(alignof(USoundNodeWavePlayer) == 0x000008, "Wrong alignment on USoundNodeWavePlayer"); \ static_assert(sizeof(USoundNodeWavePlayer) == 0x000088, "Wrong size on USoundNodeWavePlayer"); \ static_assert(offsetof(USoundNodeWavePlayer, SoundWaveAssetPtr) == 0x000048, "Member 'USoundNodeWavePlayer::SoundWaveAssetPtr' has a wrong offset!"); \ static_assert(offsetof(USoundNodeWavePlayer, SoundWave) == 0x000070, "Member 'USoundNodeWavePlayer::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_UWorldSubsystem \ static_assert(alignof(UWorldSubsystem) == 0x000008, "Wrong alignment on UWorldSubsystem"); \ static_assert(sizeof(UWorldSubsystem) == 0x000030, "Wrong size on UWorldSubsystem"); \ #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_UAssetImportData \ static_assert(alignof(UAssetImportData) == 0x000008, "Wrong alignment on UAssetImportData"); \ static_assert(sizeof(UAssetImportData) == 0x000028, "Wrong size on UAssetImportData"); \ #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_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_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_ABrush \ static_assert(alignof(ABrush) == 0x000008, "Wrong alignment on ABrush"); \ static_assert(sizeof(ABrush) == 0x000260, "Wrong size on ABrush"); \ static_assert(offsetof(ABrush, BrushType) == 0x000228, "Member 'ABrush::BrushType' has a wrong offset!"); \ static_assert(offsetof(ABrush, BrushColor) == 0x00022C, "Member 'ABrush::BrushColor' has a wrong offset!"); \ static_assert(offsetof(ABrush, PolyFlags) == 0x000230, "Member 'ABrush::PolyFlags' has a wrong offset!"); \ static_assert(offsetof(ABrush, Brush) == 0x000238, "Member 'ABrush::Brush' has a wrong offset!"); \ static_assert(offsetof(ABrush, BrushComponent) == 0x000240, "Member 'ABrush::BrushComponent' has a wrong offset!"); \ static_assert(offsetof(ABrush, SavedSelections) == 0x000250, "Member 'ABrush::SavedSelections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVolume \ static_assert(alignof(AVolume) == 0x000008, "Wrong alignment on AVolume"); \ static_assert(sizeof(AVolume) == 0x000260, "Wrong size on AVolume"); \ #define DUMPER7_ASSERTS_APhysicsVolume \ static_assert(alignof(APhysicsVolume) == 0x000008, "Wrong alignment on APhysicsVolume"); \ static_assert(sizeof(APhysicsVolume) == 0x000270, "Wrong size on APhysicsVolume"); \ static_assert(offsetof(APhysicsVolume, TerminalVelocity) == 0x000260, "Member 'APhysicsVolume::TerminalVelocity' has a wrong offset!"); \ static_assert(offsetof(APhysicsVolume, Priority) == 0x000264, "Member 'APhysicsVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(APhysicsVolume, FluidFriction) == 0x000268, "Member 'APhysicsVolume::FluidFriction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADefaultPhysicsVolume \ static_assert(alignof(ADefaultPhysicsVolume) == 0x000008, "Wrong alignment on ADefaultPhysicsVolume"); \ static_assert(sizeof(ADefaultPhysicsVolume) == 0x000270, "Wrong size on ADefaultPhysicsVolume"); \ #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_UHapticFeedbackEffect_Base \ static_assert(alignof(UHapticFeedbackEffect_Base) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Base"); \ static_assert(sizeof(UHapticFeedbackEffect_Base) == 0x000028, "Wrong size on UHapticFeedbackEffect_Base"); \ #define DUMPER7_ASSERTS_UHapticFeedbackEffect_SoundWave \ static_assert(alignof(UHapticFeedbackEffect_SoundWave) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_SoundWave"); \ static_assert(sizeof(UHapticFeedbackEffect_SoundWave) == 0x000060, "Wrong size on UHapticFeedbackEffect_SoundWave"); \ static_assert(offsetof(UHapticFeedbackEffect_SoundWave, SoundWave) == 0x000028, "Member 'UHapticFeedbackEffect_SoundWave::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicSubsystem \ static_assert(alignof(UDynamicSubsystem) == 0x000008, "Wrong alignment on UDynamicSubsystem"); \ static_assert(sizeof(UDynamicSubsystem) == 0x000030, "Wrong size on UDynamicSubsystem"); \ #define DUMPER7_ASSERTS_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_ASkyLight \ static_assert(alignof(ASkyLight) == 0x000008, "Wrong alignment on ASkyLight"); \ static_assert(sizeof(ASkyLight) == 0x000238, "Wrong size on ASkyLight"); \ static_assert(offsetof(ASkyLight, LightComponent) == 0x000228, "Member 'ASkyLight::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistributionFloatConstantCurve \ static_assert(alignof(UDistributionFloatConstantCurve) == 0x000008, "Wrong alignment on UDistributionFloatConstantCurve"); \ static_assert(sizeof(UDistributionFloatConstantCurve) == 0x000050, "Wrong size on UDistributionFloatConstantCurve"); \ static_assert(offsetof(UDistributionFloatConstantCurve, ConstantCurve) == 0x000038, "Member 'UDistributionFloatConstantCurve::ConstantCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialInput \ static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000040, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ #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_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_UGameInstanceSubsystem \ static_assert(alignof(UGameInstanceSubsystem) == 0x000008, "Wrong alignment on UGameInstanceSubsystem"); \ static_assert(sizeof(UGameInstanceSubsystem) == 0x000030, "Wrong size on UGameInstanceSubsystem"); \ #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_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_UPrimaryDataAsset \ static_assert(alignof(UPrimaryDataAsset) == 0x000008, "Wrong alignment on UPrimaryDataAsset"); \ static_assert(sizeof(UPrimaryDataAsset) == 0x000030, "Wrong size on UPrimaryDataAsset"); \ #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_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_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_IImportantToggleSettingInterface \ static_assert(alignof(IImportantToggleSettingInterface) == 0x000001, "Wrong alignment on IImportantToggleSettingInterface"); \ static_assert(sizeof(IImportantToggleSettingInterface) == 0x000001, "Wrong size on IImportantToggleSettingInterface"); \ #define DUMPER7_ASSERTS_UParticleModuleAttractorBase \ static_assert(alignof(UParticleModuleAttractorBase) == 0x000008, "Wrong alignment on UParticleModuleAttractorBase"); \ static_assert(sizeof(UParticleModuleAttractorBase) == 0x000030, "Wrong size on UParticleModuleAttractorBase"); \ #define DUMPER7_ASSERTS_UParticleModuleAttractorPoint \ static_assert(alignof(UParticleModuleAttractorPoint) == 0x000008, "Wrong alignment on UParticleModuleAttractorPoint"); \ static_assert(sizeof(UParticleModuleAttractorPoint) == 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_UEdGraphNode \ static_assert(alignof(UEdGraphNode) == 0x000008, "Wrong alignment on UEdGraphNode"); \ static_assert(sizeof(UEdGraphNode) == 0x000098, "Wrong size on UEdGraphNode"); \ static_assert(offsetof(UEdGraphNode, DeprecatedPins) == 0x000038, "Member 'UEdGraphNode::DeprecatedPins' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodePosX) == 0x000048, "Member 'UEdGraphNode::NodePosX' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodePosY) == 0x00004C, "Member 'UEdGraphNode::NodePosY' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeWidth) == 0x000050, "Member 'UEdGraphNode::NodeWidth' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeHeight) == 0x000054, "Member 'UEdGraphNode::NodeHeight' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, AdvancedPinDisplay) == 0x000058, "Member 'UEdGraphNode::AdvancedPinDisplay' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, EnabledState) == 0x000059, "Member 'UEdGraphNode::EnabledState' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeComment) == 0x000060, "Member 'UEdGraphNode::NodeComment' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, ErrorType) == 0x000070, "Member 'UEdGraphNode::ErrorType' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, ErrorMsg) == 0x000078, "Member 'UEdGraphNode::ErrorMsg' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeGuid) == 0x000088, "Member 'UEdGraphNode::NodeGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEdGraphNode_Documentation \ static_assert(alignof(UEdGraphNode_Documentation) == 0x000008, "Wrong alignment on UEdGraphNode_Documentation"); \ static_assert(sizeof(UEdGraphNode_Documentation) == 0x0000B8, "Wrong size on UEdGraphNode_Documentation"); \ static_assert(offsetof(UEdGraphNode_Documentation, Link) == 0x000098, "Member 'UEdGraphNode_Documentation::Link' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode_Documentation, Excerpt) == 0x0000A8, "Member 'UEdGraphNode_Documentation::Excerpt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UDistributionVector \ static_assert(alignof(UDistributionVector) == 0x000008, "Wrong alignment on UDistributionVector"); \ static_assert(sizeof(UDistributionVector) == 0x000038, "Wrong size on UDistributionVector"); \ #define DUMPER7_ASSERTS_UDistributionVectorUniform \ static_assert(alignof(UDistributionVectorUniform) == 0x000008, "Wrong alignment on UDistributionVectorUniform"); \ static_assert(sizeof(UDistributionVectorUniform) == 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_AMeshMergeCullingVolume \ static_assert(alignof(AMeshMergeCullingVolume) == 0x000008, "Wrong alignment on AMeshMergeCullingVolume"); \ static_assert(sizeof(AMeshMergeCullingVolume) == 0x000260, "Wrong size on AMeshMergeCullingVolume"); \ #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) == 0x000288, "Wrong size on APawn"); \ static_assert(offsetof(APawn, BaseEyeHeight) == 0x000234, "Member 'APawn::BaseEyeHeight' has a wrong offset!"); \ static_assert(offsetof(APawn, AutoPossessPlayer) == 0x000238, "Member 'APawn::AutoPossessPlayer' has a wrong offset!"); \ static_assert(offsetof(APawn, AutoPossessAI) == 0x000239, "Member 'APawn::AutoPossessAI' has a wrong offset!"); \ static_assert(offsetof(APawn, RemoteViewPitch) == 0x00023A, "Member 'APawn::RemoteViewPitch' has a wrong offset!"); \ static_assert(offsetof(APawn, AIControllerClass) == 0x000240, "Member 'APawn::AIControllerClass' has a wrong offset!"); \ static_assert(offsetof(APawn, PlayerState) == 0x000248, "Member 'APawn::PlayerState' has a wrong offset!"); \ static_assert(offsetof(APawn, LastHitBy) == 0x000258, "Member 'APawn::LastHitBy' has a wrong offset!"); \ static_assert(offsetof(APawn, Controller) == 0x000260, "Member 'APawn::Controller' has a wrong offset!"); \ static_assert(offsetof(APawn, ControlInputVector) == 0x00026C, "Member 'APawn::ControlInputVector' has a wrong offset!"); \ static_assert(offsetof(APawn, LastControlInputVector) == 0x000278, "Member 'APawn::LastControlInputVector' 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_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_UControlChannel \ static_assert(alignof(UControlChannel) == 0x000008, "Wrong alignment on UControlChannel"); \ static_assert(sizeof(UControlChannel) == 0x000080, "Wrong size on UControlChannel"); \ #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_UViewModeUtils \ static_assert(alignof(UViewModeUtils) == 0x000008, "Wrong alignment on UViewModeUtils"); \ static_assert(sizeof(UViewModeUtils) == 0x000028, "Wrong size on UViewModeUtils"); \ #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_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) == 0x000288, "Member 'ACharacter::Mesh' has a wrong offset!"); \ static_assert(offsetof(ACharacter, CharacterMovement) == 0x000290, "Member 'ACharacter::CharacterMovement' has a wrong offset!"); \ static_assert(offsetof(ACharacter, CapsuleComponent) == 0x000298, "Member 'ACharacter::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ACharacter, BasedMovement) == 0x0002A0, "Member 'ACharacter::BasedMovement' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ReplicatedBasedMovement) == 0x0002D0, "Member 'ACharacter::ReplicatedBasedMovement' has a wrong offset!"); \ static_assert(offsetof(ACharacter, AnimRootMotionTranslationScale) == 0x000300, "Member 'ACharacter::AnimRootMotionTranslationScale' has a wrong offset!"); \ static_assert(offsetof(ACharacter, BaseTranslationOffset) == 0x000304, "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_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_UEdGraphSchema \ static_assert(alignof(UEdGraphSchema) == 0x000008, "Wrong alignment on UEdGraphSchema"); \ static_assert(sizeof(UEdGraphSchema) == 0x000028, "Wrong size on UEdGraphSchema"); \ #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_UMaterialExpressionCameraPositionWS \ static_assert(alignof(UMaterialExpressionCameraPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraPositionWS"); \ static_assert(sizeof(UMaterialExpressionCameraPositionWS) == 0x000040, "Wrong size on UMaterialExpressionCameraPositionWS"); \ #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_UInterpGroupInstCamera \ static_assert(alignof(UInterpGroupInstCamera) == 0x000008, "Wrong alignment on UInterpGroupInstCamera"); \ static_assert(sizeof(UInterpGroupInstCamera) == 0x000048, "Wrong size on UInterpGroupInstCamera"); \ #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_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) == 0x0002C8, "Wrong size on AGameModeBase"); \ static_assert(offsetof(AGameModeBase, OptionsString) == 0x000228, "Member 'AGameModeBase::OptionsString' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameSessionClass) == 0x000238, "Member 'AGameModeBase::GameSessionClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameStateClass) == 0x000240, "Member 'AGameModeBase::GameStateClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, PlayerControllerClass) == 0x000248, "Member 'AGameModeBase::PlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, PlayerStateClass) == 0x000250, "Member 'AGameModeBase::PlayerStateClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, HUDClass) == 0x000258, "Member 'AGameModeBase::HUDClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, DefaultPawnClass) == 0x000260, "Member 'AGameModeBase::DefaultPawnClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, SpectatorClass) == 0x000268, "Member 'AGameModeBase::SpectatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ReplaySpectatorPlayerControllerClass) == 0x000270, "Member 'AGameModeBase::ReplaySpectatorPlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ServerStatReplicatorClass) == 0x000278, "Member 'AGameModeBase::ServerStatReplicatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameSession) == 0x000280, "Member 'AGameModeBase::GameSession' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameState) == 0x000288, "Member 'AGameModeBase::GameState' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ServerStatReplicator) == 0x000290, "Member 'AGameModeBase::ServerStatReplicator' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, DefaultPlayerName) == 0x000298, "Member 'AGameModeBase::DefaultPlayerName' 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_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) == 0x000310, "Wrong size on AGameMode"); \ static_assert(offsetof(AGameMode, MatchState) == 0x0002C8, "Member 'AGameMode::MatchState' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumSpectators) == 0x0002D4, "Member 'AGameMode::NumSpectators' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumPlayers) == 0x0002D8, "Member 'AGameMode::NumPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumBots) == 0x0002DC, "Member 'AGameMode::NumBots' has a wrong offset!"); \ static_assert(offsetof(AGameMode, MinRespawnDelay) == 0x0002E0, "Member 'AGameMode::MinRespawnDelay' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumTravellingPlayers) == 0x0002E4, "Member 'AGameMode::NumTravellingPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, EngineMessageClass) == 0x0002E8, "Member 'AGameMode::EngineMessageClass' has a wrong offset!"); \ static_assert(offsetof(AGameMode, InactivePlayerArray) == 0x0002F0, "Member 'AGameMode::InactivePlayerArray' has a wrong offset!"); \ static_assert(offsetof(AGameMode, InactivePlayerStateLifeSpan) == 0x000300, "Member 'AGameMode::InactivePlayerStateLifeSpan' has a wrong offset!"); \ static_assert(offsetof(AGameMode, MaxInactivePlayers) == 0x000304, "Member 'AGameMode::MaxInactivePlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, bHandleDedicatedServerReplays) == 0x000308, "Member 'AGameMode::bHandleDedicatedServerReplays' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVirtualTexture \ static_assert(alignof(UVirtualTexture) == 0x000008, "Wrong alignment on UVirtualTexture"); \ static_assert(sizeof(UVirtualTexture) == 0x000028, "Wrong size on UVirtualTexture"); \ #define DUMPER7_ASSERTS_AExponentialHeightFog \ static_assert(alignof(AExponentialHeightFog) == 0x000008, "Wrong alignment on AExponentialHeightFog"); \ static_assert(sizeof(AExponentialHeightFog) == 0x000238, "Wrong size on AExponentialHeightFog"); \ static_assert(offsetof(AExponentialHeightFog, Component) == 0x000228, "Member 'AExponentialHeightFog::Component' 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_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) == 0x002820, "Wrong size on APlayerCameraManager"); \ static_assert(offsetof(APlayerCameraManager, PCOwner) == 0x000228, "Member 'APlayerCameraManager::PCOwner' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, TransformComponent) == 0x000230, "Member 'APlayerCameraManager::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultFOV) == 0x000240, "Member 'APlayerCameraManager::DefaultFOV' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultOrthoWidth) == 0x000248, "Member 'APlayerCameraManager::DefaultOrthoWidth' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultAspectRatio) == 0x000250, "Member 'APlayerCameraManager::DefaultAspectRatio' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CameraCache) == 0x0002A0, "Member 'APlayerCameraManager::CameraCache' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, LastFrameCameraCache) == 0x0008A0, "Member 'APlayerCameraManager::LastFrameCameraCache' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewTarget) == 0x000EA0, "Member 'APlayerCameraManager::ViewTarget' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, PendingViewTarget) == 0x0014B0, "Member 'APlayerCameraManager::PendingViewTarget' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CameraCachePrivate) == 0x001AF0, "Member 'APlayerCameraManager::CameraCachePrivate' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, LastFrameCameraCachePrivate) == 0x0020F0, "Member 'APlayerCameraManager::LastFrameCameraCachePrivate' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ModifierList) == 0x0026F0, "Member 'APlayerCameraManager::ModifierList' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultModifiers) == 0x002700, "Member 'APlayerCameraManager::DefaultModifiers' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, FreeCamDistance) == 0x002710, "Member 'APlayerCameraManager::FreeCamDistance' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, FreeCamOffset) == 0x002714, "Member 'APlayerCameraManager::FreeCamOffset' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewTargetOffset) == 0x002720, "Member 'APlayerCameraManager::ViewTargetOffset' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, OnAudioFadeChangeEvent) == 0x002730, "Member 'APlayerCameraManager::OnAudioFadeChangeEvent' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CameraLensEffects) == 0x002750, "Member 'APlayerCameraManager::CameraLensEffects' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CachedCameraShakeMod) == 0x002760, "Member 'APlayerCameraManager::CachedCameraShakeMod' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, AnimInstPool) == 0x002768, "Member 'APlayerCameraManager::AnimInstPool' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, PostProcessBlendCache) == 0x0027A8, "Member 'APlayerCameraManager::PostProcessBlendCache' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ActiveAnims) == 0x0027C8, "Member 'APlayerCameraManager::ActiveAnims' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, FreeAnims) == 0x0027D8, "Member 'APlayerCameraManager::FreeAnims' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, AnimCameraActor) == 0x0027E8, "Member 'APlayerCameraManager::AnimCameraActor' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewPitchMin) == 0x0027F4, "Member 'APlayerCameraManager::ViewPitchMin' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewPitchMax) == 0x0027F8, "Member 'APlayerCameraManager::ViewPitchMax' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewYawMin) == 0x0027FC, "Member 'APlayerCameraManager::ViewYawMin' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewYawMax) == 0x002800, "Member 'APlayerCameraManager::ViewYawMax' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewRollMin) == 0x002804, "Member 'APlayerCameraManager::ViewRollMin' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewRollMax) == 0x002808, "Member 'APlayerCameraManager::ViewRollMax' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ServerUpdateCameraTimeout) == 0x002810, "Member 'APlayerCameraManager::ServerUpdateCameraTimeout' 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_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_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_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_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_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_ANavigationObjectBase \ static_assert(alignof(ANavigationObjectBase) == 0x000008, "Wrong alignment on ANavigationObjectBase"); \ static_assert(sizeof(ANavigationObjectBase) == 0x000250, "Wrong size on ANavigationObjectBase"); \ static_assert(offsetof(ANavigationObjectBase, CapsuleComponent) == 0x000230, "Member 'ANavigationObjectBase::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationObjectBase, GoodSprite) == 0x000238, "Member 'ANavigationObjectBase::GoodSprite' has a wrong offset!"); \ static_assert(offsetof(ANavigationObjectBase, BadSprite) == 0x000240, "Member 'ANavigationObjectBase::BadSprite' 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_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_UMaterialExpressionObjectRadius \ static_assert(alignof(UMaterialExpressionObjectRadius) == 0x000008, "Wrong alignment on UMaterialExpressionObjectRadius"); \ static_assert(sizeof(UMaterialExpressionObjectRadius) == 0x000040, "Wrong size on UMaterialExpressionObjectRadius"); \ #define DUMPER7_ASSERTS_APlayerStart \ static_assert(alignof(APlayerStart) == 0x000008, "Wrong alignment on APlayerStart"); \ static_assert(sizeof(APlayerStart) == 0x000258, "Wrong size on APlayerStart"); \ static_assert(offsetof(APlayerStart, PlayerStartTag) == 0x000250, "Member 'APlayerStart::PlayerStartTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleColorBase \ static_assert(alignof(UParticleModuleColorBase) == 0x000008, "Wrong alignment on UParticleModuleColorBase"); \ static_assert(sizeof(UParticleModuleColorBase) == 0x000030, "Wrong size on UParticleModuleColorBase"); \ #define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightColor \ static_assert(alignof(UMaterialExpressionAtmosphericLightColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightColor"); \ static_assert(sizeof(UMaterialExpressionAtmosphericLightColor) == 0x000040, "Wrong size on UMaterialExpressionAtmosphericLightColor"); \ #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_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) == 0x0002B0, "Wrong size on ADefaultPawn"); \ static_assert(offsetof(ADefaultPawn, BaseTurnRate) == 0x000288, "Member 'ADefaultPawn::BaseTurnRate' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, BaseLookUpRate) == 0x00028C, "Member 'ADefaultPawn::BaseLookUpRate' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, MovementComponent) == 0x000290, "Member 'ADefaultPawn::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, CollisionComponent) == 0x000298, "Member 'ADefaultPawn::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, MeshComponent) == 0x0002A0, "Member 'ADefaultPawn::MeshComponent' 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_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_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_ASpectatorPawn \ static_assert(alignof(ASpectatorPawn) == 0x000008, "Wrong alignment on ASpectatorPawn"); \ static_assert(sizeof(ASpectatorPawn) == 0x0002B0, "Wrong size on ASpectatorPawn"); \ #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_AWorldSettings \ static_assert(alignof(AWorldSettings) == 0x000008, "Wrong alignment on AWorldSettings"); \ static_assert(sizeof(AWorldSettings) == 0x0003A8, "Wrong size on AWorldSettings"); \ static_assert(offsetof(AWorldSettings, VisibilityCellSize) == 0x000230, "Member 'AWorldSettings::VisibilityCellSize' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, VisibilityAggressiveness) == 0x000234, "Member 'AWorldSettings::VisibilityAggressiveness' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, NavigationSystemConfig) == 0x000238, "Member 'AWorldSettings::NavigationSystemConfig' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, NavigationSystemConfigOverride) == 0x000240, "Member 'AWorldSettings::NavigationSystemConfigOverride' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, WorldToMeters) == 0x000248, "Member 'AWorldSettings::WorldToMeters' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, KillZ) == 0x00024C, "Member 'AWorldSettings::KillZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, KillZDamageType) == 0x000250, "Member 'AWorldSettings::KillZDamageType' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, WorldGravityZ) == 0x000258, "Member 'AWorldSettings::WorldGravityZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GlobalGravityZ) == 0x00025C, "Member 'AWorldSettings::GlobalGravityZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultPhysicsVolumeClass) == 0x000260, "Member 'AWorldSettings::DefaultPhysicsVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PhysicsCollisionHandlerClass) == 0x000268, "Member 'AWorldSettings::PhysicsCollisionHandlerClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultGameMode) == 0x000270, "Member 'AWorldSettings::DefaultGameMode' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GameNetworkManagerClass) == 0x000278, "Member 'AWorldSettings::GameNetworkManagerClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PackedLightAndShadowMapTextureSize) == 0x000280, "Member 'AWorldSettings::PackedLightAndShadowMapTextureSize' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultColorScale) == 0x000284, "Member 'AWorldSettings::DefaultColorScale' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultMaxDistanceFieldOcclusionDistance) == 0x000290, "Member 'AWorldSettings::DefaultMaxDistanceFieldOcclusionDistance' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GlobalDistanceFieldViewDistance) == 0x000294, "Member 'AWorldSettings::GlobalDistanceFieldViewDistance' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DynamicIndirectShadowsSelfShadowingIntensity) == 0x000298, "Member 'AWorldSettings::DynamicIndirectShadowsSelfShadowingIntensity' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultReverbSettings) == 0x0002A0, "Member 'AWorldSettings::DefaultReverbSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultAmbientZoneSettings) == 0x0002C0, "Member 'AWorldSettings::DefaultAmbientZoneSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultBaseSoundMix) == 0x0002E8, "Member 'AWorldSettings::DefaultBaseSoundMix' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, TimeDilation) == 0x0002F0, "Member 'AWorldSettings::TimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MatineeTimeDilation) == 0x0002F4, "Member 'AWorldSettings::MatineeTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DemoPlayTimeDilation) == 0x0002F8, "Member 'AWorldSettings::DemoPlayTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MinGlobalTimeDilation) == 0x0002FC, "Member 'AWorldSettings::MinGlobalTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxGlobalTimeDilation) == 0x000300, "Member 'AWorldSettings::MaxGlobalTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MinUndilatedFrameTime) == 0x000304, "Member 'AWorldSettings::MinUndilatedFrameTime' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxUndilatedFrameTime) == 0x000308, "Member 'AWorldSettings::MaxUndilatedFrameTime' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, BroadphaseSettings) == 0x00030C, "Member 'AWorldSettings::BroadphaseSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, Pauser) == 0x000350, "Member 'AWorldSettings::Pauser' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, ReplicationViewers) == 0x000358, "Member 'AWorldSettings::ReplicationViewers' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, AssetUserData) == 0x000368, "Member 'AWorldSettings::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PauserPlayerState) == 0x000378, "Member 'AWorldSettings::PauserPlayerState' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxNumberOfBookmarks) == 0x000380, "Member 'AWorldSettings::MaxNumberOfBookmarks' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultBookmarkClass) == 0x000388, "Member 'AWorldSettings::DefaultBookmarkClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, BookmarkArray) == 0x000390, "Member 'AWorldSettings::BookmarkArray' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, LastBookmarkClass) == 0x0003A0, "Member 'AWorldSettings::LastBookmarkClass' 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_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_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_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) == 0x000278, "Wrong size on AGameStateBase"); \ static_assert(offsetof(AGameStateBase, GameModeClass) == 0x000228, "Member 'AGameStateBase::GameModeClass' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, AuthorityGameMode) == 0x000230, "Member 'AGameStateBase::AuthorityGameMode' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, SpectatorClass) == 0x000238, "Member 'AGameStateBase::SpectatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, PlayerArray) == 0x000240, "Member 'AGameStateBase::PlayerArray' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, bReplicatedHasBegunPlay) == 0x000250, "Member 'AGameStateBase::bReplicatedHasBegunPlay' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ReplicatedWorldTimeSeconds) == 0x000254, "Member 'AGameStateBase::ReplicatedWorldTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsDelta) == 0x000258, "Member 'AGameStateBase::ServerWorldTimeSecondsDelta' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsUpdateFrequency) == 0x00025C, "Member 'AGameStateBase::ServerWorldTimeSecondsUpdateFrequency' has a wrong offset!"); \ #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_AGameState \ static_assert(alignof(AGameState) == 0x000008, "Wrong alignment on AGameState"); \ static_assert(sizeof(AGameState) == 0x000298, "Wrong size on AGameState"); \ static_assert(offsetof(AGameState, MatchState) == 0x000278, "Member 'AGameState::MatchState' has a wrong offset!"); \ static_assert(offsetof(AGameState, PreviousMatchState) == 0x000280, "Member 'AGameState::PreviousMatchState' has a wrong offset!"); \ static_assert(offsetof(AGameState, ElapsedTime) == 0x000288, "Member 'AGameState::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightmassCharacterIndirectDetailVolume \ static_assert(alignof(ALightmassCharacterIndirectDetailVolume) == 0x000008, "Wrong alignment on ALightmassCharacterIndirectDetailVolume"); \ static_assert(sizeof(ALightmassCharacterIndirectDetailVolume) == 0x000260, "Wrong size on ALightmassCharacterIndirectDetailVolume"); \ #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_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_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_APhysicsConstraintActor \ static_assert(alignof(APhysicsConstraintActor) == 0x000008, "Wrong alignment on APhysicsConstraintActor"); \ static_assert(sizeof(APhysicsConstraintActor) == 0x000248, "Wrong size on APhysicsConstraintActor"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintComp) == 0x000228, "Member 'APhysicsConstraintActor::ConstraintComp' has a wrong offset!"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintActor1) == 0x000230, "Member 'APhysicsConstraintActor::ConstraintActor1' has a wrong offset!"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintActor2) == 0x000238, "Member 'APhysicsConstraintActor::ConstraintActor2' 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) == 0x0007C0, "Wrong size on ACameraActor"); \ static_assert(offsetof(ACameraActor, AutoActivateForPlayer) == 0x000228, "Member 'ACameraActor::AutoActivateForPlayer' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, CameraComponent) == 0x000230, "Member 'ACameraActor::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, SceneComponent) == 0x000238, "Member 'ACameraActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, AspectRatio) == 0x00024C, "Member 'ACameraActor::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, FOVAngle) == 0x000250, "Member 'ACameraActor::FOVAngle' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, PostProcessBlendWeight) == 0x000254, "Member 'ACameraActor::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, PostProcessSettings) == 0x000260, "Member 'ACameraActor::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HierarchicalInstancedStaticMeshComponent_RemoveInstances \ static_assert(alignof(HierarchicalInstancedStaticMeshComponent_RemoveInstances) == 0x000008, "Wrong alignment on HierarchicalInstancedStaticMeshComponent_RemoveInstances"); \ static_assert(sizeof(HierarchicalInstancedStaticMeshComponent_RemoveInstances) == 0x000018, "Wrong size on HierarchicalInstancedStaticMeshComponent_RemoveInstances"); \ static_assert(offsetof(HierarchicalInstancedStaticMeshComponent_RemoveInstances, InstancesToRemove) == 0x000000, "Member 'HierarchicalInstancedStaticMeshComponent_RemoveInstances::InstancesToRemove' has a wrong offset!"); \ static_assert(offsetof(HierarchicalInstancedStaticMeshComponent_RemoveInstances, ReturnValue) == 0x000010, "Member 'HierarchicalInstancedStaticMeshComponent_RemoveInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHierarchicalInstancedStaticMeshComponent \ static_assert(alignof(UHierarchicalInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UHierarchicalInstancedStaticMeshComponent"); \ static_assert(sizeof(UHierarchicalInstancedStaticMeshComponent) == 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) == 0x000238, "Wrong size on AStaticMeshActor"); \ static_assert(offsetof(AStaticMeshActor, StaticMeshComponent) == 0x000228, "Member 'AStaticMeshActor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AStaticMeshActor, bStaticMeshReplicateMovement) == 0x000230, "Member 'AStaticMeshActor::bStaticMeshReplicateMovement' has a wrong offset!"); \ static_assert(offsetof(AStaticMeshActor, NavigationGeometryGatheringMode) == 0x000231, "Member 'AStaticMeshActor::NavigationGeometryGatheringMode' 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_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_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_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_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_UTickableWorldSubsystem \ static_assert(alignof(UTickableWorldSubsystem) == 0x000008, "Wrong alignment on UTickableWorldSubsystem"); \ static_assert(sizeof(UTickableWorldSubsystem) == 0x000040, "Wrong size on UTickableWorldSubsystem"); \ #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_UMaterialExpressionCustomOutput \ static_assert(alignof(UMaterialExpressionCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionCustomOutput"); \ static_assert(sizeof(UMaterialExpressionCustomOutput) == 0x000040, "Wrong size on UMaterialExpressionCustomOutput"); \ #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_UEngineCustomTimeStep \ static_assert(alignof(UEngineCustomTimeStep) == 0x000008, "Wrong alignment on UEngineCustomTimeStep"); \ static_assert(sizeof(UEngineCustomTimeStep) == 0x000028, "Wrong size on UEngineCustomTimeStep"); \ #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_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_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_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_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_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_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_USelection \ static_assert(alignof(USelection) == 0x000008, "Wrong alignment on USelection"); \ static_assert(sizeof(USelection) == 0x0000A0, "Wrong size on USelection"); \ #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_UStereoLayerShapeCubemap \ static_assert(alignof(UStereoLayerShapeCubemap) == 0x000008, "Wrong alignment on UStereoLayerShapeCubemap"); \ static_assert(sizeof(UStereoLayerShapeCubemap) == 0x000028, "Wrong size on UStereoLayerShapeCubemap"); \ #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_UCurveTable \ static_assert(alignof(UCurveTable) == 0x000008, "Wrong alignment on UCurveTable"); \ static_assert(sizeof(UCurveTable) == 0x0000A0, "Wrong size on UCurveTable"); \ #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_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_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_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_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_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_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_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_UAimOffsetBlendSpace \ static_assert(alignof(UAimOffsetBlendSpace) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace"); \ static_assert(sizeof(UAimOffsetBlendSpace) == 0x000150, "Wrong size on UAimOffsetBlendSpace"); \ #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_UHKSettings \ static_assert(alignof(UHKSettings) == 0x000008, "Wrong alignment on UHKSettings"); \ static_assert(sizeof(UHKSettings) == 0x000040, "Wrong size on UHKSettings"); \ static_assert(offsetof(UHKSettings, GarbageCollectionOnMapChange) == 0x000038, "Member 'UHKSettings::GarbageCollectionOnMapChange' has a wrong offset!"); \ static_assert(offsetof(UHKSettings, KeepCommonLevelsOnMapChange) == 0x000039, "Member 'UHKSettings::KeepCommonLevelsOnMapChange' has a wrong offset!"); \ static_assert(offsetof(UHKSettings, AmortizeActorInitialization) == 0x00003A, "Member 'UHKSettings::AmortizeActorInitialization' has a wrong offset!"); \ static_assert(offsetof(UHKSettings, IgnoreHigherFadeOutRequests) == 0x00003B, "Member 'UHKSettings::IgnoreHigherFadeOutRequests' has a wrong offset!"); \ static_assert(offsetof(UHKSettings, StreamingVolumeExitHysteresis) == 0x00003C, "Member 'UHKSettings::StreamingVolumeExitHysteresis' 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_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_UAimOffsetBlendSpace1D \ static_assert(alignof(UAimOffsetBlendSpace1D) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace1D"); \ static_assert(sizeof(UAimOffsetBlendSpace1D) == 0x000150, "Wrong size on UAimOffsetBlendSpace1D"); \ #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_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_UParticleModuleTypeDataBase \ static_assert(alignof(UParticleModuleTypeDataBase) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBase"); \ static_assert(sizeof(UParticleModuleTypeDataBase) == 0x000030, "Wrong size on UParticleModuleTypeDataBase"); \ #define DUMPER7_ASSERTS_UParticleModuleTypeDataGpu \ static_assert(alignof(UParticleModuleTypeDataGpu) == 0x000010, "Wrong alignment on UParticleModuleTypeDataGpu"); \ static_assert(sizeof(UParticleModuleTypeDataGpu) == 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_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) == 0x000230, "Wrong size on AAmbientSound"); \ static_assert(offsetof(AAmbientSound, AudioComponent) == 0x000228, "Member 'AAmbientSound::AudioComponent' 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_UDeviceProfileFragment \ static_assert(alignof(UDeviceProfileFragment) == 0x000008, "Wrong alignment on UDeviceProfileFragment"); \ static_assert(sizeof(UDeviceProfileFragment) == 0x000038, "Wrong size on UDeviceProfileFragment"); \ #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_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_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_UStringTable \ static_assert(alignof(UStringTable) == 0x000008, "Wrong alignment on UStringTable"); \ static_assert(sizeof(UStringTable) == 0x000040, "Wrong size on UStringTable"); \ #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_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_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_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) == 0x000230, "Wrong size on ALevelScriptActor"); \ #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_UAnimCompositeBase \ static_assert(alignof(UAnimCompositeBase) == 0x000008, "Wrong alignment on UAnimCompositeBase"); \ static_assert(sizeof(UAnimCompositeBase) == 0x0000A8, "Wrong size on UAnimCompositeBase"); \ #define DUMPER7_ASSERTS_UAnimComposite \ static_assert(alignof(UAnimComposite) == 0x000008, "Wrong alignment on UAnimComposite"); \ static_assert(sizeof(UAnimComposite) == 0x0000B8, "Wrong size on UAnimComposite"); \ static_assert(offsetof(UAnimComposite, AnimationTrack) == 0x0000A8, "Member 'UAnimComposite::AnimationTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelStreamingAlwaysLoaded \ static_assert(alignof(ULevelStreamingAlwaysLoaded) == 0x000010, "Wrong alignment on ULevelStreamingAlwaysLoaded"); \ static_assert(sizeof(ULevelStreamingAlwaysLoaded) == 0x000150, "Wrong size on ULevelStreamingAlwaysLoaded"); \ #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_UParticleModuleParameterBase \ static_assert(alignof(UParticleModuleParameterBase) == 0x000008, "Wrong alignment on UParticleModuleParameterBase"); \ static_assert(sizeof(UParticleModuleParameterBase) == 0x000030, "Wrong size on UParticleModuleParameterBase"); \ #define DUMPER7_ASSERTS_UParticleModuleParameterDynamic \ static_assert(alignof(UParticleModuleParameterDynamic) == 0x000008, "Wrong alignment on UParticleModuleParameterDynamic"); \ static_assert(sizeof(UParticleModuleParameterDynamic) == 0x000048, "Wrong size on UParticleModuleParameterDynamic"); \ static_assert(offsetof(UParticleModuleParameterDynamic, DynamicParams) == 0x000030, "Member 'UParticleModuleParameterDynamic::DynamicParams' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleParameterDynamic, UpdateFlags) == 0x000040, "Member 'UParticleModuleParameterDynamic::UpdateFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_UParticleSpriteEmitter \ static_assert(alignof(UParticleSpriteEmitter) == 0x000008, "Wrong alignment on UParticleSpriteEmitter"); \ static_assert(sizeof(UParticleSpriteEmitter) == 0x0001B8, "Wrong size on UParticleSpriteEmitter"); \ #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_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_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) == 0x000238, "Wrong size on ALight"); \ static_assert(offsetof(ALight, LightComponent) == 0x000228, "Member 'ALight::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADirectionalLight \ static_assert(alignof(ADirectionalLight) == 0x000008, "Wrong alignment on ADirectionalLight"); \ static_assert(sizeof(ADirectionalLight) == 0x000238, "Wrong size on ADirectionalLight"); \ #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_UThumbnailInfo \ static_assert(alignof(UThumbnailInfo) == 0x000008, "Wrong alignment on UThumbnailInfo"); \ static_assert(sizeof(UThumbnailInfo) == 0x000028, "Wrong size on UThumbnailInfo"); \ #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_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_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_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_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_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_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_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_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_UAnimNotify_PlaySound \ static_assert(alignof(UAnimNotify_PlaySound) == 0x000008, "Wrong alignment on UAnimNotify_PlaySound"); \ static_assert(sizeof(UAnimNotify_PlaySound) == 0x000058, "Wrong size on UAnimNotify_PlaySound"); \ static_assert(offsetof(UAnimNotify_PlaySound, Sound) == 0x000038, "Member 'UAnimNotify_PlaySound::Sound' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlaySound, VolumeMultiplier) == 0x000040, "Member 'UAnimNotify_PlaySound::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlaySound, PitchMultiplier) == 0x000044, "Member 'UAnimNotify_PlaySound::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlaySound, AttachName) == 0x00004C, "Member 'UAnimNotify_PlaySound::AttachName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_ResetClothingSimulation \ static_assert(alignof(UAnimNotify_ResetClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_ResetClothingSimulation"); \ static_assert(sizeof(UAnimNotify_ResetClothingSimulation) == 0x000038, "Wrong size on UAnimNotify_ResetClothingSimulation"); \ #define DUMPER7_ASSERTS_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_UParticleModuleCollisionBase \ static_assert(alignof(UParticleModuleCollisionBase) == 0x000008, "Wrong alignment on UParticleModuleCollisionBase"); \ static_assert(sizeof(UParticleModuleCollisionBase) == 0x000030, "Wrong size on UParticleModuleCollisionBase"); \ #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_UDialogueSoundWaveProxy \ static_assert(alignof(UDialogueSoundWaveProxy) == 0x000008, "Wrong alignment on UDialogueSoundWaveProxy"); \ static_assert(sizeof(UDialogueSoundWaveProxy) == 0x000188, "Wrong size on UDialogueSoundWaveProxy"); \ #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_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_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_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_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_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_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_UParticleModuleCameraBase \ static_assert(alignof(UParticleModuleCameraBase) == 0x000008, "Wrong alignment on UParticleModuleCameraBase"); \ static_assert(sizeof(UParticleModuleCameraBase) == 0x000030, "Wrong size on UParticleModuleCameraBase"); \ #define DUMPER7_ASSERTS_UAnimSet \ static_assert(alignof(UAnimSet) == 0x000008, "Wrong alignment on UAnimSet"); \ static_assert(sizeof(UAnimSet) == 0x0000F0, "Wrong size on UAnimSet"); \ static_assert(offsetof(UAnimSet, TrackBoneNames) == 0x000030, "Member 'UAnimSet::TrackBoneNames' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, LinkupCache) == 0x000040, "Member 'UAnimSet::LinkupCache' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, BoneUseAnimTranslation) == 0x000050, "Member 'UAnimSet::BoneUseAnimTranslation' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, ForceUseMeshTranslation) == 0x000060, "Member 'UAnimSet::ForceUseMeshTranslation' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, UseTranslationBoneNames) == 0x000070, "Member 'UAnimSet::UseTranslationBoneNames' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, ForceMeshTranslationBoneNames) == 0x000080, "Member 'UAnimSet::ForceMeshTranslationBoneNames' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, PreviewSkelMeshName) == 0x000090, "Member 'UAnimSet::PreviewSkelMeshName' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, BestRatioSkelMeshName) == 0x000098, "Member 'UAnimSet::BestRatioSkelMeshName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_GetLength \ static_assert(alignof(AnimSingleNodeInstance_GetLength) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_GetLength"); \ static_assert(sizeof(AnimSingleNodeInstance_GetLength) == 0x000004, "Wrong size on AnimSingleNodeInstance_GetLength"); \ static_assert(offsetof(AnimSingleNodeInstance_GetLength, ReturnValue) == 0x000000, "Member 'AnimSingleNodeInstance_GetLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_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_UEngineBaseTypes \ static_assert(alignof(UEngineBaseTypes) == 0x000008, "Wrong alignment on UEngineBaseTypes"); \ static_assert(sizeof(UEngineBaseTypes) == 0x000028, "Wrong size on UEngineBaseTypes"); \ #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_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_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_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_UEngineTypes \ static_assert(alignof(UEngineTypes) == 0x000008, "Wrong alignment on UEngineTypes"); \ static_assert(sizeof(UEngineTypes) == 0x000028, "Wrong size on UEngineTypes"); \ #define DUMPER7_ASSERTS_APhysicsThruster \ static_assert(alignof(APhysicsThruster) == 0x000008, "Wrong alignment on APhysicsThruster"); \ static_assert(sizeof(APhysicsThruster) == 0x000230, "Wrong size on APhysicsThruster"); \ static_assert(offsetof(APhysicsThruster, ThrusterComponent) == 0x000228, "Member 'APhysicsThruster::ThrusterComponent' 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_UParticleModuleVectorFieldBase \ static_assert(alignof(UParticleModuleVectorFieldBase) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldBase"); \ static_assert(sizeof(UParticleModuleVectorFieldBase) == 0x000030, "Wrong size on UParticleModuleVectorFieldBase"); \ #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_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_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_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_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_UPolys \ static_assert(alignof(UPolys) == 0x000008, "Wrong alignment on UPolys"); \ static_assert(sizeof(UPolys) == 0x000038, "Wrong size on UPolys"); \ #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_UInterpTrackInstAudioMaster \ static_assert(alignof(UInterpTrackInstAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackInstAudioMaster"); \ static_assert(sizeof(UInterpTrackInstAudioMaster) == 0x000028, "Wrong size on UInterpTrackInstAudioMaster"); \ #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_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_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_UParticleModuleKillBase \ static_assert(alignof(UParticleModuleKillBase) == 0x000008, "Wrong alignment on UParticleModuleKillBase"); \ static_assert(sizeof(UParticleModuleKillBase) == 0x000030, "Wrong size on UParticleModuleKillBase"); \ #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_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_UDrawSphereComponent \ static_assert(alignof(UDrawSphereComponent) == 0x000010, "Wrong alignment on UDrawSphereComponent"); \ static_assert(sizeof(UDrawSphereComponent) == 0x000470, "Wrong size on UDrawSphereComponent"); \ #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_APlaneReflectionCapture \ static_assert(alignof(APlaneReflectionCapture) == 0x000008, "Wrong alignment on APlaneReflectionCapture"); \ static_assert(sizeof(APlaneReflectionCapture) == 0x000230, "Wrong size on APlaneReflectionCapture"); \ #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_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_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) == 0x0002D0, "Wrong size on AAudioVolume"); \ static_assert(offsetof(AAudioVolume, Priority) == 0x000260, "Member 'AAudioVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, Settings) == 0x000268, "Member 'AAudioVolume::Settings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, AmbientZoneSettings) == 0x000288, "Member 'AAudioVolume::AmbientZoneSettings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, SubmixSendSettings) == 0x0002B0, "Member 'AAudioVolume::SubmixSendSettings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, SubmixOverrideSettings) == 0x0002C0, "Member 'AAudioVolume::SubmixOverrideSettings' 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_UParticleModuleSizeBase \ static_assert(alignof(UParticleModuleSizeBase) == 0x000008, "Wrong alignment on UParticleModuleSizeBase"); \ static_assert(sizeof(UParticleModuleSizeBase) == 0x000030, "Wrong size on UParticleModuleSizeBase"); \ #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_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_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_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_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_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_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_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_ABandwidthTestActor \ static_assert(alignof(ABandwidthTestActor) == 0x000008, "Wrong alignment on ABandwidthTestActor"); \ static_assert(sizeof(ABandwidthTestActor) == 0x000248, "Wrong size on ABandwidthTestActor"); \ static_assert(offsetof(ABandwidthTestActor, BandwidthGenerator) == 0x000228, "Member 'ABandwidthTestActor::BandwidthGenerator' 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_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_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_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) == 0x000278, "Wrong size on AEmitter"); \ static_assert(offsetof(AEmitter, ParticleSystemComponent) == 0x000228, "Member 'AEmitter::ParticleSystemComponent' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleSpawn) == 0x000238, "Member 'AEmitter::OnParticleSpawn' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleBurst) == 0x000248, "Member 'AEmitter::OnParticleBurst' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleDeath) == 0x000258, "Member 'AEmitter::OnParticleDeath' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleCollide) == 0x000268, "Member 'AEmitter::OnParticleCollide' 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) == 0x000278, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffect' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffectNonExtremeContent) == 0x000280, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffectNonExtremeContent' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, BaseCamera) == 0x000288, "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_IBlendableInterface \ static_assert(alignof(IBlendableInterface) == 0x000001, "Wrong alignment on IBlendableInterface"); \ static_assert(sizeof(IBlendableInterface) == 0x000001, "Wrong size on IBlendableInterface"); \ #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_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_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_ABlockingVolume \ static_assert(alignof(ABlockingVolume) == 0x000008, "Wrong alignment on ABlockingVolume"); \ static_assert(sizeof(ABlockingVolume) == 0x000260, "Wrong size on ABlockingVolume"); \ #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) == 0x000240, "Wrong size on ASpotLight"); \ static_assert(offsetof(ASpotLight, SpotLightComponent) == 0x000238, "Member 'ASpotLight::SpotLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGeneratedMeshAreaLight \ static_assert(alignof(AGeneratedMeshAreaLight) == 0x000008, "Wrong alignment on AGeneratedMeshAreaLight"); \ static_assert(sizeof(AGeneratedMeshAreaLight) == 0x000240, "Wrong size on AGeneratedMeshAreaLight"); \ #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_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_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_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_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_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_UParticleModuleLightBase \ static_assert(alignof(UParticleModuleLightBase) == 0x000008, "Wrong alignment on UParticleModuleLightBase"); \ static_assert(sizeof(UParticleModuleLightBase) == 0x000030, "Wrong size on UParticleModuleLightBase"); \ #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_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_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_UInputAxisKeyDelegateBinding \ static_assert(alignof(UInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputAxisKeyDelegateBinding"); \ static_assert(sizeof(UInputAxisKeyDelegateBinding) == 0x000038, "Wrong size on UInputAxisKeyDelegateBinding"); \ static_assert(offsetof(UInputAxisKeyDelegateBinding, InputAxisKeyDelegateBindings) == 0x000028, "Member 'UInputAxisKeyDelegateBinding::InputAxisKeyDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputVectorAxisDelegateBinding \ static_assert(alignof(UInputVectorAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputVectorAxisDelegateBinding"); \ static_assert(sizeof(UInputVectorAxisDelegateBinding) == 0x000038, "Wrong size on UInputVectorAxisDelegateBinding"); \ #define DUMPER7_ASSERTS_AGameNetworkManager \ static_assert(alignof(AGameNetworkManager) == 0x000008, "Wrong alignment on AGameNetworkManager"); \ static_assert(sizeof(AGameNetworkManager) == 0x0002D8, "Wrong size on AGameNetworkManager"); \ static_assert(offsetof(AGameNetworkManager, BadPacketLossThreshold) == 0x000228, "Member 'AGameNetworkManager::BadPacketLossThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, SeverePacketLossThreshold) == 0x00022C, "Member 'AGameNetworkManager::SeverePacketLossThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, BadPingThreshold) == 0x000230, "Member 'AGameNetworkManager::BadPingThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, SeverePingThreshold) == 0x000234, "Member 'AGameNetworkManager::SeverePingThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, AdjustedNetSpeed) == 0x000238, "Member 'AGameNetworkManager::AdjustedNetSpeed' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, LastNetSpeedUpdateTime) == 0x00023C, "Member 'AGameNetworkManager::LastNetSpeedUpdateTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, TotalNetBandwidth) == 0x000240, "Member 'AGameNetworkManager::TotalNetBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MinDynamicBandwidth) == 0x000244, "Member 'AGameNetworkManager::MinDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxDynamicBandwidth) == 0x000248, "Member 'AGameNetworkManager::MaxDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, StandbyRxCheatTime) == 0x000250, "Member 'AGameNetworkManager::StandbyRxCheatTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, StandbyTxCheatTime) == 0x000254, "Member 'AGameNetworkManager::StandbyTxCheatTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentMissingForRxStandby) == 0x000258, "Member 'AGameNetworkManager::PercentMissingForRxStandby' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentMissingForTxStandby) == 0x00025C, "Member 'AGameNetworkManager::PercentMissingForTxStandby' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentForBadPing) == 0x000260, "Member 'AGameNetworkManager::PercentForBadPing' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, JoinInProgressStandbyWaitTime) == 0x000264, "Member 'AGameNetworkManager::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MoveRepSize) == 0x000268, "Member 'AGameNetworkManager::MoveRepSize' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXPOSITIONERRORSQUARED) == 0x00026C, "Member 'AGameNetworkManager::MAXPOSITIONERRORSQUARED' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXNEARZEROVELOCITYSQUARED) == 0x000270, "Member 'AGameNetworkManager::MAXNEARZEROVELOCITYSQUARED' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, CLIENTADJUSTUPDATECOST) == 0x000274, "Member 'AGameNetworkManager::CLIENTADJUSTUPDATECOST' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXCLIENTUPDATEINTERVAL) == 0x000278, "Member 'AGameNetworkManager::MAXCLIENTUPDATEINTERVAL' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxClientForcedUpdateDuration) == 0x00027C, "Member 'AGameNetworkManager::MaxClientForcedUpdateDuration' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchThreshold) == 0x000280, "Member 'AGameNetworkManager::ServerForcedUpdateHitchThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchCooldown) == 0x000284, "Member 'AGameNetworkManager::ServerForcedUpdateHitchCooldown' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxMoveDeltaTime) == 0x000288, "Member 'AGameNetworkManager::MaxMoveDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxClientSmoothingDeltaTime) == 0x00028C, "Member 'AGameNetworkManager::MaxClientSmoothingDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTime) == 0x000290, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeThrottled) == 0x000294, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeThrottled' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeStationary) == 0x000298, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeStationary' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleAtNetSpeed) == 0x00029C, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleAtNetSpeed' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleOverPlayerCount) == 0x0002A0, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleOverPlayerCount' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientAuthorativePosition) == 0x0002A4, "Member 'AGameNetworkManager::ClientAuthorativePosition' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientErrorUpdateRateLimit) == 0x0002A8, "Member 'AGameNetworkManager::ClientErrorUpdateRateLimit' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdateDeltaTime) == 0x0002AC, "Member 'AGameNetworkManager::ClientNetCamUpdateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdatePositionLimit) == 0x0002B0, "Member 'AGameNetworkManager::ClientNetCamUpdatePositionLimit' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyDetection) == 0x0002B4, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyDetection' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyResolution) == 0x0002B5, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyResolution' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMaxTimeMargin) == 0x0002B8, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMaxTimeMargin' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMinTimeMargin) == 0x0002BC, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMinTimeMargin' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyResolutionRate) == 0x0002C0, "Member 'AGameNetworkManager::MovementTimeDiscrepancyResolutionRate' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyDriftAllowance) == 0x0002C4, "Member 'AGameNetworkManager::MovementTimeDiscrepancyDriftAllowance' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyForceCorrectionsDuringResolution) == 0x0002C8, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyForceCorrectionsDuringResolution' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bUseDistanceBasedRelevancy) == 0x0002C9, "Member 'AGameNetworkManager::bUseDistanceBasedRelevancy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoxReflectionCapture \ static_assert(alignof(ABoxReflectionCapture) == 0x000008, "Wrong alignment on ABoxReflectionCapture"); \ static_assert(sizeof(ABoxReflectionCapture) == 0x000230, "Wrong size on ABoxReflectionCapture"); \ #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_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_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_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) == 0x000260, "Wrong size on ABrushShape"); \ #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_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_UDistributionVectorParticleParameter \ static_assert(alignof(UDistributionVectorParticleParameter) == 0x000008, "Wrong alignment on UDistributionVectorParticleParameter"); \ static_assert(sizeof(UDistributionVectorParticleParameter) == 0x000090, "Wrong size on UDistributionVectorParticleParameter"); \ #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_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_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_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_ACameraBlockingVolume \ static_assert(alignof(ACameraBlockingVolume) == 0x000008, "Wrong alignment on ACameraBlockingVolume"); \ static_assert(sizeof(ACameraBlockingVolume) == 0x000260, "Wrong size on ACameraBlockingVolume"); \ #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_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_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_ACameraShakeSourceActor \ static_assert(alignof(ACameraShakeSourceActor) == 0x000008, "Wrong alignment on ACameraShakeSourceActor"); \ static_assert(sizeof(ACameraShakeSourceActor) == 0x000230, "Wrong size on ACameraShakeSourceActor"); \ static_assert(offsetof(ACameraShakeSourceActor, CameraShakeSourceComponent) == 0x000228, "Member 'ACameraShakeSourceActor::CameraShakeSourceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraShakeSourceComponent_StartCameraShake \ static_assert(alignof(CameraShakeSourceComponent_StartCameraShake) == 0x000008, "Wrong alignment on CameraShakeSourceComponent_StartCameraShake"); \ static_assert(sizeof(CameraShakeSourceComponent_StartCameraShake) == 0x000020, "Wrong size on CameraShakeSourceComponent_StartCameraShake"); \ static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, InCameraShake) == 0x000000, "Member 'CameraShakeSourceComponent_StartCameraShake::InCameraShake' has a wrong offset!"); \ static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, Scale) == 0x000008, "Member 'CameraShakeSourceComponent_StartCameraShake::Scale' has a wrong offset!"); \ static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, PlaySpace) == 0x00000C, "Member 'CameraShakeSourceComponent_StartCameraShake::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'CameraShakeSourceComponent_StartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraShakeSourceComponent_StopAllCameraShakes \ static_assert(alignof(CameraShakeSourceComponent_StopAllCameraShakes) == 0x000001, "Wrong alignment on CameraShakeSourceComponent_StopAllCameraShakes"); \ static_assert(sizeof(CameraShakeSourceComponent_StopAllCameraShakes) == 0x000001, "Wrong size on CameraShakeSourceComponent_StopAllCameraShakes"); \ static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakes, bImmediately) == 0x000000, "Member 'CameraShakeSourceComponent_StopAllCameraShakes::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraShakeSourceComponent_StopAllCameraShakesOfType \ static_assert(alignof(CameraShakeSourceComponent_StopAllCameraShakesOfType) == 0x000008, "Wrong alignment on CameraShakeSourceComponent_StopAllCameraShakesOfType"); \ static_assert(sizeof(CameraShakeSourceComponent_StopAllCameraShakesOfType) == 0x000010, "Wrong size on CameraShakeSourceComponent_StopAllCameraShakesOfType"); \ static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakesOfType, InCameraShake) == 0x000000, "Member 'CameraShakeSourceComponent_StopAllCameraShakesOfType::InCameraShake' has a wrong offset!"); \ static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakesOfType, bImmediately) == 0x000008, "Member 'CameraShakeSourceComponent_StopAllCameraShakesOfType::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraShakeSourceComponent_GetAttenuationFactor \ static_assert(alignof(CameraShakeSourceComponent_GetAttenuationFactor) == 0x000004, "Wrong alignment on CameraShakeSourceComponent_GetAttenuationFactor"); \ static_assert(sizeof(CameraShakeSourceComponent_GetAttenuationFactor) == 0x000010, "Wrong size on CameraShakeSourceComponent_GetAttenuationFactor"); \ static_assert(offsetof(CameraShakeSourceComponent_GetAttenuationFactor, Location) == 0x000000, "Member 'CameraShakeSourceComponent_GetAttenuationFactor::Location' has a wrong offset!"); \ static_assert(offsetof(CameraShakeSourceComponent_GetAttenuationFactor, ReturnValue) == 0x00000C, "Member 'CameraShakeSourceComponent_GetAttenuationFactor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraShakeSourceComponent \ static_assert(alignof(UCameraShakeSourceComponent) == 0x000010, "Wrong alignment on UCameraShakeSourceComponent"); \ static_assert(sizeof(UCameraShakeSourceComponent) == 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_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_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_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_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_UTextureRenderTarget2D \ static_assert(alignof(UTextureRenderTarget2D) == 0x000010, "Wrong alignment on UTextureRenderTarget2D"); \ static_assert(sizeof(UTextureRenderTarget2D) == 0x0001B0, "Wrong size on UTextureRenderTarget2D"); \ static_assert(offsetof(UTextureRenderTarget2D, SizeX) == 0x000180, "Member 'UTextureRenderTarget2D::SizeX' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, SizeY) == 0x000184, "Member 'UTextureRenderTarget2D::SizeY' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, ClearColor) == 0x000188, "Member 'UTextureRenderTarget2D::ClearColor' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, AddressX) == 0x000198, "Member 'UTextureRenderTarget2D::AddressX' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, AddressY) == 0x000199, "Member 'UTextureRenderTarget2D::AddressY' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, RenderTargetFormat) == 0x00019B, "Member 'UTextureRenderTarget2D::RenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, MipsSamplerFilter) == 0x00019D, "Member 'UTextureRenderTarget2D::MipsSamplerFilter' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, MipsAddressU) == 0x00019E, "Member 'UTextureRenderTarget2D::MipsAddressU' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, MipsAddressV) == 0x00019F, "Member 'UTextureRenderTarget2D::MipsAddressV' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2D, OverrideFormat) == 0x0001A0, "Member 'UTextureRenderTarget2D::OverrideFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasRenderTarget2D_CreateCanvasRenderTarget2D \ static_assert(alignof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D) == 0x000008, "Wrong alignment on CanvasRenderTarget2D_CreateCanvasRenderTarget2D"); \ static_assert(sizeof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D) == 0x000020, "Wrong size on CanvasRenderTarget2D_CreateCanvasRenderTarget2D"); \ static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, WorldContextObject) == 0x000000, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, CanvasRenderTarget2DClass) == 0x000008, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::CanvasRenderTarget2DClass' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, Width) == 0x000010, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::Width' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, Height) == 0x000014, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::Height' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, ReturnValue) == 0x000018, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasRenderTarget2D_GetSize \ static_assert(alignof(CanvasRenderTarget2D_GetSize) == 0x000004, "Wrong alignment on CanvasRenderTarget2D_GetSize"); \ static_assert(sizeof(CanvasRenderTarget2D_GetSize) == 0x000008, "Wrong size on CanvasRenderTarget2D_GetSize"); \ static_assert(offsetof(CanvasRenderTarget2D_GetSize, Width) == 0x000000, "Member 'CanvasRenderTarget2D_GetSize::Width' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_GetSize, Height) == 0x000004, "Member 'CanvasRenderTarget2D_GetSize::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CanvasRenderTarget2D_ReceiveUpdate \ static_assert(alignof(CanvasRenderTarget2D_ReceiveUpdate) == 0x000008, "Wrong alignment on CanvasRenderTarget2D_ReceiveUpdate"); \ static_assert(sizeof(CanvasRenderTarget2D_ReceiveUpdate) == 0x000010, "Wrong size on CanvasRenderTarget2D_ReceiveUpdate"); \ static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Canvas) == 0x000000, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Canvas' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Width) == 0x000008, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Width' has a wrong offset!"); \ static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Height) == 0x00000C, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCanvasRenderTarget2D \ static_assert(alignof(UCanvasRenderTarget2D) == 0x000010, "Wrong alignment on UCanvasRenderTarget2D"); \ static_assert(sizeof(UCanvasRenderTarget2D) == 0x0001D0, "Wrong size on UCanvasRenderTarget2D"); \ static_assert(offsetof(UCanvasRenderTarget2D, OnCanvasRenderTargetUpdate) == 0x0001A8, "Member 'UCanvasRenderTarget2D::OnCanvasRenderTargetUpdate' has a wrong offset!"); \ static_assert(offsetof(UCanvasRenderTarget2D, World) == 0x0001B8, "Member 'UCanvasRenderTarget2D::World' has a wrong offset!"); \ static_assert(offsetof(UCanvasRenderTarget2D, bShouldClearRenderTargetOnReceiveUpdate) == 0x0001C0, "Member 'UCanvasRenderTarget2D::bShouldClearRenderTargetOnReceiveUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UActorComponentInstanceDataTransientOuter \ static_assert(alignof(UActorComponentInstanceDataTransientOuter) == 0x000008, "Wrong alignment on UActorComponentInstanceDataTransientOuter"); \ static_assert(sizeof(UActorComponentInstanceDataTransientOuter) == 0x000028, "Wrong size on UActorComponentInstanceDataTransientOuter"); \ #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_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_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_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_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_ACullDistanceVolume \ static_assert(alignof(ACullDistanceVolume) == 0x000008, "Wrong alignment on ACullDistanceVolume"); \ static_assert(sizeof(ACullDistanceVolume) == 0x000278, "Wrong size on ACullDistanceVolume"); \ static_assert(offsetof(ACullDistanceVolume, CullDistances) == 0x000260, "Member 'ACullDistanceVolume::CullDistances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveBase_GetTimeRange \ static_assert(alignof(CurveBase_GetTimeRange) == 0x000004, "Wrong alignment on CurveBase_GetTimeRange"); \ static_assert(sizeof(CurveBase_GetTimeRange) == 0x000008, "Wrong size on CurveBase_GetTimeRange"); \ static_assert(offsetof(CurveBase_GetTimeRange, MinTime) == 0x000000, "Member 'CurveBase_GetTimeRange::MinTime' has a wrong offset!"); \ static_assert(offsetof(CurveBase_GetTimeRange, MaxTime) == 0x000004, "Member 'CurveBase_GetTimeRange::MaxTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveBase_GetValueRange \ static_assert(alignof(CurveBase_GetValueRange) == 0x000004, "Wrong alignment on CurveBase_GetValueRange"); \ static_assert(sizeof(CurveBase_GetValueRange) == 0x000008, "Wrong size on CurveBase_GetValueRange"); \ static_assert(offsetof(CurveBase_GetValueRange, MinValue) == 0x000000, "Member 'CurveBase_GetValueRange::MinValue' has a wrong offset!"); \ static_assert(offsetof(CurveBase_GetValueRange, MaxValue) == 0x000004, "Member 'CurveBase_GetValueRange::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveBase \ static_assert(alignof(UCurveBase) == 0x000008, "Wrong alignment on UCurveBase"); \ static_assert(sizeof(UCurveBase) == 0x000030, "Wrong size on UCurveBase"); \ #define DUMPER7_ASSERTS_UCurveEdPresetCurve \ static_assert(alignof(UCurveEdPresetCurve) == 0x000008, "Wrong alignment on UCurveEdPresetCurve"); \ static_assert(sizeof(UCurveEdPresetCurve) == 0x000028, "Wrong size on UCurveEdPresetCurve"); \ #define DUMPER7_ASSERTS_CurveFloat_GetFloatValue \ static_assert(alignof(CurveFloat_GetFloatValue) == 0x000004, "Wrong alignment on CurveFloat_GetFloatValue"); \ static_assert(sizeof(CurveFloat_GetFloatValue) == 0x000008, "Wrong size on CurveFloat_GetFloatValue"); \ static_assert(offsetof(CurveFloat_GetFloatValue, InTime) == 0x000000, "Member 'CurveFloat_GetFloatValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveFloat_GetFloatValue, ReturnValue) == 0x000004, "Member 'CurveFloat_GetFloatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveFloat \ static_assert(alignof(UCurveFloat) == 0x000008, "Wrong alignment on UCurveFloat"); \ static_assert(sizeof(UCurveFloat) == 0x0000B8, "Wrong size on UCurveFloat"); \ static_assert(offsetof(UCurveFloat, FloatCurve) == 0x000030, "Member 'UCurveFloat::FloatCurve' has a wrong offset!"); \ static_assert(offsetof(UCurveFloat, bIsEventCurve) == 0x0000B0, "Member 'UCurveFloat::bIsEventCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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) == 0x000678, "Wrong size on ADebugCameraController"); \ static_assert(offsetof(ADebugCameraController, DrawFrustum) == 0x000580, "Member 'ADebugCameraController::DrawFrustum' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedActor) == 0x000588, "Member 'ADebugCameraController::SelectedActor' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedComponent) == 0x000590, "Member 'ADebugCameraController::SelectedComponent' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedHitPoint) == 0x000598, "Member 'ADebugCameraController::SelectedHitPoint' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, OriginalControllerRef) == 0x000620, "Member 'ADebugCameraController::OriginalControllerRef' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, OriginalPlayer) == 0x000628, "Member 'ADebugCameraController::OriginalPlayer' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SpeedScale) == 0x000630, "Member 'ADebugCameraController::SpeedScale' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialMaxSpeed) == 0x000634, "Member 'ADebugCameraController::InitialMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialAccel) == 0x000638, "Member 'ADebugCameraController::InitialAccel' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialDecel) == 0x00063C, "Member 'ADebugCameraController::InitialDecel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADebugCameraHUD \ static_assert(alignof(ADebugCameraHUD) == 0x000008, "Wrong alignment on ADebugCameraHUD"); \ static_assert(sizeof(ADebugCameraHUD) == 0x000318, "Wrong size on ADebugCameraHUD"); \ #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_UDebugDrawService \ static_assert(alignof(UDebugDrawService) == 0x000008, "Wrong alignment on UDebugDrawService"); \ static_assert(sizeof(UDebugDrawService) == 0x000028, "Wrong size on UDebugDrawService"); \ #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_UPendingNetGame \ static_assert(alignof(UPendingNetGame) == 0x000008, "Wrong alignment on UPendingNetGame"); \ static_assert(sizeof(UPendingNetGame) == 0x0000C0, "Wrong size on UPendingNetGame"); \ static_assert(offsetof(UPendingNetGame, NetDriver) == 0x000030, "Member 'UPendingNetGame::NetDriver' has a wrong offset!"); \ static_assert(offsetof(UPendingNetGame, DemoNetDriver) == 0x000038, "Member 'UPendingNetGame::DemoNetDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDemoPendingNetGame \ static_assert(alignof(UDemoPendingNetGame) == 0x000008, "Wrong alignment on UDemoPendingNetGame"); \ static_assert(sizeof(UDemoPendingNetGame) == 0x0000C0, "Wrong size on UDemoPendingNetGame"); \ #define DUMPER7_ASSERTS_USpectatorPawnMovement \ static_assert(alignof(USpectatorPawnMovement) == 0x000008, "Wrong alignment on USpectatorPawnMovement"); \ static_assert(sizeof(USpectatorPawnMovement) == 0x000158, "Wrong size on USpectatorPawnMovement"); \ #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_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_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_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_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_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_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_UDistributionFloatParticleParameter \ static_assert(alignof(UDistributionFloatParticleParameter) == 0x000008, "Wrong alignment on UDistributionFloatParticleParameter"); \ static_assert(sizeof(UDistributionFloatParticleParameter) == 0x000060, "Wrong size on UDistributionFloatParticleParameter"); \ #define DUMPER7_ASSERTS_UDistributionFloatUniformCurve \ static_assert(alignof(UDistributionFloatUniformCurve) == 0x000008, "Wrong alignment on UDistributionFloatUniformCurve"); \ static_assert(sizeof(UDistributionFloatUniformCurve) == 0x000050, "Wrong size on UDistributionFloatUniformCurve"); \ static_assert(offsetof(UDistributionFloatUniformCurve, ConstantCurve) == 0x000038, "Member 'UDistributionFloatUniformCurve::ConstantCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADocumentationActor \ static_assert(alignof(ADocumentationActor) == 0x000008, "Wrong alignment on ADocumentationActor"); \ static_assert(sizeof(ADocumentationActor) == 0x000230, "Wrong size on ADocumentationActor"); \ #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_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_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_UEngineHandlerComponentFactory \ static_assert(alignof(UEngineHandlerComponentFactory) == 0x000008, "Wrong alignment on UEngineHandlerComponentFactory"); \ static_assert(sizeof(UEngineHandlerComponentFactory) == 0x000028, "Wrong size on UEngineHandlerComponentFactory"); \ #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_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_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_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_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_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, EnableDecompression) == 0x000014, "Member 'GameplayStatics_LoadGameFromSlot::EnableDecompression' 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, EnableCompression) == 0x00001C, "Member 'GameplayStatics_SaveGameToSlot::EnableCompression' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SaveGameToSlot, ReturnValue) == 0x00001D, "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, bPlaySound) == 0x00002A, "Member 'GameplayStatics_SpawnSound2D::bPlaySound' 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, bPlaySound) == 0x000049, "Member 'GameplayStatics_SpawnSoundAtLocation::bPlaySound' 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, bPlaySound) == 0x000051, "Member 'GameplayStatics_SpawnSoundAttached::bPlaySound' 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_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_AGameSession \ static_assert(alignof(AGameSession) == 0x000008, "Wrong alignment on AGameSession"); \ static_assert(sizeof(AGameSession) == 0x000240, "Wrong size on AGameSession"); \ static_assert(offsetof(AGameSession, MaxSpectators) == 0x000228, "Member 'AGameSession::MaxSpectators' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxPlayers) == 0x00022C, "Member 'AGameSession::MaxPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxPartySize) == 0x000230, "Member 'AGameSession::MaxPartySize' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxSplitscreensPerConnection) == 0x000234, "Member 'AGameSession::MaxSplitscreensPerConnection' has a wrong offset!"); \ static_assert(offsetof(AGameSession, bRequiresPushToTalk) == 0x000235, "Member 'AGameSession::bRequiresPushToTalk' has a wrong offset!"); \ static_assert(offsetof(AGameSession, SessionName) == 0x000238, "Member 'AGameSession::SessionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindDirectionalSource \ static_assert(alignof(AWindDirectionalSource) == 0x000008, "Wrong alignment on AWindDirectionalSource"); \ static_assert(sizeof(AWindDirectionalSource) == 0x000230, "Wrong size on AWindDirectionalSource"); \ static_assert(offsetof(AWindDirectionalSource, Component) == 0x000228, "Member 'AWindDirectionalSource::Component' 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_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_UHLODEngineSubsystem \ static_assert(alignof(UHLODEngineSubsystem) == 0x000008, "Wrong alignment on UHLODEngineSubsystem"); \ static_assert(sizeof(UHLODEngineSubsystem) == 0x000030, "Wrong size on UHLODEngineSubsystem"); \ #define DUMPER7_ASSERTS_UInheritableComponentHandler \ static_assert(alignof(UInheritableComponentHandler) == 0x000008, "Wrong alignment on UInheritableComponentHandler"); \ static_assert(sizeof(UInheritableComponentHandler) == 0x000048, "Wrong size on UInheritableComponentHandler"); \ static_assert(offsetof(UInheritableComponentHandler, Records) == 0x000028, "Member 'UInheritableComponentHandler::Records' has a wrong offset!"); \ static_assert(offsetof(UInheritableComponentHandler, UnnecessaryComponents) == 0x000038, "Member 'UInheritableComponentHandler::UnnecessaryComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputActionDelegateBinding \ static_assert(alignof(UInputActionDelegateBinding) == 0x000008, "Wrong alignment on UInputActionDelegateBinding"); \ static_assert(sizeof(UInputActionDelegateBinding) == 0x000038, "Wrong size on UInputActionDelegateBinding"); \ static_assert(offsetof(UInputActionDelegateBinding, InputActionDelegateBindings) == 0x000028, "Member 'UInputActionDelegateBinding::InputActionDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_IInterface_ActorSubobject \ static_assert(alignof(IInterface_ActorSubobject) == 0x000001, "Wrong alignment on IInterface_ActorSubobject"); \ static_assert(sizeof(IInterface_ActorSubobject) == 0x000001, "Wrong size on IInterface_ActorSubobject"); \ #define DUMPER7_ASSERTS_IBoneReferenceSkeletonProvider \ static_assert(alignof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong alignment on IBoneReferenceSkeletonProvider"); \ static_assert(sizeof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong size on IBoneReferenceSkeletonProvider"); \ #define DUMPER7_ASSERTS_IInterface_CollisionDataProvider \ static_assert(alignof(IInterface_CollisionDataProvider) == 0x000001, "Wrong alignment on IInterface_CollisionDataProvider"); \ static_assert(sizeof(IInterface_CollisionDataProvider) == 0x000001, "Wrong size on IInterface_CollisionDataProvider"); \ #define DUMPER7_ASSERTS_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_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_IInterface_PreviewMeshProvider \ static_assert(alignof(IInterface_PreviewMeshProvider) == 0x000001, "Wrong alignment on IInterface_PreviewMeshProvider"); \ static_assert(sizeof(IInterface_PreviewMeshProvider) == 0x000001, "Wrong size on IInterface_PreviewMeshProvider"); \ #define DUMPER7_ASSERTS_UInterpCurveEdSetup \ static_assert(alignof(UInterpCurveEdSetup) == 0x000008, "Wrong alignment on UInterpCurveEdSetup"); \ static_assert(sizeof(UInterpCurveEdSetup) == 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_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_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_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_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_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_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_UInterpGroupDirector \ static_assert(alignof(UInterpGroupDirector) == 0x000008, "Wrong alignment on UInterpGroupDirector"); \ static_assert(sizeof(UInterpGroupDirector) == 0x000050, "Wrong size on UInterpGroupDirector"); \ #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_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_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_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_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_UInterpTrackVectorBase \ static_assert(alignof(UInterpTrackVectorBase) == 0x000008, "Wrong alignment on UInterpTrackVectorBase"); \ static_assert(sizeof(UInterpTrackVectorBase) == 0x000090, "Wrong size on UInterpTrackVectorBase"); \ static_assert(offsetof(UInterpTrackVectorBase, VectorTrack) == 0x000070, "Member 'UInterpTrackVectorBase::VectorTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackVectorBase, CurveTension) == 0x000088, "Member 'UInterpTrackVectorBase::CurveTension' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackAudioMaster \ static_assert(alignof(UInterpTrackAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackAudioMaster"); \ static_assert(sizeof(UInterpTrackAudioMaster) == 0x000090, "Wrong size on UInterpTrackAudioMaster"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCloudSampleAttribute \ static_assert(alignof(UMaterialExpressionCloudSampleAttribute) == 0x000008, "Wrong alignment on UMaterialExpressionCloudSampleAttribute"); \ static_assert(sizeof(UMaterialExpressionCloudSampleAttribute) == 0x000040, "Wrong size on UMaterialExpressionCloudSampleAttribute"); \ #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_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_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_UInterpTrackColorScale \ static_assert(alignof(UInterpTrackColorScale) == 0x000008, "Wrong alignment on UInterpTrackColorScale"); \ static_assert(sizeof(UInterpTrackColorScale) == 0x000090, "Wrong size on UInterpTrackColorScale"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_ATriggerSphere \ static_assert(alignof(ATriggerSphere) == 0x000008, "Wrong alignment on ATriggerSphere"); \ static_assert(sizeof(ATriggerSphere) == 0x000230, "Wrong size on ATriggerSphere"); \ #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_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_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_UInterpTrackMove \ static_assert(alignof(UInterpTrackMove) == 0x000008, "Wrong alignment on UInterpTrackMove"); \ static_assert(sizeof(UInterpTrackMove) == 0x0000C8, "Wrong size on UInterpTrackMove"); \ static_assert(offsetof(UInterpTrackMove, PosTrack) == 0x000070, "Member 'UInterpTrackMove::PosTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, EulerTrack) == 0x000088, "Member 'UInterpTrackMove::EulerTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, LookupTrack) == 0x0000A0, "Member 'UInterpTrackMove::LookupTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, LookAtGroupName) == 0x0000B0, "Member 'UInterpTrackMove::LookAtGroupName' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, LinCurveTension) == 0x0000B8, "Member 'UInterpTrackMove::LinCurveTension' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, AngCurveTension) == 0x0000BC, "Member 'UInterpTrackMove::AngCurveTension' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMove, RotMode) == 0x0000C4, "Member 'UInterpTrackMove::RotMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackMoveAxis \ static_assert(alignof(UInterpTrackMoveAxis) == 0x000008, "Wrong alignment on UInterpTrackMoveAxis"); \ static_assert(sizeof(UInterpTrackMoveAxis) == 0x0000A8, "Wrong size on UInterpTrackMoveAxis"); \ static_assert(offsetof(UInterpTrackMoveAxis, MoveAxis) == 0x000090, "Member 'UInterpTrackMoveAxis::MoveAxis' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackMoveAxis, LookupTrack) == 0x000098, "Member 'UInterpTrackMoveAxis::LookupTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackParticleReplay \ static_assert(alignof(UInterpTrackParticleReplay) == 0x000008, "Wrong alignment on UInterpTrackParticleReplay"); \ static_assert(sizeof(UInterpTrackParticleReplay) == 0x000080, "Wrong size on UInterpTrackParticleReplay"); \ static_assert(offsetof(UInterpTrackParticleReplay, TrackKeys) == 0x000070, "Member 'UInterpTrackParticleReplay::TrackKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackSlomo \ static_assert(alignof(UInterpTrackSlomo) == 0x000008, "Wrong alignment on UInterpTrackSlomo"); \ static_assert(sizeof(UInterpTrackSlomo) == 0x000090, "Wrong size on UInterpTrackSlomo"); \ #define DUMPER7_ASSERTS_UInterpTrackSound \ static_assert(alignof(UInterpTrackSound) == 0x000008, "Wrong alignment on UInterpTrackSound"); \ static_assert(sizeof(UInterpTrackSound) == 0x0000A8, "Wrong size on UInterpTrackSound"); \ static_assert(offsetof(UInterpTrackSound, Sounds) == 0x000090, "Member 'UInterpTrackSound::Sounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackToggle \ static_assert(alignof(UInterpTrackToggle) == 0x000008, "Wrong alignment on UInterpTrackToggle"); \ static_assert(sizeof(UInterpTrackToggle) == 0x000088, "Wrong size on UInterpTrackToggle"); \ static_assert(offsetof(UInterpTrackToggle, ToggleTrack) == 0x000070, "Member 'UInterpTrackToggle::ToggleTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackVectorMaterialParam \ static_assert(alignof(UInterpTrackVectorMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackVectorMaterialParam"); \ static_assert(sizeof(UInterpTrackVectorMaterialParam) == 0x0000A8, "Wrong size on UInterpTrackVectorMaterialParam"); \ static_assert(offsetof(UInterpTrackVectorMaterialParam, TargetMaterials) == 0x000090, "Member 'UInterpTrackVectorMaterialParam::TargetMaterials' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackVectorMaterialParam, ParamName) == 0x0000A0, "Member 'UInterpTrackVectorMaterialParam::ParamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_AKillZVolume \ static_assert(alignof(AKillZVolume) == 0x000008, "Wrong alignment on AKillZVolume"); \ static_assert(sizeof(AKillZVolume) == 0x000270, "Wrong size on AKillZVolume"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Add \ static_assert(alignof(KismetArrayLibrary_Array_Add) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Add"); \ static_assert(sizeof(KismetArrayLibrary_Array_Add) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Add"); \ static_assert(offsetof(KismetArrayLibrary_Array_Add, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Add::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Add, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Add::NewItem' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Add, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Add::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_AddUnique \ static_assert(alignof(KismetArrayLibrary_Array_AddUnique) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_AddUnique"); \ static_assert(sizeof(KismetArrayLibrary_Array_AddUnique) == 0x000018, "Wrong size on KismetArrayLibrary_Array_AddUnique"); \ static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_AddUnique::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_AddUnique::NewItem' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_AddUnique::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Append \ static_assert(alignof(KismetArrayLibrary_Array_Append) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Append"); \ static_assert(sizeof(KismetArrayLibrary_Array_Append) == 0x000020, "Wrong size on KismetArrayLibrary_Array_Append"); \ static_assert(offsetof(KismetArrayLibrary_Array_Append, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Append::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Append, SourceArray) == 0x000010, "Member 'KismetArrayLibrary_Array_Append::SourceArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Clear \ static_assert(alignof(KismetArrayLibrary_Array_Clear) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Clear"); \ static_assert(sizeof(KismetArrayLibrary_Array_Clear) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Clear"); \ static_assert(offsetof(KismetArrayLibrary_Array_Clear, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Clear::TargetArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Contains \ static_assert(alignof(KismetArrayLibrary_Array_Contains) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Contains"); \ static_assert(sizeof(KismetArrayLibrary_Array_Contains) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Contains"); \ static_assert(offsetof(KismetArrayLibrary_Array_Contains, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Contains::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Contains, ItemToFind) == 0x000010, "Member 'KismetArrayLibrary_Array_Contains::ItemToFind' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Contains, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Contains::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Find \ static_assert(alignof(KismetArrayLibrary_Array_Find) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Find"); \ static_assert(sizeof(KismetArrayLibrary_Array_Find) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Find"); \ static_assert(offsetof(KismetArrayLibrary_Array_Find, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Find::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Find, ItemToFind) == 0x000010, "Member 'KismetArrayLibrary_Array_Find::ItemToFind' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Find, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Find::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Get \ static_assert(alignof(KismetArrayLibrary_Array_Get) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Get"); \ static_assert(sizeof(KismetArrayLibrary_Array_Get) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Get"); \ static_assert(offsetof(KismetArrayLibrary_Array_Get, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Get::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Get, Index_0) == 0x000010, "Member 'KismetArrayLibrary_Array_Get::Index_0' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Get, Item) == 0x000014, "Member 'KismetArrayLibrary_Array_Get::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Identical \ static_assert(alignof(KismetArrayLibrary_Array_Identical) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Identical"); \ static_assert(sizeof(KismetArrayLibrary_Array_Identical) == 0x000028, "Wrong size on KismetArrayLibrary_Array_Identical"); \ static_assert(offsetof(KismetArrayLibrary_Array_Identical, ArrayA) == 0x000000, "Member 'KismetArrayLibrary_Array_Identical::ArrayA' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Identical, ArrayB) == 0x000010, "Member 'KismetArrayLibrary_Array_Identical::ArrayB' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Identical, ReturnValue) == 0x000020, "Member 'KismetArrayLibrary_Array_Identical::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Insert \ static_assert(alignof(KismetArrayLibrary_Array_Insert) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Insert"); \ static_assert(sizeof(KismetArrayLibrary_Array_Insert) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Insert"); \ static_assert(offsetof(KismetArrayLibrary_Array_Insert, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Insert::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Insert, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Insert::NewItem' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Insert, Index_0) == 0x000014, "Member 'KismetArrayLibrary_Array_Insert::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_IsValidIndex \ static_assert(alignof(KismetArrayLibrary_Array_IsValidIndex) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_IsValidIndex"); \ static_assert(sizeof(KismetArrayLibrary_Array_IsValidIndex) == 0x000018, "Wrong size on KismetArrayLibrary_Array_IsValidIndex"); \ static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_IsValidIndex::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, IndexToTest) == 0x000010, "Member 'KismetArrayLibrary_Array_IsValidIndex::IndexToTest' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_IsValidIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_LastIndex \ static_assert(alignof(KismetArrayLibrary_Array_LastIndex) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_LastIndex"); \ static_assert(sizeof(KismetArrayLibrary_Array_LastIndex) == 0x000018, "Wrong size on KismetArrayLibrary_Array_LastIndex"); \ static_assert(offsetof(KismetArrayLibrary_Array_LastIndex, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_LastIndex::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_LastIndex, ReturnValue) == 0x000010, "Member 'KismetArrayLibrary_Array_LastIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Length \ static_assert(alignof(KismetArrayLibrary_Array_Length) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Length"); \ static_assert(sizeof(KismetArrayLibrary_Array_Length) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Length"); \ static_assert(offsetof(KismetArrayLibrary_Array_Length, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Length::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Length, ReturnValue) == 0x000010, "Member 'KismetArrayLibrary_Array_Length::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Random \ static_assert(alignof(KismetArrayLibrary_Array_Random) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Random"); \ static_assert(sizeof(KismetArrayLibrary_Array_Random) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Random"); \ static_assert(offsetof(KismetArrayLibrary_Array_Random, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Random::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Random, OutItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Random::OutItem' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Random, OutIndex) == 0x000014, "Member 'KismetArrayLibrary_Array_Random::OutIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_RandomFromStream \ static_assert(alignof(KismetArrayLibrary_Array_RandomFromStream) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_RandomFromStream"); \ static_assert(sizeof(KismetArrayLibrary_Array_RandomFromStream) == 0x000020, "Wrong size on KismetArrayLibrary_Array_RandomFromStream"); \ static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_RandomFromStream::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, RandomStream) == 0x000010, "Member 'KismetArrayLibrary_Array_RandomFromStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, OutItem) == 0x000018, "Member 'KismetArrayLibrary_Array_RandomFromStream::OutItem' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, OutIndex) == 0x00001C, "Member 'KismetArrayLibrary_Array_RandomFromStream::OutIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Remove \ static_assert(alignof(KismetArrayLibrary_Array_Remove) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Remove"); \ static_assert(sizeof(KismetArrayLibrary_Array_Remove) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Remove"); \ static_assert(offsetof(KismetArrayLibrary_Array_Remove, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Remove::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Remove, IndexToRemove) == 0x000010, "Member 'KismetArrayLibrary_Array_Remove::IndexToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_RemoveItem \ static_assert(alignof(KismetArrayLibrary_Array_RemoveItem) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_RemoveItem"); \ static_assert(sizeof(KismetArrayLibrary_Array_RemoveItem) == 0x000018, "Wrong size on KismetArrayLibrary_Array_RemoveItem"); \ static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_RemoveItem::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, Item) == 0x000010, "Member 'KismetArrayLibrary_Array_RemoveItem::Item' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_RemoveItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Resize \ static_assert(alignof(KismetArrayLibrary_Array_Resize) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Resize"); \ static_assert(sizeof(KismetArrayLibrary_Array_Resize) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Resize"); \ static_assert(offsetof(KismetArrayLibrary_Array_Resize, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Resize::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Resize, Size) == 0x000010, "Member 'KismetArrayLibrary_Array_Resize::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Reverse \ static_assert(alignof(KismetArrayLibrary_Array_Reverse) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Reverse"); \ static_assert(sizeof(KismetArrayLibrary_Array_Reverse) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Reverse"); \ static_assert(offsetof(KismetArrayLibrary_Array_Reverse, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Reverse::TargetArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Set \ static_assert(alignof(KismetArrayLibrary_Array_Set) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Set"); \ static_assert(sizeof(KismetArrayLibrary_Array_Set) == 0x000020, "Wrong size on KismetArrayLibrary_Array_Set"); \ static_assert(offsetof(KismetArrayLibrary_Array_Set, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Set::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Set, Index_0) == 0x000010, "Member 'KismetArrayLibrary_Array_Set::Index_0' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Set, Item) == 0x000014, "Member 'KismetArrayLibrary_Array_Set::Item' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Set, bSizeToFit) == 0x000018, "Member 'KismetArrayLibrary_Array_Set::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Shuffle \ static_assert(alignof(KismetArrayLibrary_Array_Shuffle) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Shuffle"); \ static_assert(sizeof(KismetArrayLibrary_Array_Shuffle) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Shuffle"); \ static_assert(offsetof(KismetArrayLibrary_Array_Shuffle, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Shuffle::TargetArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Swap \ static_assert(alignof(KismetArrayLibrary_Array_Swap) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Swap"); \ static_assert(sizeof(KismetArrayLibrary_Array_Swap) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Swap"); \ static_assert(offsetof(KismetArrayLibrary_Array_Swap, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Swap::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Swap, FirstIndex) == 0x000010, "Member 'KismetArrayLibrary_Array_Swap::FirstIndex' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Swap, SecondIndex) == 0x000014, "Member 'KismetArrayLibrary_Array_Swap::SecondIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_FilterArray \ static_assert(alignof(KismetArrayLibrary_FilterArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_FilterArray"); \ static_assert(sizeof(KismetArrayLibrary_FilterArray) == 0x000028, "Wrong size on KismetArrayLibrary_FilterArray"); \ static_assert(offsetof(KismetArrayLibrary_FilterArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_FilterArray::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_FilterArray, FilterClass) == 0x000010, "Member 'KismetArrayLibrary_FilterArray::FilterClass' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_FilterArray, FilteredArray) == 0x000018, "Member 'KismetArrayLibrary_FilterArray::FilteredArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_SetArrayPropertyByName \ static_assert(alignof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000008, "Wrong alignment on KismetArrayLibrary_SetArrayPropertyByName"); \ static_assert(sizeof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000020, "Wrong size on KismetArrayLibrary_SetArrayPropertyByName"); \ static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Object) == 0x000000, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, PropertyName) == 0x000008, "Member 'KismetArrayLibrary_SetArrayPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Value) == 0x000010, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetArrayLibrary \ static_assert(alignof(UKismetArrayLibrary) == 0x000008, "Wrong alignment on UKismetArrayLibrary"); \ static_assert(sizeof(UKismetArrayLibrary) == 0x000028, "Wrong size on UKismetArrayLibrary"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_Conv_GuidToString \ static_assert(alignof(KismetGuidLibrary_Conv_GuidToString) == 0x000008, "Wrong alignment on KismetGuidLibrary_Conv_GuidToString"); \ static_assert(sizeof(KismetGuidLibrary_Conv_GuidToString) == 0x000020, "Wrong size on KismetGuidLibrary_Conv_GuidToString"); \ static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Conv_GuidToString::InGuid' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_Conv_GuidToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_EqualEqual_GuidGuid \ static_assert(alignof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_EqualEqual_GuidGuid"); \ static_assert(sizeof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_EqualEqual_GuidGuid"); \ static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::A' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, B) == 0x000010, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::B' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_Invalidate_Guid \ static_assert(alignof(KismetGuidLibrary_Invalidate_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_Invalidate_Guid"); \ static_assert(sizeof(KismetGuidLibrary_Invalidate_Guid) == 0x000010, "Wrong size on KismetGuidLibrary_Invalidate_Guid"); \ static_assert(offsetof(KismetGuidLibrary_Invalidate_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Invalidate_Guid::InGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_IsValid_Guid \ static_assert(alignof(KismetGuidLibrary_IsValid_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_IsValid_Guid"); \ static_assert(sizeof(KismetGuidLibrary_IsValid_Guid) == 0x000014, "Wrong size on KismetGuidLibrary_IsValid_Guid"); \ static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_IsValid_Guid::InGuid' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_IsValid_Guid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_NewGuid \ static_assert(alignof(KismetGuidLibrary_NewGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NewGuid"); \ static_assert(sizeof(KismetGuidLibrary_NewGuid) == 0x000010, "Wrong size on KismetGuidLibrary_NewGuid"); \ static_assert(offsetof(KismetGuidLibrary_NewGuid, ReturnValue) == 0x000000, "Member 'KismetGuidLibrary_NewGuid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_NotEqual_GuidGuid \ static_assert(alignof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NotEqual_GuidGuid"); \ static_assert(sizeof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_NotEqual_GuidGuid"); \ static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::A' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, B) == 0x000010, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::B' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_Parse_StringToGuid \ static_assert(alignof(KismetGuidLibrary_Parse_StringToGuid) == 0x000008, "Wrong alignment on KismetGuidLibrary_Parse_StringToGuid"); \ static_assert(sizeof(KismetGuidLibrary_Parse_StringToGuid) == 0x000028, "Wrong size on KismetGuidLibrary_Parse_StringToGuid"); \ static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, GuidString) == 0x000000, "Member 'KismetGuidLibrary_Parse_StringToGuid::GuidString' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, OutGuid) == 0x000010, "Member 'KismetGuidLibrary_Parse_StringToGuid::OutGuid' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, Success) == 0x000020, "Member 'KismetGuidLibrary_Parse_StringToGuid::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetGuidLibrary \ static_assert(alignof(UKismetGuidLibrary) == 0x000008, "Wrong alignment on UKismetGuidLibrary"); \ static_assert(sizeof(UKismetGuidLibrary) == 0x000028, "Wrong size on UKismetGuidLibrary"); \ #define DUMPER7_ASSERTS_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_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_KismetMaterialLibrary_CreateDynamicMaterialInstance \ static_assert(alignof(KismetMaterialLibrary_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on KismetMaterialLibrary_CreateDynamicMaterialInstance"); \ static_assert(sizeof(KismetMaterialLibrary_CreateDynamicMaterialInstance) == 0x000028, "Wrong size on KismetMaterialLibrary_CreateDynamicMaterialInstance"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, Parent) == 0x000008, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::Parent' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, OptionalName) == 0x000010, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::OptionalName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, CreationFlags) == 0x000018, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::CreationFlags' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, ReturnValue) == 0x000020, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_GetScalarParameterValue \ static_assert(alignof(KismetMaterialLibrary_GetScalarParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_GetScalarParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_GetScalarParameterValue) == 0x000020, "Wrong size on KismetMaterialLibrary_GetScalarParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_GetScalarParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_GetScalarParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, ReturnValue) == 0x000018, "Member 'KismetMaterialLibrary_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_GetVectorParameterValue \ static_assert(alignof(KismetMaterialLibrary_GetVectorParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_GetVectorParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_GetVectorParameterValue) == 0x000028, "Wrong size on KismetMaterialLibrary_GetVectorParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_GetVectorParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_GetVectorParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, ReturnValue) == 0x000018, "Member 'KismetMaterialLibrary_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_SetScalarParameterValue \ static_assert(alignof(KismetMaterialLibrary_SetScalarParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_SetScalarParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_SetScalarParameterValue) == 0x000020, "Wrong size on KismetMaterialLibrary_SetScalarParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_SetScalarParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_SetScalarParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_SetScalarParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, ParameterValue) == 0x000018, "Member 'KismetMaterialLibrary_SetScalarParameterValue::ParameterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_SetVectorParameterValue \ static_assert(alignof(KismetMaterialLibrary_SetVectorParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_SetVectorParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_SetVectorParameterValue) == 0x000028, "Wrong size on KismetMaterialLibrary_SetVectorParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_SetVectorParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_SetVectorParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_SetVectorParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, ParameterValue) == 0x000018, "Member 'KismetMaterialLibrary_SetVectorParameterValue::ParameterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetMaterialLibrary \ static_assert(alignof(UKismetMaterialLibrary) == 0x000008, "Wrong alignment on UKismetMaterialLibrary"); \ static_assert(sizeof(UKismetMaterialLibrary) == 0x000028, "Wrong size on UKismetMaterialLibrary"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Abs \ static_assert(alignof(KismetMathLibrary_Abs) == 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_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_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_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_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_KismetStringTableLibrary_GetKeysFromStringTable \ static_assert(alignof(KismetStringTableLibrary_GetKeysFromStringTable) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetKeysFromStringTable"); \ static_assert(sizeof(KismetStringTableLibrary_GetKeysFromStringTable) == 0x000018, "Wrong size on KismetStringTableLibrary_GetKeysFromStringTable"); \ static_assert(offsetof(KismetStringTableLibrary_GetKeysFromStringTable, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetKeysFromStringTable::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetKeysFromStringTable, ReturnValue) == 0x000008, "Member 'KismetStringTableLibrary_GetKeysFromStringTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry \ static_assert(alignof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry"); \ static_assert(sizeof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry) == 0x000028, "Wrong size on KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry"); \ static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, Key) == 0x000008, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::Key' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, ReturnValue) == 0x000018, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_GetRegisteredStringTables \ static_assert(alignof(KismetStringTableLibrary_GetRegisteredStringTables) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetRegisteredStringTables"); \ static_assert(sizeof(KismetStringTableLibrary_GetRegisteredStringTables) == 0x000010, "Wrong size on KismetStringTableLibrary_GetRegisteredStringTables"); \ static_assert(offsetof(KismetStringTableLibrary_GetRegisteredStringTables, ReturnValue) == 0x000000, "Member 'KismetStringTableLibrary_GetRegisteredStringTables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableEntryMetaData \ static_assert(alignof(KismetStringTableLibrary_GetTableEntryMetaData) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableEntryMetaData"); \ static_assert(sizeof(KismetStringTableLibrary_GetTableEntryMetaData) == 0x000030, "Wrong size on KismetStringTableLibrary_GetTableEntryMetaData"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, Key) == 0x000008, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::Key' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, MetaDataId) == 0x000018, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::MetaDataId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, ReturnValue) == 0x000020, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableEntrySourceString \ static_assert(alignof(KismetStringTableLibrary_GetTableEntrySourceString) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableEntrySourceString"); \ static_assert(sizeof(KismetStringTableLibrary_GetTableEntrySourceString) == 0x000028, "Wrong size on KismetStringTableLibrary_GetTableEntrySourceString"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, Key) == 0x000008, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::Key' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, ReturnValue) == 0x000018, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableNamespace \ static_assert(alignof(KismetStringTableLibrary_GetTableNamespace) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableNamespace"); \ static_assert(sizeof(KismetStringTableLibrary_GetTableNamespace) == 0x000018, "Wrong size on KismetStringTableLibrary_GetTableNamespace"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableNamespace, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableNamespace::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableNamespace, ReturnValue) == 0x000008, "Member 'KismetStringTableLibrary_GetTableNamespace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_IsRegisteredTableEntry \ static_assert(alignof(KismetStringTableLibrary_IsRegisteredTableEntry) == 0x000008, "Wrong alignment on KismetStringTableLibrary_IsRegisteredTableEntry"); \ static_assert(sizeof(KismetStringTableLibrary_IsRegisteredTableEntry) == 0x000020, "Wrong size on KismetStringTableLibrary_IsRegisteredTableEntry"); \ static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, TableId) == 0x000000, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, Key) == 0x000008, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::Key' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, ReturnValue) == 0x000018, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_IsRegisteredTableId \ static_assert(alignof(KismetStringTableLibrary_IsRegisteredTableId) == 0x000004, "Wrong alignment on KismetStringTableLibrary_IsRegisteredTableId"); \ static_assert(sizeof(KismetStringTableLibrary_IsRegisteredTableId) == 0x00000C, "Wrong size on KismetStringTableLibrary_IsRegisteredTableId"); \ static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableId, TableId) == 0x000000, "Member 'KismetStringTableLibrary_IsRegisteredTableId::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableId, ReturnValue) == 0x000008, "Member 'KismetStringTableLibrary_IsRegisteredTableId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetStringTableLibrary \ static_assert(alignof(UKismetStringTableLibrary) == 0x000008, "Wrong alignment on UKismetStringTableLibrary"); \ static_assert(sizeof(UKismetStringTableLibrary) == 0x000028, "Wrong size on UKismetStringTableLibrary"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_AddFloatHistorySample \ static_assert(alignof(KismetSystemLibrary_AddFloatHistorySample) == 0x000008, "Wrong alignment on KismetSystemLibrary_AddFloatHistorySample"); \ static_assert(sizeof(KismetSystemLibrary_AddFloatHistorySample) == 0x000048, "Wrong size on KismetSystemLibrary_AddFloatHistorySample"); \ static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, Value) == 0x000000, "Member 'KismetSystemLibrary_AddFloatHistorySample::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_AddFloatHistorySample::FloatHistory' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_AddFloatHistorySample::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BeginTransaction \ static_assert(alignof(KismetSystemLibrary_BeginTransaction) == 0x000008, "Wrong alignment on KismetSystemLibrary_BeginTransaction"); \ static_assert(sizeof(KismetSystemLibrary_BeginTransaction) == 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_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_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_UParticleModuleLifetimeBase \ static_assert(alignof(UParticleModuleLifetimeBase) == 0x000008, "Wrong alignment on UParticleModuleLifetimeBase"); \ static_assert(sizeof(UParticleModuleLifetimeBase) == 0x000030, "Wrong size on UParticleModuleLifetimeBase"); \ #define DUMPER7_ASSERTS_UParticleModuleLifetime \ static_assert(alignof(UParticleModuleLifetime) == 0x000008, "Wrong alignment on UParticleModuleLifetime"); \ static_assert(sizeof(UParticleModuleLifetime) == 0x000060, "Wrong size on UParticleModuleLifetime"); \ static_assert(offsetof(UParticleModuleLifetime, LifeTime) == 0x000030, "Member 'UParticleModuleLifetime::LifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLifetime_Seeded \ static_assert(alignof(UParticleModuleLifetime_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLifetime_Seeded"); \ static_assert(sizeof(UParticleModuleLifetime_Seeded) == 0x000080, "Wrong size on UParticleModuleLifetime_Seeded"); \ static_assert(offsetof(UParticleModuleLifetime_Seeded, RandomSeedInfo) == 0x000060, "Member 'UParticleModuleLifetime_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_ULevel \ static_assert(alignof(ULevel) == 0x000008, "Wrong alignment on ULevel"); \ static_assert(sizeof(ULevel) == 0x0002D0, "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!"); \ static_assert(offsetof(ULevel, ActorsToPreInitialize) == 0x0002A0, "Member 'ULevel::ActorsToPreInitialize' has a wrong offset!"); \ static_assert(offsetof(ULevel, ActorsToInitialize) == 0x0002B0, "Member 'ULevel::ActorsToInitialize' has a wrong offset!"); \ static_assert(offsetof(ULevel, ActorsToBeginPlay) == 0x0002C0, "Member 'ULevel::ActorsToBeginPlay' 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_ALevelBounds \ static_assert(alignof(ALevelBounds) == 0x000008, "Wrong alignment on ALevelBounds"); \ static_assert(sizeof(ALevelBounds) == 0x000238, "Wrong size on ALevelBounds"); \ static_assert(offsetof(ALevelBounds, BoxComponent) == 0x000228, "Member 'ALevelBounds::BoxComponent' has a wrong offset!"); \ static_assert(offsetof(ALevelBounds, bAutoUpdateBounds) == 0x000230, "Member 'ALevelBounds::bAutoUpdateBounds' 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_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_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_ULevelStreamingPersistent \ static_assert(alignof(ULevelStreamingPersistent) == 0x000010, "Wrong alignment on ULevelStreamingPersistent"); \ static_assert(sizeof(ULevelStreamingPersistent) == 0x000150, "Wrong size on ULevelStreamingPersistent"); \ #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_ALevelStreamingVolume \ static_assert(alignof(ALevelStreamingVolume) == 0x000008, "Wrong alignment on ALevelStreamingVolume"); \ static_assert(sizeof(ALevelStreamingVolume) == 0x000278, "Wrong size on ALevelStreamingVolume"); \ static_assert(offsetof(ALevelStreamingVolume, StreamingLevelNames) == 0x000260, "Member 'ALevelStreamingVolume::StreamingLevelNames' has a wrong offset!"); \ static_assert(offsetof(ALevelStreamingVolume, StreamingUsage) == 0x000274, "Member 'ALevelStreamingVolume::StreamingUsage' has a wrong offset!"); \ #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_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_ALightmassImportanceVolume \ static_assert(alignof(ALightmassImportanceVolume) == 0x000008, "Wrong alignment on ALightmassImportanceVolume"); \ static_assert(sizeof(ALightmassImportanceVolume) == 0x000260, "Wrong size on ALightmassImportanceVolume"); \ #define DUMPER7_ASSERTS_UMaterialExpressionScalarParameter \ static_assert(alignof(UMaterialExpressionScalarParameter) == 0x000008, "Wrong alignment on UMaterialExpressionScalarParameter"); \ static_assert(sizeof(UMaterialExpressionScalarParameter) == 0x000060, "Wrong size on UMaterialExpressionScalarParameter"); \ static_assert(offsetof(UMaterialExpressionScalarParameter, DefaultValue) == 0x000058, "Member 'UMaterialExpressionScalarParameter::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionScalarParameter, bUseCustomPrimitiveData) == 0x00005C, "Member 'UMaterialExpressionScalarParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionScalarParameter, PrimitiveDataIndex) == 0x00005D, "Member 'UMaterialExpressionScalarParameter::PrimitiveDataIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCurveAtlasRowParameter \ static_assert(alignof(UMaterialExpressionCurveAtlasRowParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCurveAtlasRowParameter"); \ static_assert(sizeof(UMaterialExpressionCurveAtlasRowParameter) == 0x000088, "Wrong size on UMaterialExpressionCurveAtlasRowParameter"); \ static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Curve) == 0x000060, "Member 'UMaterialExpressionCurveAtlasRowParameter::Curve' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Atlas) == 0x000068, "Member 'UMaterialExpressionCurveAtlasRowParameter::Atlas' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, InputTime) == 0x000070, "Member 'UMaterialExpressionCurveAtlasRowParameter::InputTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightmassPortal \ static_assert(alignof(ALightmassPortal) == 0x000008, "Wrong alignment on ALightmassPortal"); \ static_assert(sizeof(ALightmassPortal) == 0x000230, "Wrong size on ALightmassPortal"); \ static_assert(offsetof(ALightmassPortal, PortalComponent) == 0x000228, "Member 'ALightmassPortal::PortalComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserDefinedStruct \ static_assert(alignof(UUserDefinedStruct) == 0x000008, "Wrong alignment on UUserDefinedStruct"); \ static_assert(sizeof(UUserDefinedStruct) == 0x000108, "Wrong size on UUserDefinedStruct"); \ static_assert(offsetof(UUserDefinedStruct, status) == 0x0000C0, "Member 'UUserDefinedStruct::status' has a wrong offset!"); \ static_assert(offsetof(UUserDefinedStruct, Guid) == 0x0000C4, "Member 'UUserDefinedStruct::Guid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_ULineBatchComponent \ static_assert(alignof(ULineBatchComponent) == 0x000010, "Wrong alignment on ULineBatchComponent"); \ static_assert(sizeof(ULineBatchComponent) == 0x000490, "Wrong size on ULineBatchComponent"); \ #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_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_ULocalPlayerSubsystem \ static_assert(alignof(ULocalPlayerSubsystem) == 0x000008, "Wrong alignment on ULocalPlayerSubsystem"); \ static_assert(sizeof(ULocalPlayerSubsystem) == 0x000030, "Wrong size on ULocalPlayerSubsystem"); \ #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_ALODActor \ static_assert(alignof(ALODActor) == 0x000008, "Wrong alignment on ALODActor"); \ static_assert(sizeof(ALODActor) == 0x0002B0, "Wrong size on ALODActor"); \ static_assert(offsetof(ALODActor, StaticMeshComponent) == 0x000228, "Member 'ALODActor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ALODActor, InstancedStaticMeshComponents) == 0x000230, "Member 'ALODActor::InstancedStaticMeshComponents' has a wrong offset!"); \ static_assert(offsetof(ALODActor, Proxy) == 0x000280, "Member 'ALODActor::Proxy' has a wrong offset!"); \ static_assert(offsetof(ALODActor, Key) == 0x000288, "Member 'ALODActor::Key' has a wrong offset!"); \ static_assert(offsetof(ALODActor, LODDrawDistance) == 0x000290, "Member 'ALODActor::LODDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ALODActor, LODLevel) == 0x000294, "Member 'ALODActor::LODLevel' has a wrong offset!"); \ static_assert(offsetof(ALODActor, SubActors) == 0x000298, "Member 'ALODActor::SubActors' has a wrong offset!"); \ static_assert(offsetof(ALODActor, CachedNumHLODLevels) == 0x0002A8, "Member 'ALODActor::CachedNumHLODLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ILODSyncInterface \ static_assert(alignof(ILODSyncInterface) == 0x000001, "Wrong alignment on ILODSyncInterface"); \ static_assert(sizeof(ILODSyncInterface) == 0x000001, "Wrong size on ILODSyncInterface"); \ #define DUMPER7_ASSERTS_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_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_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_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_UMaterialExpressionActorPositionWS \ static_assert(alignof(UMaterialExpressionActorPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionActorPositionWS"); \ static_assert(sizeof(UMaterialExpressionActorPositionWS) == 0x000040, "Wrong size on UMaterialExpressionActorPositionWS"); \ #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_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_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_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_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_UMaterialExpressionTextureSampleParameter2D \ static_assert(alignof(UMaterialExpressionTextureSampleParameter2D) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2D"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameter2D) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter2D"); \ #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_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_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_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_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_UMaterialExpressionArctangent \ static_assert(alignof(UMaterialExpressionArctangent) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent"); \ static_assert(sizeof(UMaterialExpressionArctangent) == 0x000058, "Wrong size on UMaterialExpressionArctangent"); \ static_assert(offsetof(UMaterialExpressionArctangent, Input) == 0x000040, "Member 'UMaterialExpressionArctangent::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArctangent2 \ static_assert(alignof(UMaterialExpressionArctangent2) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2"); \ static_assert(sizeof(UMaterialExpressionArctangent2) == 0x000068, "Wrong size on UMaterialExpressionArctangent2"); \ static_assert(offsetof(UMaterialExpressionArctangent2, Y) == 0x000040, "Member 'UMaterialExpressionArctangent2::Y' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionArctangent2, X) == 0x000054, "Member 'UMaterialExpressionArctangent2::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArctangent2Fast \ static_assert(alignof(UMaterialExpressionArctangent2Fast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2Fast"); \ static_assert(sizeof(UMaterialExpressionArctangent2Fast) == 0x000068, "Wrong size on UMaterialExpressionArctangent2Fast"); \ static_assert(offsetof(UMaterialExpressionArctangent2Fast, Y) == 0x000040, "Member 'UMaterialExpressionArctangent2Fast::Y' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionArctangent2Fast, X) == 0x000054, "Member 'UMaterialExpressionArctangent2Fast::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArctangentFast \ static_assert(alignof(UMaterialExpressionArctangentFast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangentFast"); \ static_assert(sizeof(UMaterialExpressionArctangentFast) == 0x000058, "Wrong size on UMaterialExpressionArctangentFast"); \ static_assert(offsetof(UMaterialExpressionArctangentFast, Input) == 0x000040, "Member 'UMaterialExpressionArctangentFast::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UParticleModuleSpawnBase \ static_assert(alignof(UParticleModuleSpawnBase) == 0x000008, "Wrong alignment on UParticleModuleSpawnBase"); \ static_assert(sizeof(UParticleModuleSpawnBase) == 0x000038, "Wrong size on UParticleModuleSpawnBase"); \ #define DUMPER7_ASSERTS_UParticleModuleSpawn \ static_assert(alignof(UParticleModuleSpawn) == 0x000008, "Wrong alignment on UParticleModuleSpawn"); \ static_assert(sizeof(UParticleModuleSpawn) == 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_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_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_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_UMaterialExpressionCameraVectorWS \ static_assert(alignof(UMaterialExpressionCameraVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraVectorWS"); \ static_assert(sizeof(UMaterialExpressionCameraVectorWS) == 0x000040, "Wrong size on UMaterialExpressionCameraVectorWS"); \ #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_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_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_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_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_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_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_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_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_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_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_UMaterialExpressionDecalLifetimeOpacity \ static_assert(alignof(UMaterialExpressionDecalLifetimeOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionDecalLifetimeOpacity"); \ static_assert(sizeof(UMaterialExpressionDecalLifetimeOpacity) == 0x000040, "Wrong size on UMaterialExpressionDecalLifetimeOpacity"); \ #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_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_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_UMaterialExpressionDistanceCullFade \ static_assert(alignof(UMaterialExpressionDistanceCullFade) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceCullFade"); \ static_assert(sizeof(UMaterialExpressionDistanceCullFade) == 0x000040, "Wrong size on UMaterialExpressionDistanceCullFade"); \ #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_UPluginCommandlet \ static_assert(alignof(UPluginCommandlet) == 0x000008, "Wrong alignment on UPluginCommandlet"); \ static_assert(sizeof(UPluginCommandlet) == 0x0000A0, "Wrong size on UPluginCommandlet"); \ #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_UMaterialExpressionEyeAdaptation \ static_assert(alignof(UMaterialExpressionEyeAdaptation) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptation"); \ static_assert(sizeof(UMaterialExpressionEyeAdaptation) == 0x000040, "Wrong size on UMaterialExpressionEyeAdaptation"); \ #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_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_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_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) == 0x000240, "Wrong size on ASceneCapture2D"); \ static_assert(offsetof(ASceneCapture2D, CaptureComponent2D) == 0x000238, "Member 'ASceneCapture2D::CaptureComponent2D' 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_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_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_UMaterialExpressionLightVector \ static_assert(alignof(UMaterialExpressionLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionLightVector"); \ static_assert(sizeof(UMaterialExpressionLightVector) == 0x000040, "Wrong size on UMaterialExpressionLightVector"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLinearInterpolate \ static_assert(alignof(UMaterialExpressionLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionLinearInterpolate"); \ static_assert(sizeof(UMaterialExpressionLinearInterpolate) == 0x000088, "Wrong size on UMaterialExpressionLinearInterpolate"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, A) == 0x000040, "Member 'UMaterialExpressionLinearInterpolate::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, B) == 0x000054, "Member 'UMaterialExpressionLinearInterpolate::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, Alpha) == 0x000068, "Member 'UMaterialExpressionLinearInterpolate::Alpha' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstA) == 0x00007C, "Member 'UMaterialExpressionLinearInterpolate::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstB) == 0x000080, "Member 'UMaterialExpressionLinearInterpolate::ConstB' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstAlpha) == 0x000084, "Member 'UMaterialExpressionLinearInterpolate::ConstAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLogarithm10 \ static_assert(alignof(UMaterialExpressionLogarithm10) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm10"); \ static_assert(sizeof(UMaterialExpressionLogarithm10) == 0x000058, "Wrong size on UMaterialExpressionLogarithm10"); \ static_assert(offsetof(UMaterialExpressionLogarithm10, X) == 0x000040, "Member 'UMaterialExpressionLogarithm10::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APrecomputedVisibilityOverrideVolume \ static_assert(alignof(APrecomputedVisibilityOverrideVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityOverrideVolume"); \ static_assert(sizeof(APrecomputedVisibilityOverrideVolume) == 0x000290, "Wrong size on APrecomputedVisibilityOverrideVolume"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideVisibleActors) == 0x000260, "Member 'APrecomputedVisibilityOverrideVolume::OverrideVisibleActors' has a wrong offset!"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleActors) == 0x000270, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleActors' has a wrong offset!"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleLevels) == 0x000280, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleLevels' 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_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_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_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_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_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_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_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_UReplicationConnectionDriver \ static_assert(alignof(UReplicationConnectionDriver) == 0x000008, "Wrong alignment on UReplicationConnectionDriver"); \ static_assert(sizeof(UReplicationConnectionDriver) == 0x000028, "Wrong size on UReplicationConnectionDriver"); \ #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_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_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_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_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_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_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_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_UMaterialExpressionParticleSubUV \ static_assert(alignof(UMaterialExpressionParticleSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUV"); \ static_assert(sizeof(UMaterialExpressionParticleSubUV) == 0x000068, "Wrong size on UMaterialExpressionParticleSubUV"); \ #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_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_URendererOverrideSettings \ static_assert(alignof(URendererOverrideSettings) == 0x000008, "Wrong alignment on URendererOverrideSettings"); \ static_assert(sizeof(URendererOverrideSettings) == 0x000040, "Wrong size on URendererOverrideSettings"); \ #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_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_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_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_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_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_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_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_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_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_UParticleModuleOrbitBase \ static_assert(alignof(UParticleModuleOrbitBase) == 0x000008, "Wrong alignment on UParticleModuleOrbitBase"); \ static_assert(sizeof(UParticleModuleOrbitBase) == 0x000038, "Wrong size on UParticleModuleOrbitBase"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_UMaterialExpressionSkinningVertexOffsets \ static_assert(alignof(UMaterialExpressionSkinningVertexOffsets) == 0x000008, "Wrong alignment on UMaterialExpressionSkinningVertexOffsets"); \ static_assert(sizeof(UMaterialExpressionSkinningVertexOffsets) == 0x000040, "Wrong size on UMaterialExpressionSkinningVertexOffsets"); \ #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_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_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_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_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_IPathFollowingAgentInterface \ static_assert(alignof(IPathFollowingAgentInterface) == 0x000001, "Wrong alignment on IPathFollowingAgentInterface"); \ static_assert(sizeof(IPathFollowingAgentInterface) == 0x000001, "Wrong size on IPathFollowingAgentInterface"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_UMaterialExpressionTextureSampleParameterVolume \ static_assert(alignof(UMaterialExpressionTextureSampleParameterVolume) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterVolume"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameterVolume) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameterVolume"); \ #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_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_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_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_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_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_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_UMaterialExpressionViewSize \ static_assert(alignof(UMaterialExpressionViewSize) == 0x000008, "Wrong alignment on UMaterialExpressionViewSize"); \ static_assert(sizeof(UMaterialExpressionViewSize) == 0x000040, "Wrong size on UMaterialExpressionViewSize"); \ #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_UMaterialExpressionVirtualTextureFeatureSwitch \ static_assert(alignof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionVirtualTextureFeatureSwitch"); \ static_assert(sizeof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000068, "Wrong size on UMaterialExpressionVirtualTextureFeatureSwitch"); \ static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, no) == 0x000040, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::no' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, Yes) == 0x000054, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::Yes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialOutput \ static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x0000F0, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG) == 0x000040, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG2) == 0x000054, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG2' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseBlend) == 0x000068, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseBlend' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringContribution) == 0x00007C, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringContribution' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringOcclusion) == 0x000090, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringOcclusion' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringEccentricity) == 0x0000A4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringEccentricity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConservativeDensity) == 0x0000B8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConservativeDensity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG) == 0x0000CC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG2) == 0x0000D0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG2' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseBlend) == 0x0000D4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseBlend' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PerSamplePhaseEvaluation) == 0x0000D8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PerSamplePhaseEvaluation' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringApproximationOctaveCount) == 0x0000DC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringApproximationOctaveCount' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringContribution) == 0x0000E0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringContribution' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringOcclusion) == 0x0000E4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringOcclusion' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringEccentricity) == 0x0000E8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringEccentricity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGroundContribution) == 0x0000EC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGroundContribution' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGrayScaleMaterial) == 0x0000ED, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGrayScaleMaterial' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bRayMarchVolumeShadow) == 0x0000EE, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bRayMarchVolumeShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialFunctionInterface \ static_assert(alignof(UMaterialFunctionInterface) == 0x000008, "Wrong alignment on UMaterialFunctionInterface"); \ static_assert(sizeof(UMaterialFunctionInterface) == 0x000040, "Wrong size on UMaterialFunctionInterface"); \ static_assert(offsetof(UMaterialFunctionInterface, StateId) == 0x000028, "Member 'UMaterialFunctionInterface::StateId' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInterface, MaterialFunctionUsage) == 0x000038, "Member 'UMaterialFunctionInterface::MaterialFunctionUsage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialFunction \ static_assert(alignof(UMaterialFunction) == 0x000008, "Wrong alignment on UMaterialFunction"); \ static_assert(sizeof(UMaterialFunction) == 0x000058, "Wrong size on UMaterialFunction"); \ static_assert(offsetof(UMaterialFunction, Description) == 0x000040, "Member 'UMaterialFunction::Description' 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_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_UMaterialFunctionMaterialLayer \ static_assert(alignof(UMaterialFunctionMaterialLayer) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayer"); \ static_assert(sizeof(UMaterialFunctionMaterialLayer) == 0x000058, "Wrong size on UMaterialFunctionMaterialLayer"); \ #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_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_UMaterialFunctionMaterialLayerBlendInstance \ static_assert(alignof(UMaterialFunctionMaterialLayerBlendInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlendInstance"); \ static_assert(sizeof(UMaterialFunctionMaterialLayerBlendInstance) == 0x0000C0, "Wrong size on UMaterialFunctionMaterialLayerBlendInstance"); \ #define DUMPER7_ASSERTS_AMaterialInstanceActor \ static_assert(alignof(AMaterialInstanceActor) == 0x000008, "Wrong alignment on AMaterialInstanceActor"); \ static_assert(sizeof(AMaterialInstanceActor) == 0x000238, "Wrong size on AMaterialInstanceActor"); \ static_assert(offsetof(AMaterialInstanceActor, TargetActors) == 0x000228, "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_UMaterialParameterCollection \ static_assert(alignof(UMaterialParameterCollection) == 0x000008, "Wrong alignment on UMaterialParameterCollection"); \ static_assert(sizeof(UMaterialParameterCollection) == 0x000070, "Wrong size on UMaterialParameterCollection"); \ static_assert(offsetof(UMaterialParameterCollection, StateId) == 0x000028, "Member 'UMaterialParameterCollection::StateId' has a wrong offset!"); \ static_assert(offsetof(UMaterialParameterCollection, ScalarParameters) == 0x000038, "Member 'UMaterialParameterCollection::ScalarParameters' has a wrong offset!"); \ static_assert(offsetof(UMaterialParameterCollection, VectorParameters) == 0x000048, "Member 'UMaterialParameterCollection::VectorParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialParameterCollectionInstance \ static_assert(alignof(UMaterialParameterCollectionInstance) == 0x000008, "Wrong alignment on UMaterialParameterCollectionInstance"); \ static_assert(sizeof(UMaterialParameterCollectionInstance) == 0x000120, "Wrong size on UMaterialParameterCollectionInstance"); \ static_assert(offsetof(UMaterialParameterCollectionInstance, Collection) == 0x000030, "Member 'UMaterialParameterCollectionInstance::Collection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0002D0, "Wrong size on AMatineeActor"); \ static_assert(offsetof(AMatineeActor, MatineeData) == 0x000228, "Member 'AMatineeActor::MatineeData' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, MatineeControllerName) == 0x000230, "Member 'AMatineeActor::MatineeControllerName' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, PlayRate) == 0x000238, "Member 'AMatineeActor::PlayRate' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, ForceStartPosition) == 0x000240, "Member 'AMatineeActor::ForceStartPosition' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, PreferredSplitScreenNum) == 0x000248, "Member 'AMatineeActor::PreferredSplitScreenNum' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, GroupActorInfos) == 0x000250, "Member 'AMatineeActor::GroupActorInfos' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, GroupInst) == 0x000268, "Member 'AMatineeActor::GroupInst' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, CameraCuts) == 0x000278, "Member 'AMatineeActor::CameraCuts' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, InterpPosition) == 0x00028C, "Member 'AMatineeActor::InterpPosition' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, ReplicationForceIsPlaying) == 0x000294, "Member 'AMatineeActor::ReplicationForceIsPlaying' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnPlay) == 0x000298, "Member 'AMatineeActor::OnPlay' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnStop) == 0x0002A8, "Member 'AMatineeActor::OnStop' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnPause) == 0x0002B8, "Member 'AMatineeActor::OnPause' 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) == 0x000240, "Wrong size on APointLight"); \ static_assert(offsetof(APointLight, PointLightComponent) == 0x000238, "Member 'APointLight::PointLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMatineeActorCameraAnim \ static_assert(alignof(AMatineeActorCameraAnim) == 0x000008, "Wrong alignment on AMatineeActorCameraAnim"); \ static_assert(sizeof(AMatineeActorCameraAnim) == 0x0002D8, "Wrong size on AMatineeActorCameraAnim"); \ static_assert(offsetof(AMatineeActorCameraAnim, CameraAnim) == 0x0002D0, "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_AVolumetricLightmapDensityVolume \ static_assert(alignof(AVolumetricLightmapDensityVolume) == 0x000008, "Wrong alignment on AVolumetricLightmapDensityVolume"); \ static_assert(sizeof(AVolumetricLightmapDensityVolume) == 0x000268, "Wrong size on AVolumetricLightmapDensityVolume"); \ static_assert(offsetof(AVolumetricLightmapDensityVolume, AllowedMipLevelRange) == 0x000260, "Member 'AVolumetricLightmapDensityVolume::AllowedMipLevelRange' 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_UParticleModuleEventSendToGame \ static_assert(alignof(UParticleModuleEventSendToGame) == 0x000008, "Wrong alignment on UParticleModuleEventSendToGame"); \ static_assert(sizeof(UParticleModuleEventSendToGame) == 0x000028, "Wrong size on UParticleModuleEventSendToGame"); \ #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_URuntimeVirtualTextureStreamingProxy \ static_assert(alignof(URuntimeVirtualTextureStreamingProxy) == 0x000010, "Wrong alignment on URuntimeVirtualTextureStreamingProxy"); \ static_assert(sizeof(URuntimeVirtualTextureStreamingProxy) == 0x0001A0, "Wrong size on URuntimeVirtualTextureStreamingProxy"); \ #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_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_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_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_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_UMorphTarget \ static_assert(alignof(UMorphTarget) == 0x000008, "Wrong alignment on UMorphTarget"); \ static_assert(sizeof(UMorphTarget) == 0x000040, "Wrong size on UMorphTarget"); \ static_assert(offsetof(UMorphTarget, BaseSkelMesh) == 0x000028, "Member 'UMorphTarget::BaseSkelMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavAreaBase \ static_assert(alignof(UNavAreaBase) == 0x000008, "Wrong alignment on UNavAreaBase"); \ static_assert(sizeof(UNavAreaBase) == 0x000030, "Wrong size on UNavAreaBase"); \ #define DUMPER7_ASSERTS_UNavCollisionBase \ static_assert(alignof(UNavCollisionBase) == 0x000008, "Wrong alignment on UNavCollisionBase"); \ static_assert(sizeof(UNavCollisionBase) == 0x000070, "Wrong size on UNavCollisionBase"); \ #define DUMPER7_ASSERTS_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_INavEdgeProviderInterface \ static_assert(alignof(INavEdgeProviderInterface) == 0x000001, "Wrong alignment on INavEdgeProviderInterface"); \ static_assert(sizeof(INavEdgeProviderInterface) == 0x000001, "Wrong size on INavEdgeProviderInterface"); \ #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_INavigationDataInterface \ static_assert(alignof(INavigationDataInterface) == 0x000001, "Wrong alignment on INavigationDataInterface"); \ static_assert(sizeof(INavigationDataInterface) == 0x000001, "Wrong size on INavigationDataInterface"); \ #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_ARectLight \ static_assert(alignof(ARectLight) == 0x000008, "Wrong alignment on ARectLight"); \ static_assert(sizeof(ARectLight) == 0x000240, "Wrong size on ARectLight"); \ static_assert(offsetof(ARectLight, RectLightComponent) == 0x000238, "Member 'ARectLight::RectLightComponent' 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_INavPathObserverInterface \ static_assert(alignof(INavPathObserverInterface) == 0x000001, "Wrong alignment on INavPathObserverInterface"); \ static_assert(sizeof(INavPathObserverInterface) == 0x000001, "Wrong size on INavPathObserverInterface"); \ #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_INavRelevantInterface \ static_assert(alignof(INavRelevantInterface) == 0x000001, "Wrong alignment on INavRelevantInterface"); \ static_assert(sizeof(INavRelevantInterface) == 0x000001, "Wrong size on INavRelevantInterface"); \ #define DUMPER7_ASSERTS_NetPushModelHelpers_MarkPropertyDirty \ static_assert(alignof(NetPushModelHelpers_MarkPropertyDirty) == 0x000008, "Wrong alignment on NetPushModelHelpers_MarkPropertyDirty"); \ static_assert(sizeof(NetPushModelHelpers_MarkPropertyDirty) == 0x000010, "Wrong size on NetPushModelHelpers_MarkPropertyDirty"); \ static_assert(offsetof(NetPushModelHelpers_MarkPropertyDirty, Object) == 0x000000, "Member 'NetPushModelHelpers_MarkPropertyDirty::Object' has a wrong offset!"); \ static_assert(offsetof(NetPushModelHelpers_MarkPropertyDirty, PropertyName) == 0x000008, "Member 'NetPushModelHelpers_MarkPropertyDirty::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NetPushModelHelpers_MarkPropertyDirtyFromRepIndex \ static_assert(alignof(NetPushModelHelpers_MarkPropertyDirtyFromRepIndex) == 0x000008, "Wrong alignment on NetPushModelHelpers_MarkPropertyDirtyFromRepIndex"); \ static_assert(sizeof(NetPushModelHelpers_MarkPropertyDirtyFromRepIndex) == 0x000018, "Wrong size on NetPushModelHelpers_MarkPropertyDirtyFromRepIndex"); \ static_assert(offsetof(NetPushModelHelpers_MarkPropertyDirtyFromRepIndex, Object) == 0x000000, "Member 'NetPushModelHelpers_MarkPropertyDirtyFromRepIndex::Object' has a wrong offset!"); \ static_assert(offsetof(NetPushModelHelpers_MarkPropertyDirtyFromRepIndex, RepIndex) == 0x000008, "Member 'NetPushModelHelpers_MarkPropertyDirtyFromRepIndex::RepIndex' has a wrong offset!"); \ static_assert(offsetof(NetPushModelHelpers_MarkPropertyDirtyFromRepIndex, PropertyName) == 0x00000C, "Member 'NetPushModelHelpers_MarkPropertyDirtyFromRepIndex::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNetPushModelHelpers \ static_assert(alignof(UNetPushModelHelpers) == 0x000008, "Wrong alignment on UNetPushModelHelpers"); \ static_assert(sizeof(UNetPushModelHelpers) == 0x000028, "Wrong size on UNetPushModelHelpers"); \ #define DUMPER7_ASSERTS_INetworkPredictionInterface \ static_assert(alignof(INetworkPredictionInterface) == 0x000001, "Wrong alignment on INetworkPredictionInterface"); \ static_assert(sizeof(INetworkPredictionInterface) == 0x000001, "Wrong size on INetworkPredictionInterface"); \ #define DUMPER7_ASSERTS_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_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_INodeMappingProviderInterface \ static_assert(alignof(INodeMappingProviderInterface) == 0x000001, "Wrong alignment on INodeMappingProviderInterface"); \ static_assert(sizeof(INodeMappingProviderInterface) == 0x000001, "Wrong size on INodeMappingProviderInterface"); \ #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_UObjectLibrary \ static_assert(alignof(UObjectLibrary) == 0x000008, "Wrong alignment on UObjectLibrary"); \ static_assert(sizeof(UObjectLibrary) == 0x0000A8, "Wrong size on UObjectLibrary"); \ static_assert(offsetof(UObjectLibrary, ObjectBaseClass) == 0x000028, "Member 'UObjectLibrary::ObjectBaseClass' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, bHasBlueprintClasses) == 0x000030, "Member 'UObjectLibrary::bHasBlueprintClasses' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, Objects) == 0x000038, "Member 'UObjectLibrary::Objects' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, WeakObjects) == 0x000048, "Member 'UObjectLibrary::WeakObjects' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, bUseWeakReferences) == 0x000058, "Member 'UObjectLibrary::bUseWeakReferences' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, bIsFullyLoaded) == 0x000059, "Member 'UObjectLibrary::bIsFullyLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectReferencer \ static_assert(alignof(UObjectReferencer) == 0x000008, "Wrong alignment on UObjectReferencer"); \ static_assert(sizeof(UObjectReferencer) == 0x000038, "Wrong size on UObjectReferencer"); \ static_assert(offsetof(UObjectReferencer, ReferencedObjects) == 0x000028, "Member 'UObjectReferencer::ReferencedObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectTraceWorldSubsystem \ static_assert(alignof(UObjectTraceWorldSubsystem) == 0x000008, "Wrong alignment on UObjectTraceWorldSubsystem"); \ static_assert(sizeof(UObjectTraceWorldSubsystem) == 0x000038, "Wrong size on UObjectTraceWorldSubsystem"); \ #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_ARuntimeVirtualTextureVolume \ static_assert(alignof(ARuntimeVirtualTextureVolume) == 0x000008, "Wrong alignment on ARuntimeVirtualTextureVolume"); \ static_assert(sizeof(ARuntimeVirtualTextureVolume) == 0x000230, "Wrong size on ARuntimeVirtualTextureVolume"); \ static_assert(offsetof(ARuntimeVirtualTextureVolume, VirtualTextureComponent) == 0x000228, "Member 'ARuntimeVirtualTextureVolume::VirtualTextureComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APainCausingVolume \ static_assert(alignof(APainCausingVolume) == 0x000008, "Wrong alignment on APainCausingVolume"); \ static_assert(sizeof(APainCausingVolume) == 0x000298, "Wrong size on APainCausingVolume"); \ static_assert(offsetof(APainCausingVolume, DamagePerSec) == 0x000274, "Member 'APainCausingVolume::DamagePerSec' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, DamageType) == 0x000278, "Member 'APainCausingVolume::DamageType' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, PainInterval) == 0x000280, "Member 'APainCausingVolume::PainInterval' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, DamageInstigator) == 0x000288, "Member 'APainCausingVolume::DamageInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AParticleEventManager \ static_assert(alignof(AParticleEventManager) == 0x000008, "Wrong alignment on AParticleEventManager"); \ static_assert(sizeof(AParticleEventManager) == 0x000228, "Wrong size on AParticleEventManager"); \ #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_UParticleModuleAccelerationBase \ static_assert(alignof(UParticleModuleAccelerationBase) == 0x000008, "Wrong alignment on UParticleModuleAccelerationBase"); \ static_assert(sizeof(UParticleModuleAccelerationBase) == 0x000038, "Wrong size on UParticleModuleAccelerationBase"); \ #define DUMPER7_ASSERTS_UParticleModuleAcceleration \ static_assert(alignof(UParticleModuleAcceleration) == 0x000008, "Wrong alignment on UParticleModuleAcceleration"); \ static_assert(sizeof(UParticleModuleAcceleration) == 0x000088, "Wrong size on UParticleModuleAcceleration"); \ static_assert(offsetof(UParticleModuleAcceleration, Acceleration) == 0x000038, "Member 'UParticleModuleAcceleration::Acceleration' 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_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_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_UParticleModuleAccelerationDragScaleOverLife \ static_assert(alignof(UParticleModuleAccelerationDragScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleAccelerationDragScaleOverLife"); \ static_assert(sizeof(UParticleModuleAccelerationDragScaleOverLife) == 0x000070, "Wrong size on UParticleModuleAccelerationDragScaleOverLife"); \ static_assert(offsetof(UParticleModuleAccelerationDragScaleOverLife, DragScale) == 0x000038, "Member 'UParticleModuleAccelerationDragScaleOverLife::DragScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAccelerationDragScaleOverLife, DragScaleRaw) == 0x000040, "Member 'UParticleModuleAccelerationDragScaleOverLife::DragScaleRaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAccelerationOverLifetime \ static_assert(alignof(UParticleModuleAccelerationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleAccelerationOverLifetime"); \ static_assert(sizeof(UParticleModuleAccelerationOverLifetime) == 0x000080, "Wrong size on UParticleModuleAccelerationOverLifetime"); \ static_assert(offsetof(UParticleModuleAccelerationOverLifetime, AccelOverLife) == 0x000038, "Member 'UParticleModuleAccelerationOverLifetime::AccelOverLife' 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_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_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_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_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_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_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_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_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_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_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_UParticleModuleEventReceiverKillParticles \ static_assert(alignof(UParticleModuleEventReceiverKillParticles) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverKillParticles"); \ static_assert(sizeof(UParticleModuleEventReceiverKillParticles) == 0x000048, "Wrong size on UParticleModuleEventReceiverKillParticles"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_UParticleModuleTrailBase \ static_assert(alignof(UParticleModuleTrailBase) == 0x000008, "Wrong alignment on UParticleModuleTrailBase"); \ static_assert(sizeof(UParticleModuleTrailBase) == 0x000030, "Wrong size on UParticleModuleTrailBase"); \ #define DUMPER7_ASSERTS_UParticleModuleTrailSource \ static_assert(alignof(UParticleModuleTrailSource) == 0x000008, "Wrong alignment on UParticleModuleTrailSource"); \ static_assert(sizeof(UParticleModuleTrailSource) == 0x000090, "Wrong size on UParticleModuleTrailSource"); \ static_assert(offsetof(UParticleModuleTrailSource, SourceMethod) == 0x000030, "Member 'UParticleModuleTrailSource::SourceMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTrailSource, SourceName) == 0x000034, "Member 'UParticleModuleTrailSource::SourceName' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTrailSource, SourceStrength) == 0x000040, "Member 'UParticleModuleTrailSource::SourceStrength' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTrailSource, SourceOffsetCount) == 0x000074, "Member 'UParticleModuleTrailSource::SourceOffsetCount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTrailSource, SourceOffsetDefaults) == 0x000078, "Member 'UParticleModuleTrailSource::SourceOffsetDefaults' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTrailSource, SelectionMethod) == 0x000088, "Member 'UParticleModuleTrailSource::SelectionMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UParticleModuleVectorFieldScale \ static_assert(alignof(UParticleModuleVectorFieldScale) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldScale"); \ static_assert(sizeof(UParticleModuleVectorFieldScale) == 0x000068, "Wrong size on UParticleModuleVectorFieldScale"); \ static_assert(offsetof(UParticleModuleVectorFieldScale, VectorFieldScale) == 0x000030, "Member 'UParticleModuleVectorFieldScale::VectorFieldScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldScale, VectorFieldScaleRaw) == 0x000038, "Member 'UParticleModuleVectorFieldScale::VectorFieldScaleRaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVectorFieldScaleOverLife \ static_assert(alignof(UParticleModuleVectorFieldScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldScaleOverLife"); \ static_assert(sizeof(UParticleModuleVectorFieldScaleOverLife) == 0x000068, "Wrong size on UParticleModuleVectorFieldScaleOverLife"); \ static_assert(offsetof(UParticleModuleVectorFieldScaleOverLife, VectorFieldScaleOverLife) == 0x000030, "Member 'UParticleModuleVectorFieldScaleOverLife::VectorFieldScaleOverLife' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldScaleOverLife, VectorFieldScaleOverLifeRaw) == 0x000038, "Member 'UParticleModuleVectorFieldScaleOverLife::VectorFieldScaleOverLifeRaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVelocity \ static_assert(alignof(UParticleModuleVelocity) == 0x000008, "Wrong alignment on UParticleModuleVelocity"); \ static_assert(sizeof(UParticleModuleVelocity) == 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_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_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_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_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_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) == 0x000248, "Wrong size on APlanarReflection"); \ static_assert(offsetof(APlanarReflection, PlanarReflectionComponent) == 0x000238, "Member 'APlanarReflection::PlanarReflectionComponent' has a wrong offset!"); \ static_assert(offsetof(APlanarReflection, bShowPreviewPlane) == 0x000240, "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_PlatformInterfaceWebResponse_GetHeader \ static_assert(alignof(PlatformInterfaceWebResponse_GetHeader) == 0x000008, "Wrong alignment on PlatformInterfaceWebResponse_GetHeader"); \ static_assert(sizeof(PlatformInterfaceWebResponse_GetHeader) == 0x000028, "Wrong size on PlatformInterfaceWebResponse_GetHeader"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, HeaderIndex) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetHeader::HeaderIndex' has a wrong offset!"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, Header) == 0x000008, "Member 'PlatformInterfaceWebResponse_GetHeader::Header' has a wrong offset!"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, Value) == 0x000018, "Member 'PlatformInterfaceWebResponse_GetHeader::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetHeaderValue \ static_assert(alignof(PlatformInterfaceWebResponse_GetHeaderValue) == 0x000008, "Wrong alignment on PlatformInterfaceWebResponse_GetHeaderValue"); \ static_assert(sizeof(PlatformInterfaceWebResponse_GetHeaderValue) == 0x000020, "Wrong size on PlatformInterfaceWebResponse_GetHeaderValue"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetHeaderValue, HeaderName) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetHeaderValue::HeaderName' has a wrong offset!"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetHeaderValue, ReturnValue) == 0x000010, "Member 'PlatformInterfaceWebResponse_GetHeaderValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetNumHeaders \ static_assert(alignof(PlatformInterfaceWebResponse_GetNumHeaders) == 0x000004, "Wrong alignment on PlatformInterfaceWebResponse_GetNumHeaders"); \ static_assert(sizeof(PlatformInterfaceWebResponse_GetNumHeaders) == 0x000004, "Wrong size on PlatformInterfaceWebResponse_GetNumHeaders"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetNumHeaders, ReturnValue) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetNumHeaders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlatformInterfaceWebResponse \ static_assert(alignof(UPlatformInterfaceWebResponse) == 0x000008, "Wrong alignment on UPlatformInterfaceWebResponse"); \ static_assert(sizeof(UPlatformInterfaceWebResponse) == 0x0000B0, "Wrong size on UPlatformInterfaceWebResponse"); \ static_assert(offsetof(UPlatformInterfaceWebResponse, OriginalURL) == 0x000028, "Member 'UPlatformInterfaceWebResponse::OriginalURL' has a wrong offset!"); \ static_assert(offsetof(UPlatformInterfaceWebResponse, ResponseCode) == 0x000038, "Member 'UPlatformInterfaceWebResponse::ResponseCode' has a wrong offset!"); \ static_assert(offsetof(UPlatformInterfaceWebResponse, Tag) == 0x00003C, "Member 'UPlatformInterfaceWebResponse::Tag' has a wrong offset!"); \ static_assert(offsetof(UPlatformInterfaceWebResponse, StringResponse) == 0x000040, "Member 'UPlatformInterfaceWebResponse::StringResponse' has a wrong offset!"); \ static_assert(offsetof(UPlatformInterfaceWebResponse, BinaryResponse) == 0x000050, "Member 'UPlatformInterfaceWebResponse::BinaryResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerStartPIE \ static_assert(alignof(APlayerStartPIE) == 0x000008, "Wrong alignment on APlayerStartPIE"); \ static_assert(sizeof(APlayerStartPIE) == 0x000258, "Wrong size on APlayerStartPIE"); \ #define DUMPER7_ASSERTS_PlayerState_ReceiveCopyProperties \ static_assert(alignof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong alignment on PlayerState_ReceiveCopyProperties"); \ static_assert(sizeof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong size on PlayerState_ReceiveCopyProperties"); \ static_assert(offsetof(PlayerState_ReceiveCopyProperties, NewPlayerState) == 0x000000, "Member 'PlayerState_ReceiveCopyProperties::NewPlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_ReceiveOverrideWith \ static_assert(alignof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong alignment on PlayerState_ReceiveOverrideWith"); \ static_assert(sizeof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong size on PlayerState_ReceiveOverrideWith"); \ static_assert(offsetof(PlayerState_ReceiveOverrideWith, OldPlayerState) == 0x000000, "Member 'PlayerState_ReceiveOverrideWith::OldPlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_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) == 0x000328, "Wrong size on APlayerState"); \ static_assert(offsetof(APlayerState, Score) == 0x000228, "Member 'APlayerState::Score' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PlayerId) == 0x00022C, "Member 'APlayerState::PlayerId' has a wrong offset!"); \ static_assert(offsetof(APlayerState, Ping) == 0x000230, "Member 'APlayerState::Ping' has a wrong offset!"); \ static_assert(offsetof(APlayerState, StartTime) == 0x000234, "Member 'APlayerState::StartTime' has a wrong offset!"); \ static_assert(offsetof(APlayerState, EngineMessageClass) == 0x000238, "Member 'APlayerState::EngineMessageClass' has a wrong offset!"); \ static_assert(offsetof(APlayerState, SavedNetworkAddress) == 0x000248, "Member 'APlayerState::SavedNetworkAddress' has a wrong offset!"); \ static_assert(offsetof(APlayerState, UniqueId) == 0x000258, "Member 'APlayerState::UniqueId' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PawnPrivate) == 0x000288, "Member 'APlayerState::PawnPrivate' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PlayerNamePrivate) == 0x000308, "Member 'APlayerState::PlayerNamePrivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseableMeshComponent_CopyPoseFromSkeletalComponent \ static_assert(alignof(PoseableMeshComponent_CopyPoseFromSkeletalComponent) == 0x000008, "Wrong alignment on PoseableMeshComponent_CopyPoseFromSkeletalComponent"); \ static_assert(sizeof(PoseableMeshComponent_CopyPoseFromSkeletalComponent) == 0x000008, "Wrong size on PoseableMeshComponent_CopyPoseFromSkeletalComponent"); \ static_assert(offsetof(PoseableMeshComponent_CopyPoseFromSkeletalComponent, InComponentToCopy) == 0x000000, "Member 'PoseableMeshComponent_CopyPoseFromSkeletalComponent::InComponentToCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneLocationByName \ static_assert(alignof(PoseableMeshComponent_GetBoneLocationByName) == 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) == 0x0007E0, "Wrong size on APostProcessVolume"); \ static_assert(offsetof(APostProcessVolume, Settings) == 0x000270, "Member 'APostProcessVolume::Settings' has a wrong offset!"); \ static_assert(offsetof(APostProcessVolume, Priority) == 0x0007D0, "Member 'APostProcessVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(APostProcessVolume, BlendRadius) == 0x0007D4, "Member 'APostProcessVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(APostProcessVolume, BlendWeight) == 0x0007D8, "Member 'APostProcessVolume::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APrecomputedVisibilityVolume \ static_assert(alignof(APrecomputedVisibilityVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityVolume"); \ static_assert(sizeof(APrecomputedVisibilityVolume) == 0x000260, "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_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_ARadialForceActor \ static_assert(alignof(ARadialForceActor) == 0x000008, "Wrong alignment on ARadialForceActor"); \ static_assert(sizeof(ARadialForceActor) == 0x000230, "Wrong size on ARadialForceActor"); \ static_assert(offsetof(ARadialForceActor, ForceComponent) == 0x000228, "Member 'ARadialForceActor::ForceComponent' 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_UReplayNetConnection \ static_assert(alignof(UReplayNetConnection) == 0x000008, "Wrong alignment on UReplayNetConnection"); \ static_assert(sizeof(UReplayNetConnection) == 0x0023A8, "Wrong size on UReplayNetConnection"); \ #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_UReporterBase \ static_assert(alignof(UReporterBase) == 0x000008, "Wrong alignment on UReporterBase"); \ static_assert(sizeof(UReporterBase) == 0x000030, "Wrong size on UReporterBase"); \ #define DUMPER7_ASSERTS_UReporterGraph \ static_assert(alignof(UReporterGraph) == 0x000008, "Wrong alignment on UReporterGraph"); \ static_assert(sizeof(UReporterGraph) == 0x0000A8, "Wrong size on UReporterGraph"); \ #define DUMPER7_ASSERTS_UReverbEffect \ static_assert(alignof(UReverbEffect) == 0x000008, "Wrong alignment on UReverbEffect"); \ static_assert(sizeof(UReverbEffect) == 0x000060, "Wrong size on UReverbEffect"); \ static_assert(offsetof(UReverbEffect, bBypassEarlyReflections) == 0x000028, "Member 'UReverbEffect::bBypassEarlyReflections' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, ReflectionsDelay) == 0x00002C, "Member 'UReverbEffect::ReflectionsDelay' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, GainHF) == 0x000030, "Member 'UReverbEffect::GainHF' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, ReflectionsGain) == 0x000034, "Member 'UReverbEffect::ReflectionsGain' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, bBypassLateReflections) == 0x000038, "Member 'UReverbEffect::bBypassLateReflections' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, LateDelay) == 0x00003C, "Member 'UReverbEffect::LateDelay' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, DecayTime) == 0x000040, "Member 'UReverbEffect::DecayTime' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, Density) == 0x000044, "Member 'UReverbEffect::Density' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, Diffusion) == 0x000048, "Member 'UReverbEffect::Diffusion' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, AirAbsorptionGainHF) == 0x00004C, "Member 'UReverbEffect::AirAbsorptionGainHF' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, DecayHFRatio) == 0x000050, "Member 'UReverbEffect::DecayHFRatio' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, LateGain) == 0x000054, "Member 'UReverbEffect::LateGain' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, Gain) == 0x000058, "Member 'UReverbEffect::Gain' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, RoomRolloffFactor) == 0x00005C, "Member 'UReverbEffect::RoomRolloffFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URig \ static_assert(alignof(URig) == 0x000008, "Wrong alignment on URig"); \ static_assert(sizeof(URig) == 0x000050, "Wrong size on URig"); \ static_assert(offsetof(URig, TransformBases) == 0x000030, "Member 'URig::TransformBases' has a wrong offset!"); \ static_assert(offsetof(URig, Nodes) == 0x000040, "Member 'URig::Nodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URuntimeOptionsBase \ static_assert(alignof(URuntimeOptionsBase) == 0x000008, "Wrong alignment on URuntimeOptionsBase"); \ static_assert(sizeof(URuntimeOptionsBase) == 0x000038, "Wrong size on URuntimeOptionsBase"); \ #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_UScene \ static_assert(alignof(UScene) == 0x000008, "Wrong alignment on UScene"); \ static_assert(sizeof(UScene) == 0x000028, "Wrong size on UScene"); \ #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) == 0x000240, "Wrong size on ASceneCaptureCube"); \ static_assert(offsetof(ASceneCaptureCube, CaptureComponentCube) == 0x000238, "Member 'ASceneCaptureCube::CaptureComponentCube' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AServerStatReplicator \ static_assert(alignof(AServerStatReplicator) == 0x000008, "Wrong alignment on AServerStatReplicator"); \ static_assert(sizeof(AServerStatReplicator) == 0x0002F0, "Wrong size on AServerStatReplicator"); \ static_assert(offsetof(AServerStatReplicator, bUpdateStatNet) == 0x000228, "Member 'AServerStatReplicator::bUpdateStatNet' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, bOverwriteClientStats) == 0x000229, "Member 'AServerStatReplicator::bOverwriteClientStats' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, Channels) == 0x00022C, "Member 'AServerStatReplicator::Channels' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRate) == 0x000230, "Member 'AServerStatReplicator::InRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRate) == 0x000234, "Member 'AServerStatReplicator::OutRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, MaxPacketOverhead) == 0x00023C, "Member 'AServerStatReplicator::MaxPacketOverhead' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientMax) == 0x000240, "Member 'AServerStatReplicator::InRateClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientMin) == 0x000244, "Member 'AServerStatReplicator::InRateClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientAvg) == 0x000248, "Member 'AServerStatReplicator::InRateClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientMax) == 0x00024C, "Member 'AServerStatReplicator::InPacketsClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientMin) == 0x000250, "Member 'AServerStatReplicator::InPacketsClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientAvg) == 0x000254, "Member 'AServerStatReplicator::InPacketsClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientMax) == 0x000258, "Member 'AServerStatReplicator::OutRateClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientMin) == 0x00025C, "Member 'AServerStatReplicator::OutRateClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientAvg) == 0x000260, "Member 'AServerStatReplicator::OutRateClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientMax) == 0x000264, "Member 'AServerStatReplicator::OutPacketsClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientMin) == 0x000268, "Member 'AServerStatReplicator::OutPacketsClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientAvg) == 0x00026C, "Member 'AServerStatReplicator::OutPacketsClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetNumClients) == 0x000270, "Member 'AServerStatReplicator::NetNumClients' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPackets) == 0x000274, "Member 'AServerStatReplicator::InPackets' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPackets) == 0x000278, "Member 'AServerStatReplicator::OutPackets' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InBunches) == 0x00027C, "Member 'AServerStatReplicator::InBunches' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutBunches) == 0x000280, "Member 'AServerStatReplicator::OutBunches' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutLoss) == 0x000284, "Member 'AServerStatReplicator::OutLoss' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InLoss) == 0x000288, "Member 'AServerStatReplicator::InLoss' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoiceBytesSent) == 0x00028C, "Member 'AServerStatReplicator::VoiceBytesSent' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoiceBytesRecv) == 0x000290, "Member 'AServerStatReplicator::VoiceBytesRecv' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoicePacketsSent) == 0x000294, "Member 'AServerStatReplicator::VoicePacketsSent' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoicePacketsRecv) == 0x000298, "Member 'AServerStatReplicator::VoicePacketsRecv' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PercentInVoice) == 0x00029C, "Member 'AServerStatReplicator::PercentInVoice' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PercentOutVoice) == 0x0002A0, "Member 'AServerStatReplicator::PercentOutVoice' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumActorChannels) == 0x0002A4, "Member 'AServerStatReplicator::NumActorChannels' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumConsideredActors) == 0x0002A8, "Member 'AServerStatReplicator::NumConsideredActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PrioritizedActors) == 0x0002AC, "Member 'AServerStatReplicator::PrioritizedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumRelevantActors) == 0x0002B0, "Member 'AServerStatReplicator::NumRelevantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumRelevantDeletedActors) == 0x0002B4, "Member 'AServerStatReplicator::NumRelevantDeletedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumReplicatedActorAttempts) == 0x0002B8, "Member 'AServerStatReplicator::NumReplicatedActorAttempts' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumReplicatedActors) == 0x0002BC, "Member 'AServerStatReplicator::NumReplicatedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumActors) == 0x0002C0, "Member 'AServerStatReplicator::NumActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetActors) == 0x0002C4, "Member 'AServerStatReplicator::NumNetActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumDormantActors) == 0x0002C8, "Member 'AServerStatReplicator::NumDormantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumInitiallyDormantActors) == 0x0002CC, "Member 'AServerStatReplicator::NumInitiallyDormantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsAckd) == 0x0002D0, "Member 'AServerStatReplicator::NumNetGUIDsAckd' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsPending) == 0x0002D4, "Member 'AServerStatReplicator::NumNetGUIDsPending' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsUnAckd) == 0x0002D8, "Member 'AServerStatReplicator::NumNetGUIDsUnAckd' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, ObjPathBytes) == 0x0002DC, "Member 'AServerStatReplicator::ObjPathBytes' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetGUIDOutRate) == 0x0002E0, "Member 'AServerStatReplicator::NetGUIDOutRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetGUIDInRate) == 0x0002E4, "Member 'AServerStatReplicator::NetGUIDInRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetSaturated) == 0x0002E8, "Member 'AServerStatReplicator::NetSaturated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShadowMapTexture2D \ static_assert(alignof(UShadowMapTexture2D) == 0x000010, "Wrong alignment on UShadowMapTexture2D"); \ static_assert(sizeof(UShadowMapTexture2D) == 0x0001B0, "Wrong size on UShadowMapTexture2D"); \ static_assert(offsetof(UShadowMapTexture2D, ShadowmapFlags) == 0x0001A0, "Member 'UShadowMapTexture2D::ShadowmapFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalMeshEditorData \ static_assert(alignof(USkeletalMeshEditorData) == 0x000008, "Wrong alignment on USkeletalMeshEditorData"); \ static_assert(sizeof(USkeletalMeshEditorData) == 0x000028, "Wrong size on USkeletalMeshEditorData"); \ #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_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_ASkyAtmosphere \ static_assert(alignof(ASkyAtmosphere) == 0x000008, "Wrong alignment on ASkyAtmosphere"); \ static_assert(sizeof(ASkyAtmosphere) == 0x000230, "Wrong size on ASkyAtmosphere"); \ static_assert(offsetof(ASkyAtmosphere, SkyAtmosphereComponent) == 0x000228, "Member 'ASkyAtmosphere::SkyAtmosphereComponent' 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_USoundClass \ static_assert(alignof(USoundClass) == 0x000008, "Wrong alignment on USoundClass"); \ static_assert(sizeof(USoundClass) == 0x0000C8, "Wrong size on USoundClass"); \ static_assert(offsetof(USoundClass, Properties) == 0x000028, "Member 'USoundClass::Properties' has a wrong offset!"); \ static_assert(offsetof(USoundClass, ChildClasses) == 0x0000A0, "Member 'USoundClass::ChildClasses' has a wrong offset!"); \ static_assert(offsetof(USoundClass, PassiveSoundMixModifiers) == 0x0000B0, "Member 'USoundClass::PassiveSoundMixModifiers' has a wrong offset!"); \ static_assert(offsetof(USoundClass, ParentClass) == 0x0000C0, "Member 'USoundClass::ParentClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundConcurrency \ static_assert(alignof(USoundConcurrency) == 0x000008, "Wrong alignment on USoundConcurrency"); \ static_assert(sizeof(USoundConcurrency) == 0x000050, "Wrong size on USoundConcurrency"); \ static_assert(offsetof(USoundConcurrency, Concurrency) == 0x000028, "Member 'USoundConcurrency::Concurrency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundCue \ static_assert(alignof(USoundCue) == 0x000008, "Wrong alignment on USoundCue"); \ static_assert(sizeof(USoundCue) == 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_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_USoundNodeBranch \ static_assert(alignof(USoundNodeBranch) == 0x000008, "Wrong alignment on USoundNodeBranch"); \ static_assert(sizeof(USoundNodeBranch) == 0x000050, "Wrong size on USoundNodeBranch"); \ static_assert(offsetof(USoundNodeBranch, BoolParameterName) == 0x000048, "Member 'USoundNodeBranch::BoolParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeConcatenator \ static_assert(alignof(USoundNodeConcatenator) == 0x000008, "Wrong alignment on USoundNodeConcatenator"); \ static_assert(sizeof(USoundNodeConcatenator) == 0x000058, "Wrong size on USoundNodeConcatenator"); \ static_assert(offsetof(USoundNodeConcatenator, InputVolume) == 0x000048, "Member 'USoundNodeConcatenator::InputVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_USoundNodeMature \ static_assert(alignof(USoundNodeMature) == 0x000008, "Wrong alignment on USoundNodeMature"); \ static_assert(sizeof(USoundNodeMature) == 0x000048, "Wrong size on USoundNodeMature"); \ #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_USoundNodeQualityLevel \ static_assert(alignof(USoundNodeQualityLevel) == 0x000008, "Wrong alignment on USoundNodeQualityLevel"); \ static_assert(sizeof(USoundNodeQualityLevel) == 0x000050, "Wrong size on USoundNodeQualityLevel"); \ static_assert(offsetof(USoundNodeQualityLevel, CookedQualityLevelIndex) == 0x000048, "Member 'USoundNodeQualityLevel::CookedQualityLevelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeSoundClass \ static_assert(alignof(USoundNodeSoundClass) == 0x000008, "Wrong alignment on USoundNodeSoundClass"); \ static_assert(sizeof(USoundNodeSoundClass) == 0x000058, "Wrong size on USoundNodeSoundClass"); \ static_assert(offsetof(USoundNodeSoundClass, SoundClassOverride) == 0x000048, "Member 'USoundNodeSoundClass::SoundClassOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeWaveParam \ static_assert(alignof(USoundNodeWaveParam) == 0x000008, "Wrong alignment on USoundNodeWaveParam"); \ static_assert(sizeof(USoundNodeWaveParam) == 0x000050, "Wrong size on USoundNodeWaveParam"); \ static_assert(offsetof(USoundNodeWaveParam, WaveParameterName) == 0x000048, "Member 'USoundNodeWaveParam::WaveParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundSourceBus \ static_assert(alignof(USoundSourceBus) == 0x000008, "Wrong alignment on USoundSourceBus"); \ static_assert(sizeof(USoundSourceBus) == 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_ASphereReflectionCapture \ static_assert(alignof(ASphereReflectionCapture) == 0x000008, "Wrong alignment on ASphereReflectionCapture"); \ static_assert(sizeof(ASphereReflectionCapture) == 0x000238, "Wrong size on ASphereReflectionCapture"); \ static_assert(offsetof(ASphereReflectionCapture, DrawCaptureRadius) == 0x000230, "Member 'ASphereReflectionCapture::DrawCaptureRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASplineMeshActor \ static_assert(alignof(ASplineMeshActor) == 0x000008, "Wrong alignment on ASplineMeshActor"); \ static_assert(sizeof(ASplineMeshActor) == 0x000230, "Wrong size on ASplineMeshActor"); \ static_assert(offsetof(ASplineMeshActor, SplineMeshComponent) == 0x000228, "Member 'ASplineMeshActor::SplineMeshComponent' 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_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_UStereoLayerShapeQuad \ static_assert(alignof(UStereoLayerShapeQuad) == 0x000008, "Wrong alignment on UStereoLayerShapeQuad"); \ static_assert(sizeof(UStereoLayerShapeQuad) == 0x000028, "Wrong size on UStereoLayerShapeQuad"); \ #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_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_ATargetPoint \ static_assert(alignof(ATargetPoint) == 0x000008, "Wrong alignment on ATargetPoint"); \ static_assert(sizeof(ATargetPoint) == 0x000228, "Wrong size on ATargetPoint"); \ #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_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_UTextureMipDataProviderFactory \ static_assert(alignof(UTextureMipDataProviderFactory) == 0x000008, "Wrong alignment on UTextureMipDataProviderFactory"); \ static_assert(sizeof(UTextureMipDataProviderFactory) == 0x000028, "Wrong size on UTextureMipDataProviderFactory"); \ #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_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_ATriggerCapsule \ static_assert(alignof(ATriggerCapsule) == 0x000008, "Wrong alignment on ATriggerCapsule"); \ static_assert(sizeof(ATriggerCapsule) == 0x000230, "Wrong size on ATriggerCapsule"); \ #define DUMPER7_ASSERTS_ATriggerVolume \ static_assert(alignof(ATriggerVolume) == 0x000008, "Wrong alignment on ATriggerVolume"); \ static_assert(sizeof(ATriggerVolume) == 0x000260, "Wrong size on ATriggerVolume"); \ #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_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_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) == 0x000230, "Wrong size on AVectorFieldVolume"); \ static_assert(offsetof(AVectorFieldVolume, VectorFieldComponent) == 0x000228, "Member 'AVectorFieldVolume::VectorFieldComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightMapVirtualTexture \ static_assert(alignof(ULightMapVirtualTexture) == 0x000008, "Wrong alignment on ULightMapVirtualTexture"); \ static_assert(sizeof(ULightMapVirtualTexture) == 0x000028, "Wrong size on ULightMapVirtualTexture"); \ #define DUMPER7_ASSERTS_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_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_UVisualLoggerAutomationTests \ static_assert(alignof(UVisualLoggerAutomationTests) == 0x000008, "Wrong alignment on UVisualLoggerAutomationTests"); \ static_assert(sizeof(UVisualLoggerAutomationTests) == 0x000028, "Wrong size on UVisualLoggerAutomationTests"); \ #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_UVoiceChannel \ static_assert(alignof(UVoiceChannel) == 0x000008, "Wrong alignment on UVoiceChannel"); \ static_assert(sizeof(UVoiceChannel) == 0x000078, "Wrong size on UVoiceChannel"); \ #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_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) == 0x000230, "Wrong size on AVolumetricCloud"); \ static_assert(offsetof(AVolumetricCloud, VolumetricCloudComponent) == 0x000228, "Member 'AVolumetricCloud::VolumetricCloudComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetMaximumGustAmount \ static_assert(alignof(WindDirectionalSourceComponent_SetMaximumGustAmount) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetMaximumGustAmount"); \ static_assert(sizeof(WindDirectionalSourceComponent_SetMaximumGustAmount) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetMaximumGustAmount"); \ static_assert(offsetof(WindDirectionalSourceComponent_SetMaximumGustAmount, InNewMaxGust) == 0x000000, "Member 'WindDirectionalSourceComponent_SetMaximumGustAmount::InNewMaxGust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetMinimumGustAmount \ static_assert(alignof(WindDirectionalSourceComponent_SetMinimumGustAmount) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetMinimumGustAmount"); \ static_assert(sizeof(WindDirectionalSourceComponent_SetMinimumGustAmount) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetMinimumGustAmount"); \ static_assert(offsetof(WindDirectionalSourceComponent_SetMinimumGustAmount, InNewMinGust) == 0x000000, "Member 'WindDirectionalSourceComponent_SetMinimumGustAmount::InNewMinGust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetRadius \ static_assert(alignof(WindDirectionalSourceComponent_SetRadius) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetRadius"); \ static_assert(sizeof(WindDirectionalSourceComponent_SetRadius) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetRadius"); \ static_assert(offsetof(WindDirectionalSourceComponent_SetRadius, InNewRadius) == 0x000000, "Member 'WindDirectionalSourceComponent_SetRadius::InNewRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetSpeed \ static_assert(alignof(WindDirectionalSourceComponent_SetSpeed) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetSpeed"); \ static_assert(sizeof(WindDirectionalSourceComponent_SetSpeed) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetSpeed"); \ static_assert(offsetof(WindDirectionalSourceComponent_SetSpeed, InNewSpeed) == 0x000000, "Member 'WindDirectionalSourceComponent_SetSpeed::InNewSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetStrength \ static_assert(alignof(WindDirectionalSourceComponent_SetStrength) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetStrength"); \ static_assert(sizeof(WindDirectionalSourceComponent_SetStrength) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetStrength"); \ static_assert(offsetof(WindDirectionalSourceComponent_SetStrength, InNewStrength) == 0x000000, "Member 'WindDirectionalSourceComponent_SetStrength::InNewStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetWindType \ static_assert(alignof(WindDirectionalSourceComponent_SetWindType) == 0x000001, "Wrong alignment on WindDirectionalSourceComponent_SetWindType"); \ static_assert(sizeof(WindDirectionalSourceComponent_SetWindType) == 0x000001, "Wrong size on WindDirectionalSourceComponent_SetWindType"); \ static_assert(offsetof(WindDirectionalSourceComponent_SetWindType, InNewType) == 0x000000, "Member 'WindDirectionalSourceComponent_SetWindType::InNewType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindDirectionalSourceComponent \ static_assert(alignof(UWindDirectionalSourceComponent) == 0x000010, "Wrong alignment on UWindDirectionalSourceComponent"); \ static_assert(sizeof(UWindDirectionalSourceComponent) == 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_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_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) == 0x000240, "Wrong size on ADestructibleActor"); \ static_assert(offsetof(ADestructibleActor, DestructibleComponent) == 0x000228, "Member 'ADestructibleActor::DestructibleComponent' has a wrong offset!"); \ static_assert(offsetof(ADestructibleActor, OnActorFracture) == 0x000230, "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_BP_Droid_C_ExecuteUbergraph_BP_Droid \ static_assert(alignof(BP_Droid_C_ExecuteUbergraph_BP_Droid) == 0x000010, "Wrong alignment on BP_Droid_C_ExecuteUbergraph_BP_Droid"); \ static_assert(sizeof(BP_Droid_C_ExecuteUbergraph_BP_Droid) == 0x001250, "Wrong size on BP_Droid_C_ExecuteUbergraph_BP_Droid"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, EntryPoint) == 0x000000, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue) == 0x000004, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue) == 0x000005, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetPosture_ReturnValue) == 0x000008, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetPosture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000009, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_bool_Has_Been_Initd_Variable) == 0x00000B, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_bool_IsClosed_Variable) == 0x00000C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue) == 0x00000D, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_1) == 0x00000E, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue) == 0x00000F, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_bool_Variable) == 0x000010, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue_1) == 0x000011, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_1) == 0x000013, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_1) == 0x000014, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_2) == 0x000015, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue) == 0x000016, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_1) == 0x000017, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_2) == 0x000018, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_2) == 0x000019, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue_1) == 0x00001A, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue_2) == 0x000028, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_2) == 0x000029, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_3) == 0x00002A, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_object_Variable) == 0x000030, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_3) == 0x000040, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetPosture_ReturnValue_1) == 0x000041, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetPosture_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue_2) == 0x000042, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000043, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Loop_Counter_Variable_1) == 0x000044, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue_3) == 0x000050, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_4) == 0x000051, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_5) == 0x000052, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_4) == 0x000053, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_5) == 0x000054, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetPosture_ReturnValue_2) == 0x000055, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetPosture_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_3) == 0x000056, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000057, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Loop_Counter_Variable_2) == 0x000058, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_IntInt_ReturnValue_2) == 0x00005C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Array_Index_Variable_2) == 0x000060, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_6) == 0x000064, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_4) == 0x000065, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_1) == 0x000066, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue_3) == 0x000067, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000068, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_6) == 0x000069, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_2) == 0x00006A, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Loop_Counter_Variable_3) == 0x00006C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000070, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_IntInt_ReturnValue_3) == 0x000074, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Array_Index_Variable_3) == 0x000078, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue) == 0x00007C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue_4) == 0x00007D, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue_4) == 0x00007E, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_7) == 0x00007F, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_7) == 0x000080, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetPosture_ReturnValue_3) == 0x000081, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetPosture_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_8) == 0x000082, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000083, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_5) == 0x000084, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_8) == 0x000085, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_3) == 0x000086, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_6) == 0x000087, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_4) == 0x000088, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Loop_Counter_Variable_4) == 0x00008C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_5) == 0x000090, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_IntInt_ReturnValue_4) == 0x000094, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Array_Index_Variable_4) == 0x000098, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue_5) == 0x00009C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue_5) == 0x00009D, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_9) == 0x00009E, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_3) == 0x00009F, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_10) == 0x0000A0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0000A1, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Loop_Counter_Variable_5) == 0x0000A4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000A8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Array_Index_Variable_5) == 0x0000AC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_9) == 0x0000B0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_10) == 0x0000B1, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue_6) == 0x0000B2, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_11) == 0x0000B3, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue_6) == 0x0000B4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_12) == 0x0000B5, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetPosture_ReturnValue_4) == 0x0000B6, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetPosture_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_13) == 0x0000B7, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0000B8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_7) == 0x0000B9, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_11) == 0x0000BA, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_6) == 0x0000BB, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_8) == 0x0000BC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_7) == 0x0000BD, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Loop_Counter_Variable_6) == 0x0000C0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_8) == 0x0000C4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_IntInt_ReturnValue_6) == 0x0000C8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_int_Array_Index_Variable_6) == 0x0000CC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_12) == 0x0000D0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketLocation_ReturnValue) == 0x0000D4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketLocation_ReturnValue_1) == 0x0000E0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_VectorVector_ReturnValue) == 0x0000EC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_LineTraceSingle_OutHit) == 0x0000F8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_LineTraceSingle_ReturnValue) == 0x000180, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_bBlockingHit) == 0x000181, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_bInitialOverlap) == 0x000182, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_Time) == 0x000184, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_Distance) == 0x000188, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_Location) == 0x00018C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_ImpactPoint) == 0x000198, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_Normal) == 0x0001A4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_ImpactNormal) == 0x0001B0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_PhysMat) == 0x0001C0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_HitActor) == 0x0001C8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_HitComponent) == 0x0001D0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_HitBoneName) == 0x0001D8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_HitItem) == 0x0001E0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_ElementIndex) == 0x0001E4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_FaceIndex) == 0x0001E8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_TraceStart) == 0x0001EC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakHitResult_TraceEnd) == 0x0001F8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dt_8) == 0x000204, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dt_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SelectVector_ReturnValue) == 0x000208, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000214, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetAnimInstance_ReturnValue) == 0x0002A0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketTransform_ReturnValue) == 0x0002B0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_TransformLocation_ReturnValue) == 0x0002E0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0002EC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0002F8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0002FC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x000384, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000410, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_4) == 0x000418, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x000419, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dt_7) == 0x00041C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dt_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dt_6) == 0x000420, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dt_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_5) == 0x000424, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x000425, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dt_5) == 0x000428, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dt_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dt_4) == 0x00042C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dt_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetPosture_ReturnValue_5) == 0x000430, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetPosture_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_byte_Variable) == 0x000431, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x000432, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetPosture_ReturnValue_6) == 0x000433, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetPosture_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x000434, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketRotation_ReturnValue) == 0x000438, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetForwardVector_ReturnValue) == 0x000444, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Dot_VectorVector_ReturnValue) == 0x000450, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000454, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Less_FloatFloat_ReturnValue) == 0x0004DC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketLocation_ReturnValue_2) == 0x0004E0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketLocation_ReturnValue_3) == 0x0004EC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0004F8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000504, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeVector_ReturnValue) == 0x000510, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SelectVector_ReturnValue_1) == 0x00051C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SelectVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeRotFromZX_ReturnValue) == 0x000528, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketLocation_ReturnValue_4) == 0x000534, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketLocation_ReturnValue_5) == 0x000540, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x00054C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Subtract_VectorVector_ReturnValue_3) == 0x000558, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Subtract_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeVector_ReturnValue_1) == 0x000564, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SelectVector_ReturnValue_2) == 0x000570, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SelectVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeRotFromZX_ReturnValue_1) == 0x00057C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeRotFromZX_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000588, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x000610, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__raiseFromFrontAnimation) == 0x000698, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__raiseFromFrontAnimation' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__raiseFromBackAnimation) == 0x0006A0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__raiseFromBackAnimation' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsAnySimulatingPhysics_ReturnValue) == 0x0006A8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsAnySimulatingPhysics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetCurrentLookAtData_ReturnValue) == 0x0006B0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetCurrentLookAtData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_FindPlayerCatPawn_Cat) == 0x0006E8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_FindPlayerCatPawn_Cat_1) == 0x0006F0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_MakeStruct_LookAtData) == 0x0006F8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_MakeStruct_LookAtData' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_MakeStruct_LookAtData_1) == 0x000730, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_MakeStruct_LookAtData_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000768, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetActorForwardVector_ReturnValue) == 0x000774, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000780, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_MakeStruct_LookAtData_2) == 0x000790, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_MakeStruct_LookAtData_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_byte_Variable_1) == 0x0007C8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_ComponentBoundEvent__noisableComponent) == 0x0007D0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_ComponentBoundEvent__noisableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_ComponentBoundEvent__location) == 0x0007D8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_ComponentBoundEvent__location' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_ComponentBoundEvent__emitter) == 0x0007E8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_ComponentBoundEvent__emitter' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_6) == 0x0007F0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, Temp_bool_Variable_1) == 0x0007F1, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x0007F2, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetPosture_ReturnValue_7) == 0x0007F3, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetPosture_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x0007F4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dt_3) == 0x0007F8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dt_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dt_2) == 0x0007FC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dt_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dt_1) == 0x000800, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dt_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_13) == 0x000804, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_9) == 0x000805, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dt) == 0x000808, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dt' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketTransform_ReturnValue_1) == 0x000810, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakTransform_Location) == 0x000840, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakTransform_Rotation) == 0x00084C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakTransform_Scale) == 0x000858, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeTransform_ReturnValue) == 0x000870, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0008A0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_FinishSpawningActor_ReturnValue) == 0x0008A8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_7) == 0x0008B0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x0008B1, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsEnlighten__enlighten) == 0x0008B2, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsEnlighten__enlighten' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsEnlighten__lightingRatio) == 0x0008B4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsEnlighten__lightingRatio' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0008B8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_9) == 0x0008B9, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_FindPlayerCatPawn_Cat_2) == 0x0008C0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_MakeStruct_LookAtData_3) == 0x0008C8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_MakeStruct_LookAtData_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetLights_ReturnValue) == 0x000900, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetLights_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Get_Item) == 0x000910, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetTransform_ReturnValue) == 0x000920, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000950, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetHeadLocation_ReturnValue) == 0x00095C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetHeadLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_InverseTransformLocation_ReturnValue) == 0x000968, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_1) == 0x000974, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeLiteralFloat_ReturnValue) == 0x000978, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_8) == 0x00097C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x00097D, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SelectFloat_ReturnValue) == 0x000980, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_FloatFloat_ReturnValue) == 0x000984, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_RandomFloatInRange_ReturnValue) == 0x000988, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00098C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_MakeStruct_LookAtData_4) == 0x000990, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_MakeStruct_LookAtData_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_10) == 0x0009C8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0009CC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_14) == 0x0009D8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Subtract_VectorVector_ReturnValue_4) == 0x0009DC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Subtract_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakVector_X) == 0x0009E8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakVector_Y) == 0x0009EC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakVector_Z) == 0x0009F0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetOnMeowedBehavior_ReturnValue) == 0x0009F4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetOnMeowedBehavior_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeVector_ReturnValue_2) == 0x0009F8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_SwitchEnum_CmpSuccess) == 0x000A04, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_FindLookAtRotation_ReturnValue) == 0x000A08, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetLookAtType_ReturnValue) == 0x000A14, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetLookAtType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Roll) == 0x000A18, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Pitch) == 0x000A1C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Yaw) == 0x000A20, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeRotator_ReturnValue) == 0x000A24, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Roll_1) == 0x000A30, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Pitch_1) == 0x000A34, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Yaw_1) == 0x000A38, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetLookAtType_ReturnValue_1) == 0x000A3C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetLookAtType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Abs_ReturnValue) == 0x000A40, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000A44, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Abs_ReturnValue_1) == 0x000A48, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000A4C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_10) == 0x000A4D, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_FindPlayerCatPawn_Cat_3) == 0x000A50, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_FindPlayerCatPawn_Cat_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue_7) == 0x000A58, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetPlayLength_ReturnValue) == 0x000A5C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CreateDelegate_OutputDelegate) == 0x000A60, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000A70, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_FMax_ReturnValue) == 0x000A74, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CreateDelegate_OutputDelegate_1) == 0x000A78, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CreateDelegate_OutputDelegate_2) == 0x000A88, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000A98, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000AA0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__throwAnimation) == 0x000AA8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__throwAnimation' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__throwToThisActor) == 0x000AB0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__throwToThisActor' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__trajectoryArc) == 0x000AB8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__trajectoryArc' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__blendWithIdle) == 0x000ABC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__blendWithIdle' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__disturbed) == 0x000ABD, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__disturbed' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_9) == 0x000ABE, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x000ABF, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000AC0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000AC4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__anim) == 0x000AC8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__anim' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__lookAtActor) == 0x000AD0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__lookAtActor' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__time) == 0x000AD8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__time' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__maxRandomTime) == 0x000ADC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__maxRandomTime' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000AE0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000AE4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000AE8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SelectFloat_ReturnValue_1) == 0x000AEC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_2) == 0x000AF0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_10) == 0x000AF1, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_18) == 0x000AF2, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CreateDelegate_OutputDelegate_3) == 0x000AF4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000B08, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000B10, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetVelocity_ReturnValue) == 0x000B1C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000B28, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_ComponentBoundEvent__lightableComponent_1) == 0x000B38, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_ComponentBoundEvent__lightableComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_ComponentBoundEvent__spotlightComponent_1) == 0x000B40, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_ComponentBoundEvent__spotlightComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000B48, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_ComponentBoundEvent__lightableComponent) == 0x000B58, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_ComponentBoundEvent__lightableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_ComponentBoundEvent__spotlightComponent) == 0x000B60, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_ComponentBoundEvent__spotlightComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue_7) == 0x000B68, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_15) == 0x000B69, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_3) == 0x000B6A, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_16) == 0x000B6B, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_11) == 0x000B6C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_11) == 0x000B6D, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_12) == 0x000B6E, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_13) == 0x000B6F, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_11) == 0x000B70, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_19) == 0x000B71, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_MakeStruct_LookAtData_5) == 0x000B78, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_MakeStruct_LookAtData_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_MakeStruct_LookAtData_6) == 0x000BB0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_MakeStruct_LookAtData_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000BE8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_4) == 0x000BEC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x000BED, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SuggestProjectileVelocity_CustomArc_OutLaunchVelocity) == 0x000BF0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SuggestProjectileVelocity_CustomArc_OutLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SuggestProjectileVelocity_CustomArc_ReturnValue) == 0x000BFC, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SuggestProjectileVelocity_CustomArc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CustomEvent_newBehavior) == 0x000BFD, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CustomEvent_newBehavior' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000BFE, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_14) == 0x000BFF, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_5) == 0x000C00, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_RandomFloat_ReturnValue) == 0x000C04, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000C08, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000C10, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x000C18, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SpawnSoundAttached_ReturnValue_2) == 0x000C20, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SpawnSoundAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetTransform_ReturnValue_1) == 0x000C30, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_InverseTransformLocation_ReturnValue_1) == 0x000C60, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_InverseTransformLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CustomEvent_OverlappedComponent) == 0x000C70, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CustomEvent_OtherActor) == 0x000C78, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CustomEvent_OtherComp) == 0x000C80, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CustomEvent_OtherBodyIndex) == 0x000C88, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CustomEvent_bFromSweep) == 0x000C8C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CustomEvent_SweepResult) == 0x000C90, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_CreateDelegate_OutputDelegate_4) == 0x000D18, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetVelocity_ReturnValue_1) == 0x000D28, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000D38, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_VSize_ReturnValue) == 0x000D40, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000D44, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetTakenActor_ReturnValue) == 0x000D48, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetTakenActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_HasStumbled_ReturnValue) == 0x000D50, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_HasStumbled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_6) == 0x000D51, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_12) == 0x000D52, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_14) == 0x000D53, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__materialInstance) == 0x000D58, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__materialInstance' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dialog_1) == 0x000D60, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dialog_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetCurrentLine_ReturnValue) == 0x000D68, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetCurrentLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Conv_TextToString_ReturnValue) == 0x000E08, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue_8) == 0x000E18, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Get_Item_1) == 0x000E20, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_7) == 0x000E48, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Length_ReturnValue) == 0x000E4C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Less_IntInt_ReturnValue) == 0x000E50, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000E58, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_DynamicCast_AsABP_Droid) == 0x000E60, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_DynamicCast_AsABP_Droid' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_DynamicCast_bSuccess) == 0x000E68, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetBehaviorState_ReturnValue_12) == 0x000E69, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetBehaviorState_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_20) == 0x000E6A, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event_DeltaSeconds) == 0x000E6C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_8) == 0x000E70, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsEnabled_ReturnValue) == 0x000E71, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsBeingUsed_ReturnValue) == 0x000E72, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsBeingUsed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetUsingBackpack_ReturnValue) == 0x000E78, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetUsingBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetDialogDroneSocket__socketName) == 0x000E80, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetDialogDroneSocket__socketName' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetDialogDroneSocket_ReturnValue) == 0x000E88, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetDialogDroneSocket_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketLocation_ReturnValue_6) == 0x000E90, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000E9C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000F24, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetSocketLocation_ReturnValue_7) == 0x000F30, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetSocketLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Subtract_VectorVector_ReturnValue_5) == 0x000F3C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Subtract_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetTalkScreenMaterial_ReturnValue) == 0x000F48, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetTalkScreenMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000F50, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeLiteralName_ReturnValue) == 0x000F5C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Roll_2) == 0x000F64, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Pitch_2) == 0x000F68, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Yaw_2) == 0x000F6C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_ClampAngle_ReturnValue) == 0x000F70, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeRotator_ReturnValue_1) == 0x000F74, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeVector_ReturnValue_3) == 0x000F80, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x000F8C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_FindLookAtRotation_ReturnValue_2) == 0x001014, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_FindLookAtRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Roll_3) == 0x001020, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Pitch_3) == 0x001024, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Yaw_3) == 0x001028, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_MakeRotator_ReturnValue_2) == 0x00102C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Roll_4) == 0x001038, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Pitch_4) == 0x00103C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BreakRotator_Yaw_4) == 0x001040, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetPosture_ReturnValue_8) == 0x001044, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetPosture_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Abs_ReturnValue_2) == 0x001048, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_21) == 0x00104C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x00104D, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Abs_ReturnValue_3) == 0x001050, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Abs_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_4) == 0x001054, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_15) == 0x001055, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__dialog) == 0x001058, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__dialog' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Get_Item_2) == 0x001060, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Length_ReturnValue_1) == 0x001068, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_9) == 0x00106C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Less_IntInt_ReturnValue_1) == 0x00106D, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue_8) == 0x00106E, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_17) == 0x00106F, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Get_Item_3) == 0x001070, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_18) == 0x001078, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_10) == 0x001079, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_13) == 0x00107A, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_16) == 0x00107B, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_17) == 0x00107C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Length_ReturnValue_2) == 0x001080, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_18) == 0x001084, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Less_IntInt_ReturnValue_2) == 0x001085, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_15) == 0x001086, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Length_ReturnValue_3) == 0x001088, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Get_Item_4) == 0x001090, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Greater_IntInt_ReturnValue) == 0x001098, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_11) == 0x001099, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Length_ReturnValue_4) == 0x00109C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Less_IntInt_ReturnValue_3) == 0x0010A0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_16) == 0x0010A1, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_14) == 0x0010A2, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue_9) == 0x0010A3, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Get_Item_5) == 0x0010A8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Length_ReturnValue_5) == 0x0010D0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Less_IntInt_ReturnValue_4) == 0x0010D4, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_12) == 0x0010D5, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue_9) == 0x0010D6, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_19) == 0x0010D7, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Get_Item_6) == 0x0010D8, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_20) == 0x001100, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_15) == 0x001101, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_13) == 0x001102, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_19) == 0x001103, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_20) == 0x001104, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_21) == 0x001105, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Length_ReturnValue_6) == 0x001108, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Less_IntInt_ReturnValue_5) == 0x00110C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsInRepelMode_ReturnValue_17) == 0x00110D, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsInRepelMode_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsPlayingAnimation_ReturnValue_10) == 0x00110E, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsPlayingAnimation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__collisionEnabled) == 0x00110F, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__collisionEnabled' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_MakeStruct_LookAtData_7) == 0x001110, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_MakeStruct_LookAtData_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Select_Default) == 0x001148, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_MakeArray_Array) == 0x001150, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Length_ReturnValue_7) == 0x001160, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Conv_IntToFloat_ReturnValue) == 0x001164, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_HashRandom_float) == 0x001168, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_HashRandom_int) == 0x00116C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event__canvas) == 0x001170, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event__canvas' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Get_Item_7) == 0x001178, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_CanTalk_ReturnValue) == 0x001180, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_CanTalk_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsEnabled_ReturnValue_1) == 0x001181, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_MakeStruct_LookAtData_8) == 0x001188, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_MakeStruct_LookAtData_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SelectString_ReturnValue) == 0x0011C0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_SelectString_ReturnValue_1) == 0x0011D0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0011E0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_AppendMultiple_ReturnValue) == 0x0011F0, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Add_VectorVector_ReturnValue_4) == 0x001200, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00120C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x001210, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_ComponentBoundEvent__component_1) == 0x001218, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_ComponentBoundEvent__component_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_ComponentBoundEvent__component) == 0x001220, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsWithinDialog_ReturnValue_10) == 0x001228, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsWithinDialog_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_21) == 0x001229, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Length_ReturnValue_8) == 0x00122C, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanOR_ReturnValue_22) == 0x001230, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanOR_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Greater_IntInt_ReturnValue_1) == 0x001231, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Not_PreBool_ReturnValue_16) == 0x001232, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_22) == 0x001233, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_23) == 0x001234, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Get_Item_8) == 0x001238, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_BooleanAND_ReturnValue_24) == 0x001240, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_BooleanAND_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_IsValid_ReturnValue_14) == 0x001241, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Array_Length_ReturnValue_9) == 0x001244, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, CallFunc_Less_IntInt_ReturnValue_6) == 0x001248, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ExecuteUbergraph_BP_Droid, K2Node_Event_EndPlayReason) == 0x001249, "Member 'BP_Droid_C_ExecuteUbergraph_BP_Droid::K2Node_Event_EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_ReceiveEndPlay \ static_assert(alignof(BP_Droid_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_Droid_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_Droid_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_Droid_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_Droid_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_Droid_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_Droid_C_BndEvt__BP_Droid_m_streamingComponent_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_OnDisplayDebug \ static_assert(alignof(BP_Droid_C_OnDisplayDebug) == 0x000008, "Wrong alignment on BP_Droid_C_OnDisplayDebug"); \ static_assert(sizeof(BP_Droid_C_OnDisplayDebug) == 0x000008, "Wrong size on BP_Droid_C_OnDisplayDebug"); \ static_assert(offsetof(BP_Droid_C_OnDisplayDebug, _canvas) == 0x000000, "Member 'BP_Droid_C_OnDisplayDebug::_canvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_OnPreciseCatCollisionsEnabled \ static_assert(alignof(BP_Droid_C_OnPreciseCatCollisionsEnabled) == 0x000001, "Wrong alignment on BP_Droid_C_OnPreciseCatCollisionsEnabled"); \ static_assert(sizeof(BP_Droid_C_OnPreciseCatCollisionsEnabled) == 0x000001, "Wrong size on BP_Droid_C_OnPreciseCatCollisionsEnabled"); \ static_assert(offsetof(BP_Droid_C_OnPreciseCatCollisionsEnabled, _collisionEnabled) == 0x000000, "Member 'BP_Droid_C_OnPreciseCatCollisionsEnabled::_collisionEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_OnDialogLineDisplayed \ static_assert(alignof(BP_Droid_C_OnDialogLineDisplayed) == 0x000008, "Wrong alignment on BP_Droid_C_OnDialogLineDisplayed"); \ static_assert(sizeof(BP_Droid_C_OnDialogLineDisplayed) == 0x000008, "Wrong size on BP_Droid_C_OnDialogLineDisplayed"); \ static_assert(offsetof(BP_Droid_C_OnDialogLineDisplayed, _dialog) == 0x000000, "Member 'BP_Droid_C_OnDialogLineDisplayed::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_ReceiveTick \ static_assert(alignof(BP_Droid_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Droid_C_ReceiveTick"); \ static_assert(sizeof(BP_Droid_C_ReceiveTick) == 0x000004, "Wrong size on BP_Droid_C_ReceiveTick"); \ static_assert(offsetof(BP_Droid_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Droid_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_OnDialogLineBegan \ static_assert(alignof(BP_Droid_C_OnDialogLineBegan) == 0x000008, "Wrong alignment on BP_Droid_C_OnDialogLineBegan"); \ static_assert(sizeof(BP_Droid_C_OnDialogLineBegan) == 0x000008, "Wrong size on BP_Droid_C_OnDialogLineBegan"); \ static_assert(offsetof(BP_Droid_C_OnDialogLineBegan, _dialog) == 0x000000, "Member 'BP_Droid_C_OnDialogLineBegan::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_OnScreenMaterialChanged \ static_assert(alignof(BP_Droid_C_OnScreenMaterialChanged) == 0x000008, "Wrong alignment on BP_Droid_C_OnScreenMaterialChanged"); \ static_assert(sizeof(BP_Droid_C_OnScreenMaterialChanged) == 0x000008, "Wrong size on BP_Droid_C_OnScreenMaterialChanged"); \ static_assert(offsetof(BP_Droid_C_OnScreenMaterialChanged, _materialInstance) == 0x000000, "Member 'BP_Droid_C_OnScreenMaterialChanged::_materialInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_ChatDansLesPiedsPutain \ static_assert(alignof(BP_Droid_C_ChatDansLesPiedsPutain) == 0x000008, "Wrong alignment on BP_Droid_C_ChatDansLesPiedsPutain"); \ static_assert(sizeof(BP_Droid_C_ChatDansLesPiedsPutain) == 0x0000A8, "Wrong size on BP_Droid_C_ChatDansLesPiedsPutain"); \ static_assert(offsetof(BP_Droid_C_ChatDansLesPiedsPutain, OverlappedComponent) == 0x000000, "Member 'BP_Droid_C_ChatDansLesPiedsPutain::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ChatDansLesPiedsPutain, OtherActor) == 0x000008, "Member 'BP_Droid_C_ChatDansLesPiedsPutain::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ChatDansLesPiedsPutain, OtherComp) == 0x000010, "Member 'BP_Droid_C_ChatDansLesPiedsPutain::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ChatDansLesPiedsPutain, OtherBodyIndex) == 0x000018, "Member 'BP_Droid_C_ChatDansLesPiedsPutain::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ChatDansLesPiedsPutain, bFromSweep) == 0x00001C, "Member 'BP_Droid_C_ChatDansLesPiedsPutain::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ChatDansLesPiedsPutain, SweepResult) == 0x000020, "Member 'BP_Droid_C_ChatDansLesPiedsPutain::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_OnDroidBehaviorChanged_Event_0 \ static_assert(alignof(BP_Droid_C_OnDroidBehaviorChanged_Event_0) == 0x000001, "Wrong alignment on BP_Droid_C_OnDroidBehaviorChanged_Event_0"); \ static_assert(sizeof(BP_Droid_C_OnDroidBehaviorChanged_Event_0) == 0x000001, "Wrong size on BP_Droid_C_OnDroidBehaviorChanged_Event_0"); \ static_assert(offsetof(BP_Droid_C_OnDroidBehaviorChanged_Event_0, newBehavior) == 0x000000, "Member 'BP_Droid_C_OnDroidBehaviorChanged_Event_0::newBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_1_LightableDelegate__DelegateSignature \ static_assert(alignof(BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_1_LightableDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_1_LightableDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_1_LightableDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_1_LightableDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_1_LightableDelegate__DelegateSignature, _lightableComponent) == 0x000000, "Member 'BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_1_LightableDelegate__DelegateSignature::_lightableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_1_LightableDelegate__DelegateSignature, _spotlightComponent) == 0x000008, "Member 'BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_1_LightableDelegate__DelegateSignature::_spotlightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_0_LightableDelegate__DelegateSignature \ static_assert(alignof(BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_0_LightableDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_0_LightableDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_0_LightableDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_0_LightableDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_0_LightableDelegate__DelegateSignature, _lightableComponent) == 0x000000, "Member 'BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_0_LightableDelegate__DelegateSignature::_lightableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_0_LightableDelegate__DelegateSignature, _spotlightComponent) == 0x000008, "Member 'BP_Droid_C_BndEvt__Lightable_K2Node_ComponentBoundEvent_0_LightableDelegate__DelegateSignature::_spotlightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_PlayAnimationBehavior \ static_assert(alignof(BP_Droid_C_PlayAnimationBehavior) == 0x000008, "Wrong alignment on BP_Droid_C_PlayAnimationBehavior"); \ static_assert(sizeof(BP_Droid_C_PlayAnimationBehavior) == 0x000018, "Wrong size on BP_Droid_C_PlayAnimationBehavior"); \ static_assert(offsetof(BP_Droid_C_PlayAnimationBehavior, _anim) == 0x000000, "Member 'BP_Droid_C_PlayAnimationBehavior::_anim' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_PlayAnimationBehavior, _lookAtActor) == 0x000008, "Member 'BP_Droid_C_PlayAnimationBehavior::_lookAtActor' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_PlayAnimationBehavior, _time) == 0x000010, "Member 'BP_Droid_C_PlayAnimationBehavior::_time' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_PlayAnimationBehavior, _maxRandomTime) == 0x000014, "Member 'BP_Droid_C_PlayAnimationBehavior::_maxRandomTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_SetDisturbed \ static_assert(alignof(BP_Droid_C_SetDisturbed) == 0x000001, "Wrong alignment on BP_Droid_C_SetDisturbed"); \ static_assert(sizeof(BP_Droid_C_SetDisturbed) == 0x000001, "Wrong size on BP_Droid_C_SetDisturbed"); \ static_assert(offsetof(BP_Droid_C_SetDisturbed, _disturbed) == 0x000000, "Member 'BP_Droid_C_SetDisturbed::_disturbed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_ThrowObjectTo \ static_assert(alignof(BP_Droid_C_ThrowObjectTo) == 0x000008, "Wrong alignment on BP_Droid_C_ThrowObjectTo"); \ static_assert(sizeof(BP_Droid_C_ThrowObjectTo) == 0x000018, "Wrong size on BP_Droid_C_ThrowObjectTo"); \ static_assert(offsetof(BP_Droid_C_ThrowObjectTo, _throwAnimation) == 0x000000, "Member 'BP_Droid_C_ThrowObjectTo::_throwAnimation' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ThrowObjectTo, _throwToThisActor) == 0x000008, "Member 'BP_Droid_C_ThrowObjectTo::_throwToThisActor' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ThrowObjectTo, _trajectoryArc) == 0x000010, "Member 'BP_Droid_C_ThrowObjectTo::_trajectoryArc' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_ThrowObjectTo, _blendWithIdle) == 0x000014, "Member 'BP_Droid_C_ThrowObjectTo::_blendWithIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_Behavior_Dazzled_Tick \ static_assert(alignof(BP_Droid_C_Behavior_Dazzled_Tick) == 0x000004, "Wrong alignment on BP_Droid_C_Behavior_Dazzled_Tick"); \ static_assert(sizeof(BP_Droid_C_Behavior_Dazzled_Tick) == 0x000004, "Wrong size on BP_Droid_C_Behavior_Dazzled_Tick"); \ static_assert(offsetof(BP_Droid_C_Behavior_Dazzled_Tick, _dt) == 0x000000, "Member 'BP_Droid_C_Behavior_Dazzled_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_Behavior_ThrowObject_Tick \ static_assert(alignof(BP_Droid_C_Behavior_ThrowObject_Tick) == 0x000004, "Wrong alignment on BP_Droid_C_Behavior_ThrowObject_Tick"); \ static_assert(sizeof(BP_Droid_C_Behavior_ThrowObject_Tick) == 0x000004, "Wrong size on BP_Droid_C_Behavior_ThrowObject_Tick"); \ static_assert(offsetof(BP_Droid_C_Behavior_ThrowObject_Tick, _dt) == 0x000000, "Member 'BP_Droid_C_Behavior_ThrowObject_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_Behavior_Disturbed_Tick \ static_assert(alignof(BP_Droid_C_Behavior_Disturbed_Tick) == 0x000004, "Wrong alignment on BP_Droid_C_Behavior_Disturbed_Tick"); \ static_assert(sizeof(BP_Droid_C_Behavior_Disturbed_Tick) == 0x000004, "Wrong size on BP_Droid_C_Behavior_Disturbed_Tick"); \ static_assert(offsetof(BP_Droid_C_Behavior_Disturbed_Tick, _dt) == 0x000000, "Member 'BP_Droid_C_Behavior_Disturbed_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_Behavior_PlayingAnimation_Tick \ static_assert(alignof(BP_Droid_C_Behavior_PlayingAnimation_Tick) == 0x000004, "Wrong alignment on BP_Droid_C_Behavior_PlayingAnimation_Tick"); \ static_assert(sizeof(BP_Droid_C_Behavior_PlayingAnimation_Tick) == 0x000004, "Wrong size on BP_Droid_C_Behavior_PlayingAnimation_Tick"); \ static_assert(offsetof(BP_Droid_C_Behavior_PlayingAnimation_Tick, _dt) == 0x000000, "Member 'BP_Droid_C_Behavior_PlayingAnimation_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature \ static_assert(alignof(BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature) == 0x000020, "Wrong size on BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature, _noisableComponent) == 0x000000, "Member 'BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature::_noisableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature, _location) == 0x000008, "Member 'BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature::_location' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature, _emitter) == 0x000018, "Member 'BP_Droid_C_BndEvt__Meowable_K2Node_ComponentBoundEvent_1_NoiseDelegate__DelegateSignature::_emitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_OnRaise \ static_assert(alignof(BP_Droid_C_OnRaise) == 0x000008, "Wrong alignment on BP_Droid_C_OnRaise"); \ static_assert(sizeof(BP_Droid_C_OnRaise) == 0x000010, "Wrong size on BP_Droid_C_OnRaise"); \ static_assert(offsetof(BP_Droid_C_OnRaise, _raiseFromFrontAnimation) == 0x000000, "Member 'BP_Droid_C_OnRaise::_raiseFromFrontAnimation' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_OnRaise, _raiseFromBackAnimation) == 0x000008, "Member 'BP_Droid_C_OnRaise::_raiseFromBackAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_Posture_Falling_Tick \ static_assert(alignof(BP_Droid_C_Posture_Falling_Tick) == 0x000004, "Wrong alignment on BP_Droid_C_Posture_Falling_Tick"); \ static_assert(sizeof(BP_Droid_C_Posture_Falling_Tick) == 0x000004, "Wrong size on BP_Droid_C_Posture_Falling_Tick"); \ static_assert(offsetof(BP_Droid_C_Posture_Falling_Tick, _dt) == 0x000000, "Member 'BP_Droid_C_Posture_Falling_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_Posture_Stumbling_Tick \ static_assert(alignof(BP_Droid_C_Posture_Stumbling_Tick) == 0x000004, "Wrong alignment on BP_Droid_C_Posture_Stumbling_Tick"); \ static_assert(sizeof(BP_Droid_C_Posture_Stumbling_Tick) == 0x000004, "Wrong size on BP_Droid_C_Posture_Stumbling_Tick"); \ static_assert(offsetof(BP_Droid_C_Posture_Stumbling_Tick, _dt) == 0x000000, "Member 'BP_Droid_C_Posture_Stumbling_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_Posture_RisingUp_Tick \ static_assert(alignof(BP_Droid_C_Posture_RisingUp_Tick) == 0x000004, "Wrong alignment on BP_Droid_C_Posture_RisingUp_Tick"); \ static_assert(sizeof(BP_Droid_C_Posture_RisingUp_Tick) == 0x000004, "Wrong size on BP_Droid_C_Posture_RisingUp_Tick"); \ static_assert(offsetof(BP_Droid_C_Posture_RisingUp_Tick, _dt) == 0x000000, "Member 'BP_Droid_C_Posture_RisingUp_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_Posture_StandingUp_Tick \ static_assert(alignof(BP_Droid_C_Posture_StandingUp_Tick) == 0x000004, "Wrong alignment on BP_Droid_C_Posture_StandingUp_Tick"); \ static_assert(sizeof(BP_Droid_C_Posture_StandingUp_Tick) == 0x000004, "Wrong size on BP_Droid_C_Posture_StandingUp_Tick"); \ static_assert(offsetof(BP_Droid_C_Posture_StandingUp_Tick, _dt) == 0x000000, "Member 'BP_Droid_C_Posture_StandingUp_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_Posture_Ragdoll_Tick \ static_assert(alignof(BP_Droid_C_Posture_Ragdoll_Tick) == 0x000004, "Wrong alignment on BP_Droid_C_Posture_Ragdoll_Tick"); \ static_assert(sizeof(BP_Droid_C_Posture_Ragdoll_Tick) == 0x000004, "Wrong size on BP_Droid_C_Posture_Ragdoll_Tick"); \ static_assert(offsetof(BP_Droid_C_Posture_Ragdoll_Tick, _dt) == 0x000000, "Member 'BP_Droid_C_Posture_Ragdoll_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_UserConstructionScript \ static_assert(alignof(BP_Droid_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Droid_C_UserConstructionScript"); \ static_assert(sizeof(BP_Droid_C_UserConstructionScript) == 0x000550, "Wrong size on BP_Droid_C_UserConstructionScript"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_1) == 0x00000C, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_2) == 0x000018, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_3) == 0x000024, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_4) == 0x000030, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_5) == 0x00003C, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_6) == 0x000048, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_7) == 0x000054, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_int_Variable) == 0x000060, "Member 'BP_Droid_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable) == 0x000068, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_1) == 0x000070, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_2) == 0x000078, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_3) == 0x000080, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_4) == 0x000088, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_5) == 0x000090, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_6) == 0x000098, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_7) == 0x0000A0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_8) == 0x0000A8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_9) == 0x0000B0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_10) == 0x0000B8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_11) == 0x0000C0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_int_Variable_1) == 0x0000C8, "Member 'BP_Droid_C_UserConstructionScript::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_12) == 0x0000D0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_13) == 0x0000D8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_14) == 0x0000E0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_15) == 0x0000E8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_16) == 0x0000F0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_17) == 0x0000F8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_18) == 0x000100, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_19) == 0x000108, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_20) == 0x000110, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_21) == 0x000118, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_22) == 0x000120, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_23) == 0x000128, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_int_Variable_2) == 0x000130, "Member 'BP_Droid_C_UserConstructionScript::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_24) == 0x000138, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_25) == 0x000140, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_26) == 0x000148, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_27) == 0x000150, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_28) == 0x000158, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_28' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_29) == 0x000160, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_29' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_30) == 0x000168, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_30' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_31) == 0x000170, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_31' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_32) == 0x000178, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_32' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_33) == 0x000180, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_33' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_34) == 0x000188, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_34' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_35) == 0x000190, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_35' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_int_Variable_3) == 0x000198, "Member 'BP_Droid_C_UserConstructionScript::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_36) == 0x0001A0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_36' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_37) == 0x0001A8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_37' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_38) == 0x0001B0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_38' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_39) == 0x0001B8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_39' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_40) == 0x0001C0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_40' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_41) == 0x0001C8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_41' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_42) == 0x0001D0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_42' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_43) == 0x0001D8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_43' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_44) == 0x0001E0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_44' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_45) == 0x0001E8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_45' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_46) == 0x0001F0, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_46' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_47) == 0x0001F8, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_47' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_int_Variable_4) == 0x000200, "Member 'BP_Droid_C_UserConstructionScript::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_48) == 0x000208, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_48' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_49) == 0x000210, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_49' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_50) == 0x000218, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_50' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_51) == 0x000220, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_51' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_52) == 0x000228, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_52' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_53) == 0x000230, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_53' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_54) == 0x000238, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_54' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_55) == 0x000240, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_55' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_56) == 0x000248, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_56' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_57) == 0x000250, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_57' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_58) == 0x000258, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_58' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_object_Variable_59) == 0x000260, "Member 'BP_Droid_C_UserConstructionScript::Temp_object_Variable_59' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_8) == 0x000268, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_int_Variable_5) == 0x000274, "Member 'BP_Droid_C_UserConstructionScript::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000278, "Member 'BP_Droid_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x00027C, "Member 'BP_Droid_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000280, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_int_Array_Index_Variable_1) == 0x000284, "Member 'BP_Droid_C_UserConstructionScript::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000288, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000290, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000294, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x000298, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Greater_IntInt_ReturnValue) == 0x00029C, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, K2Node_Select_Default) == 0x0002A0, "Member 'BP_Droid_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, K2Node_Select_Default_1) == 0x0002A8, "Member 'BP_Droid_C_UserConstructionScript::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, K2Node_Select_Default_2) == 0x0002B0, "Member 'BP_Droid_C_UserConstructionScript::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, K2Node_Select_Default_3) == 0x0002B8, "Member 'BP_Droid_C_UserConstructionScript::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0002C0, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, K2Node_Select_Default_4) == 0x0002C8, "Member 'BP_Droid_C_UserConstructionScript::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x0002D0, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0002D4, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_RandomFloatFromStream_ReturnValue) == 0x0002D8, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_RandomFloatFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_9) == 0x0002DC, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_10) == 0x0002E8, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_RandomUnitVectorFromStream_ReturnValue) == 0x0002F4, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_RandomUnitVectorFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000300, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000310, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_1) == 0x000318, "Member 'BP_Droid_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x00031C, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000320, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000324, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, Temp_struct_Variable_11) == 0x000328, "Member 'BP_Droid_C_UserConstructionScript::Temp_struct_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, K2Node_Select_Default_5) == 0x000334, "Member 'BP_Droid_C_UserConstructionScript::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x000340, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000348, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_2) == 0x0003D0, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_RandomIntegerFromStream_ReturnValue_1) == 0x0003D4, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_RandomIntegerFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_SelectInt_ReturnValue) == 0x0003D8, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_RandomFloatInRange_ReturnValue) == 0x0003DC, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue) == 0x0003E0, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue_1) == 0x0003E4, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_SelectColor_ReturnValue) == 0x0003E8, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Array_Get_Item_2) == 0x0003F8, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_3) == 0x000420, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x000424, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000428, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x0004B0, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x000538, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000540, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_UserConstructionScript, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000548, "Member 'BP_Droid_C_UserConstructionScript::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_SetScreenMaterial \ static_assert(alignof(BP_Droid_C_SetScreenMaterial) == 0x000008, "Wrong alignment on BP_Droid_C_SetScreenMaterial"); \ static_assert(sizeof(BP_Droid_C_SetScreenMaterial) == 0x000010, "Wrong size on BP_Droid_C_SetScreenMaterial"); \ static_assert(offsetof(BP_Droid_C_SetScreenMaterial, MaterialInstance) == 0x000000, "Member 'BP_Droid_C_SetScreenMaterial::MaterialInstance' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_SetScreenMaterial, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_Droid_C_SetScreenMaterial::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_GetVisionIgnoredActors \ static_assert(alignof(BP_Droid_C_GetVisionIgnoredActors) == 0x000008, "Wrong alignment on BP_Droid_C_GetVisionIgnoredActors"); \ static_assert(sizeof(BP_Droid_C_GetVisionIgnoredActors) == 0x000060, "Wrong size on BP_Droid_C_GetVisionIgnoredActors"); \ static_assert(offsetof(BP_Droid_C_GetVisionIgnoredActors, ReturnValue) == 0x000000, "Member 'BP_Droid_C_GetVisionIgnoredActors::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_GetVisionIgnoredActors, Actors) == 0x000010, "Member 'BP_Droid_C_GetVisionIgnoredActors::Actors' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_GetVisionIgnoredActors, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_Droid_C_GetVisionIgnoredActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_GetVisionIgnoredActors, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_Droid_C_GetVisionIgnoredActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_GetVisionIgnoredActors, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_Droid_C_GetVisionIgnoredActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_GetVisionIgnoredActors, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_Droid_C_GetVisionIgnoredActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_GetVisionIgnoredActors, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Droid_C_GetVisionIgnoredActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_GetVisionIgnoredActors, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_Droid_C_GetVisionIgnoredActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_GetVisionIgnoredActors, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'BP_Droid_C_GetVisionIgnoredActors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_AddAttachedActor \ static_assert(alignof(BP_Droid_C_AddAttachedActor) == 0x000008, "Wrong alignment on BP_Droid_C_AddAttachedActor"); \ static_assert(sizeof(BP_Droid_C_AddAttachedActor) == 0x000168, "Wrong size on BP_Droid_C_AddAttachedActor"); \ static_assert(offsetof(BP_Droid_C_AddAttachedActor, Socket) == 0x000000, "Member 'BP_Droid_C_AddAttachedActor::Socket' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_AddAttachedActor, Actor) == 0x000008, "Member 'BP_Droid_C_AddAttachedActor::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_AddAttachedActor, Offset) == 0x000010, "Member 'BP_Droid_C_AddAttachedActor::Offset' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_AddAttachedActor, OffsetRotation) == 0x00001C, "Member 'BP_Droid_C_AddAttachedActor::OffsetRotation' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_AddAttachedActor, K2Node_MakeStruct_AttachedActor) == 0x000028, "Member 'BP_Droid_C_AddAttachedActor::K2Node_MakeStruct_AttachedActor' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_AddAttachedActor, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000050, "Member 'BP_Droid_C_AddAttachedActor::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_AddAttachedActor, CallFunc_Array_Add_ReturnValue) == 0x0000D8, "Member 'BP_Droid_C_AddAttachedActor::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_AddAttachedActor, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x0000DC, "Member 'BP_Droid_C_AddAttachedActor::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_DestroyAttachedActors \ static_assert(alignof(BP_Droid_C_DestroyAttachedActors) == 0x000008, "Wrong alignment on BP_Droid_C_DestroyAttachedActors"); \ static_assert(sizeof(BP_Droid_C_DestroyAttachedActors) == 0x000040, "Wrong size on BP_Droid_C_DestroyAttachedActors"); \ static_assert(offsetof(BP_Droid_C_DestroyAttachedActors, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_Droid_C_DestroyAttachedActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_DestroyAttachedActors, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_Droid_C_DestroyAttachedActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_DestroyAttachedActors, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Droid_C_DestroyAttachedActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_DestroyAttachedActors, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_Droid_C_DestroyAttachedActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_DestroyAttachedActors, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_Droid_C_DestroyAttachedActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_DestroyAttachedActors, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_Droid_C_DestroyAttachedActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_SetMovementTargetSpeed \ static_assert(alignof(BP_Droid_C_SetMovementTargetSpeed) == 0x000004, "Wrong alignment on BP_Droid_C_SetMovementTargetSpeed"); \ static_assert(sizeof(BP_Droid_C_SetMovementTargetSpeed) == 0x000018, "Wrong size on BP_Droid_C_SetMovementTargetSpeed"); \ static_assert(offsetof(BP_Droid_C_SetMovementTargetSpeed, MovementTargetSpeed_0) == 0x000000, "Member 'BP_Droid_C_SetMovementTargetSpeed::MovementTargetSpeed_0' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_SetMovementTargetSpeed, CallFunc_NormalizeToRange_ReturnValue) == 0x000004, "Member 'BP_Droid_C_SetMovementTargetSpeed::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_SetMovementTargetSpeed, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'BP_Droid_C_SetMovementTargetSpeed::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_SetMovementTargetSpeed, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_Droid_C_SetMovementTargetSpeed::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_SetMovementTargetSpeed, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000010, "Member 'BP_Droid_C_SetMovementTargetSpeed::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Droid_C_SetMovementTargetSpeed, CallFunc_FClamp_ReturnValue_1) == 0x000014, "Member 'BP_Droid_C_SetMovementTargetSpeed::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Droid_C_SetMovementTargetAngle \ static_assert(alignof(BP_Droid_C_SetMovementTargetAngle) == 0x000004, "Wrong alignment on BP_Droid_C_SetMovementTargetAngle"); \ static_assert(sizeof(BP_Droid_C_SetMovementTargetAngle) == 0x000004, "Wrong size on BP_Droid_C_SetMovementTargetAngle"); \ static_assert(offsetof(BP_Droid_C_SetMovementTargetAngle, MovementTargetRotationAngle_0) == 0x000000, "Member 'BP_Droid_C_SetMovementTargetAngle::MovementTargetRotationAngle_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C \ static_assert(alignof(ABP_Droid_C) == 0x000010, "Wrong alignment on ABP_Droid_C"); \ static_assert(sizeof(ABP_Droid_C) == 0x000EB0, "Wrong size on ABP_Droid_C"); \ static_assert(offsetof(ABP_Droid_C, UberGraphFrame) == 0x000B00, "Member 'ABP_Droid_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, COMP_simpleLooper_arm) == 0x000B08, "Member 'ABP_Droid_C::COMP_simpleLooper_arm' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, COMP_simpleLooper_servo_pitched) == 0x000B10, "Member 'ABP_Droid_C::COMP_simpleLooper_servo_pitched' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, COMP_simpleLooper_servo_fixed) == 0x000B18, "Member 'ABP_Droid_C::COMP_simpleLooper_servo_fixed' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, HeadLightableCollider) == 0x000B20, "Member 'ABP_Droid_C::HeadLightableCollider' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, GridSnapping) == 0x000B28, "Member 'ABP_Droid_C::GridSnapping' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, lightable) == 0x000B30, "Member 'ABP_Droid_C::lightable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, GUIFeedbackSocket) == 0x000B38, "Member 'ABP_Droid_C::GUIFeedbackSocket' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Meowable) == 0x000B40, "Member 'ABP_Droid_C::Meowable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, TalkTransform) == 0x000B48, "Member 'ABP_Droid_C::TalkTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Droid_Head) == 0x000B50, "Member 'ABP_Droid_C::Droid_Head' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, COMP_CameraTarget) == 0x000B58, "Member 'ABP_Droid_C::COMP_CameraTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, VoiceComponent) == 0x000B60, "Member 'ABP_Droid_C::VoiceComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Right_Leg) == 0x000B68, "Member 'ABP_Droid_C::Right_Leg' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Left_Leg) == 0x000B70, "Member 'ABP_Droid_C::Left_Leg' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Drone_anchor) == 0x000B78, "Member 'ABP_Droid_C::Drone_anchor' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, SpotLight) == 0x000B80, "Member 'ABP_Droid_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Drone_anchor_arrow) == 0x000B88, "Member 'ABP_Droid_C::Drone_anchor_arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, randomstream_heads) == 0x000B90, "Member 'ABP_Droid_C::randomstream_heads' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Dynamat_Body) == 0x000B98, "Member 'ABP_Droid_C::Dynamat_Body' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Dynamat_Head) == 0x000BA0, "Member 'ABP_Droid_C::Dynamat_Head' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Anim_Add__) == 0x000BA8, "Member 'ABP_Droid_C::Anim_Add__' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, randomstream_colors) == 0x000BAC, "Member 'ABP_Droid_C::randomstream_colors' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Cam_Fade__) == 0x000BB4, "Member 'ABP_Droid_C::Cam_Fade__' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Random_Colors__) == 0x000BB5, "Member 'ABP_Droid_C::Random_Colors__' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Seed_Random_Colors) == 0x000BB6, "Member 'ABP_Droid_C::Seed_Random_Colors' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Metal__) == 0x000BB7, "Member 'ABP_Droid_C::Metal__' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Fill_Color) == 0x000BB8, "Member 'ABP_Droid_C::Fill_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Fill_Ro) == 0x000BC8, "Member 'ABP_Droid_C::Fill_Ro' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Fill_Metal) == 0x000BCC, "Member 'ABP_Droid_C::Fill_Metal' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Color_Head) == 0x000BD0, "Member 'ABP_Droid_C::Color_Head' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Ro_Head) == 0x000BE0, "Member 'ABP_Droid_C::Ro_Head' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Metal_Head) == 0x000BE4, "Member 'ABP_Droid_C::Metal_Head' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Color_Hears) == 0x000BE8, "Member 'ABP_Droid_C::Color_Hears' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Ro_Hears) == 0x000BF8, "Member 'ABP_Droid_C::Ro_Hears' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Metal_Hears) == 0x000BFC, "Member 'ABP_Droid_C::Metal_Hears' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Color_Chest) == 0x000C00, "Member 'ABP_Droid_C::Color_Chest' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Ro_Chest) == 0x000C10, "Member 'ABP_Droid_C::Ro_Chest' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Metal_Chest) == 0x000C14, "Member 'ABP_Droid_C::Metal_Chest' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Color_Hips) == 0x000C18, "Member 'ABP_Droid_C::Color_Hips' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Ro_Hips) == 0x000C28, "Member 'ABP_Droid_C::Ro_Hips' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Metal_Hips) == 0x000C2C, "Member 'ABP_Droid_C::Metal_Hips' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Color_Right_Arm) == 0x000C30, "Member 'ABP_Droid_C::Color_Right_Arm' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Ro_Right_Arm) == 0x000C40, "Member 'ABP_Droid_C::Ro_Right_Arm' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Metal_Right_Arm) == 0x000C44, "Member 'ABP_Droid_C::Metal_Right_Arm' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Color_Left_Arm) == 0x000C48, "Member 'ABP_Droid_C::Color_Left_Arm' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Ro_Left_Arm) == 0x000C58, "Member 'ABP_Droid_C::Ro_Left_Arm' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Metal_Left_Arm) == 0x000C5C, "Member 'ABP_Droid_C::Metal_Left_Arm' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Color_Leg_Right) == 0x000C60, "Member 'ABP_Droid_C::Color_Leg_Right' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Ro_Leg_Right) == 0x000C70, "Member 'ABP_Droid_C::Ro_Leg_Right' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Metal_Leg_Right) == 0x000C74, "Member 'ABP_Droid_C::Metal_Leg_Right' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Color_Leg_Left) == 0x000C78, "Member 'ABP_Droid_C::Color_Leg_Left' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Ro_Leg_Left) == 0x000C88, "Member 'ABP_Droid_C::Ro_Leg_Left' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Metal_Leg_Left) == 0x000C8C, "Member 'ABP_Droid_C::Metal_Leg_Left' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Color_Joint) == 0x000C90, "Member 'ABP_Droid_C::Color_Joint' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Ro_Joint) == 0x000CA0, "Member 'ABP_Droid_C::Ro_Joint' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Metal_Joint) == 0x000CA4, "Member 'ABP_Droid_C::Metal_Joint' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, AttachedActors) == 0x000CA8, "Member 'ABP_Droid_C::AttachedActors' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, dynamat2) == 0x000CB8, "Member 'ABP_Droid_C::dynamat2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Swap_TalkingAnimation) == 0x000CC0, "Member 'ABP_Droid_C::Swap_TalkingAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Override_Material__) == 0x000CC1, "Member 'ABP_Droid_C::Override_Material__' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, servoWave) == 0x000CC8, "Member 'ABP_Droid_C::servoWave' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, servoPitch) == 0x000CD0, "Member 'ABP_Droid_C::servoPitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Overrided_Material_Instance) == 0x000CD8, "Member 'ABP_Droid_C::Overrided_Material_Instance' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, collision_cues) == 0x000CE0, "Member 'ABP_Droid_C::collision_cues' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ActorToUseAtStart) == 0x000CF0, "Member 'ABP_Droid_C::ActorToUseAtStart' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, bSetupShowDirection) == 0x000CF8, "Member 'ABP_Droid_C::bSetupShowDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, MovementTargetRotationAngle) == 0x000CFC, "Member 'ABP_Droid_C::MovementTargetRotationAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, MovementTargetLastStepsForward) == 0x000D00, "Member 'ABP_Droid_C::MovementTargetLastStepsForward' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, MovementTargetLastStepsLateral) == 0x000D04, "Member 'ABP_Droid_C::MovementTargetLastStepsLateral' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, MovementTargetSpeed) == 0x000D08, "Member 'ABP_Droid_C::MovementTargetSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, BlendShowDirectionWithIdle) == 0x000D0C, "Member 'ABP_Droid_C::BlendShowDirectionWithIdle' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, SetupShowDirectionActor) == 0x000D10, "Member 'ABP_Droid_C::SetupShowDirectionActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, bEnableDialogCameraTargetTest) == 0x000D18, "Member 'ABP_Droid_C::bEnableDialogCameraTargetTest' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, MovementSpeedFactor) == 0x000D1C, "Member 'ABP_Droid_C::MovementSpeedFactor' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Random_Movement_Speed_Factor__) == 0x000D20, "Member 'ABP_Droid_C::Random_Movement_Speed_Factor__' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, LookAtHysteresis) == 0x000D24, "Member 'ABP_Droid_C::LookAtHysteresis' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, LookAtFuzzyDelay) == 0x000D28, "Member 'ABP_Droid_C::LookAtFuzzyDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, RandomLookAtEnable) == 0x000D2C, "Member 'ABP_Droid_C::RandomLookAtEnable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, LookAtOscillation) == 0x000D30, "Member 'ABP_Droid_C::LookAtOscillation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, LookAtOscillationDamping) == 0x000D34, "Member 'ABP_Droid_C::LookAtOscillationDamping' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, RandomSpeedMin) == 0x000D38, "Member 'ABP_Droid_C::RandomSpeedMin' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, RandomSpeedMax) == 0x000D3C, "Member 'ABP_Droid_C::RandomSpeedMax' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, RandomLookAtDelayMinimum) == 0x000D40, "Member 'ABP_Droid_C::RandomLookAtDelayMinimum' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, RandomLookAtDelayMaximum) == 0x000D44, "Member 'ABP_Droid_C::RandomLookAtDelayMaximum' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, DroidHeadMeshes) == 0x000D48, "Member 'ABP_Droid_C::DroidHeadMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Head) == 0x000D58, "Member 'ABP_Droid_C::Head' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Head_Random__) == 0x000D59, "Member 'ABP_Droid_C::Head_Random__' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Seed_Head_Random) == 0x000D5A, "Member 'ABP_Droid_C::Seed_Head_Random' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, KeepIdleWhenMoving) == 0x000D5B, "Member 'ABP_Droid_C::KeepIdleWhenMoving' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Has_Fallen) == 0x000D5C, "Member 'ABP_Droid_C::Has_Fallen' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Is_Carrying_Object) == 0x000D5D, "Member 'ABP_Droid_C::Is_Carrying_Object' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, HeadRandomInt) == 0x000D60, "Member 'ABP_Droid_C::HeadRandomInt' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, Cloth_Mesh) == 0x000D68, "Member 'ABP_Droid_C::Cloth_Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, DisturbedTime) == 0x000D78, "Member 'ABP_Droid_C::DisturbedTime' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, DisturbedRandomMaxTime) == 0x000D7C, "Member 'ABP_Droid_C::DisturbedRandomMaxTime' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, OrientTowardOnDisturbed) == 0x000D80, "Member 'ABP_Droid_C::OrientTowardOnDisturbed' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, TempBeforeMeowedLookAtData) == 0x000D88, "Member 'ABP_Droid_C::TempBeforeMeowedLookAtData' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, LookAtCatOnDistrubed) == 0x000DC0, "Member 'ABP_Droid_C::LookAtCatOnDistrubed' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, TempDisturbedInitialOrientation) == 0x000DC4, "Member 'ABP_Droid_C::TempDisturbedInitialOrientation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ThrowingObjectClass) == 0x000DD0, "Member 'ABP_Droid_C::ThrowingObjectClass' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, CurrentThrowingObject) == 0x000DD8, "Member 'ABP_Droid_C::CurrentThrowingObject' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ThrowingOnThisActor) == 0x000DE0, "Member 'ABP_Droid_C::ThrowingOnThisActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ThrowingObjectAnimation) == 0x000DE8, "Member 'ABP_Droid_C::ThrowingObjectAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ThrowObjectOnMoewAnimation) == 0x000DF0, "Member 'ABP_Droid_C::ThrowObjectOnMoewAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, bCanThrowObject) == 0x000DF8, "Member 'ABP_Droid_C::bCanThrowObject' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, PlayAnimationTime) == 0x000DFC, "Member 'ABP_Droid_C::PlayAnimationTime' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, PlayAnimRandomMaxTime) == 0x000E00, "Member 'ABP_Droid_C::PlayAnimRandomMaxTime' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, BehaviorPlayAnimation) == 0x000E08, "Member 'ABP_Droid_C::BehaviorPlayAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, OnMeowBehaviorTimerHandle) == 0x000E10, "Member 'ABP_Droid_C::OnMeowBehaviorTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, TempOnMeowedPlayAnimationToThisActor) == 0x000E18, "Member 'ABP_Droid_C::TempOnMeowedPlayAnimationToThisActor' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, bCanBeDazzled) == 0x000E20, "Member 'ABP_Droid_C::bCanBeDazzled' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, TempBehaviorAnimationToPlay) == 0x000E28, "Member 'ABP_Droid_C::TempBehaviorAnimationToPlay' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, TempBeforePlayAnimLookAtType) == 0x000E30, "Member 'ABP_Droid_C::TempBeforePlayAnimLookAtType' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, DazzledBlendspace) == 0x000E38, "Member 'ABP_Droid_C::DazzledBlendspace' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, DazzledDirectionRotator) == 0x000E40, "Member 'ABP_Droid_C::DazzledDirectionRotator' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, TempPlayAnimationTime) == 0x000E4C, "Member 'ABP_Droid_C::TempPlayAnimationTime' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ABP_Class) == 0x000E50, "Member 'ABP_Droid_C::ABP_Class' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, bRagdolFrontSideDown) == 0x000E58, "Member 'ABP_Droid_C::bRagdolFrontSideDown' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, LookAtActivationAngleLimit) == 0x000E5C, "Member 'ABP_Droid_C::LookAtActivationAngleLimit' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, LookAtAngleLimit) == 0x000E60, "Member 'ABP_Droid_C::LookAtAngleLimit' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, CustomHeadScale) == 0x000E6C, "Member 'ABP_Droid_C::CustomHeadScale' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ShowDirectionBlendSpace) == 0x000E78, "Member 'ABP_Droid_C::ShowDirectionBlendSpace' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ThrowingAnimationDuration) == 0x000E80, "Member 'ABP_Droid_C::ThrowingAnimationDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ThrowingTrajectoryArc) == 0x000E84, "Member 'ABP_Droid_C::ThrowingTrajectoryArc' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ThrowingAnimationBlendWithIdle) == 0x000E88, "Member 'ABP_Droid_C::ThrowingAnimationBlendWithIdle' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ThrowingAnimationBlendWithIdleTemp) == 0x000E89, "Member 'ABP_Droid_C::ThrowingAnimationBlendWithIdleTemp' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ThrowingTrajectoryArcTemp) == 0x000E8C, "Member 'ABP_Droid_C::ThrowingTrajectoryArcTemp' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, footstep_base) == 0x000E90, "Member 'ABP_Droid_C::footstep_base' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ScreenOnMeowed) == 0x000E98, "Member 'ABP_Droid_C::ScreenOnMeowed' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, ScreenOnMeowedPushed) == 0x000EA0, "Member 'ABP_Droid_C::ScreenOnMeowedPushed' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C, servo_gain_global) == 0x000EA4, "Member 'ABP_Droid_C::servo_gain_global' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelStreamInstanceInfo \ static_assert(alignof(FLevelStreamInstanceInfo) == 0x000004, "Wrong alignment on FLevelStreamInstanceInfo"); \ static_assert(sizeof(FLevelStreamInstanceInfo) == 0x000030, "Wrong size on FLevelStreamInstanceInfo"); \ static_assert(offsetof(FLevelStreamInstanceInfo, PackageName) == 0x000000, "Member 'FLevelStreamInstanceInfo::PackageName' has a wrong offset!"); \ static_assert(offsetof(FLevelStreamInstanceInfo, PackageNameToLoad) == 0x000008, "Member 'FLevelStreamInstanceInfo::PackageNameToLoad' has a wrong offset!"); \ static_assert(offsetof(FLevelStreamInstanceInfo, Location) == 0x000010, "Member 'FLevelStreamInstanceInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FLevelStreamInstanceInfo, Rotation) == 0x00001C, "Member 'FLevelStreamInstanceInfo::Rotation' has a wrong offset!"); \ static_assert(offsetof(FLevelStreamInstanceInfo, LODIndex) == 0x00002C, "Member 'FLevelStreamInstanceInfo::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVictoryInputAxis \ static_assert(alignof(FVictoryInputAxis) == 0x000008, "Wrong alignment on FVictoryInputAxis"); \ static_assert(sizeof(FVictoryInputAxis) == 0x000040, "Wrong size on FVictoryInputAxis"); \ static_assert(offsetof(FVictoryInputAxis, AxisName) == 0x000000, "Member 'FVictoryInputAxis::AxisName' has a wrong offset!"); \ static_assert(offsetof(FVictoryInputAxis, KeyAsString) == 0x000010, "Member 'FVictoryInputAxis::KeyAsString' has a wrong offset!"); \ static_assert(offsetof(FVictoryInputAxis, Key) == 0x000020, "Member 'FVictoryInputAxis::Key' has a wrong offset!"); \ static_assert(offsetof(FVictoryInputAxis, Scale) == 0x000038, "Member 'FVictoryInputAxis::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVictoryInput \ static_assert(alignof(FVictoryInput) == 0x000008, "Wrong alignment on FVictoryInput"); \ static_assert(sizeof(FVictoryInput) == 0x000040, "Wrong size on FVictoryInput"); \ static_assert(offsetof(FVictoryInput, ActionName) == 0x000000, "Member 'FVictoryInput::ActionName' has a wrong offset!"); \ static_assert(offsetof(FVictoryInput, Key) == 0x000010, "Member 'FVictoryInput::Key' has a wrong offset!"); \ static_assert(offsetof(FVictoryInput, KeyAsString) == 0x000028, "Member 'FVictoryInput::KeyAsString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVictorySubtitleCue \ static_assert(alignof(FVictorySubtitleCue) == 0x000008, "Wrong alignment on FVictorySubtitleCue"); \ static_assert(sizeof(FVictorySubtitleCue) == 0x000020, "Wrong size on FVictorySubtitleCue"); \ static_assert(offsetof(FVictorySubtitleCue, SubtitleText) == 0x000000, "Member 'FVictorySubtitleCue::SubtitleText' has a wrong offset!"); \ static_assert(offsetof(FVictorySubtitleCue, Time) == 0x000018, "Member 'FVictorySubtitleCue::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_Int_Float__AddPair \ static_assert(alignof(VictoryTMapComp_Int_Float__AddPair) == 0x000004, "Wrong alignment on VictoryTMapComp_Int_Float__AddPair"); \ static_assert(sizeof(VictoryTMapComp_Int_Float__AddPair) == 0x000008, "Wrong size on VictoryTMapComp_Int_Float__AddPair"); \ static_assert(offsetof(VictoryTMapComp_Int_Float__AddPair, Key) == 0x000000, "Member 'VictoryTMapComp_Int_Float__AddPair::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_Int_Float__AddPair, Value) == 0x000004, "Member 'VictoryTMapComp_Int_Float__AddPair::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_Int_Float__Get \ static_assert(alignof(VictoryTMapComp_Int_Float__Get) == 0x000004, "Wrong alignment on VictoryTMapComp_Int_Float__Get"); \ static_assert(sizeof(VictoryTMapComp_Int_Float__Get) == 0x00000C, "Wrong size on VictoryTMapComp_Int_Float__Get"); \ static_assert(offsetof(VictoryTMapComp_Int_Float__Get, Key) == 0x000000, "Member 'VictoryTMapComp_Int_Float__Get::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_Int_Float__Get, IsValid) == 0x000004, "Member 'VictoryTMapComp_Int_Float__Get::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_Int_Float__Get, ReturnValue) == 0x000008, "Member 'VictoryTMapComp_Int_Float__Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_Int_Float__Remove \ static_assert(alignof(VictoryTMapComp_Int_Float__Remove) == 0x000004, "Wrong alignment on VictoryTMapComp_Int_Float__Remove"); \ static_assert(sizeof(VictoryTMapComp_Int_Float__Remove) == 0x000008, "Wrong size on VictoryTMapComp_Int_Float__Remove"); \ static_assert(offsetof(VictoryTMapComp_Int_Float__Remove, Key) == 0x000000, "Member 'VictoryTMapComp_Int_Float__Remove::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_Int_Float__Remove, Value) == 0x000004, "Member 'VictoryTMapComp_Int_Float__Remove::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_Int_Vector__AddPair \ static_assert(alignof(VictoryTMapComp_Int_Vector__AddPair) == 0x000004, "Wrong alignment on VictoryTMapComp_Int_Vector__AddPair"); \ static_assert(sizeof(VictoryTMapComp_Int_Vector__AddPair) == 0x000010, "Wrong size on VictoryTMapComp_Int_Vector__AddPair"); \ static_assert(offsetof(VictoryTMapComp_Int_Vector__AddPair, Key) == 0x000000, "Member 'VictoryTMapComp_Int_Vector__AddPair::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_Int_Vector__AddPair, Value) == 0x000004, "Member 'VictoryTMapComp_Int_Vector__AddPair::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_Int_Vector__Get \ static_assert(alignof(VictoryTMapComp_Int_Vector__Get) == 0x000004, "Wrong alignment on VictoryTMapComp_Int_Vector__Get"); \ static_assert(sizeof(VictoryTMapComp_Int_Vector__Get) == 0x000014, "Wrong size on VictoryTMapComp_Int_Vector__Get"); \ static_assert(offsetof(VictoryTMapComp_Int_Vector__Get, Key) == 0x000000, "Member 'VictoryTMapComp_Int_Vector__Get::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_Int_Vector__Get, IsValid) == 0x000004, "Member 'VictoryTMapComp_Int_Vector__Get::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_Int_Vector__Get, ReturnValue) == 0x000008, "Member 'VictoryTMapComp_Int_Vector__Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_Int_Vector__Remove \ static_assert(alignof(VictoryTMapComp_Int_Vector__Remove) == 0x000004, "Wrong alignment on VictoryTMapComp_Int_Vector__Remove"); \ static_assert(sizeof(VictoryTMapComp_Int_Vector__Remove) == 0x000004, "Wrong size on VictoryTMapComp_Int_Vector__Remove"); \ static_assert(offsetof(VictoryTMapComp_Int_Vector__Remove, Key) == 0x000000, "Member 'VictoryTMapComp_Int_Vector__Remove::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Actor__AddPair \ static_assert(alignof(VictoryTMapComp_String_Actor__AddPair) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Actor__AddPair"); \ static_assert(sizeof(VictoryTMapComp_String_Actor__AddPair) == 0x000018, "Wrong size on VictoryTMapComp_String_Actor__AddPair"); \ static_assert(offsetof(VictoryTMapComp_String_Actor__AddPair, Key) == 0x000000, "Member 'VictoryTMapComp_String_Actor__AddPair::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Actor__AddPair, Value) == 0x000010, "Member 'VictoryTMapComp_String_Actor__AddPair::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Actor__Get \ static_assert(alignof(VictoryTMapComp_String_Actor__Get) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Actor__Get"); \ static_assert(sizeof(VictoryTMapComp_String_Actor__Get) == 0x000020, "Wrong size on VictoryTMapComp_String_Actor__Get"); \ static_assert(offsetof(VictoryTMapComp_String_Actor__Get, Key) == 0x000000, "Member 'VictoryTMapComp_String_Actor__Get::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Actor__Get, IsValid) == 0x000010, "Member 'VictoryTMapComp_String_Actor__Get::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Actor__Get, ReturnValue) == 0x000018, "Member 'VictoryTMapComp_String_Actor__Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Actor__Remove \ static_assert(alignof(VictoryTMapComp_String_Actor__Remove) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Actor__Remove"); \ static_assert(sizeof(VictoryTMapComp_String_Actor__Remove) == 0x000010, "Wrong size on VictoryTMapComp_String_Actor__Remove"); \ static_assert(offsetof(VictoryTMapComp_String_Actor__Remove, Key) == 0x000000, "Member 'VictoryTMapComp_String_Actor__Remove::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Int__AddPair \ static_assert(alignof(VictoryTMapComp_String_Int__AddPair) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Int__AddPair"); \ static_assert(sizeof(VictoryTMapComp_String_Int__AddPair) == 0x000018, "Wrong size on VictoryTMapComp_String_Int__AddPair"); \ static_assert(offsetof(VictoryTMapComp_String_Int__AddPair, Key) == 0x000000, "Member 'VictoryTMapComp_String_Int__AddPair::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Int__AddPair, Value) == 0x000010, "Member 'VictoryTMapComp_String_Int__AddPair::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Int__Get \ static_assert(alignof(VictoryTMapComp_String_Int__Get) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Int__Get"); \ static_assert(sizeof(VictoryTMapComp_String_Int__Get) == 0x000018, "Wrong size on VictoryTMapComp_String_Int__Get"); \ static_assert(offsetof(VictoryTMapComp_String_Int__Get, Key) == 0x000000, "Member 'VictoryTMapComp_String_Int__Get::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Int__Get, IsValid) == 0x000010, "Member 'VictoryTMapComp_String_Int__Get::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Int__Get, ReturnValue) == 0x000014, "Member 'VictoryTMapComp_String_Int__Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Int__Remove \ static_assert(alignof(VictoryTMapComp_String_Int__Remove) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Int__Remove"); \ static_assert(sizeof(VictoryTMapComp_String_Int__Remove) == 0x000010, "Wrong size on VictoryTMapComp_String_Int__Remove"); \ static_assert(offsetof(VictoryTMapComp_String_Int__Remove, Key) == 0x000000, "Member 'VictoryTMapComp_String_Int__Remove::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Rotator__AddPair \ static_assert(alignof(VictoryTMapComp_String_Rotator__AddPair) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Rotator__AddPair"); \ static_assert(sizeof(VictoryTMapComp_String_Rotator__AddPair) == 0x000020, "Wrong size on VictoryTMapComp_String_Rotator__AddPair"); \ static_assert(offsetof(VictoryTMapComp_String_Rotator__AddPair, Key) == 0x000000, "Member 'VictoryTMapComp_String_Rotator__AddPair::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Rotator__AddPair, Value) == 0x000010, "Member 'VictoryTMapComp_String_Rotator__AddPair::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Rotator__Get \ static_assert(alignof(VictoryTMapComp_String_Rotator__Get) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Rotator__Get"); \ static_assert(sizeof(VictoryTMapComp_String_Rotator__Get) == 0x000020, "Wrong size on VictoryTMapComp_String_Rotator__Get"); \ static_assert(offsetof(VictoryTMapComp_String_Rotator__Get, Key) == 0x000000, "Member 'VictoryTMapComp_String_Rotator__Get::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Rotator__Get, IsValid) == 0x000010, "Member 'VictoryTMapComp_String_Rotator__Get::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Rotator__Get, ReturnValue) == 0x000014, "Member 'VictoryTMapComp_String_Rotator__Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Rotator__Remove \ static_assert(alignof(VictoryTMapComp_String_Rotator__Remove) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Rotator__Remove"); \ static_assert(sizeof(VictoryTMapComp_String_Rotator__Remove) == 0x000010, "Wrong size on VictoryTMapComp_String_Rotator__Remove"); \ static_assert(offsetof(VictoryTMapComp_String_Rotator__Remove, Key) == 0x000000, "Member 'VictoryTMapComp_String_Rotator__Remove::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_String__AddPair \ static_assert(alignof(VictoryTMapComp_String_String__AddPair) == 0x000008, "Wrong alignment on VictoryTMapComp_String_String__AddPair"); \ static_assert(sizeof(VictoryTMapComp_String_String__AddPair) == 0x000020, "Wrong size on VictoryTMapComp_String_String__AddPair"); \ static_assert(offsetof(VictoryTMapComp_String_String__AddPair, Key) == 0x000000, "Member 'VictoryTMapComp_String_String__AddPair::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_String__AddPair, Value) == 0x000010, "Member 'VictoryTMapComp_String_String__AddPair::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_String__Get \ static_assert(alignof(VictoryTMapComp_String_String__Get) == 0x000008, "Wrong alignment on VictoryTMapComp_String_String__Get"); \ static_assert(sizeof(VictoryTMapComp_String_String__Get) == 0x000028, "Wrong size on VictoryTMapComp_String_String__Get"); \ static_assert(offsetof(VictoryTMapComp_String_String__Get, Key) == 0x000000, "Member 'VictoryTMapComp_String_String__Get::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_String__Get, IsValid) == 0x000010, "Member 'VictoryTMapComp_String_String__Get::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_String__Get, ReturnValue) == 0x000018, "Member 'VictoryTMapComp_String_String__Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_String__Remove \ static_assert(alignof(VictoryTMapComp_String_String__Remove) == 0x000008, "Wrong alignment on VictoryTMapComp_String_String__Remove"); \ static_assert(sizeof(VictoryTMapComp_String_String__Remove) == 0x000010, "Wrong size on VictoryTMapComp_String_String__Remove"); \ static_assert(offsetof(VictoryTMapComp_String_String__Remove, Key) == 0x000000, "Member 'VictoryTMapComp_String_String__Remove::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Vector__AddPair \ static_assert(alignof(VictoryTMapComp_String_Vector__AddPair) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Vector__AddPair"); \ static_assert(sizeof(VictoryTMapComp_String_Vector__AddPair) == 0x000020, "Wrong size on VictoryTMapComp_String_Vector__AddPair"); \ static_assert(offsetof(VictoryTMapComp_String_Vector__AddPair, Key) == 0x000000, "Member 'VictoryTMapComp_String_Vector__AddPair::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Vector__AddPair, Value) == 0x000010, "Member 'VictoryTMapComp_String_Vector__AddPair::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Vector__Get \ static_assert(alignof(VictoryTMapComp_String_Vector__Get) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Vector__Get"); \ static_assert(sizeof(VictoryTMapComp_String_Vector__Get) == 0x000020, "Wrong size on VictoryTMapComp_String_Vector__Get"); \ static_assert(offsetof(VictoryTMapComp_String_Vector__Get, Key) == 0x000000, "Member 'VictoryTMapComp_String_Vector__Get::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Vector__Get, IsValid) == 0x000010, "Member 'VictoryTMapComp_String_Vector__Get::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryTMapComp_String_Vector__Get, ReturnValue) == 0x000014, "Member 'VictoryTMapComp_String_Vector__Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryTMapComp_String_Vector__Remove \ static_assert(alignof(VictoryTMapComp_String_Vector__Remove) == 0x000008, "Wrong alignment on VictoryTMapComp_String_Vector__Remove"); \ static_assert(sizeof(VictoryTMapComp_String_Vector__Remove) == 0x000010, "Wrong size on VictoryTMapComp_String_Vector__Remove"); \ static_assert(offsetof(VictoryTMapComp_String_Vector__Remove, Key) == 0x000000, "Member 'VictoryTMapComp_String_Vector__Remove::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVictoryTMapComp \ static_assert(alignof(UVictoryTMapComp) == 0x000008, "Wrong alignment on UVictoryTMapComp"); \ static_assert(sizeof(UVictoryTMapComp) == 0x0002E0, "Wrong size on UVictoryTMapComp"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_AreLineSegmentsCrossing \ static_assert(alignof(TKMathFunctionLibrary_AreLineSegmentsCrossing) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_AreLineSegmentsCrossing"); \ static_assert(sizeof(TKMathFunctionLibrary_AreLineSegmentsCrossing) == 0x000034, "Wrong size on TKMathFunctionLibrary_AreLineSegmentsCrossing"); \ static_assert(offsetof(TKMathFunctionLibrary_AreLineSegmentsCrossing, pointA1) == 0x000000, "Member 'TKMathFunctionLibrary_AreLineSegmentsCrossing::pointA1' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_AreLineSegmentsCrossing, pointA2) == 0x00000C, "Member 'TKMathFunctionLibrary_AreLineSegmentsCrossing::pointA2' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_AreLineSegmentsCrossing, pointB1) == 0x000018, "Member 'TKMathFunctionLibrary_AreLineSegmentsCrossing::pointB1' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_AreLineSegmentsCrossing, pointB2) == 0x000024, "Member 'TKMathFunctionLibrary_AreLineSegmentsCrossing::pointB2' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_AreLineSegmentsCrossing, ReturnValue) == 0x000030, "Member 'TKMathFunctionLibrary_AreLineSegmentsCrossing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_ClosestPointOnLineSeqment \ static_assert(alignof(TKMathFunctionLibrary_ClosestPointOnLineSeqment) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_ClosestPointOnLineSeqment"); \ static_assert(sizeof(TKMathFunctionLibrary_ClosestPointOnLineSeqment) == 0x000030, "Wrong size on TKMathFunctionLibrary_ClosestPointOnLineSeqment"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointOnLineSeqment, Point) == 0x000000, "Member 'TKMathFunctionLibrary_ClosestPointOnLineSeqment::Point' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointOnLineSeqment, LineStart) == 0x00000C, "Member 'TKMathFunctionLibrary_ClosestPointOnLineSeqment::LineStart' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointOnLineSeqment, LineEnd) == 0x000018, "Member 'TKMathFunctionLibrary_ClosestPointOnLineSeqment::LineEnd' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointOnLineSeqment, ReturnValue) == 0x000024, "Member 'TKMathFunctionLibrary_ClosestPointOnLineSeqment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_ClosestPointOnSphereToLine \ static_assert(alignof(TKMathFunctionLibrary_ClosestPointOnSphereToLine) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_ClosestPointOnSphereToLine"); \ static_assert(sizeof(TKMathFunctionLibrary_ClosestPointOnSphereToLine) == 0x000034, "Wrong size on TKMathFunctionLibrary_ClosestPointOnSphereToLine"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointOnSphereToLine, SphereOrigin) == 0x000000, "Member 'TKMathFunctionLibrary_ClosestPointOnSphereToLine::SphereOrigin' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointOnSphereToLine, SphereRadius) == 0x00000C, "Member 'TKMathFunctionLibrary_ClosestPointOnSphereToLine::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointOnSphereToLine, LineOrigin) == 0x000010, "Member 'TKMathFunctionLibrary_ClosestPointOnSphereToLine::LineOrigin' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointOnSphereToLine, LineDir) == 0x00001C, "Member 'TKMathFunctionLibrary_ClosestPointOnSphereToLine::LineDir' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointOnSphereToLine, ReturnValue) == 0x000028, "Member 'TKMathFunctionLibrary_ClosestPointOnSphereToLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_ClosestPointsOfLineSegments \ static_assert(alignof(TKMathFunctionLibrary_ClosestPointsOfLineSegments) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_ClosestPointsOfLineSegments"); \ static_assert(sizeof(TKMathFunctionLibrary_ClosestPointsOfLineSegments) == 0x000048, "Wrong size on TKMathFunctionLibrary_ClosestPointsOfLineSegments"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOfLineSegments, Line1Start) == 0x000000, "Member 'TKMathFunctionLibrary_ClosestPointsOfLineSegments::Line1Start' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOfLineSegments, Line1End) == 0x00000C, "Member 'TKMathFunctionLibrary_ClosestPointsOfLineSegments::Line1End' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOfLineSegments, Line2Start) == 0x000018, "Member 'TKMathFunctionLibrary_ClosestPointsOfLineSegments::Line2Start' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOfLineSegments, Line2End) == 0x000024, "Member 'TKMathFunctionLibrary_ClosestPointsOfLineSegments::Line2End' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOfLineSegments, LinePoint1) == 0x000030, "Member 'TKMathFunctionLibrary_ClosestPointsOfLineSegments::LinePoint1' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOfLineSegments, LinePoint2) == 0x00003C, "Member 'TKMathFunctionLibrary_ClosestPointsOfLineSegments::LinePoint2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_ClosestPointsOnTwoLines \ static_assert(alignof(TKMathFunctionLibrary_ClosestPointsOnTwoLines) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_ClosestPointsOnTwoLines"); \ static_assert(sizeof(TKMathFunctionLibrary_ClosestPointsOnTwoLines) == 0x00004C, "Wrong size on TKMathFunctionLibrary_ClosestPointsOnTwoLines"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOnTwoLines, closestPointLine1) == 0x000000, "Member 'TKMathFunctionLibrary_ClosestPointsOnTwoLines::closestPointLine1' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOnTwoLines, closestPointLine2) == 0x00000C, "Member 'TKMathFunctionLibrary_ClosestPointsOnTwoLines::closestPointLine2' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOnTwoLines, LinePoint1) == 0x000018, "Member 'TKMathFunctionLibrary_ClosestPointsOnTwoLines::LinePoint1' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOnTwoLines, lineVec1) == 0x000024, "Member 'TKMathFunctionLibrary_ClosestPointsOnTwoLines::lineVec1' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOnTwoLines, LinePoint2) == 0x000030, "Member 'TKMathFunctionLibrary_ClosestPointsOnTwoLines::LinePoint2' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOnTwoLines, lineVec2) == 0x00003C, "Member 'TKMathFunctionLibrary_ClosestPointsOnTwoLines::lineVec2' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ClosestPointsOnTwoLines, ReturnValue) == 0x000048, "Member 'TKMathFunctionLibrary_ClosestPointsOnTwoLines::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_ConvertAnchorToAnchor \ static_assert(alignof(TKMathFunctionLibrary_ConvertAnchorToAnchor) == 0x000008, "Wrong alignment on TKMathFunctionLibrary_ConvertAnchorToAnchor"); \ static_assert(sizeof(TKMathFunctionLibrary_ConvertAnchorToAnchor) == 0x000048, "Wrong size on TKMathFunctionLibrary_ConvertAnchorToAnchor"); \ static_assert(offsetof(TKMathFunctionLibrary_ConvertAnchorToAnchor, WorldContextObject) == 0x000000, "Member 'TKMathFunctionLibrary_ConvertAnchorToAnchor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ConvertAnchorToAnchor, CurrentAnchor) == 0x000008, "Member 'TKMathFunctionLibrary_ConvertAnchorToAnchor::CurrentAnchor' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ConvertAnchorToAnchor, Offsets) == 0x000018, "Member 'TKMathFunctionLibrary_ConvertAnchorToAnchor::Offsets' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ConvertAnchorToAnchor, TargetAnchor) == 0x000028, "Member 'TKMathFunctionLibrary_ConvertAnchorToAnchor::TargetAnchor' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ConvertAnchorToAnchor, ConvertedOffsets) == 0x000038, "Member 'TKMathFunctionLibrary_ConvertAnchorToAnchor::ConvertedOffsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_ConvertPhysicsLinearVelocity \ static_assert(alignof(TKMathFunctionLibrary_ConvertPhysicsLinearVelocity) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_ConvertPhysicsLinearVelocity"); \ static_assert(sizeof(TKMathFunctionLibrary_ConvertPhysicsLinearVelocity) == 0x000014, "Wrong size on TKMathFunctionLibrary_ConvertPhysicsLinearVelocity"); \ static_assert(offsetof(TKMathFunctionLibrary_ConvertPhysicsLinearVelocity, Velocity) == 0x000000, "Member 'TKMathFunctionLibrary_ConvertPhysicsLinearVelocity::Velocity' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ConvertPhysicsLinearVelocity, SpeedUnit) == 0x00000C, "Member 'TKMathFunctionLibrary_ConvertPhysicsLinearVelocity::SpeedUnit' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ConvertPhysicsLinearVelocity, ReturnValue) == 0x000010, "Member 'TKMathFunctionLibrary_ConvertPhysicsLinearVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_GetConsoleVariableFloat \ static_assert(alignof(TKMathFunctionLibrary_GetConsoleVariableFloat) == 0x000008, "Wrong alignment on TKMathFunctionLibrary_GetConsoleVariableFloat"); \ static_assert(sizeof(TKMathFunctionLibrary_GetConsoleVariableFloat) == 0x000018, "Wrong size on TKMathFunctionLibrary_GetConsoleVariableFloat"); \ static_assert(offsetof(TKMathFunctionLibrary_GetConsoleVariableFloat, VariableName) == 0x000000, "Member 'TKMathFunctionLibrary_GetConsoleVariableFloat::VariableName' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_GetConsoleVariableFloat, ReturnValue) == 0x000010, "Member 'TKMathFunctionLibrary_GetConsoleVariableFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_GetConsoleVariableInt \ static_assert(alignof(TKMathFunctionLibrary_GetConsoleVariableInt) == 0x000008, "Wrong alignment on TKMathFunctionLibrary_GetConsoleVariableInt"); \ static_assert(sizeof(TKMathFunctionLibrary_GetConsoleVariableInt) == 0x000018, "Wrong size on TKMathFunctionLibrary_GetConsoleVariableInt"); \ static_assert(offsetof(TKMathFunctionLibrary_GetConsoleVariableInt, VariableName) == 0x000000, "Member 'TKMathFunctionLibrary_GetConsoleVariableInt::VariableName' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_GetConsoleVariableInt, ReturnValue) == 0x000010, "Member 'TKMathFunctionLibrary_GetConsoleVariableInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_GetVelocityAtPoint \ static_assert(alignof(TKMathFunctionLibrary_GetVelocityAtPoint) == 0x000008, "Wrong alignment on TKMathFunctionLibrary_GetVelocityAtPoint"); \ static_assert(sizeof(TKMathFunctionLibrary_GetVelocityAtPoint) == 0x000030, "Wrong size on TKMathFunctionLibrary_GetVelocityAtPoint"); \ static_assert(offsetof(TKMathFunctionLibrary_GetVelocityAtPoint, Target) == 0x000000, "Member 'TKMathFunctionLibrary_GetVelocityAtPoint::Target' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_GetVelocityAtPoint, Point) == 0x000008, "Member 'TKMathFunctionLibrary_GetVelocityAtPoint::Point' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_GetVelocityAtPoint, BoneName) == 0x000014, "Member 'TKMathFunctionLibrary_GetVelocityAtPoint::BoneName' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_GetVelocityAtPoint, DrawDebugInfo) == 0x00001C, "Member 'TKMathFunctionLibrary_GetVelocityAtPoint::DrawDebugInfo' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_GetVelocityAtPoint, ReturnValue) == 0x000020, "Member 'TKMathFunctionLibrary_GetVelocityAtPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_GridSnap \ static_assert(alignof(TKMathFunctionLibrary_GridSnap) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_GridSnap"); \ static_assert(sizeof(TKMathFunctionLibrary_GridSnap) == 0x00001C, "Wrong size on TKMathFunctionLibrary_GridSnap"); \ static_assert(offsetof(TKMathFunctionLibrary_GridSnap, A) == 0x000000, "Member 'TKMathFunctionLibrary_GridSnap::A' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_GridSnap, grid) == 0x00000C, "Member 'TKMathFunctionLibrary_GridSnap::grid' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_GridSnap, ReturnValue) == 0x000010, "Member 'TKMathFunctionLibrary_GridSnap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_IsEvenNumber \ static_assert(alignof(TKMathFunctionLibrary_IsEvenNumber) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_IsEvenNumber"); \ static_assert(sizeof(TKMathFunctionLibrary_IsEvenNumber) == 0x000008, "Wrong size on TKMathFunctionLibrary_IsEvenNumber"); \ static_assert(offsetof(TKMathFunctionLibrary_IsEvenNumber, A) == 0x000000, "Member 'TKMathFunctionLibrary_IsEvenNumber::A' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsEvenNumber, ReturnValue) == 0x000004, "Member 'TKMathFunctionLibrary_IsEvenNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_IsLineInsideSphere \ static_assert(alignof(TKMathFunctionLibrary_IsLineInsideSphere) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_IsLineInsideSphere"); \ static_assert(sizeof(TKMathFunctionLibrary_IsLineInsideSphere) == 0x000030, "Wrong size on TKMathFunctionLibrary_IsLineInsideSphere"); \ static_assert(offsetof(TKMathFunctionLibrary_IsLineInsideSphere, LineStart) == 0x000000, "Member 'TKMathFunctionLibrary_IsLineInsideSphere::LineStart' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsLineInsideSphere, LineDir) == 0x00000C, "Member 'TKMathFunctionLibrary_IsLineInsideSphere::LineDir' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsLineInsideSphere, LineLength) == 0x000018, "Member 'TKMathFunctionLibrary_IsLineInsideSphere::LineLength' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsLineInsideSphere, SphereOrigin) == 0x00001C, "Member 'TKMathFunctionLibrary_IsLineInsideSphere::SphereOrigin' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsLineInsideSphere, SphereRadius) == 0x000028, "Member 'TKMathFunctionLibrary_IsLineInsideSphere::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsLineInsideSphere, ReturnValue) == 0x00002C, "Member 'TKMathFunctionLibrary_IsLineInsideSphere::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_IsMultipleOf \ static_assert(alignof(TKMathFunctionLibrary_IsMultipleOf) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_IsMultipleOf"); \ static_assert(sizeof(TKMathFunctionLibrary_IsMultipleOf) == 0x00000C, "Wrong size on TKMathFunctionLibrary_IsMultipleOf"); \ static_assert(offsetof(TKMathFunctionLibrary_IsMultipleOf, A) == 0x000000, "Member 'TKMathFunctionLibrary_IsMultipleOf::A' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsMultipleOf, Multiple) == 0x000004, "Member 'TKMathFunctionLibrary_IsMultipleOf::Multiple' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsMultipleOf, ReturnValue) == 0x000008, "Member 'TKMathFunctionLibrary_IsMultipleOf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_IsPointInsideBox \ static_assert(alignof(TKMathFunctionLibrary_IsPointInsideBox) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_IsPointInsideBox"); \ static_assert(sizeof(TKMathFunctionLibrary_IsPointInsideBox) == 0x000028, "Wrong size on TKMathFunctionLibrary_IsPointInsideBox"); \ static_assert(offsetof(TKMathFunctionLibrary_IsPointInsideBox, Point) == 0x000000, "Member 'TKMathFunctionLibrary_IsPointInsideBox::Point' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsPointInsideBox, BoxOrigin) == 0x00000C, "Member 'TKMathFunctionLibrary_IsPointInsideBox::BoxOrigin' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsPointInsideBox, BoxExtent) == 0x000018, "Member 'TKMathFunctionLibrary_IsPointInsideBox::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsPointInsideBox, ReturnValue) == 0x000024, "Member 'TKMathFunctionLibrary_IsPointInsideBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_IsPowerOfTwo \ static_assert(alignof(TKMathFunctionLibrary_IsPowerOfTwo) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_IsPowerOfTwo"); \ static_assert(sizeof(TKMathFunctionLibrary_IsPowerOfTwo) == 0x000008, "Wrong size on TKMathFunctionLibrary_IsPowerOfTwo"); \ static_assert(offsetof(TKMathFunctionLibrary_IsPowerOfTwo, X) == 0x000000, "Member 'TKMathFunctionLibrary_IsPowerOfTwo::X' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_IsPowerOfTwo, ReturnValue) == 0x000004, "Member 'TKMathFunctionLibrary_IsPowerOfTwo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_LineExtentBoxIntersection \ static_assert(alignof(TKMathFunctionLibrary_LineExtentBoxIntersection) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_LineExtentBoxIntersection"); \ static_assert(sizeof(TKMathFunctionLibrary_LineExtentBoxIntersection) == 0x000060, "Wrong size on TKMathFunctionLibrary_LineExtentBoxIntersection"); \ static_assert(offsetof(TKMathFunctionLibrary_LineExtentBoxIntersection, InBox) == 0x000000, "Member 'TKMathFunctionLibrary_LineExtentBoxIntersection::InBox' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineExtentBoxIntersection, Start) == 0x00001C, "Member 'TKMathFunctionLibrary_LineExtentBoxIntersection::Start' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineExtentBoxIntersection, End) == 0x000028, "Member 'TKMathFunctionLibrary_LineExtentBoxIntersection::End' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineExtentBoxIntersection, Extent) == 0x000034, "Member 'TKMathFunctionLibrary_LineExtentBoxIntersection::Extent' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineExtentBoxIntersection, HitLocation) == 0x000040, "Member 'TKMathFunctionLibrary_LineExtentBoxIntersection::HitLocation' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineExtentBoxIntersection, HitNormal) == 0x00004C, "Member 'TKMathFunctionLibrary_LineExtentBoxIntersection::HitNormal' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineExtentBoxIntersection, HitTime) == 0x000058, "Member 'TKMathFunctionLibrary_LineExtentBoxIntersection::HitTime' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineExtentBoxIntersection, ReturnValue) == 0x00005C, "Member 'TKMathFunctionLibrary_LineExtentBoxIntersection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_LineToLineIntersection \ static_assert(alignof(TKMathFunctionLibrary_LineToLineIntersection) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_LineToLineIntersection"); \ static_assert(sizeof(TKMathFunctionLibrary_LineToLineIntersection) == 0x000040, "Wrong size on TKMathFunctionLibrary_LineToLineIntersection"); \ static_assert(offsetof(TKMathFunctionLibrary_LineToLineIntersection, IntersectionPoint) == 0x000000, "Member 'TKMathFunctionLibrary_LineToLineIntersection::IntersectionPoint' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineToLineIntersection, LinePoint1) == 0x00000C, "Member 'TKMathFunctionLibrary_LineToLineIntersection::LinePoint1' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineToLineIntersection, LineDir1) == 0x000018, "Member 'TKMathFunctionLibrary_LineToLineIntersection::LineDir1' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineToLineIntersection, LinePoint2) == 0x000024, "Member 'TKMathFunctionLibrary_LineToLineIntersection::LinePoint2' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineToLineIntersection, LineDir2) == 0x000030, "Member 'TKMathFunctionLibrary_LineToLineIntersection::LineDir2' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_LineToLineIntersection, ReturnValue) == 0x00003C, "Member 'TKMathFunctionLibrary_LineToLineIntersection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_NegateFloat \ static_assert(alignof(TKMathFunctionLibrary_NegateFloat) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_NegateFloat"); \ static_assert(sizeof(TKMathFunctionLibrary_NegateFloat) == 0x000008, "Wrong size on TKMathFunctionLibrary_NegateFloat"); \ static_assert(offsetof(TKMathFunctionLibrary_NegateFloat, A) == 0x000000, "Member 'TKMathFunctionLibrary_NegateFloat::A' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_NegateFloat, ReturnValue) == 0x000004, "Member 'TKMathFunctionLibrary_NegateFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_NegateInt \ static_assert(alignof(TKMathFunctionLibrary_NegateInt) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_NegateInt"); \ static_assert(sizeof(TKMathFunctionLibrary_NegateInt) == 0x000008, "Wrong size on TKMathFunctionLibrary_NegateInt"); \ static_assert(offsetof(TKMathFunctionLibrary_NegateInt, A) == 0x000000, "Member 'TKMathFunctionLibrary_NegateInt::A' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_NegateInt, ReturnValue) == 0x000004, "Member 'TKMathFunctionLibrary_NegateInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_NegateVector2D \ static_assert(alignof(TKMathFunctionLibrary_NegateVector2D) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_NegateVector2D"); \ static_assert(sizeof(TKMathFunctionLibrary_NegateVector2D) == 0x000010, "Wrong size on TKMathFunctionLibrary_NegateVector2D"); \ static_assert(offsetof(TKMathFunctionLibrary_NegateVector2D, A) == 0x000000, "Member 'TKMathFunctionLibrary_NegateVector2D::A' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_NegateVector2D, ReturnValue) == 0x000008, "Member 'TKMathFunctionLibrary_NegateVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_PointOnWhichSideOfLineSegment \ static_assert(alignof(TKMathFunctionLibrary_PointOnWhichSideOfLineSegment) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_PointOnWhichSideOfLineSegment"); \ static_assert(sizeof(TKMathFunctionLibrary_PointOnWhichSideOfLineSegment) == 0x000028, "Wrong size on TKMathFunctionLibrary_PointOnWhichSideOfLineSegment"); \ static_assert(offsetof(TKMathFunctionLibrary_PointOnWhichSideOfLineSegment, LinePoint1) == 0x000000, "Member 'TKMathFunctionLibrary_PointOnWhichSideOfLineSegment::LinePoint1' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_PointOnWhichSideOfLineSegment, LinePoint2) == 0x00000C, "Member 'TKMathFunctionLibrary_PointOnWhichSideOfLineSegment::LinePoint2' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_PointOnWhichSideOfLineSegment, Point) == 0x000018, "Member 'TKMathFunctionLibrary_PointOnWhichSideOfLineSegment::Point' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_PointOnWhichSideOfLineSegment, ReturnValue) == 0x000024, "Member 'TKMathFunctionLibrary_PointOnWhichSideOfLineSegment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_ProjectPointOnLine \ static_assert(alignof(TKMathFunctionLibrary_ProjectPointOnLine) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_ProjectPointOnLine"); \ static_assert(sizeof(TKMathFunctionLibrary_ProjectPointOnLine) == 0x000030, "Wrong size on TKMathFunctionLibrary_ProjectPointOnLine"); \ static_assert(offsetof(TKMathFunctionLibrary_ProjectPointOnLine, LineOrigin) == 0x000000, "Member 'TKMathFunctionLibrary_ProjectPointOnLine::LineOrigin' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ProjectPointOnLine, LineDirection) == 0x00000C, "Member 'TKMathFunctionLibrary_ProjectPointOnLine::LineDirection' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ProjectPointOnLine, Point) == 0x000018, "Member 'TKMathFunctionLibrary_ProjectPointOnLine::Point' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_ProjectPointOnLine, ReturnValue) == 0x000024, "Member 'TKMathFunctionLibrary_ProjectPointOnLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_RoundToLowerMultiple \ static_assert(alignof(TKMathFunctionLibrary_RoundToLowerMultiple) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_RoundToLowerMultiple"); \ static_assert(sizeof(TKMathFunctionLibrary_RoundToLowerMultiple) == 0x000010, "Wrong size on TKMathFunctionLibrary_RoundToLowerMultiple"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToLowerMultiple, A) == 0x000000, "Member 'TKMathFunctionLibrary_RoundToLowerMultiple::A' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToLowerMultiple, Multiple) == 0x000004, "Member 'TKMathFunctionLibrary_RoundToLowerMultiple::Multiple' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToLowerMultiple, skipSelf) == 0x000008, "Member 'TKMathFunctionLibrary_RoundToLowerMultiple::skipSelf' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToLowerMultiple, ReturnValue) == 0x00000C, "Member 'TKMathFunctionLibrary_RoundToLowerMultiple::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_RoundToNearestMultiple \ static_assert(alignof(TKMathFunctionLibrary_RoundToNearestMultiple) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_RoundToNearestMultiple"); \ static_assert(sizeof(TKMathFunctionLibrary_RoundToNearestMultiple) == 0x00000C, "Wrong size on TKMathFunctionLibrary_RoundToNearestMultiple"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToNearestMultiple, A) == 0x000000, "Member 'TKMathFunctionLibrary_RoundToNearestMultiple::A' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToNearestMultiple, Multiple) == 0x000004, "Member 'TKMathFunctionLibrary_RoundToNearestMultiple::Multiple' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToNearestMultiple, ReturnValue) == 0x000008, "Member 'TKMathFunctionLibrary_RoundToNearestMultiple::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_RoundToUpperMultiple \ static_assert(alignof(TKMathFunctionLibrary_RoundToUpperMultiple) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_RoundToUpperMultiple"); \ static_assert(sizeof(TKMathFunctionLibrary_RoundToUpperMultiple) == 0x000010, "Wrong size on TKMathFunctionLibrary_RoundToUpperMultiple"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToUpperMultiple, A) == 0x000000, "Member 'TKMathFunctionLibrary_RoundToUpperMultiple::A' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToUpperMultiple, Multiple) == 0x000004, "Member 'TKMathFunctionLibrary_RoundToUpperMultiple::Multiple' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToUpperMultiple, skipSelf) == 0x000008, "Member 'TKMathFunctionLibrary_RoundToUpperMultiple::skipSelf' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_RoundToUpperMultiple, ReturnValue) == 0x00000C, "Member 'TKMathFunctionLibrary_RoundToUpperMultiple::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_SetCenterOfMassOffset \ static_assert(alignof(TKMathFunctionLibrary_SetCenterOfMassOffset) == 0x000008, "Wrong alignment on TKMathFunctionLibrary_SetCenterOfMassOffset"); \ static_assert(sizeof(TKMathFunctionLibrary_SetCenterOfMassOffset) == 0x000020, "Wrong size on TKMathFunctionLibrary_SetCenterOfMassOffset"); \ static_assert(offsetof(TKMathFunctionLibrary_SetCenterOfMassOffset, Target) == 0x000000, "Member 'TKMathFunctionLibrary_SetCenterOfMassOffset::Target' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SetCenterOfMassOffset, Offset) == 0x000008, "Member 'TKMathFunctionLibrary_SetCenterOfMassOffset::Offset' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SetCenterOfMassOffset, BoneName) == 0x000014, "Member 'TKMathFunctionLibrary_SetCenterOfMassOffset::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_SetVectorLength \ static_assert(alignof(TKMathFunctionLibrary_SetVectorLength) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_SetVectorLength"); \ static_assert(sizeof(TKMathFunctionLibrary_SetVectorLength) == 0x00001C, "Wrong size on TKMathFunctionLibrary_SetVectorLength"); \ static_assert(offsetof(TKMathFunctionLibrary_SetVectorLength, A) == 0x000000, "Member 'TKMathFunctionLibrary_SetVectorLength::A' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SetVectorLength, Size) == 0x00000C, "Member 'TKMathFunctionLibrary_SetVectorLength::Size' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SetVectorLength, ReturnValue) == 0x000010, "Member 'TKMathFunctionLibrary_SetVectorLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_SignedDistancePlanePoint \ static_assert(alignof(TKMathFunctionLibrary_SignedDistancePlanePoint) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_SignedDistancePlanePoint"); \ static_assert(sizeof(TKMathFunctionLibrary_SignedDistancePlanePoint) == 0x000028, "Wrong size on TKMathFunctionLibrary_SignedDistancePlanePoint"); \ static_assert(offsetof(TKMathFunctionLibrary_SignedDistancePlanePoint, PlaneNormal) == 0x000000, "Member 'TKMathFunctionLibrary_SignedDistancePlanePoint::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SignedDistancePlanePoint, planePoint) == 0x00000C, "Member 'TKMathFunctionLibrary_SignedDistancePlanePoint::planePoint' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SignedDistancePlanePoint, Point) == 0x000018, "Member 'TKMathFunctionLibrary_SignedDistancePlanePoint::Point' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SignedDistancePlanePoint, ReturnValue) == 0x000024, "Member 'TKMathFunctionLibrary_SignedDistancePlanePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_SphereBoxIntersection \ static_assert(alignof(TKMathFunctionLibrary_SphereBoxIntersection) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_SphereBoxIntersection"); \ static_assert(sizeof(TKMathFunctionLibrary_SphereBoxIntersection) == 0x00002C, "Wrong size on TKMathFunctionLibrary_SphereBoxIntersection"); \ static_assert(offsetof(TKMathFunctionLibrary_SphereBoxIntersection, SphereOrigin) == 0x000000, "Member 'TKMathFunctionLibrary_SphereBoxIntersection::SphereOrigin' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SphereBoxIntersection, SphereRadius) == 0x00000C, "Member 'TKMathFunctionLibrary_SphereBoxIntersection::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SphereBoxIntersection, BoxOrigin) == 0x000010, "Member 'TKMathFunctionLibrary_SphereBoxIntersection::BoxOrigin' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SphereBoxIntersection, BoxExtent) == 0x00001C, "Member 'TKMathFunctionLibrary_SphereBoxIntersection::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_SphereBoxIntersection, ReturnValue) == 0x000028, "Member 'TKMathFunctionLibrary_SphereBoxIntersection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_VectorDegreesToRadians \ static_assert(alignof(TKMathFunctionLibrary_VectorDegreesToRadians) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_VectorDegreesToRadians"); \ static_assert(sizeof(TKMathFunctionLibrary_VectorDegreesToRadians) == 0x000018, "Wrong size on TKMathFunctionLibrary_VectorDegreesToRadians"); \ static_assert(offsetof(TKMathFunctionLibrary_VectorDegreesToRadians, DegVector) == 0x000000, "Member 'TKMathFunctionLibrary_VectorDegreesToRadians::DegVector' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_VectorDegreesToRadians, ReturnValue) == 0x00000C, "Member 'TKMathFunctionLibrary_VectorDegreesToRadians::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TKMathFunctionLibrary_VectorRadiansToDegrees \ static_assert(alignof(TKMathFunctionLibrary_VectorRadiansToDegrees) == 0x000004, "Wrong alignment on TKMathFunctionLibrary_VectorRadiansToDegrees"); \ static_assert(sizeof(TKMathFunctionLibrary_VectorRadiansToDegrees) == 0x000018, "Wrong size on TKMathFunctionLibrary_VectorRadiansToDegrees"); \ static_assert(offsetof(TKMathFunctionLibrary_VectorRadiansToDegrees, RadVector) == 0x000000, "Member 'TKMathFunctionLibrary_VectorRadiansToDegrees::RadVector' has a wrong offset!"); \ static_assert(offsetof(TKMathFunctionLibrary_VectorRadiansToDegrees, ReturnValue) == 0x00000C, "Member 'TKMathFunctionLibrary_VectorRadiansToDegrees::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTKMathFunctionLibrary \ static_assert(alignof(UTKMathFunctionLibrary) == 0x000008, "Wrong alignment on UTKMathFunctionLibrary"); \ static_assert(sizeof(UTKMathFunctionLibrary) == 0x000028, "Wrong size on UTKMathFunctionLibrary"); \ #define DUMPER7_ASSERTS_RamaVictoryPluginCreateProcessPipe_CreatePipe \ static_assert(alignof(RamaVictoryPluginCreateProcessPipe_CreatePipe) == 0x000001, "Wrong alignment on RamaVictoryPluginCreateProcessPipe_CreatePipe"); \ static_assert(sizeof(RamaVictoryPluginCreateProcessPipe_CreatePipe) == 0x000001, "Wrong size on RamaVictoryPluginCreateProcessPipe_CreatePipe"); \ static_assert(offsetof(RamaVictoryPluginCreateProcessPipe_CreatePipe, ReturnValue) == 0x000000, "Member 'RamaVictoryPluginCreateProcessPipe_CreatePipe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RamaVictoryPluginCreateProcessPipe_PipeIsValid \ static_assert(alignof(RamaVictoryPluginCreateProcessPipe_PipeIsValid) == 0x000001, "Wrong alignment on RamaVictoryPluginCreateProcessPipe_PipeIsValid"); \ static_assert(sizeof(RamaVictoryPluginCreateProcessPipe_PipeIsValid) == 0x000001, "Wrong size on RamaVictoryPluginCreateProcessPipe_PipeIsValid"); \ static_assert(offsetof(RamaVictoryPluginCreateProcessPipe_PipeIsValid, ReturnValue) == 0x000000, "Member 'RamaVictoryPluginCreateProcessPipe_PipeIsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RamaVictoryPluginCreateProcessPipe_ReadFromPipe \ static_assert(alignof(RamaVictoryPluginCreateProcessPipe_ReadFromPipe) == 0x000008, "Wrong alignment on RamaVictoryPluginCreateProcessPipe_ReadFromPipe"); \ static_assert(sizeof(RamaVictoryPluginCreateProcessPipe_ReadFromPipe) == 0x000018, "Wrong size on RamaVictoryPluginCreateProcessPipe_ReadFromPipe"); \ static_assert(offsetof(RamaVictoryPluginCreateProcessPipe_ReadFromPipe, PipeContents) == 0x000000, "Member 'RamaVictoryPluginCreateProcessPipe_ReadFromPipe::PipeContents' has a wrong offset!"); \ static_assert(offsetof(RamaVictoryPluginCreateProcessPipe_ReadFromPipe, ReturnValue) == 0x000010, "Member 'RamaVictoryPluginCreateProcessPipe_ReadFromPipe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URamaVictoryPluginCreateProcessPipe \ static_assert(alignof(URamaVictoryPluginCreateProcessPipe) == 0x000008, "Wrong alignment on URamaVictoryPluginCreateProcessPipe"); \ static_assert(sizeof(URamaVictoryPluginCreateProcessPipe) == 0x000038, "Wrong size on URamaVictoryPluginCreateProcessPipe"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh \ static_assert(alignof(VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh, IsValid) == 0x000008, "Member 'VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_Accessor__GetCharacterSkeletalMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Accessor__GetNameAsString \ static_assert(alignof(VictoryBPFunctionLibrary_Accessor__GetNameAsString) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Accessor__GetNameAsString"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Accessor__GetNameAsString) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Accessor__GetNameAsString"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Accessor__GetNameAsString, TheObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_Accessor__GetNameAsString::TheObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Accessor__GetNameAsString, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_Accessor__GetNameAsString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Accessor__GetPlayerController \ static_assert(alignof(VictoryBPFunctionLibrary_Accessor__GetPlayerController) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Accessor__GetPlayerController"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Accessor__GetPlayerController) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Accessor__GetPlayerController"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Accessor__GetPlayerController, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Accessor__GetPlayerController::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Accessor__GetPlayerController, IsValid) == 0x000008, "Member 'VictoryBPFunctionLibrary_Accessor__GetPlayerController::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Accessor__GetPlayerController, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_Accessor__GetPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Actor__GetAttachedActors \ static_assert(alignof(VictoryBPFunctionLibrary_Actor__GetAttachedActors) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Actor__GetAttachedActors"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Actor__GetAttachedActors) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Actor__GetAttachedActors"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Actor__GetAttachedActors, ParentActor) == 0x000000, "Member 'VictoryBPFunctionLibrary_Actor__GetAttachedActors::ParentActor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Actor__GetAttachedActors, ActorsArray) == 0x000008, "Member 'VictoryBPFunctionLibrary_Actor__GetAttachedActors::ActorsArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Actor__TeleportToActor \ static_assert(alignof(VictoryBPFunctionLibrary_Actor__TeleportToActor) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Actor__TeleportToActor"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Actor__TeleportToActor) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Actor__TeleportToActor"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Actor__TeleportToActor, ActorToTeleport) == 0x000000, "Member 'VictoryBPFunctionLibrary_Actor__TeleportToActor::ActorToTeleport' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Actor__TeleportToActor, DestinationActor) == 0x000008, "Member 'VictoryBPFunctionLibrary_Actor__TeleportToActor::DestinationActor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Actor__TeleportToActor, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_Actor__TeleportToActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Actor_PrestreamTextures \ static_assert(alignof(VictoryBPFunctionLibrary_Actor_PrestreamTextures) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Actor_PrestreamTextures"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Actor_PrestreamTextures) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Actor_PrestreamTextures"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Actor_PrestreamTextures, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_Actor_PrestreamTextures::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Actor_PrestreamTextures, Seconds) == 0x000008, "Member 'VictoryBPFunctionLibrary_Actor_PrestreamTextures::Seconds' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Actor_PrestreamTextures, bEnableStreaming) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Actor_PrestreamTextures::bEnableStreaming' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Actor_PrestreamTextures, CinematicTextureGroups) == 0x000010, "Member 'VictoryBPFunctionLibrary_Actor_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_AddToActorRotation \ static_assert(alignof(VictoryBPFunctionLibrary_AddToActorRotation) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_AddToActorRotation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_AddToActorRotation) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_AddToActorRotation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_AddToActorRotation, TheActor) == 0x000000, "Member 'VictoryBPFunctionLibrary_AddToActorRotation::TheActor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_AddToActorRotation, AddRot) == 0x000008, "Member 'VictoryBPFunctionLibrary_AddToActorRotation::AddRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_AddToStreamingLevels \ static_assert(alignof(VictoryBPFunctionLibrary_AddToStreamingLevels) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_AddToStreamingLevels"); \ static_assert(sizeof(VictoryBPFunctionLibrary_AddToStreamingLevels) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_AddToStreamingLevels"); \ static_assert(offsetof(VictoryBPFunctionLibrary_AddToStreamingLevels, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_AddToStreamingLevels::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_AddToStreamingLevels, LevelInstanceInfo) == 0x000008, "Member 'VictoryBPFunctionLibrary_AddToStreamingLevels::LevelInstanceInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Animation__GetAimOffsets \ static_assert(alignof(VictoryBPFunctionLibrary_Animation__GetAimOffsets) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Animation__GetAimOffsets"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Animation__GetAimOffsets) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Animation__GetAimOffsets"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Animation__GetAimOffsets, AnimBPOwner) == 0x000000, "Member 'VictoryBPFunctionLibrary_Animation__GetAimOffsets::AnimBPOwner' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Animation__GetAimOffsets, Pitch) == 0x000008, "Member 'VictoryBPFunctionLibrary_Animation__GetAimOffsets::Pitch' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Animation__GetAimOffsets, Yaw) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Animation__GetAimOffsets::Yaw' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Animation__GetAimOffsets, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_Animation__GetAimOffsets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation \ static_assert(alignof(VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation, AnimBPOwner) == 0x000000, "Member 'VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation::AnimBPOwner' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation, TheRotation) == 0x000008, "Member 'VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation::TheRotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation, Pitch) == 0x000014, "Member 'VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation::Pitch' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation, Yaw) == 0x000018, "Member 'VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation::Yaw' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation, ReturnValue) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Animation__GetAimOffsetsFromRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_AppendMultiple \ static_assert(alignof(VictoryBPFunctionLibrary_AppendMultiple) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_AppendMultiple"); \ static_assert(sizeof(VictoryBPFunctionLibrary_AppendMultiple) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_AppendMultiple"); \ static_assert(offsetof(VictoryBPFunctionLibrary_AppendMultiple, A) == 0x000000, "Member 'VictoryBPFunctionLibrary_AppendMultiple::A' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_AppendMultiple, B) == 0x000010, "Member 'VictoryBPFunctionLibrary_AppendMultiple::B' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_AppendMultiple, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_AppendMultiple::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Array_IsValidIndex \ static_assert(alignof(VictoryBPFunctionLibrary_Array_IsValidIndex) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Array_IsValidIndex"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Array_IsValidIndex) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Array_IsValidIndex"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Array_IsValidIndex, TargetArray) == 0x000000, "Member 'VictoryBPFunctionLibrary_Array_IsValidIndex::TargetArray' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Array_IsValidIndex, Index_0) == 0x000010, "Member 'VictoryBPFunctionLibrary_Array_IsValidIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Array_IsValidIndex, ReturnValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_Array_IsValidIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Array_Sort \ static_assert(alignof(VictoryBPFunctionLibrary_Array_Sort) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Array_Sort"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Array_Sort) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Array_Sort"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Array_Sort, TargetArray) == 0x000000, "Member 'VictoryBPFunctionLibrary_Array_Sort::TargetArray' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Array_Sort, bAscendingOrder) == 0x000010, "Member 'VictoryBPFunctionLibrary_Array_Sort::bAscendingOrder' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Array_Sort, VariableName) == 0x000014, "Member 'VictoryBPFunctionLibrary_Array_Sort::VariableName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint \ static_assert(alignof(VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint, Source) == 0x000000, "Member 'VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint::Source' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint, OtherPoints) == 0x000010, "Member 'VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint::OtherPoints' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint, ClosestPoint) == 0x000020, "Member 'VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint::ClosestPoint' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint, ReturnValue) == 0x00002C, "Member 'VictoryBPFunctionLibrary_Calcs__ClosestPointToSourcePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Capture2D_Project \ static_assert(alignof(VictoryBPFunctionLibrary_Capture2D_Project) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Capture2D_Project"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Capture2D_Project) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Capture2D_Project"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Capture2D_Project, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_Capture2D_Project::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Capture2D_Project, Location) == 0x000008, "Member 'VictoryBPFunctionLibrary_Capture2D_Project::Location' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Capture2D_Project, OutPixelLocation) == 0x000014, "Member 'VictoryBPFunctionLibrary_Capture2D_Project::OutPixelLocation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Capture2D_Project, ReturnValue) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Capture2D_Project::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Capture2D_SaveImage \ static_assert(alignof(VictoryBPFunctionLibrary_Capture2D_SaveImage) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Capture2D_SaveImage"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Capture2D_SaveImage) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_Capture2D_SaveImage"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Capture2D_SaveImage, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_Capture2D_SaveImage::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Capture2D_SaveImage, ImagePath) == 0x000008, "Member 'VictoryBPFunctionLibrary_Capture2D_SaveImage::ImagePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Capture2D_SaveImage, ClearColour) == 0x000018, "Member 'VictoryBPFunctionLibrary_Capture2D_SaveImage::ClearColour' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Capture2D_SaveImage, ReturnValue) == 0x000028, "Member 'VictoryBPFunctionLibrary_Capture2D_SaveImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_CaptureComponent2D_Project \ static_assert(alignof(VictoryBPFunctionLibrary_CaptureComponent2D_Project) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_CaptureComponent2D_Project"); \ static_assert(sizeof(VictoryBPFunctionLibrary_CaptureComponent2D_Project) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_CaptureComponent2D_Project"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CaptureComponent2D_Project, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_CaptureComponent2D_Project::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CaptureComponent2D_Project, Location) == 0x000008, "Member 'VictoryBPFunctionLibrary_CaptureComponent2D_Project::Location' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CaptureComponent2D_Project, OutPixelLocation) == 0x000014, "Member 'VictoryBPFunctionLibrary_CaptureComponent2D_Project::OutPixelLocation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CaptureComponent2D_Project, ReturnValue) == 0x00001C, "Member 'VictoryBPFunctionLibrary_CaptureComponent2D_Project::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage \ static_assert(alignof(VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage"); \ static_assert(sizeof(VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage, ImagePath) == 0x000008, "Member 'VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage::ImagePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage, ClearColour) == 0x000018, "Member 'VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage::ClearColour' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage, ReturnValue) == 0x000028, "Member 'VictoryBPFunctionLibrary_CaptureComponent2D_SaveImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Character__GetControllerRotation \ static_assert(alignof(VictoryBPFunctionLibrary_Character__GetControllerRotation) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Character__GetControllerRotation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Character__GetControllerRotation) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Character__GetControllerRotation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Character__GetControllerRotation, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Character__GetControllerRotation::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Character__GetControllerRotation, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_Character__GetControllerRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed \ static_assert(alignof(VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed"); \ static_assert(sizeof(VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed, NewMaxMoveSpeed) == 0x000008, "Member 'VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed::NewMaxMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed, ReturnValue) == 0x00000C, "Member 'VictoryBPFunctionLibrary_CharacterMovement__SetMaxMoveSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_ClientWindow__GameWindowIsForeGroundInOS \ static_assert(alignof(VictoryBPFunctionLibrary_ClientWindow__GameWindowIsForeGroundInOS) == 0x000001, "Wrong alignment on VictoryBPFunctionLibrary_ClientWindow__GameWindowIsForeGroundInOS"); \ static_assert(sizeof(VictoryBPFunctionLibrary_ClientWindow__GameWindowIsForeGroundInOS) == 0x000001, "Wrong size on VictoryBPFunctionLibrary_ClientWindow__GameWindowIsForeGroundInOS"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ClientWindow__GameWindowIsForeGroundInOS, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_ClientWindow__GameWindowIsForeGroundInOS::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Clone__StaticMeshActor \ static_assert(alignof(VictoryBPFunctionLibrary_Clone__StaticMeshActor) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Clone__StaticMeshActor"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Clone__StaticMeshActor) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_Clone__StaticMeshActor"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Clone__StaticMeshActor, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_Clone__StaticMeshActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Clone__StaticMeshActor, IsValid) == 0x000008, "Member 'VictoryBPFunctionLibrary_Clone__StaticMeshActor::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Clone__StaticMeshActor, ToClone) == 0x000010, "Member 'VictoryBPFunctionLibrary_Clone__StaticMeshActor::ToClone' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Clone__StaticMeshActor, LocationOffset) == 0x000018, "Member 'VictoryBPFunctionLibrary_Clone__StaticMeshActor::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Clone__StaticMeshActor, RotationOffset) == 0x000024, "Member 'VictoryBPFunctionLibrary_Clone__StaticMeshActor::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Clone__StaticMeshActor, ReturnValue) == 0x000030, "Member 'VictoryBPFunctionLibrary_Clone__StaticMeshActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_CompareMD5Hash \ static_assert(alignof(VictoryBPFunctionLibrary_CompareMD5Hash) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_CompareMD5Hash"); \ static_assert(sizeof(VictoryBPFunctionLibrary_CompareMD5Hash) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_CompareMD5Hash"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CompareMD5Hash, MD5HashFile1) == 0x000000, "Member 'VictoryBPFunctionLibrary_CompareMD5Hash::MD5HashFile1' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CompareMD5Hash, MD5HashFile2) == 0x000010, "Member 'VictoryBPFunctionLibrary_CompareMD5Hash::MD5HashFile2' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CompareMD5Hash, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_CompareMD5Hash::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Component_PrestreamTextures \ static_assert(alignof(VictoryBPFunctionLibrary_Component_PrestreamTextures) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Component_PrestreamTextures"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Component_PrestreamTextures) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Component_PrestreamTextures"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Component_PrestreamTextures, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_Component_PrestreamTextures::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Component_PrestreamTextures, Seconds) == 0x000008, "Member 'VictoryBPFunctionLibrary_Component_PrestreamTextures::Seconds' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Component_PrestreamTextures, bEnableStreaming) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Component_PrestreamTextures::bEnableStreaming' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Component_PrestreamTextures, CinematicTextureGroups) == 0x000010, "Member 'VictoryBPFunctionLibrary_Component_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Conversion__FloatToRoundedInteger \ static_assert(alignof(VictoryBPFunctionLibrary_Conversion__FloatToRoundedInteger) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_Conversion__FloatToRoundedInteger"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Conversion__FloatToRoundedInteger) == 0x000008, "Wrong size on VictoryBPFunctionLibrary_Conversion__FloatToRoundedInteger"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversion__FloatToRoundedInteger, IN_Float) == 0x000000, "Member 'VictoryBPFunctionLibrary_Conversion__FloatToRoundedInteger::IN_Float' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversion__FloatToRoundedInteger, ReturnValue) == 0x000004, "Member 'VictoryBPFunctionLibrary_Conversion__FloatToRoundedInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Conversions__ColorToString \ static_assert(alignof(VictoryBPFunctionLibrary_Conversions__ColorToString) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Conversions__ColorToString"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Conversions__ColorToString) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Conversions__ColorToString"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__ColorToString, Color) == 0x000000, "Member 'VictoryBPFunctionLibrary_Conversions__ColorToString::Color' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__ColorToString, ColorAsString) == 0x000010, "Member 'VictoryBPFunctionLibrary_Conversions__ColorToString::ColorAsString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Conversions__RotatorToVector \ static_assert(alignof(VictoryBPFunctionLibrary_Conversions__RotatorToVector) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_Conversions__RotatorToVector"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Conversions__RotatorToVector) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Conversions__RotatorToVector"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__RotatorToVector, TheRotator) == 0x000000, "Member 'VictoryBPFunctionLibrary_Conversions__RotatorToVector::TheRotator' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__RotatorToVector, ReturnValue) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Conversions__RotatorToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Conversions__StringToColor \ static_assert(alignof(VictoryBPFunctionLibrary_Conversions__StringToColor) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Conversions__StringToColor"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Conversions__StringToColor) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_Conversions__StringToColor"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__StringToColor, String) == 0x000000, "Member 'VictoryBPFunctionLibrary_Conversions__StringToColor::String' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__StringToColor, ConvertedColor) == 0x000010, "Member 'VictoryBPFunctionLibrary_Conversions__StringToColor::ConvertedColor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__StringToColor, IsValid) == 0x000020, "Member 'VictoryBPFunctionLibrary_Conversions__StringToColor::IsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Conversions__StringToRotator \ static_assert(alignof(VictoryBPFunctionLibrary_Conversions__StringToRotator) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Conversions__StringToRotator"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Conversions__StringToRotator) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Conversions__StringToRotator"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__StringToRotator, String) == 0x000000, "Member 'VictoryBPFunctionLibrary_Conversions__StringToRotator::String' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__StringToRotator, ConvertedRotator) == 0x000010, "Member 'VictoryBPFunctionLibrary_Conversions__StringToRotator::ConvertedRotator' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__StringToRotator, IsValid) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Conversions__StringToRotator::IsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Conversions__StringToVector \ static_assert(alignof(VictoryBPFunctionLibrary_Conversions__StringToVector) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Conversions__StringToVector"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Conversions__StringToVector) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Conversions__StringToVector"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__StringToVector, String) == 0x000000, "Member 'VictoryBPFunctionLibrary_Conversions__StringToVector::String' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__StringToVector, ConvertedVector) == 0x000010, "Member 'VictoryBPFunctionLibrary_Conversions__StringToVector::ConvertedVector' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__StringToVector, IsValid) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Conversions__StringToVector::IsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Conversions__VectorToRotator \ static_assert(alignof(VictoryBPFunctionLibrary_Conversions__VectorToRotator) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_Conversions__VectorToRotator"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Conversions__VectorToRotator) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Conversions__VectorToRotator"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__VectorToRotator, TheVector) == 0x000000, "Member 'VictoryBPFunctionLibrary_Conversions__VectorToRotator::TheVector' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Conversions__VectorToRotator, ReturnValue) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Conversions__VectorToRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_CountOccurrancesOfSubString \ static_assert(alignof(VictoryBPFunctionLibrary_CountOccurrancesOfSubString) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_CountOccurrancesOfSubString"); \ static_assert(sizeof(VictoryBPFunctionLibrary_CountOccurrancesOfSubString) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_CountOccurrancesOfSubString"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CountOccurrancesOfSubString, Source) == 0x000000, "Member 'VictoryBPFunctionLibrary_CountOccurrancesOfSubString::Source' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CountOccurrancesOfSubString, SubString) == 0x000010, "Member 'VictoryBPFunctionLibrary_CountOccurrancesOfSubString::SubString' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CountOccurrancesOfSubString, SearchCase) == 0x000020, "Member 'VictoryBPFunctionLibrary_CountOccurrancesOfSubString::SearchCase' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CountOccurrancesOfSubString, ReturnValue) == 0x000024, "Member 'VictoryBPFunctionLibrary_CountOccurrancesOfSubString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_CreateMD5Hash \ static_assert(alignof(VictoryBPFunctionLibrary_CreateMD5Hash) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_CreateMD5Hash"); \ static_assert(sizeof(VictoryBPFunctionLibrary_CreateMD5Hash) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_CreateMD5Hash"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateMD5Hash, FileToHash) == 0x000000, "Member 'VictoryBPFunctionLibrary_CreateMD5Hash::FileToHash' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateMD5Hash, FileToStoreHashTo) == 0x000010, "Member 'VictoryBPFunctionLibrary_CreateMD5Hash::FileToStoreHashTo' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateMD5Hash, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_CreateMD5Hash::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_CreateObject_0 \ static_assert(alignof(VictoryBPFunctionLibrary_CreateObject_0) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_CreateObject_0"); \ static_assert(sizeof(VictoryBPFunctionLibrary_CreateObject_0) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_CreateObject_0"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateObject_0, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_CreateObject_0::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateObject_0, TheObjectClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_CreateObject_0::TheObjectClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateObject_0, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_CreateObject_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_CreatePlane \ static_assert(alignof(VictoryBPFunctionLibrary_CreatePlane) == 0x000010, "Wrong alignment on VictoryBPFunctionLibrary_CreatePlane"); \ static_assert(sizeof(VictoryBPFunctionLibrary_CreatePlane) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_CreatePlane"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreatePlane, Center) == 0x000000, "Member 'VictoryBPFunctionLibrary_CreatePlane::Center' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreatePlane, Normal) == 0x00000C, "Member 'VictoryBPFunctionLibrary_CreatePlane::Normal' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreatePlane, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_CreatePlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_CreatePrimitiveComponent \ static_assert(alignof(VictoryBPFunctionLibrary_CreatePrimitiveComponent) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_CreatePrimitiveComponent"); \ static_assert(sizeof(VictoryBPFunctionLibrary_CreatePrimitiveComponent) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_CreatePrimitiveComponent"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreatePrimitiveComponent, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_CreatePrimitiveComponent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreatePrimitiveComponent, CompClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_CreatePrimitiveComponent::CompClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreatePrimitiveComponent, Name_0) == 0x000010, "Member 'VictoryBPFunctionLibrary_CreatePrimitiveComponent::Name_0' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreatePrimitiveComponent, Location) == 0x000018, "Member 'VictoryBPFunctionLibrary_CreatePrimitiveComponent::Location' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreatePrimitiveComponent, Rotation) == 0x000024, "Member 'VictoryBPFunctionLibrary_CreatePrimitiveComponent::Rotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreatePrimitiveComponent, ReturnValue) == 0x000030, "Member 'VictoryBPFunctionLibrary_CreatePrimitiveComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_CreateTextureRenderTarget2D \ static_assert(alignof(VictoryBPFunctionLibrary_CreateTextureRenderTarget2D) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_CreateTextureRenderTarget2D"); \ static_assert(sizeof(VictoryBPFunctionLibrary_CreateTextureRenderTarget2D) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_CreateTextureRenderTarget2D"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateTextureRenderTarget2D, Width) == 0x000000, "Member 'VictoryBPFunctionLibrary_CreateTextureRenderTarget2D::Width' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateTextureRenderTarget2D, Height) == 0x000004, "Member 'VictoryBPFunctionLibrary_CreateTextureRenderTarget2D::Height' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateTextureRenderTarget2D, ClearColor) == 0x000008, "Member 'VictoryBPFunctionLibrary_CreateTextureRenderTarget2D::ClearColor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateTextureRenderTarget2D, Gamma) == 0x000018, "Member 'VictoryBPFunctionLibrary_CreateTextureRenderTarget2D::Gamma' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_CreateTextureRenderTarget2D, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_CreateTextureRenderTarget2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations \ static_assert(alignof(VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations, BoneLocations) == 0x000008, "Member 'VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations::BoneLocations' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_Data__GetCharacterBoneLocations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface \ static_assert(alignof(VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface"); \ static_assert(sizeof(VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface, TheSMA) == 0x000000, "Member 'VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface::TheSMA' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface, TestPoint) == 0x000008, "Member 'VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface::TestPoint' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface, ClosestSurfacePoint) == 0x000014, "Member 'VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface::ClosestSurfacePoint' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_DistanceToSurface__DistaceOfPointToMeshSurface::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_DoesMaterialHaveParameter \ static_assert(alignof(VictoryBPFunctionLibrary_DoesMaterialHaveParameter) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_DoesMaterialHaveParameter"); \ static_assert(sizeof(VictoryBPFunctionLibrary_DoesMaterialHaveParameter) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_DoesMaterialHaveParameter"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DoesMaterialHaveParameter, Mat) == 0x000000, "Member 'VictoryBPFunctionLibrary_DoesMaterialHaveParameter::Mat' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DoesMaterialHaveParameter, Parameter) == 0x000008, "Member 'VictoryBPFunctionLibrary_DoesMaterialHaveParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DoesMaterialHaveParameter, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_DoesMaterialHaveParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors \ static_assert(alignof(VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors, StartActor) == 0x000000, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors::StartActor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors, EndActor) == 0x000008, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors::EndActor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors, LineColor) == 0x000010, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors::LineColor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors, Thickness) == 0x000020, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors::Thickness' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors, Duration) == 0x000024, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineBetweenActors::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket \ static_assert(alignof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket, EndPoint) == 0x000008, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket::EndPoint' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket, Socket) == 0x000014, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket::Socket' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket, LineColor) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket::LineColor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket, Thickness) == 0x00002C, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket::Thickness' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket, Duration) == 0x000030, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromCharacterSocket::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket \ static_assert(alignof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket, Mesh) == 0x000000, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket::Mesh' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket, EndPoint) == 0x000008, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket::EndPoint' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket, Socket) == 0x000014, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket::Socket' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket, LineColor) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket::LineColor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket, Thickness) == 0x00002C, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket::Thickness' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket, Duration) == 0x000030, "Member 'VictoryBPFunctionLibrary_Draw__Thick3DLineFromSocket::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_DrawCircle \ static_assert(alignof(VictoryBPFunctionLibrary_DrawCircle) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_DrawCircle"); \ static_assert(sizeof(VictoryBPFunctionLibrary_DrawCircle) == 0x000050, "Wrong size on VictoryBPFunctionLibrary_DrawCircle"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DrawCircle, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_DrawCircle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DrawCircle, Center) == 0x000008, "Member 'VictoryBPFunctionLibrary_DrawCircle::Center' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DrawCircle, Radius) == 0x000014, "Member 'VictoryBPFunctionLibrary_DrawCircle::Radius' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DrawCircle, NumPoints) == 0x000018, "Member 'VictoryBPFunctionLibrary_DrawCircle::NumPoints' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DrawCircle, Thickness) == 0x00001C, "Member 'VictoryBPFunctionLibrary_DrawCircle::Thickness' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DrawCircle, LineColor) == 0x000020, "Member 'VictoryBPFunctionLibrary_DrawCircle::LineColor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DrawCircle, YAxis) == 0x000030, "Member 'VictoryBPFunctionLibrary_DrawCircle::YAxis' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DrawCircle, ZAxis) == 0x00003C, "Member 'VictoryBPFunctionLibrary_DrawCircle::ZAxis' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DrawCircle, Duration) == 0x000048, "Member 'VictoryBPFunctionLibrary_DrawCircle::Duration' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_DrawCircle, PersistentLines) == 0x00004C, "Member 'VictoryBPFunctionLibrary_DrawCircle::PersistentLines' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D \ static_assert(alignof(VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D"); \ static_assert(sizeof(VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D"); \ static_assert(offsetof(VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D, A) == 0x000000, "Member 'VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D, B) == 0x000008, "Member 'VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D::B' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D, ErrorTolerance) == 0x000010, "Member 'VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D, ReturnValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_EqualEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile \ static_assert(alignof(VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile"); \ static_assert(sizeof(VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile, SaveDirectory) == 0x000000, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile::SaveDirectory' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile, JoyfulFileName) == 0x000010, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile::JoyfulFileName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile, SaveText) == 0x000020, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile::SaveText' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile, AllowOverWriting) == 0x000030, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile::AllowOverWriting' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile, AllowAppend) == 0x000031, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile::AllowAppend' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile, ReturnValue) == 0x000032, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringArrayToFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile \ static_assert(alignof(VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile"); \ static_assert(sizeof(VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile, SaveDirectory) == 0x000000, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile::SaveDirectory' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile, JoyfulFileName) == 0x000010, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile::JoyfulFileName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile, SaveText) == 0x000020, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile::SaveText' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile, AllowOverWriting) == 0x000030, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile::AllowOverWriting' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile, AllowAppend) == 0x000031, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile::AllowAppend' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile, ReturnValue) == 0x000032, "Member 'VictoryBPFunctionLibrary_FileIO__SaveStringTextToFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_FlashGameOnTaskBar \ static_assert(alignof(VictoryBPFunctionLibrary_FlashGameOnTaskBar) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_FlashGameOnTaskBar"); \ static_assert(sizeof(VictoryBPFunctionLibrary_FlashGameOnTaskBar) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_FlashGameOnTaskBar"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FlashGameOnTaskBar, PC) == 0x000000, "Member 'VictoryBPFunctionLibrary_FlashGameOnTaskBar::PC' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FlashGameOnTaskBar, FlashContinuous) == 0x000008, "Member 'VictoryBPFunctionLibrary_FlashGameOnTaskBar::FlashContinuous' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FlashGameOnTaskBar, MaxFlashCount) == 0x00000C, "Member 'VictoryBPFunctionLibrary_FlashGameOnTaskBar::MaxFlashCount' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FlashGameOnTaskBar, FlashFrequencyMilliseconds) == 0x000010, "Member 'VictoryBPFunctionLibrary_FlashGameOnTaskBar::FlashFrequencyMilliseconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_FlushPressedKeys \ static_assert(alignof(VictoryBPFunctionLibrary_FlushPressedKeys) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_FlushPressedKeys"); \ static_assert(sizeof(VictoryBPFunctionLibrary_FlushPressedKeys) == 0x000008, "Wrong size on VictoryBPFunctionLibrary_FlushPressedKeys"); \ static_assert(offsetof(VictoryBPFunctionLibrary_FlushPressedKeys, PlayerController) == 0x000000, "Member 'VictoryBPFunctionLibrary_FlushPressedKeys::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetActorRelativeLocation \ static_assert(alignof(VictoryBPFunctionLibrary_GetActorRelativeLocation) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetActorRelativeLocation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetActorRelativeLocation) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_GetActorRelativeLocation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetActorRelativeLocation, ParentActor) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetActorRelativeLocation::ParentActor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetActorRelativeLocation, ChildActor) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetActorRelativeLocation::ChildActor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetActorRelativeLocation, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetActorRelativeLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetActorRelativeRotation \ static_assert(alignof(VictoryBPFunctionLibrary_GetActorRelativeRotation) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetActorRelativeRotation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetActorRelativeRotation) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_GetActorRelativeRotation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetActorRelativeRotation, ParentActor) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetActorRelativeRotation::ParentActor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetActorRelativeRotation, ChildActor) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetActorRelativeRotation::ChildActor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetActorRelativeRotation, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetActorRelativeRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone \ static_assert(alignof(VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone, SkeletalMeshComp) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone::SkeletalMeshComp' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone, StartingBoneName) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone::StartingBoneName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone, BoneNames) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone::BoneNames' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_GetAllBoneNamesBelowBone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetAllWidgetsOfClass \ static_assert(alignof(VictoryBPFunctionLibrary_GetAllWidgetsOfClass) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetAllWidgetsOfClass"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetAllWidgetsOfClass) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_GetAllWidgetsOfClass"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetAllWidgetsOfClass, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetAllWidgetsOfClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetAllWidgetsOfClass, WidgetClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetAllWidgetsOfClass::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetAllWidgetsOfClass, FoundWidgets) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetAllWidgetsOfClass::FoundWidgets' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetAllWidgetsOfClass, TopLevelOnly) == 0x000020, "Member 'VictoryBPFunctionLibrary_GetAllWidgetsOfClass::TopLevelOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetBoxContainingWorldPoints \ static_assert(alignof(VictoryBPFunctionLibrary_GetBoxContainingWorldPoints) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetBoxContainingWorldPoints"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetBoxContainingWorldPoints) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_GetBoxContainingWorldPoints"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetBoxContainingWorldPoints, Points) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetBoxContainingWorldPoints::Points' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetBoxContainingWorldPoints, Center) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetBoxContainingWorldPoints::Center' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetBoxContainingWorldPoints, Extent) == 0x00001C, "Member 'VictoryBPFunctionLibrary_GetBoxContainingWorldPoints::Extent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor \ static_assert(alignof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor, ActorClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor::ActorClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor, ActorCenter) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor::ActorCenter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor, Radius) == 0x000018, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor::Radius' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor, IsValid) == 0x00001C, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation \ static_assert(alignof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation, ActorClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation::ActorClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation, Center) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation::Center' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation, Radius) == 0x00001C, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation::Radius' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation, IsValid) == 0x000020, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation, ReturnValue) == 0x000028, "Member 'VictoryBPFunctionLibrary_GetClosestActorOfClassInRadiusOfLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetCommandLine \ static_assert(alignof(VictoryBPFunctionLibrary_GetCommandLine) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetCommandLine"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetCommandLine) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_GetCommandLine"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetCommandLine, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetCommandLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetComponentRelativeLocation \ static_assert(alignof(VictoryBPFunctionLibrary_GetComponentRelativeLocation) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetComponentRelativeLocation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetComponentRelativeLocation) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_GetComponentRelativeLocation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetComponentRelativeLocation, ParentComponent) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetComponentRelativeLocation::ParentComponent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetComponentRelativeLocation, ChildComponent) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetComponentRelativeLocation::ChildComponent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetComponentRelativeLocation, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetComponentRelativeLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetComponentRelativeRotation \ static_assert(alignof(VictoryBPFunctionLibrary_GetComponentRelativeRotation) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetComponentRelativeRotation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetComponentRelativeRotation) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_GetComponentRelativeRotation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetComponentRelativeRotation, ParentComponent) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetComponentRelativeRotation::ParentComponent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetComponentRelativeRotation, ChildComponent) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetComponentRelativeRotation::ChildComponent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetComponentRelativeRotation, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetComponentRelativeRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetCreationTime \ static_assert(alignof(VictoryBPFunctionLibrary_GetCreationTime) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetCreationTime"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetCreationTime) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_GetCreationTime"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetCreationTime, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetCreationTime::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetCreationTime, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetCreationTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces \ static_assert(alignof(VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces, CollisionComponent1) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces::CollisionComponent1' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces, CollisionComponent2) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces::CollisionComponent2' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces, PointOnSurface1) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces::PointOnSurface1' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces, PointOnSurface2) == 0x00001C, "Member 'VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces::PointOnSurface2' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces, ReturnValue) == 0x000028, "Member 'VictoryBPFunctionLibrary_GetDistanceBetweenComponentSurfaces::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetDistanceToCollision \ static_assert(alignof(VictoryBPFunctionLibrary_GetDistanceToCollision) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetDistanceToCollision"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetDistanceToCollision) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_GetDistanceToCollision"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetDistanceToCollision, CollisionComponent) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetDistanceToCollision::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetDistanceToCollision, Point) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetDistanceToCollision::Point' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetDistanceToCollision, ClosestPointOnCollision) == 0x000014, "Member 'VictoryBPFunctionLibrary_GetDistanceToCollision::ClosestPointOnCollision' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetDistanceToCollision, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_GetDistanceToCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetFirstWidgetOfClass \ static_assert(alignof(VictoryBPFunctionLibrary_GetFirstWidgetOfClass) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetFirstWidgetOfClass"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetFirstWidgetOfClass) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_GetFirstWidgetOfClass"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetFirstWidgetOfClass, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetFirstWidgetOfClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetFirstWidgetOfClass, WidgetClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetFirstWidgetOfClass::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetFirstWidgetOfClass, TopLevelOnly) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetFirstWidgetOfClass::TopLevelOnly' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetFirstWidgetOfClass, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_GetFirstWidgetOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetGenericTeamId \ static_assert(alignof(VictoryBPFunctionLibrary_GetGenericTeamId) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetGenericTeamId"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetGenericTeamId) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_GetGenericTeamId"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetGenericTeamId, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetGenericTeamId::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetGenericTeamId, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetGenericTeamId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetHeadMountedDisplayDeviceType \ static_assert(alignof(VictoryBPFunctionLibrary_GetHeadMountedDisplayDeviceType) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_GetHeadMountedDisplayDeviceType"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetHeadMountedDisplayDeviceType) == 0x000008, "Wrong size on VictoryBPFunctionLibrary_GetHeadMountedDisplayDeviceType"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetHeadMountedDisplayDeviceType, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetHeadMountedDisplayDeviceType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetLevelInstanceInfo \ static_assert(alignof(VictoryBPFunctionLibrary_GetLevelInstanceInfo) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetLevelInstanceInfo"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetLevelInstanceInfo) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_GetLevelInstanceInfo"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetLevelInstanceInfo, LevelInstance) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetLevelInstanceInfo::LevelInstance' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetLevelInstanceInfo, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetLevelInstanceInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetNamesOfLoadedLevels \ static_assert(alignof(VictoryBPFunctionLibrary_GetNamesOfLoadedLevels) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetNamesOfLoadedLevels"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetNamesOfLoadedLevels) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_GetNamesOfLoadedLevels"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetNamesOfLoadedLevels, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetNamesOfLoadedLevels::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetNamesOfLoadedLevels, NamesOfLoadedLevels) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetNamesOfLoadedLevels::NamesOfLoadedLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetObjectPath \ static_assert(alignof(VictoryBPFunctionLibrary_GetObjectPath) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetObjectPath"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetObjectPath) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_GetObjectPath"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetObjectPath, Obj) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetObjectPath::Obj' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetObjectPath, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetObjectPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetPlayerStart \ static_assert(alignof(VictoryBPFunctionLibrary_GetPlayerStart) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetPlayerStart"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetPlayerStart) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_GetPlayerStart"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetPlayerStart, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetPlayerStart::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetPlayerStart, PlayerStartName) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetPlayerStart::PlayerStartName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetPlayerStart, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_GetPlayerStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetPlayerUniqueNetID \ static_assert(alignof(VictoryBPFunctionLibrary_GetPlayerUniqueNetID) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_GetPlayerUniqueNetID"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetPlayerUniqueNetID) == 0x000004, "Wrong size on VictoryBPFunctionLibrary_GetPlayerUniqueNetID"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetPlayerUniqueNetID, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetPlayerUniqueNetID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetRotatorRelativeRotation \ static_assert(alignof(VictoryBPFunctionLibrary_GetRotatorRelativeRotation) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_GetRotatorRelativeRotation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetRotatorRelativeRotation) == 0x000024, "Wrong size on VictoryBPFunctionLibrary_GetRotatorRelativeRotation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetRotatorRelativeRotation, ParentRotation) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetRotatorRelativeRotation::ParentRotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetRotatorRelativeRotation, ChildRotation) == 0x00000C, "Member 'VictoryBPFunctionLibrary_GetRotatorRelativeRotation::ChildRotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetRotatorRelativeRotation, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_GetRotatorRelativeRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetSoundWaveFromFile \ static_assert(alignof(VictoryBPFunctionLibrary_GetSoundWaveFromFile) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetSoundWaveFromFile"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetSoundWaveFromFile) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_GetSoundWaveFromFile"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetSoundWaveFromFile, FilePath) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetSoundWaveFromFile::FilePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetSoundWaveFromFile, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetSoundWaveFromFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetStaticMeshVertexLocations \ static_assert(alignof(VictoryBPFunctionLibrary_GetStaticMeshVertexLocations) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetStaticMeshVertexLocations"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetStaticMeshVertexLocations) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_GetStaticMeshVertexLocations"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetStaticMeshVertexLocations, Comp) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetStaticMeshVertexLocations::Comp' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetStaticMeshVertexLocations, VertexPositions) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetStaticMeshVertexLocations::VertexPositions' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetStaticMeshVertexLocations, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_GetStaticMeshVertexLocations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetTimeAlive \ static_assert(alignof(VictoryBPFunctionLibrary_GetTimeAlive) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetTimeAlive"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetTimeAlive) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_GetTimeAlive"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetTimeAlive, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetTimeAlive::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetTimeAlive, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetTimeAlive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetTimeInPlay \ static_assert(alignof(VictoryBPFunctionLibrary_GetTimeInPlay) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetTimeInPlay"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetTimeInPlay) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_GetTimeInPlay"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetTimeInPlay, Actor) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetTimeInPlay::Actor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetTimeInPlay, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetTimeInPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetUnixTimeStamp \ static_assert(alignof(VictoryBPFunctionLibrary_GetUnixTimeStamp) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetUnixTimeStamp"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetUnixTimeStamp) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_GetUnixTimeStamp"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetUnixTimeStamp, UTCTime) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetUnixTimeStamp::UTCTime' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetUnixTimeStamp, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetUnixTimeStamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand \ static_assert(alignof(VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand) == 0x000008, "Wrong size on VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand, IsAMD) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand::IsAMD' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand, IsNvidia) == 0x000001, "Member 'VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand::IsNvidia' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand, IsIntel) == 0x000002, "Member 'VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand::IsIntel' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand, IsUnknown) == 0x000003, "Member 'VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand::IsUnknown' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand, UnknownId) == 0x000004, "Member 'VictoryBPFunctionLibrary_GetUserDisplayAdapterBrand::UnknownId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetUTCFromUnixTimeStamp \ static_assert(alignof(VictoryBPFunctionLibrary_GetUTCFromUnixTimeStamp) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetUTCFromUnixTimeStamp"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetUTCFromUnixTimeStamp) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_GetUTCFromUnixTimeStamp"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetUTCFromUnixTimeStamp, UnixTimeStamp) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetUTCFromUnixTimeStamp::UnixTimeStamp' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetUTCFromUnixTimeStamp, UTCTime) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetUTCFromUnixTimeStamp::UTCTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetVectorRelativeLocation \ static_assert(alignof(VictoryBPFunctionLibrary_GetVectorRelativeLocation) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_GetVectorRelativeLocation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetVectorRelativeLocation) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_GetVectorRelativeLocation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetVectorRelativeLocation, ParentLocation) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetVectorRelativeLocation::ParentLocation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetVectorRelativeLocation, ParentRotation) == 0x00000C, "Member 'VictoryBPFunctionLibrary_GetVectorRelativeLocation::ParentRotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetVectorRelativeLocation, ChildLocation) == 0x000018, "Member 'VictoryBPFunctionLibrary_GetVectorRelativeLocation::ChildLocation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetVectorRelativeLocation, ReturnValue) == 0x000024, "Member 'VictoryBPFunctionLibrary_GetVectorRelativeLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetViewportPosition \ static_assert(alignof(VictoryBPFunctionLibrary_GetViewportPosition) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetViewportPosition"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetViewportPosition) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_GetViewportPosition"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetViewportPosition, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetViewportPosition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetViewportPosition, ScreenPosition) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetViewportPosition::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetViewportPosition, OutViewportPosition) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetViewportPosition::OutViewportPosition' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetViewportPosition, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_GetViewportPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel \ static_assert(alignof(VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel) == 0x0000A0, "Wrong size on VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel, ViewportPosition) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel::ViewportPosition' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel, TraceChannel) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel, bTraceComplex) == 0x000011, "Member 'VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel, OutHitResult) == 0x000014, "Member 'VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel::OutHitResult' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel, ReturnValue) == 0x00009C, "Member 'VictoryBPFunctionLibrary_GetViewportPositionHitResultByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GetWidgetFromName \ static_assert(alignof(VictoryBPFunctionLibrary_GetWidgetFromName) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_GetWidgetFromName"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GetWidgetFromName) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_GetWidgetFromName"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetWidgetFromName, ParentUserWidget) == 0x000000, "Member 'VictoryBPFunctionLibrary_GetWidgetFromName::ParentUserWidget' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetWidgetFromName, Name_0) == 0x000008, "Member 'VictoryBPFunctionLibrary_GetWidgetFromName::Name_0' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GetWidgetFromName, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_GetWidgetFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_GraphicsSettings__SetFrameRateCap \ static_assert(alignof(VictoryBPFunctionLibrary_GraphicsSettings__SetFrameRateCap) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_GraphicsSettings__SetFrameRateCap"); \ static_assert(sizeof(VictoryBPFunctionLibrary_GraphicsSettings__SetFrameRateCap) == 0x000004, "Wrong size on VictoryBPFunctionLibrary_GraphicsSettings__SetFrameRateCap"); \ static_assert(offsetof(VictoryBPFunctionLibrary_GraphicsSettings__SetFrameRateCap, newValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_GraphicsSettings__SetFrameRateCap::newValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_HasSubstring \ static_assert(alignof(VictoryBPFunctionLibrary_HasSubstring) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_HasSubstring"); \ static_assert(sizeof(VictoryBPFunctionLibrary_HasSubstring) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_HasSubstring"); \ static_assert(offsetof(VictoryBPFunctionLibrary_HasSubstring, SearchIn) == 0x000000, "Member 'VictoryBPFunctionLibrary_HasSubstring::SearchIn' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_HasSubstring, SubString) == 0x000010, "Member 'VictoryBPFunctionLibrary_HasSubstring::SubString' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_HasSubstring, SearchCase) == 0x000020, "Member 'VictoryBPFunctionLibrary_HasSubstring::SearchCase' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_HasSubstring, SearchDir) == 0x000021, "Member 'VictoryBPFunctionLibrary_HasSubstring::SearchDir' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_HasSubstring, ReturnValue) == 0x000022, "Member 'VictoryBPFunctionLibrary_HasSubstring::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_HideStreamingLevel \ static_assert(alignof(VictoryBPFunctionLibrary_HideStreamingLevel) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_HideStreamingLevel"); \ static_assert(sizeof(VictoryBPFunctionLibrary_HideStreamingLevel) == 0x000008, "Wrong size on VictoryBPFunctionLibrary_HideStreamingLevel"); \ static_assert(offsetof(VictoryBPFunctionLibrary_HideStreamingLevel, LevelInstance) == 0x000000, "Member 'VictoryBPFunctionLibrary_HideStreamingLevel::LevelInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_HorizontalFOV \ static_assert(alignof(VictoryBPFunctionLibrary_HorizontalFOV) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_HorizontalFOV"); \ static_assert(sizeof(VictoryBPFunctionLibrary_HorizontalFOV) == 0x00000C, "Wrong size on VictoryBPFunctionLibrary_HorizontalFOV"); \ static_assert(offsetof(VictoryBPFunctionLibrary_HorizontalFOV, VerticalFOV_0) == 0x000000, "Member 'VictoryBPFunctionLibrary_HorizontalFOV::VerticalFOV_0' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_HorizontalFOV, AspectRatio) == 0x000004, "Member 'VictoryBPFunctionLibrary_HorizontalFOV::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_HorizontalFOV, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_HorizontalFOV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_InsertChildAt \ static_assert(alignof(VictoryBPFunctionLibrary_InsertChildAt) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_InsertChildAt"); \ static_assert(sizeof(VictoryBPFunctionLibrary_InsertChildAt) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_InsertChildAt"); \ static_assert(offsetof(VictoryBPFunctionLibrary_InsertChildAt, Parent) == 0x000000, "Member 'VictoryBPFunctionLibrary_InsertChildAt::Parent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_InsertChildAt, Index_0) == 0x000008, "Member 'VictoryBPFunctionLibrary_InsertChildAt::Index_0' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_InsertChildAt, Content) == 0x000010, "Member 'VictoryBPFunctionLibrary_InsertChildAt::Content' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_InsertChildAt, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_InsertChildAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_IsAlphaNumeric \ static_assert(alignof(VictoryBPFunctionLibrary_IsAlphaNumeric) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_IsAlphaNumeric"); \ static_assert(sizeof(VictoryBPFunctionLibrary_IsAlphaNumeric) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_IsAlphaNumeric"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsAlphaNumeric, String) == 0x000000, "Member 'VictoryBPFunctionLibrary_IsAlphaNumeric::String' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsAlphaNumeric, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_IsAlphaNumeric::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_IsPointOnPlane \ static_assert(alignof(VictoryBPFunctionLibrary_IsPointOnPlane) == 0x000010, "Wrong alignment on VictoryBPFunctionLibrary_IsPointOnPlane"); \ static_assert(sizeof(VictoryBPFunctionLibrary_IsPointOnPlane) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_IsPointOnPlane"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsPointOnPlane, Plane) == 0x000000, "Member 'VictoryBPFunctionLibrary_IsPointOnPlane::Plane' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsPointOnPlane, Point) == 0x000010, "Member 'VictoryBPFunctionLibrary_IsPointOnPlane::Point' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsPointOnPlane, Tolerance) == 0x00001C, "Member 'VictoryBPFunctionLibrary_IsPointOnPlane::Tolerance' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsPointOnPlane, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_IsPointOnPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_IsStandAlone \ static_assert(alignof(VictoryBPFunctionLibrary_IsStandAlone) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_IsStandAlone"); \ static_assert(sizeof(VictoryBPFunctionLibrary_IsStandAlone) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_IsStandAlone"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsStandAlone, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_IsStandAlone::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsStandAlone, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_IsStandAlone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_IsWidgetOfClassInViewport \ static_assert(alignof(VictoryBPFunctionLibrary_IsWidgetOfClassInViewport) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_IsWidgetOfClassInViewport"); \ static_assert(sizeof(VictoryBPFunctionLibrary_IsWidgetOfClassInViewport) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_IsWidgetOfClassInViewport"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsWidgetOfClassInViewport, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_IsWidgetOfClassInViewport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsWidgetOfClassInViewport, WidgetClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_IsWidgetOfClassInViewport::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_IsWidgetOfClassInViewport, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_IsWidgetOfClassInViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_JoyFileIO_GetFiles \ static_assert(alignof(VictoryBPFunctionLibrary_JoyFileIO_GetFiles) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_JoyFileIO_GetFiles"); \ static_assert(sizeof(VictoryBPFunctionLibrary_JoyFileIO_GetFiles) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_JoyFileIO_GetFiles"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyFileIO_GetFiles, Files) == 0x000000, "Member 'VictoryBPFunctionLibrary_JoyFileIO_GetFiles::Files' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyFileIO_GetFiles, RootFolderFullPath) == 0x000010, "Member 'VictoryBPFunctionLibrary_JoyFileIO_GetFiles::RootFolderFullPath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyFileIO_GetFiles, Ext) == 0x000020, "Member 'VictoryBPFunctionLibrary_JoyFileIO_GetFiles::Ext' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyFileIO_GetFiles, ReturnValue) == 0x000030, "Member 'VictoryBPFunctionLibrary_JoyFileIO_GetFiles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders \ static_assert(alignof(VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders"); \ static_assert(sizeof(VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders, Files) == 0x000000, "Member 'VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders::Files' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders, RootFolderFullPath) == 0x000010, "Member 'VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders::RootFolderFullPath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders, Ext) == 0x000020, "Member 'VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders::Ext' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders, ReturnValue) == 0x000030, "Member 'VictoryBPFunctionLibrary_JoyFileIO_GetFilesInRootAndAllSubFolders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Get \ static_assert(alignof(VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Get) == 0x000001, "Wrong alignment on VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Get"); \ static_assert(sizeof(VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Get) == 0x000001, "Wrong size on VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Get"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Get, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Set \ static_assert(alignof(VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Set) == 0x000001, "Wrong alignment on VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Set"); \ static_assert(sizeof(VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Set) == 0x000001, "Wrong size on VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Set"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Set, NewSetting) == 0x000000, "Member 'VictoryBPFunctionLibrary_JoyGraphicsSettings__FullScreen_Set::NewSetting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_JoyIsKey \ static_assert(alignof(VictoryBPFunctionLibrary_JoyIsKey) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_JoyIsKey"); \ static_assert(sizeof(VictoryBPFunctionLibrary_JoyIsKey) == 0x000058, "Wrong size on VictoryBPFunctionLibrary_JoyIsKey"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyIsKey, KeyEvent) == 0x000000, "Member 'VictoryBPFunctionLibrary_JoyIsKey::KeyEvent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyIsKey, Key) == 0x000038, "Member 'VictoryBPFunctionLibrary_JoyIsKey::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyIsKey, Ctrl) == 0x000050, "Member 'VictoryBPFunctionLibrary_JoyIsKey::Ctrl' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyIsKey, Shift) == 0x000051, "Member 'VictoryBPFunctionLibrary_JoyIsKey::Shift' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyIsKey, Alt) == 0x000052, "Member 'VictoryBPFunctionLibrary_JoyIsKey::Alt' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyIsKey, Cmd) == 0x000053, "Member 'VictoryBPFunctionLibrary_JoyIsKey::Cmd' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_JoyIsKey, Match) == 0x000054, "Member 'VictoryBPFunctionLibrary_JoyIsKey::Match' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets \ static_assert(alignof(VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets"); \ static_assert(sizeof(VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets, PlayerController) == 0x000000, "Member 'VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets::PlayerController' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets, LightSource) == 0x000008, "Member 'VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets::LightSource' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets, PitchOffset) == 0x000010, "Member 'VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets::PitchOffset' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets, YawOffset) == 0x000014, "Member 'VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets::YawOffset' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets, RollOffset) == 0x000018, "Member 'VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets::RollOffset' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets, ReturnValue) == 0x00001C, "Member 'VictoryBPFunctionLibrary_LensFlare__GetLensFlareOffsets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_LoadObjectFromAssetPath \ static_assert(alignof(VictoryBPFunctionLibrary_LoadObjectFromAssetPath) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_LoadObjectFromAssetPath"); \ static_assert(sizeof(VictoryBPFunctionLibrary_LoadObjectFromAssetPath) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_LoadObjectFromAssetPath"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadObjectFromAssetPath, ObjectClass) == 0x000000, "Member 'VictoryBPFunctionLibrary_LoadObjectFromAssetPath::ObjectClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadObjectFromAssetPath, Path) == 0x000008, "Member 'VictoryBPFunctionLibrary_LoadObjectFromAssetPath::Path' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadObjectFromAssetPath, IsValid) == 0x000010, "Member 'VictoryBPFunctionLibrary_LoadObjectFromAssetPath::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadObjectFromAssetPath, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_LoadObjectFromAssetPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_LoadStringArrayFromFile \ static_assert(alignof(VictoryBPFunctionLibrary_LoadStringArrayFromFile) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_LoadStringArrayFromFile"); \ static_assert(sizeof(VictoryBPFunctionLibrary_LoadStringArrayFromFile) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_LoadStringArrayFromFile"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadStringArrayFromFile, StringArray) == 0x000000, "Member 'VictoryBPFunctionLibrary_LoadStringArrayFromFile::StringArray' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadStringArrayFromFile, ArraySize) == 0x000010, "Member 'VictoryBPFunctionLibrary_LoadStringArrayFromFile::ArraySize' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadStringArrayFromFile, FullFilePath) == 0x000018, "Member 'VictoryBPFunctionLibrary_LoadStringArrayFromFile::FullFilePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadStringArrayFromFile, ExcludeEmptyLines) == 0x000028, "Member 'VictoryBPFunctionLibrary_LoadStringArrayFromFile::ExcludeEmptyLines' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadStringArrayFromFile, ReturnValue) == 0x000029, "Member 'VictoryBPFunctionLibrary_LoadStringArrayFromFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_LoadStringFromFile \ static_assert(alignof(VictoryBPFunctionLibrary_LoadStringFromFile) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_LoadStringFromFile"); \ static_assert(sizeof(VictoryBPFunctionLibrary_LoadStringFromFile) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_LoadStringFromFile"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadStringFromFile, Result) == 0x000000, "Member 'VictoryBPFunctionLibrary_LoadStringFromFile::Result' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadStringFromFile, FullFilePath) == 0x000010, "Member 'VictoryBPFunctionLibrary_LoadStringFromFile::FullFilePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadStringFromFile, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_LoadStringFromFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_LoadTexture2D_FromDDSFile \ static_assert(alignof(VictoryBPFunctionLibrary_LoadTexture2D_FromDDSFile) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_LoadTexture2D_FromDDSFile"); \ static_assert(sizeof(VictoryBPFunctionLibrary_LoadTexture2D_FromDDSFile) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_LoadTexture2D_FromDDSFile"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadTexture2D_FromDDSFile, FullFilePath) == 0x000000, "Member 'VictoryBPFunctionLibrary_LoadTexture2D_FromDDSFile::FullFilePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadTexture2D_FromDDSFile, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_LoadTexture2D_FromDDSFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension \ static_assert(alignof(VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension"); \ static_assert(sizeof(VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension, ImagePath) == 0x000000, "Member 'VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension::ImagePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension, IsValid) == 0x000010, "Member 'VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension, OutWidth) == 0x000014, "Member 'VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension::OutWidth' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension, OutHeight) == 0x000018, "Member 'VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension::OutHeight' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_LoadTexture2D_FromFileByExtension::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_MapRangeClamped \ static_assert(alignof(VictoryBPFunctionLibrary_MapRangeClamped) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_MapRangeClamped"); \ static_assert(sizeof(VictoryBPFunctionLibrary_MapRangeClamped) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_MapRangeClamped"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MapRangeClamped, Value) == 0x000000, "Member 'VictoryBPFunctionLibrary_MapRangeClamped::Value' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MapRangeClamped, InRangeA) == 0x000004, "Member 'VictoryBPFunctionLibrary_MapRangeClamped::InRangeA' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MapRangeClamped, InRangeB) == 0x000008, "Member 'VictoryBPFunctionLibrary_MapRangeClamped::InRangeB' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MapRangeClamped, OutRangeA) == 0x00000C, "Member 'VictoryBPFunctionLibrary_MapRangeClamped::OutRangeA' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MapRangeClamped, OutRangeB) == 0x000010, "Member 'VictoryBPFunctionLibrary_MapRangeClamped::OutRangeB' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MapRangeClamped, ReturnValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_MapRangeClamped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_MaxOfFloatArray \ static_assert(alignof(VictoryBPFunctionLibrary_MaxOfFloatArray) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_MaxOfFloatArray"); \ static_assert(sizeof(VictoryBPFunctionLibrary_MaxOfFloatArray) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_MaxOfFloatArray"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MaxOfFloatArray, FloatArray) == 0x000000, "Member 'VictoryBPFunctionLibrary_MaxOfFloatArray::FloatArray' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MaxOfFloatArray, IndexOfMaxValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_MaxOfFloatArray::IndexOfMaxValue' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MaxOfFloatArray, MaxValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_MaxOfFloatArray::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_MaxOfIntArray \ static_assert(alignof(VictoryBPFunctionLibrary_MaxOfIntArray) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_MaxOfIntArray"); \ static_assert(sizeof(VictoryBPFunctionLibrary_MaxOfIntArray) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_MaxOfIntArray"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MaxOfIntArray, IntArray) == 0x000000, "Member 'VictoryBPFunctionLibrary_MaxOfIntArray::IntArray' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MaxOfIntArray, IndexOfMaxValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_MaxOfIntArray::IndexOfMaxValue' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MaxOfIntArray, MaxValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_MaxOfIntArray::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_MinOfFloatArray \ static_assert(alignof(VictoryBPFunctionLibrary_MinOfFloatArray) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_MinOfFloatArray"); \ static_assert(sizeof(VictoryBPFunctionLibrary_MinOfFloatArray) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_MinOfFloatArray"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MinOfFloatArray, FloatArray) == 0x000000, "Member 'VictoryBPFunctionLibrary_MinOfFloatArray::FloatArray' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MinOfFloatArray, IndexOfMinValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_MinOfFloatArray::IndexOfMinValue' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MinOfFloatArray, MinValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_MinOfFloatArray::MinValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_MinOfIntArray \ static_assert(alignof(VictoryBPFunctionLibrary_MinOfIntArray) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_MinOfIntArray"); \ static_assert(sizeof(VictoryBPFunctionLibrary_MinOfIntArray) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_MinOfIntArray"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MinOfIntArray, IntArray) == 0x000000, "Member 'VictoryBPFunctionLibrary_MinOfIntArray::IntArray' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MinOfIntArray, IndexOfMinValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_MinOfIntArray::IndexOfMinValue' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_MinOfIntArray, MinValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_MinOfIntArray::MinValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility \ static_assert(alignof(VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility, SceneComp) == 0x000000, "Member 'VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility::SceneComp' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility, NewMobility) == 0x000008, "Member 'VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility::NewMobility' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility, ReturnValue) == 0x000009, "Member 'VictoryBPFunctionLibrary_Mobility__SetSceneCompMobility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D \ static_assert(alignof(VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D"); \ static_assert(sizeof(VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D"); \ static_assert(offsetof(VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D, A) == 0x000000, "Member 'VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D, B) == 0x000008, "Member 'VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D::B' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D, ErrorTolerance) == 0x000010, "Member 'VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D, ReturnValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_NotEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Open_URL_In_Web_Browser \ static_assert(alignof(VictoryBPFunctionLibrary_Open_URL_In_Web_Browser) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Open_URL_In_Web_Browser"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Open_URL_In_Web_Browser) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_Open_URL_In_Web_Browser"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Open_URL_In_Web_Browser, TheURL) == 0x000000, "Member 'VictoryBPFunctionLibrary_Open_URL_In_Web_Browser::TheURL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform \ static_assert(alignof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform) == 0x000001, "Wrong alignment on VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform"); \ static_assert(sizeof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform) == 0x00000B, "Wrong size on VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, Windows_) == 0x000000, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::Windows_' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, Mac) == 0x000001, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::Mac' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, Linux) == 0x000002, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::Linux' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, IOS) == 0x000003, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::IOS' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, Android) == 0x000004, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::Android' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, Android_ARM) == 0x000005, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::Android_ARM' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, Android_Vulkan) == 0x000006, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::Android_Vulkan' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, PS4) == 0x000007, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::PS4' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, XboxOne) == 0x000008, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::XboxOne' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, HTML5) == 0x000009, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::HTML5' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform, APPLE) == 0x00000A, "Member 'VictoryBPFunctionLibrary_OperatingSystem__GetCurrentPlatform::APPLE' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions \ static_assert(alignof(VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions"); \ static_assert(sizeof(VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions, Widths) == 0x000000, "Member 'VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions::Widths' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions, Heights) == 0x000010, "Member 'VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions::Heights' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions, RefreshRates) == 0x000020, "Member 'VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions::RefreshRates' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions, IncludeRefreshRates) == 0x000030, "Member 'VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions::IncludeRefreshRates' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions, ReturnValue) == 0x000031, "Member 'VictoryBPFunctionLibrary_OptionsMenu__GetDisplayAdapterScreenResolutions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Physics__EnterRagDoll \ static_assert(alignof(VictoryBPFunctionLibrary_Physics__EnterRagDoll) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Physics__EnterRagDoll"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Physics__EnterRagDoll) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_Physics__EnterRagDoll"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__EnterRagDoll, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Physics__EnterRagDoll::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__EnterRagDoll, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_Physics__EnterRagDoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll \ static_assert(alignof(VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll, RagdollLocation) == 0x000008, "Member 'VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll::RagdollLocation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll, ReturnValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_Physics__GetLocationofRagDoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll \ static_assert(alignof(VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll, InitLocation) == 0x000008, "Member 'VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll::InitLocation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll, InitRotation) == 0x000014, "Member 'VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll::InitRotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_Physics__InitializeVictoryRagDoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Physics__IsRagDoll \ static_assert(alignof(VictoryBPFunctionLibrary_Physics__IsRagDoll) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Physics__IsRagDoll"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Physics__IsRagDoll) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_Physics__IsRagDoll"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__IsRagDoll, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Physics__IsRagDoll::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__IsRagDoll, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_Physics__IsRagDoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Physics__LeaveRagDoll \ static_assert(alignof(VictoryBPFunctionLibrary_Physics__LeaveRagDoll) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Physics__LeaveRagDoll"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Physics__LeaveRagDoll) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_Physics__LeaveRagDoll"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__LeaveRagDoll, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Physics__LeaveRagDoll::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__LeaveRagDoll, SetToFallingMovementMode) == 0x000008, "Member 'VictoryBPFunctionLibrary_Physics__LeaveRagDoll::SetToFallingMovementMode' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__LeaveRagDoll, HeightAboveRBMesh) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Physics__LeaveRagDoll::HeightAboveRBMesh' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__LeaveRagDoll, InitLocation) == 0x000010, "Member 'VictoryBPFunctionLibrary_Physics__LeaveRagDoll::InitLocation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__LeaveRagDoll, InitRotation) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Physics__LeaveRagDoll::InitRotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__LeaveRagDoll, ReturnValue) == 0x000028, "Member 'VictoryBPFunctionLibrary_Physics__LeaveRagDoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation \ static_assert(alignof(VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation, TheCharacter) == 0x000000, "Member 'VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation, HeightOffset) == 0x000008, "Member 'VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation::HeightOffset' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation, InterpSpeed) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_Physics__UpdateCharacterCameraToRagdollLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_PlayerController_GetControllerID \ static_assert(alignof(VictoryBPFunctionLibrary_PlayerController_GetControllerID) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_PlayerController_GetControllerID"); \ static_assert(sizeof(VictoryBPFunctionLibrary_PlayerController_GetControllerID) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_PlayerController_GetControllerID"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlayerController_GetControllerID, ThePC) == 0x000000, "Member 'VictoryBPFunctionLibrary_PlayerController_GetControllerID::ThePC' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlayerController_GetControllerID, ControllerId) == 0x000008, "Member 'VictoryBPFunctionLibrary_PlayerController_GetControllerID::ControllerId' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlayerController_GetControllerID, ReturnValue) == 0x00000C, "Member 'VictoryBPFunctionLibrary_PlayerController_GetControllerID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_PlayerState_GetPlayerID \ static_assert(alignof(VictoryBPFunctionLibrary_PlayerState_GetPlayerID) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_PlayerState_GetPlayerID"); \ static_assert(sizeof(VictoryBPFunctionLibrary_PlayerState_GetPlayerID) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_PlayerState_GetPlayerID"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlayerState_GetPlayerID, ThePC) == 0x000000, "Member 'VictoryBPFunctionLibrary_PlayerState_GetPlayerID::ThePC' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlayerState_GetPlayerID, PlayerId) == 0x000008, "Member 'VictoryBPFunctionLibrary_PlayerState_GetPlayerID::PlayerId' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlayerState_GetPlayerID, ReturnValue) == 0x00000C, "Member 'VictoryBPFunctionLibrary_PlayerState_GetPlayerID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile \ static_assert(alignof(VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile"); \ static_assert(sizeof(VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile, FilePath) == 0x000008, "Member 'VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile::FilePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile, Location) == 0x000018, "Member 'VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile::Location' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile, VolumeMultiplier) == 0x000024, "Member 'VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile, PitchMultiplier) == 0x000028, "Member 'VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile, StartTime) == 0x00002C, "Member 'VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile::StartTime' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile, AttenuationSettings) == 0x000030, "Member 'VictoryBPFunctionLibrary_PlaySoundAtLocationFromFile::AttenuationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_PlaySoundAttachedFromFile \ static_assert(alignof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_PlaySoundAttachedFromFile"); \ static_assert(sizeof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile) == 0x000050, "Wrong size on VictoryBPFunctionLibrary_PlaySoundAttachedFromFile"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, FilePath) == 0x000000, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::FilePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, AttachToComponent) == 0x000010, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, AttachPointName) == 0x000018, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, Location) == 0x000020, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::Location' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, LocationType) == 0x00002C, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::LocationType' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, bStopWhenAttachedToDestroyed) == 0x00002D, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, VolumeMultiplier) == 0x000030, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, PitchMultiplier) == 0x000034, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, StartTime) == 0x000038, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::StartTime' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, AttenuationSettings) == 0x000040, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PlaySoundAttachedFromFile, ReturnValue) == 0x000048, "Member 'VictoryBPFunctionLibrary_PlaySoundAttachedFromFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_PointDistanceToPlane \ static_assert(alignof(VictoryBPFunctionLibrary_PointDistanceToPlane) == 0x000010, "Wrong alignment on VictoryBPFunctionLibrary_PointDistanceToPlane"); \ static_assert(sizeof(VictoryBPFunctionLibrary_PointDistanceToPlane) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_PointDistanceToPlane"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PointDistanceToPlane, Plane) == 0x000000, "Member 'VictoryBPFunctionLibrary_PointDistanceToPlane::Plane' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PointDistanceToPlane, Point) == 0x000010, "Member 'VictoryBPFunctionLibrary_PointDistanceToPlane::Point' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_PointDistanceToPlane, Distance) == 0x00001C, "Member 'VictoryBPFunctionLibrary_PointDistanceToPlane::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_ProjectWorldToScreenPosition \ static_assert(alignof(VictoryBPFunctionLibrary_ProjectWorldToScreenPosition) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_ProjectWorldToScreenPosition"); \ static_assert(sizeof(VictoryBPFunctionLibrary_ProjectWorldToScreenPosition) == 0x000014, "Wrong size on VictoryBPFunctionLibrary_ProjectWorldToScreenPosition"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ProjectWorldToScreenPosition, WorldLocation) == 0x000000, "Member 'VictoryBPFunctionLibrary_ProjectWorldToScreenPosition::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ProjectWorldToScreenPosition, ReturnValue) == 0x00000C, "Member 'VictoryBPFunctionLibrary_ProjectWorldToScreenPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RandBool_Bernoulli \ static_assert(alignof(VictoryBPFunctionLibrary_RandBool_Bernoulli) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_RandBool_Bernoulli"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RandBool_Bernoulli) == 0x000008, "Wrong size on VictoryBPFunctionLibrary_RandBool_Bernoulli"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandBool_Bernoulli, fBias) == 0x000000, "Member 'VictoryBPFunctionLibrary_RandBool_Bernoulli::fBias' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandBool_Bernoulli, ReturnValue) == 0x000004, "Member 'VictoryBPFunctionLibrary_RandBool_Bernoulli::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RandBool_Bernoulli_MT \ static_assert(alignof(VictoryBPFunctionLibrary_RandBool_Bernoulli_MT) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_RandBool_Bernoulli_MT"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RandBool_Bernoulli_MT) == 0x000008, "Wrong size on VictoryBPFunctionLibrary_RandBool_Bernoulli_MT"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandBool_Bernoulli_MT, fBias) == 0x000000, "Member 'VictoryBPFunctionLibrary_RandBool_Bernoulli_MT::fBias' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandBool_Bernoulli_MT, ReturnValue) == 0x000004, "Member 'VictoryBPFunctionLibrary_RandBool_Bernoulli_MT::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis \ static_assert(alignof(VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis) == 0x00000C, "Wrong size on VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis, iMin) == 0x000000, "Member 'VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis::iMin' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis, iMax) == 0x000004, "Member 'VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis::iMax' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT \ static_assert(alignof(VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT) == 0x00000C, "Wrong size on VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT, iMin) == 0x000000, "Member 'VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT::iMin' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT, iMax) == 0x000004, "Member 'VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT::iMax' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_RandFloat_MINMAX_uniDis_MT::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RandFloat_uniDis \ static_assert(alignof(VictoryBPFunctionLibrary_RandFloat_uniDis) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_RandFloat_uniDis"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RandFloat_uniDis) == 0x000004, "Wrong size on VictoryBPFunctionLibrary_RandFloat_uniDis"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandFloat_uniDis, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_RandFloat_uniDis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RandFloat_uniDis_MT \ static_assert(alignof(VictoryBPFunctionLibrary_RandFloat_uniDis_MT) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_RandFloat_uniDis_MT"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RandFloat_uniDis_MT) == 0x000004, "Wrong size on VictoryBPFunctionLibrary_RandFloat_uniDis_MT"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandFloat_uniDis_MT, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_RandFloat_uniDis_MT::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis \ static_assert(alignof(VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis) == 0x00000C, "Wrong size on VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis, iMin) == 0x000000, "Member 'VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis::iMin' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis, iMax) == 0x000004, "Member 'VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis::iMax' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT \ static_assert(alignof(VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT) == 0x00000C, "Wrong size on VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT, iMin) == 0x000000, "Member 'VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT::iMin' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT, iMax) == 0x000004, "Member 'VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT::iMax' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_RandInt_MINMAX_uniDis_MT::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RandInt_uniDis \ static_assert(alignof(VictoryBPFunctionLibrary_RandInt_uniDis) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_RandInt_uniDis"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RandInt_uniDis) == 0x000004, "Wrong size on VictoryBPFunctionLibrary_RandInt_uniDis"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandInt_uniDis, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_RandInt_uniDis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RandInt_uniDis_MT \ static_assert(alignof(VictoryBPFunctionLibrary_RandInt_uniDis_MT) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_RandInt_uniDis_MT"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RandInt_uniDis_MT) == 0x000004, "Wrong size on VictoryBPFunctionLibrary_RandInt_uniDis_MT"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RandInt_uniDis_MT, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_RandInt_uniDis_MT::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime \ static_assert(alignof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime, MilliSeconds) == 0x000000, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime::MilliSeconds' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime, Seconds) == 0x000004, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime::Seconds' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime, Minutes) == 0x000008, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime::Minutes' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime, Hours12) == 0x00000C, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime::Hours12' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime, Hours24) == 0x000010, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime::Hours24' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime, Day) == 0x000014, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime::Day' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime, Month) == 0x000018, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime::Month' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime, Year) == 0x00001C, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime::Year' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetCurrentOSTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes \ static_assert(alignof(VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes, PreviousTime1) == 0x000000, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes::PreviousTime1' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes, PreviousTime2) == 0x000010, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes::PreviousTime2' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes, MilliSeconds) == 0x000020, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes::MilliSeconds' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes, Seconds) == 0x000024, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes::Seconds' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes, Minutes) == 0x000028, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes::Minutes' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes, Hours) == 0x00002C, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetDifferenceBetweenTimes::Hours' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime \ static_assert(alignof(VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime, PreviousTime) == 0x000000, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime::PreviousTime' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime, MilliSeconds) == 0x000010, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime::MilliSeconds' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime, Seconds) == 0x000014, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime::Seconds' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime, Minutes) == 0x000018, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime::Minutes' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime, Hours) == 0x00001C, "Member 'VictoryBPFunctionLibrary_RealWorldTime__GetTimePassedSincePreviousTime::Hours' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RemoveAllWidgetsOfClass \ static_assert(alignof(VictoryBPFunctionLibrary_RemoveAllWidgetsOfClass) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_RemoveAllWidgetsOfClass"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RemoveAllWidgetsOfClass) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_RemoveAllWidgetsOfClass"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RemoveAllWidgetsOfClass, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_RemoveAllWidgetsOfClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RemoveAllWidgetsOfClass, WidgetClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_RemoveAllWidgetsOfClass::WidgetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_RemoveFromStreamingLevels \ static_assert(alignof(VictoryBPFunctionLibrary_RemoveFromStreamingLevels) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_RemoveFromStreamingLevels"); \ static_assert(sizeof(VictoryBPFunctionLibrary_RemoveFromStreamingLevels) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_RemoveFromStreamingLevels"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RemoveFromStreamingLevels, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_RemoveFromStreamingLevels::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_RemoveFromStreamingLevels, LevelInstanceInfo) == 0x000008, "Member 'VictoryBPFunctionLibrary_RemoveFromStreamingLevels::LevelInstanceInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_SaveGameObject_GetAllSaveSlotFileNames \ static_assert(alignof(VictoryBPFunctionLibrary_SaveGameObject_GetAllSaveSlotFileNames) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_SaveGameObject_GetAllSaveSlotFileNames"); \ static_assert(sizeof(VictoryBPFunctionLibrary_SaveGameObject_GetAllSaveSlotFileNames) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_SaveGameObject_GetAllSaveSlotFileNames"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SaveGameObject_GetAllSaveSlotFileNames, FileNames) == 0x000000, "Member 'VictoryBPFunctionLibrary_SaveGameObject_GetAllSaveSlotFileNames::FileNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_SaveGameObject_GetMostRecentSaveSlotFileName \ static_assert(alignof(VictoryBPFunctionLibrary_SaveGameObject_GetMostRecentSaveSlotFileName) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_SaveGameObject_GetMostRecentSaveSlotFileName"); \ static_assert(sizeof(VictoryBPFunctionLibrary_SaveGameObject_GetMostRecentSaveSlotFileName) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_SaveGameObject_GetMostRecentSaveSlotFileName"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SaveGameObject_GetMostRecentSaveSlotFileName, Filename) == 0x000000, "Member 'VictoryBPFunctionLibrary_SaveGameObject_GetMostRecentSaveSlotFileName::Filename' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SaveGameObject_GetMostRecentSaveSlotFileName, bFound) == 0x000010, "Member 'VictoryBPFunctionLibrary_SaveGameObject_GetMostRecentSaveSlotFileName::bFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent \ static_assert(alignof(VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent"); \ static_assert(sizeof(VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent, OriginalFileName) == 0x000000, "Member 'VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent::OriginalFileName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent, NewName) == 0x000010, "Member 'VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent::NewName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent, NewAbsoluteFolderPath) == 0x000020, "Member 'VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent::NewAbsoluteFolderPath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent, HighResolution) == 0x000030, "Member 'VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent::HighResolution' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent, ReturnValue) == 0x000031, "Member 'VictoryBPFunctionLibrary_ScreenShots_Rename_Move_Most_Recent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_seedRand \ static_assert(alignof(VictoryBPFunctionLibrary_seedRand) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_seedRand"); \ static_assert(sizeof(VictoryBPFunctionLibrary_seedRand) == 0x000004, "Wrong size on VictoryBPFunctionLibrary_seedRand"); \ static_assert(offsetof(VictoryBPFunctionLibrary_seedRand, Seed) == 0x000000, "Member 'VictoryBPFunctionLibrary_seedRand::Seed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Selection_SelectionBox \ static_assert(alignof(VictoryBPFunctionLibrary_Selection_SelectionBox) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Selection_SelectionBox"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Selection_SelectionBox) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_Selection_SelectionBox"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Selection_SelectionBox, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_Selection_SelectionBox::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Selection_SelectionBox, SelectedActors) == 0x000008, "Member 'VictoryBPFunctionLibrary_Selection_SelectionBox::SelectedActors' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Selection_SelectionBox, AnchorPoint) == 0x000018, "Member 'VictoryBPFunctionLibrary_Selection_SelectionBox::AnchorPoint' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Selection_SelectionBox, DraggedPoint) == 0x000020, "Member 'VictoryBPFunctionLibrary_Selection_SelectionBox::DraggedPoint' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Selection_SelectionBox, ClassFilter) == 0x000028, "Member 'VictoryBPFunctionLibrary_Selection_SelectionBox::ClassFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_ServerTravel \ static_assert(alignof(VictoryBPFunctionLibrary_ServerTravel) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_ServerTravel"); \ static_assert(sizeof(VictoryBPFunctionLibrary_ServerTravel) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_ServerTravel"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ServerTravel, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_ServerTravel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ServerTravel, MapName) == 0x000008, "Member 'VictoryBPFunctionLibrary_ServerTravel::MapName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ServerTravel, bSkipNotifyPlayers) == 0x000018, "Member 'VictoryBPFunctionLibrary_ServerTravel::bSkipNotifyPlayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_SetBloomIntensity \ static_assert(alignof(VictoryBPFunctionLibrary_SetBloomIntensity) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_SetBloomIntensity"); \ static_assert(sizeof(VictoryBPFunctionLibrary_SetBloomIntensity) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_SetBloomIntensity"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SetBloomIntensity, PostProcessVolume) == 0x000000, "Member 'VictoryBPFunctionLibrary_SetBloomIntensity::PostProcessVolume' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SetBloomIntensity, Intensity) == 0x000008, "Member 'VictoryBPFunctionLibrary_SetBloomIntensity::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_SetComponentTickRate \ static_assert(alignof(VictoryBPFunctionLibrary_SetComponentTickRate) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_SetComponentTickRate"); \ static_assert(sizeof(VictoryBPFunctionLibrary_SetComponentTickRate) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_SetComponentTickRate"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SetComponentTickRate, Component) == 0x000000, "Member 'VictoryBPFunctionLibrary_SetComponentTickRate::Component' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SetComponentTickRate, Seconds) == 0x000008, "Member 'VictoryBPFunctionLibrary_SetComponentTickRate::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_SetGenericTeamId \ static_assert(alignof(VictoryBPFunctionLibrary_SetGenericTeamId) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_SetGenericTeamId"); \ static_assert(sizeof(VictoryBPFunctionLibrary_SetGenericTeamId) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_SetGenericTeamId"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SetGenericTeamId, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_SetGenericTeamId::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SetGenericTeamId, NewTeamId) == 0x000008, "Member 'VictoryBPFunctionLibrary_SetGenericTeamId::NewTeamId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_SpawnActorIntoLevel \ static_assert(alignof(VictoryBPFunctionLibrary_SpawnActorIntoLevel) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_SpawnActorIntoLevel"); \ static_assert(sizeof(VictoryBPFunctionLibrary_SpawnActorIntoLevel) == 0x000040, "Wrong size on VictoryBPFunctionLibrary_SpawnActorIntoLevel"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SpawnActorIntoLevel, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_SpawnActorIntoLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SpawnActorIntoLevel, ActorClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_SpawnActorIntoLevel::ActorClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SpawnActorIntoLevel, Level) == 0x000010, "Member 'VictoryBPFunctionLibrary_SpawnActorIntoLevel::Level' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SpawnActorIntoLevel, Location) == 0x000018, "Member 'VictoryBPFunctionLibrary_SpawnActorIntoLevel::Location' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SpawnActorIntoLevel, Rotation) == 0x000024, "Member 'VictoryBPFunctionLibrary_SpawnActorIntoLevel::Rotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SpawnActorIntoLevel, SpawnEvenIfColliding) == 0x000030, "Member 'VictoryBPFunctionLibrary_SpawnActorIntoLevel::SpawnEvenIfColliding' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_SpawnActorIntoLevel, ReturnValue) == 0x000038, "Member 'VictoryBPFunctionLibrary_SpawnActorIntoLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_String__CombineStrings \ static_assert(alignof(VictoryBPFunctionLibrary_String__CombineStrings) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_String__CombineStrings"); \ static_assert(sizeof(VictoryBPFunctionLibrary_String__CombineStrings) == 0x000060, "Wrong size on VictoryBPFunctionLibrary_String__CombineStrings"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__CombineStrings, StringFirst) == 0x000000, "Member 'VictoryBPFunctionLibrary_String__CombineStrings::StringFirst' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__CombineStrings, StringSecond) == 0x000010, "Member 'VictoryBPFunctionLibrary_String__CombineStrings::StringSecond' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__CombineStrings, Separator) == 0x000020, "Member 'VictoryBPFunctionLibrary_String__CombineStrings::Separator' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__CombineStrings, StringFirstLabel) == 0x000030, "Member 'VictoryBPFunctionLibrary_String__CombineStrings::StringFirstLabel' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__CombineStrings, StringSecondLabel) == 0x000040, "Member 'VictoryBPFunctionLibrary_String__CombineStrings::StringSecondLabel' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__CombineStrings, ReturnValue) == 0x000050, "Member 'VictoryBPFunctionLibrary_String__CombineStrings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_String__CombineStrings_Multi \ static_assert(alignof(VictoryBPFunctionLibrary_String__CombineStrings_Multi) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_String__CombineStrings_Multi"); \ static_assert(sizeof(VictoryBPFunctionLibrary_String__CombineStrings_Multi) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_String__CombineStrings_Multi"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__CombineStrings_Multi, A) == 0x000000, "Member 'VictoryBPFunctionLibrary_String__CombineStrings_Multi::A' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__CombineStrings_Multi, B) == 0x000010, "Member 'VictoryBPFunctionLibrary_String__CombineStrings_Multi::B' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__CombineStrings_Multi, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_String__CombineStrings_Multi::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_String__ExplodeString \ static_assert(alignof(VictoryBPFunctionLibrary_String__ExplodeString) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_String__ExplodeString"); \ static_assert(sizeof(VictoryBPFunctionLibrary_String__ExplodeString) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_String__ExplodeString"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__ExplodeString, OutputStrings) == 0x000000, "Member 'VictoryBPFunctionLibrary_String__ExplodeString::OutputStrings' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__ExplodeString, InputString) == 0x000010, "Member 'VictoryBPFunctionLibrary_String__ExplodeString::InputString' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__ExplodeString, Separator) == 0x000020, "Member 'VictoryBPFunctionLibrary_String__ExplodeString::Separator' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__ExplodeString, Limit) == 0x000030, "Member 'VictoryBPFunctionLibrary_String__ExplodeString::Limit' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_String__ExplodeString, bTrimElements) == 0x000034, "Member 'VictoryBPFunctionLibrary_String__ExplodeString::bTrimElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision \ static_assert(alignof(VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision"); \ static_assert(sizeof(VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision"); \ static_assert(offsetof(VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision, TheFloat) == 0x000000, "Member 'VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision::TheFloat' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision, TheString) == 0x000008, "Member 'VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision::TheString' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision, Precision) == 0x000018, "Member 'VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision::Precision' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision, IncludeLeadingZero) == 0x00001C, "Member 'VictoryBPFunctionLibrary_StringConversion__GetFloatAsStringWithPrecision::IncludeLeadingZero' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_StringIsEmpty \ static_assert(alignof(VictoryBPFunctionLibrary_StringIsEmpty) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_StringIsEmpty"); \ static_assert(sizeof(VictoryBPFunctionLibrary_StringIsEmpty) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_StringIsEmpty"); \ static_assert(offsetof(VictoryBPFunctionLibrary_StringIsEmpty, Target) == 0x000000, "Member 'VictoryBPFunctionLibrary_StringIsEmpty::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_StringIsEmpty, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_StringIsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Text_IsNumeric \ static_assert(alignof(VictoryBPFunctionLibrary_Text_IsNumeric) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Text_IsNumeric"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Text_IsNumeric) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Text_IsNumeric"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Text_IsNumeric, Text) == 0x000000, "Member 'VictoryBPFunctionLibrary_Text_IsNumeric::Text' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Text_IsNumeric, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_Text_IsNumeric::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Text_ToFloat \ static_assert(alignof(VictoryBPFunctionLibrary_Text_ToFloat) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Text_ToFloat"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Text_ToFloat) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Text_ToFloat"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Text_ToFloat, Text) == 0x000000, "Member 'VictoryBPFunctionLibrary_Text_ToFloat::Text' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Text_ToFloat, UseDotForThousands) == 0x000018, "Member 'VictoryBPFunctionLibrary_Text_ToFloat::UseDotForThousands' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Text_ToFloat, ReturnValue) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Text_ToFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Text_ToInt \ static_assert(alignof(VictoryBPFunctionLibrary_Text_ToInt) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Text_ToInt"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Text_ToInt) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Text_ToInt"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Text_ToInt, Text) == 0x000000, "Member 'VictoryBPFunctionLibrary_Text_ToInt::Text' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Text_ToInt, UseDotForThousands) == 0x000018, "Member 'VictoryBPFunctionLibrary_Text_ToInt::UseDotForThousands' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Text_ToInt, ReturnValue) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Text_ToInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket \ static_assert(alignof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket"); \ static_assert(sizeof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket) == 0x000058, "Wrong size on VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket, TraceStart) == 0x000000, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket::TraceStart' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket, TraceEnd) == 0x00000C, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket, TheCharacter) == 0x000018, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket::TheCharacter' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket, TraceRotation) == 0x000020, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket::TraceRotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket, TraceLength) == 0x00002C, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket::TraceLength' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket, Socket) == 0x000030, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket::Socket' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket, DrawTraceData) == 0x000038, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket::DrawTraceData' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket, TraceDataColor) == 0x00003C, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket::TraceDataColor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket, TraceDataThickness) == 0x00004C, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket::TraceDataThickness' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket, ReturnValue) == 0x000050, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromCharacterSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket \ static_assert(alignof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket"); \ static_assert(sizeof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket) == 0x000058, "Wrong size on VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket, TraceStart) == 0x000000, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket::TraceStart' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket, TraceEnd) == 0x00000C, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket, Mesh) == 0x000018, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket::Mesh' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket, TraceRotation) == 0x000020, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket::TraceRotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket, TraceLength) == 0x00002C, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket::TraceLength' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket, Socket) == 0x000030, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket::Socket' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket, DrawTraceData) == 0x000038, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket::DrawTraceData' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket, TraceDataColor) == 0x00003C, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket::TraceDataColor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket, TraceDataThickness) == 0x00004C, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket::TraceDataThickness' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket, ReturnValue) == 0x000050, "Member 'VictoryBPFunctionLibrary_TraceData__GetTraceDataFromSkeletalMeshSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone \ static_assert(alignof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone) == 0x000058, "Wrong size on VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone, TraceOwner) == 0x000000, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone::TraceOwner' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone, TraceStart) == 0x000008, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone::TraceStart' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone, TraceEnd) == 0x000014, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone, OutImpactPoint) == 0x000020, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone::OutImpactPoint' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone, OutImpactNormal) == 0x00002C, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone::OutImpactNormal' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone, ClosestBoneName) == 0x000038, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone::ClosestBoneName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone, ClosestBoneLocation) == 0x000040, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone::ClosestBoneLocation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone, IsValid) == 0x00004C, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone, ReturnValue) == 0x000050, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestBone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket \ static_assert(alignof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket) == 0x000060, "Wrong size on VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket, TraceOwner) == 0x000008, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket::TraceOwner' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket, TraceStart) == 0x000010, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket::TraceStart' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket, TraceEnd) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket, OutImpactPoint) == 0x000028, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket::OutImpactPoint' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket, OutImpactNormal) == 0x000034, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket::OutImpactNormal' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket, ClosestSocketName) == 0x000040, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket::ClosestSocketName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket, SocketLocation) == 0x000048, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket::SocketLocation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket, IsValid) == 0x000054, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket, ReturnValue) == 0x000058, "Member 'VictoryBPFunctionLibrary_Traces__CharacterMeshTrace___ClosestSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_UnloadStreamingLevel \ static_assert(alignof(VictoryBPFunctionLibrary_UnloadStreamingLevel) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_UnloadStreamingLevel"); \ static_assert(sizeof(VictoryBPFunctionLibrary_UnloadStreamingLevel) == 0x000008, "Wrong size on VictoryBPFunctionLibrary_UnloadStreamingLevel"); \ static_assert(offsetof(VictoryBPFunctionLibrary_UnloadStreamingLevel, LevelInstance) == 0x000000, "Member 'VictoryBPFunctionLibrary_UnloadStreamingLevel::LevelInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_UTCToLocal \ static_assert(alignof(VictoryBPFunctionLibrary_UTCToLocal) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_UTCToLocal"); \ static_assert(sizeof(VictoryBPFunctionLibrary_UTCToLocal) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_UTCToLocal"); \ static_assert(offsetof(VictoryBPFunctionLibrary_UTCToLocal, UTCTime) == 0x000000, "Member 'VictoryBPFunctionLibrary_UTCToLocal::UTCTime' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_UTCToLocal, LocalTime) == 0x000008, "Member 'VictoryBPFunctionLibrary_UTCToLocal::LocalTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Vector2DInterpTo \ static_assert(alignof(VictoryBPFunctionLibrary_Vector2DInterpTo) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_Vector2DInterpTo"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Vector2DInterpTo) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Vector2DInterpTo"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Vector2DInterpTo, Current) == 0x000000, "Member 'VictoryBPFunctionLibrary_Vector2DInterpTo::Current' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Vector2DInterpTo, Target) == 0x000008, "Member 'VictoryBPFunctionLibrary_Vector2DInterpTo::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Vector2DInterpTo, DeltaTime) == 0x000010, "Member 'VictoryBPFunctionLibrary_Vector2DInterpTo::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Vector2DInterpTo, InterpSpeed) == 0x000014, "Member 'VictoryBPFunctionLibrary_Vector2DInterpTo::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Vector2DInterpTo, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_Vector2DInterpTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Vector2DInterpTo_Constant \ static_assert(alignof(VictoryBPFunctionLibrary_Vector2DInterpTo_Constant) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_Vector2DInterpTo_Constant"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Vector2DInterpTo_Constant) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Vector2DInterpTo_Constant"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Vector2DInterpTo_Constant, Current) == 0x000000, "Member 'VictoryBPFunctionLibrary_Vector2DInterpTo_Constant::Current' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Vector2DInterpTo_Constant, Target) == 0x000008, "Member 'VictoryBPFunctionLibrary_Vector2DInterpTo_Constant::Target' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Vector2DInterpTo_Constant, DeltaTime) == 0x000010, "Member 'VictoryBPFunctionLibrary_Vector2DInterpTo_Constant::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Vector2DInterpTo_Constant, InterpSpeed) == 0x000014, "Member 'VictoryBPFunctionLibrary_Vector2DInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Vector2DInterpTo_Constant, ReturnValue) == 0x000018, "Member 'VictoryBPFunctionLibrary_Vector2DInterpTo_Constant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VerticalFOV \ static_assert(alignof(VictoryBPFunctionLibrary_VerticalFOV) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_VerticalFOV"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VerticalFOV) == 0x00000C, "Wrong size on VictoryBPFunctionLibrary_VerticalFOV"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VerticalFOV, HorizontalFOV) == 0x000000, "Member 'VictoryBPFunctionLibrary_VerticalFOV::HorizontalFOV' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VerticalFOV, AspectRatio) == 0x000004, "Member 'VictoryBPFunctionLibrary_VerticalFOV::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VerticalFOV, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_VerticalFOV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter, Pawn) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter::Pawn' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter, Dest) == 0x000008, "Member 'VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter::Dest' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter, FilterClass) == 0x000018, "Member 'VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter::FilterClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter, AcceptanceRadius) == 0x000020, "Member 'VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter, bProjectDestinationToNavigation) == 0x000024, "Member 'VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter::bProjectDestinationToNavigation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter, bStopOnOverlap) == 0x000025, "Member 'VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter::bStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter, bCanStrafe) == 0x000026, "Member 'VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter::bCanStrafe' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter, ReturnValue) == 0x000027, "Member 'VictoryBPFunctionLibrary_Victory_AI_MoveToWithFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_Get_Pixel \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_Get_Pixel) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_Get_Pixel"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_Get_Pixel) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_Victory_Get_Pixel"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_Get_Pixel, Pixels) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_Get_Pixel::Pixels' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_Get_Pixel, ImageHeight) == 0x000010, "Member 'VictoryBPFunctionLibrary_Victory_Get_Pixel::ImageHeight' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_Get_Pixel, X) == 0x000014, "Member 'VictoryBPFunctionLibrary_Victory_Get_Pixel::X' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_Get_Pixel, Y) == 0x000018, "Member 'VictoryBPFunctionLibrary_Victory_Get_Pixel::Y' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_Get_Pixel, FoundColor) == 0x00001C, "Member 'VictoryBPFunctionLibrary_Victory_Get_Pixel::FoundColor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_Get_Pixel, ReturnValue) == 0x00002C, "Member 'VictoryBPFunctionLibrary_Victory_Get_Pixel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_GetGPUBrand \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_GetGPUBrand) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_GetGPUBrand"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_GetGPUBrand) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_Victory_GetGPUBrand"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetGPUBrand, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_GetGPUBrand::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_GetGPUInfo \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_GetGPUInfo) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_GetGPUInfo"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_GetGPUInfo) == 0x000040, "Wrong size on VictoryBPFunctionLibrary_Victory_GetGPUInfo"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetGPUInfo, DeviceDescription) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_GetGPUInfo::DeviceDescription' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetGPUInfo, Provider) == 0x000010, "Member 'VictoryBPFunctionLibrary_Victory_GetGPUInfo::Provider' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetGPUInfo, DriverVersion) == 0x000020, "Member 'VictoryBPFunctionLibrary_Victory_GetGPUInfo::DriverVersion' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetGPUInfo, DriverDate) == 0x000030, "Member 'VictoryBPFunctionLibrary_Victory_GetGPUInfo::DriverDate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_GetGRHIAdapterName \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_GetGRHIAdapterName) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_GetGRHIAdapterName"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_GetGRHIAdapterName) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_Victory_GetGRHIAdapterName"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetGRHIAdapterName, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_GetGRHIAdapterName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_GetPixelFromT2D \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_GetPixelFromT2D) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_GetPixelFromT2D"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_GetPixelFromT2D) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_Victory_GetPixelFromT2D"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetPixelFromT2D, T2D) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_GetPixelFromT2D::T2D' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetPixelFromT2D, X) == 0x000008, "Member 'VictoryBPFunctionLibrary_Victory_GetPixelFromT2D::X' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetPixelFromT2D, Y) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Victory_GetPixelFromT2D::Y' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetPixelFromT2D, PixelColor) == 0x000010, "Member 'VictoryBPFunctionLibrary_Victory_GetPixelFromT2D::PixelColor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetPixelFromT2D, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_Victory_GetPixelFromT2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D, T2D) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D::T2D' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D, TextureWidth) == 0x000008, "Member 'VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D::TextureWidth' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D, TextureHeight) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D::TextureHeight' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D, PixelArray) == 0x000010, "Member 'VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D::PixelArray' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_Victory_GetPixelsArrayFromT2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_GetStringFromOSClipboard \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_GetStringFromOSClipboard) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_GetStringFromOSClipboard"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_GetStringFromOSClipboard) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_Victory_GetStringFromOSClipboard"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_GetStringFromOSClipboard, FromClipboard) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_GetStringFromOSClipboard::FromClipboard' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile, FullFilePath) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile::FullFilePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile, ImageFormat) == 0x000010, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile::ImageFormat' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile, IsValid) == 0x000011, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile, Width) == 0x000014, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile::Width' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile, Height) == 0x000018, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile::Height' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile, ReturnValue) == 0x000020, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels, FullFilePath) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels::FullFilePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels, ImageFormat) == 0x000010, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels::ImageFormat' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels, IsValid) == 0x000011, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels, Width) == 0x000014, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels::Width' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels, Height) == 0x000018, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels::Height' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels, OutPixels) == 0x000020, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels::OutPixels' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels, ReturnValue) == 0x000030, "Member 'VictoryBPFunctionLibrary_Victory_LoadTexture2D_FromFile_Pixels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_SavePixels \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_SavePixels) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_SavePixels"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_SavePixels) == 0x000048, "Wrong size on VictoryBPFunctionLibrary_Victory_SavePixels"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SavePixels, FullFilePath) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_SavePixels::FullFilePath' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SavePixels, Width) == 0x000010, "Member 'VictoryBPFunctionLibrary_Victory_SavePixels::Width' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SavePixels, Height) == 0x000014, "Member 'VictoryBPFunctionLibrary_Victory_SavePixels::Height' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SavePixels, ImagePixels) == 0x000018, "Member 'VictoryBPFunctionLibrary_Victory_SavePixels::ImagePixels' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SavePixels, SaveAsBMP) == 0x000028, "Member 'VictoryBPFunctionLibrary_Victory_SavePixels::SaveAsBMP' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SavePixels, sRGB) == 0x000029, "Member 'VictoryBPFunctionLibrary_Victory_SavePixels::sRGB' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SavePixels, ErrorString) == 0x000030, "Member 'VictoryBPFunctionLibrary_Victory_SavePixels::ErrorString' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SavePixels, ReturnValue) == 0x000040, "Member 'VictoryBPFunctionLibrary_Victory_SavePixels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_SaveStringToOSClipboard \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_SaveStringToOSClipboard) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_SaveStringToOSClipboard"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_SaveStringToOSClipboard) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_Victory_SaveStringToOSClipboard"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SaveStringToOSClipboard, ToClipboard) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_SaveStringToOSClipboard::ToClipboard' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds \ static_assert(alignof(VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds, Seconds) == 0x000000, "Member 'VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds::Seconds' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds, TrimZeroes) == 0x000004, "Member 'VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds::TrimZeroes' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_Victory_SecondsToHoursMinutesSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryAppendInline \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryAppendInline) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryAppendInline"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryAppendInline) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_VictoryAppendInline"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryAppendInline, String) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryAppendInline::String' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryAppendInline, ToAppend) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictoryAppendInline::ToAppend' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryAppendInline, Result) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictoryAppendInline::Result' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryAppendInline, AppendNewline) == 0x000030, "Member 'VictoryBPFunctionLibrary_VictoryAppendInline::AppendNewline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryCreateProc \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryCreateProc) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryCreateProc"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryCreateProc) == 0x000048, "Wrong size on VictoryBPFunctionLibrary_VictoryCreateProc"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryCreateProc, ProcessId) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryCreateProc::ProcessId' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryCreateProc, FullPathOfProgramToRun) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryCreateProc::FullPathOfProgramToRun' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryCreateProc, CommandlineArgs) == 0x000018, "Member 'VictoryBPFunctionLibrary_VictoryCreateProc::CommandlineArgs' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryCreateProc, Detach) == 0x000028, "Member 'VictoryBPFunctionLibrary_VictoryCreateProc::Detach' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryCreateProc, Hidden) == 0x000029, "Member 'VictoryBPFunctionLibrary_VictoryCreateProc::Hidden' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryCreateProc, Priority) == 0x00002C, "Member 'VictoryBPFunctionLibrary_VictoryCreateProc::Priority' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryCreateProc, OptionalWorkingDirectory) == 0x000030, "Member 'VictoryBPFunctionLibrary_VictoryCreateProc::OptionalWorkingDirectory' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryCreateProc, ReadPipeObject) == 0x000040, "Member 'VictoryBPFunctionLibrary_VictoryCreateProc::ReadPipeObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk, DestructibleComp) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk::DestructibleComp' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk, HitItem) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk::HitItem' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk, ReturnValue) == 0x00000C, "Member 'VictoryBPFunctionLibrary_VictoryDestructible_DestroyChunk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryFloatMinusEquals \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryFloatMinusEquals) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_VictoryFloatMinusEquals"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryFloatMinusEquals) == 0x00000C, "Wrong size on VictoryBPFunctionLibrary_VictoryFloatMinusEquals"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryFloatMinusEquals, Float) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryFloatMinusEquals::Float' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryFloatMinusEquals, Sub) == 0x000004, "Member 'VictoryBPFunctionLibrary_VictoryFloatMinusEquals::Sub' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryFloatMinusEquals, FloatOut) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryFloatMinusEquals::FloatOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryFloatPlusEquals \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryFloatPlusEquals) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_VictoryFloatPlusEquals"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryFloatPlusEquals) == 0x00000C, "Wrong size on VictoryBPFunctionLibrary_VictoryFloatPlusEquals"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryFloatPlusEquals, Float) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryFloatPlusEquals::Float' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryFloatPlusEquals, Add) == 0x000004, "Member 'VictoryBPFunctionLibrary_VictoryFloatPlusEquals::Add' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryFloatPlusEquals, FloatOut) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryFloatPlusEquals::FloatOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetAllActionKeyBindings \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetAllActionKeyBindings) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetAllActionKeyBindings"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetAllActionKeyBindings) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryGetAllActionKeyBindings"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetAllActionKeyBindings, Bindings) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetAllActionKeyBindings::Bindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey, Key) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey, ActionBindings) == 0x000018, "Member 'VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey::ActionBindings' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey, AxisBindings) == 0x000028, "Member 'VictoryBPFunctionLibrary_VictoryGetAllAxisAndActionMappingsForKey::AxisBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetAllAxisKeyBindings \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetAllAxisKeyBindings) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetAllAxisKeyBindings"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetAllAxisKeyBindings) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryGetAllAxisKeyBindings"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetAllAxisKeyBindings, Bindings) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetAllAxisKeyBindings::Bindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetApplicationName \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetApplicationName) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetApplicationName"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetApplicationName) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_VictoryGetApplicationName"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetApplicationName, ProcessId) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetApplicationName::ProcessId' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetApplicationName, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryGetApplicationName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool, IsValid) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool, ReturnValue) == 0x000021, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Bool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color, IsValid) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color, ReturnValue) == 0x000024, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Color::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float, IsValid) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float, ReturnValue) == 0x000024, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Float::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int, IsValid) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int, ReturnValue) == 0x000024, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Int::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator, IsValid) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator, ReturnValue) == 0x000024, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Rotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String) == 0x000038, "Wrong size on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String, IsValid) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String, ReturnValue) == 0x000028, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_String::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector, IsValid) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector, ReturnValue) == 0x000024, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D, IsValid) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D::IsValid' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D, ReturnValue) == 0x000024, "Member 'VictoryBPFunctionLibrary_VictoryGetCustomConfigVar_Vector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetSoundVolume \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetSoundVolume) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetSoundVolume"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetSoundVolume) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryGetSoundVolume"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetSoundVolume, SoundClassObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetSoundVolume::SoundClassObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetSoundVolume, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryGetSoundVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetVictoryInput \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetVictoryInput) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetVictoryInput"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetVictoryInput) == 0x000078, "Wrong size on VictoryBPFunctionLibrary_VictoryGetVictoryInput"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetVictoryInput, KeyEvent) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetVictoryInput::KeyEvent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetVictoryInput, ReturnValue) == 0x000038, "Member 'VictoryBPFunctionLibrary_VictoryGetVictoryInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryGetVictoryInputAxis \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryGetVictoryInputAxis) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryGetVictoryInputAxis"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryGetVictoryInputAxis) == 0x000078, "Wrong size on VictoryBPFunctionLibrary_VictoryGetVictoryInputAxis"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetVictoryInputAxis, KeyEvent) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryGetVictoryInputAxis::KeyEvent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryGetVictoryInputAxis, ReturnValue) == 0x000038, "Member 'VictoryBPFunctionLibrary_VictoryGetVictoryInputAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryIntMinusEquals \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryIntMinusEquals) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_VictoryIntMinusEquals"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryIntMinusEquals) == 0x00000C, "Wrong size on VictoryBPFunctionLibrary_VictoryIntMinusEquals"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryIntMinusEquals, Int) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryIntMinusEquals::Int' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryIntMinusEquals, Sub) == 0x000004, "Member 'VictoryBPFunctionLibrary_VictoryIntMinusEquals::Sub' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryIntMinusEquals, IntOut) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryIntMinusEquals::IntOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryIntPlusEquals \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryIntPlusEquals) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_VictoryIntPlusEquals"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryIntPlusEquals) == 0x00000C, "Wrong size on VictoryBPFunctionLibrary_VictoryIntPlusEquals"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryIntPlusEquals, Int) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryIntPlusEquals::Int' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryIntPlusEquals, Add) == 0x000004, "Member 'VictoryBPFunctionLibrary_VictoryIntPlusEquals::Add' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryIntPlusEquals, IntOut) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryIntPlusEquals::IntOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryIsApplicationRunning \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryIsApplicationRunning) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_VictoryIsApplicationRunning"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryIsApplicationRunning) == 0x000008, "Wrong size on VictoryBPFunctionLibrary_VictoryIsApplicationRunning"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryIsApplicationRunning, ProcessId) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryIsApplicationRunning::ProcessId' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryIsApplicationRunning, ReturnValue) == 0x000004, "Member 'VictoryBPFunctionLibrary_VictoryIsApplicationRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors, ActorClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors::ActorClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors, CreatedISMActors) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors::CreatedISMActors' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors, DestroyOriginalActors) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors::DestroyOriginalActors' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors, MinCountToCreateISM) == 0x000024, "Member 'VictoryBPFunctionLibrary_VictoryISM_ConvertToVictoryISMActors::MinCountToCreateISM' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryISM_GetAllVictoryISMActors \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryISM_GetAllVictoryISMActors) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryISM_GetAllVictoryISMActors"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryISM_GetAllVictoryISMActors) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_VictoryISM_GetAllVictoryISMActors"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryISM_GetAllVictoryISMActors, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryISM_GetAllVictoryISMActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryISM_GetAllVictoryISMActors, Out) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryISM_GetAllVictoryISMActors::Out' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryLoadLevelInstance \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryLoadLevelInstance) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryLoadLevelInstance"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryLoadLevelInstance) == 0x000050, "Wrong size on VictoryBPFunctionLibrary_VictoryLoadLevelInstance"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryLoadLevelInstance, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryLoadLevelInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryLoadLevelInstance, MapFolderOffOfContent) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryLoadLevelInstance::MapFolderOffOfContent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryLoadLevelInstance, LevelName) == 0x000018, "Member 'VictoryBPFunctionLibrary_VictoryLoadLevelInstance::LevelName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryLoadLevelInstance, InstanceNumber) == 0x000028, "Member 'VictoryBPFunctionLibrary_VictoryLoadLevelInstance::InstanceNumber' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryLoadLevelInstance, Location) == 0x00002C, "Member 'VictoryBPFunctionLibrary_VictoryLoadLevelInstance::Location' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryLoadLevelInstance, Rotation) == 0x000038, "Member 'VictoryBPFunctionLibrary_VictoryLoadLevelInstance::Rotation' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryLoadLevelInstance, Success) == 0x000044, "Member 'VictoryBPFunctionLibrary_VictoryLoadLevelInstance::Success' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryLoadLevelInstance, ReturnValue) == 0x000048, "Member 'VictoryBPFunctionLibrary_VictoryLoadLevelInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryPaths__ConfigDir \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryPaths__ConfigDir) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryPaths__ConfigDir"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryPaths__ConfigDir) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryPaths__ConfigDir"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryPaths__ConfigDir, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryPaths__ConfigDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryPaths__GameRootDirectory \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryPaths__GameRootDirectory) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryPaths__GameRootDirectory"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryPaths__GameRootDirectory) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryPaths__GameRootDirectory"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryPaths__GameRootDirectory, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryPaths__GameRootDirectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryPaths__LogsDir \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryPaths__LogsDir) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryPaths__LogsDir"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryPaths__LogsDir) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryPaths__LogsDir"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryPaths__LogsDir, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryPaths__LogsDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryPaths__SavedDir \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryPaths__SavedDir) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryPaths__SavedDir"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryPaths__SavedDir) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryPaths__SavedDir"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryPaths__SavedDir, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryPaths__SavedDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryPaths__ScreenShotsDir \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryPaths__ScreenShotsDir) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryPaths__ScreenShotsDir"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryPaths__ScreenShotsDir) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryPaths__ScreenShotsDir"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryPaths__ScreenShotsDir, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryPaths__ScreenShotsDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryPaths__Win64Dir_BinaryLocation \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryPaths__Win64Dir_BinaryLocation) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryPaths__Win64Dir_BinaryLocation"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryPaths__Win64Dir_BinaryLocation) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryPaths__Win64Dir_BinaryLocation"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryPaths__Win64Dir_BinaryLocation, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryPaths__Win64Dir_BinaryLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryPaths__WindowsNoEditorDir \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryPaths__WindowsNoEditorDir) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryPaths__WindowsNoEditorDir"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryPaths__WindowsNoEditorDir) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryPaths__WindowsNoEditorDir"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryPaths__WindowsNoEditorDir, ReturnValue) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryPaths__WindowsNoEditorDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping, CompToUpdate) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping::CompToUpdate' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping, NewAngularDamping) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping::NewAngularDamping' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping, ReturnValue) == 0x00000C, "Member 'VictoryBPFunctionLibrary_VictoryPhysics_UpdateAngularDamping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryReBindActionKey \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryReBindActionKey) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryReBindActionKey"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryReBindActionKey) == 0x000088, "Wrong size on VictoryBPFunctionLibrary_VictoryReBindActionKey"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryReBindActionKey, Original) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryReBindActionKey::Original' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryReBindActionKey, NewBinding) == 0x000040, "Member 'VictoryBPFunctionLibrary_VictoryReBindActionKey::NewBinding' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryReBindActionKey, ReturnValue) == 0x000080, "Member 'VictoryBPFunctionLibrary_VictoryReBindActionKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryReBindAxisKey \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryReBindAxisKey) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryReBindAxisKey"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryReBindAxisKey) == 0x000088, "Wrong size on VictoryBPFunctionLibrary_VictoryReBindAxisKey"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryReBindAxisKey, Original) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryReBindAxisKey::Original' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryReBindAxisKey, NewBinding) == 0x000040, "Member 'VictoryBPFunctionLibrary_VictoryReBindAxisKey::NewBinding' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryReBindAxisKey, ReturnValue) == 0x000080, "Member 'VictoryBPFunctionLibrary_VictoryReBindAxisKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryRemoveActionKeyBind \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryRemoveActionKeyBind) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryRemoveActionKeyBind"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryRemoveActionKeyBind) == 0x000040, "Wrong size on VictoryBPFunctionLibrary_VictoryRemoveActionKeyBind"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryRemoveActionKeyBind, ToRemove) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryRemoveActionKeyBind::ToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictoryRemoveAxisKeyBind \ static_assert(alignof(VictoryBPFunctionLibrary_VictoryRemoveAxisKeyBind) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictoryRemoveAxisKeyBind"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictoryRemoveAxisKeyBind) == 0x000040, "Wrong size on VictoryBPFunctionLibrary_VictoryRemoveAxisKeyBind"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictoryRemoveAxisKeyBind, ToRemove) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictoryRemoveAxisKeyBind::ToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool, Value) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Bool::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color, Value) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Color::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float, Value) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Float::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int, Value) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Int::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator, Value) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Rotator::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String, Value) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_String::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector, Value) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D, SectionName) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D::SectionName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D, VariableName) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D::VariableName' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D, Value) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictorySetCustomConfigVar_Vector2D::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySimulateKeyPress \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySimulateKeyPress) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySimulateKeyPress"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySimulateKeyPress) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_VictorySimulateKeyPress"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySimulateKeyPress, ThePC) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySimulateKeyPress::ThePC' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySimulateKeyPress, Key) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictorySimulateKeyPress::Key' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySimulateKeyPress, EventType) == 0x000020, "Member 'VictoryBPFunctionLibrary_VictorySimulateKeyPress::EventType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySimulateMouseWheel \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySimulateMouseWheel) == 0x000004, "Wrong alignment on VictoryBPFunctionLibrary_VictorySimulateMouseWheel"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySimulateMouseWheel) == 0x000004, "Wrong size on VictoryBPFunctionLibrary_VictorySimulateMouseWheel"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySimulateMouseWheel, Delta) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySimulateMouseWheel::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySortFloatArray \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySortFloatArray) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySortFloatArray"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySortFloatArray) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_VictorySortFloatArray"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySortFloatArray, FloatArray) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySortFloatArray::FloatArray' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySortFloatArray, FloatArrayRef) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictorySortFloatArray::FloatArrayRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySortIntArray \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySortIntArray) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySortIntArray"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySortIntArray) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_VictorySortIntArray"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySortIntArray, IntArray) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySortIntArray::IntArray' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySortIntArray, IntArrayRef) == 0x000010, "Member 'VictoryBPFunctionLibrary_VictorySortIntArray::IntArrayRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_VictorySoundVolumeChange \ static_assert(alignof(VictoryBPFunctionLibrary_VictorySoundVolumeChange) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_VictorySoundVolumeChange"); \ static_assert(sizeof(VictoryBPFunctionLibrary_VictorySoundVolumeChange) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_VictorySoundVolumeChange"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySoundVolumeChange, SoundClassObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_VictorySoundVolumeChange::SoundClassObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySoundVolumeChange, NewVolume) == 0x000008, "Member 'VictoryBPFunctionLibrary_VictorySoundVolumeChange::NewVolume' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_VictorySoundVolumeChange, ReturnValue) == 0x00000C, "Member 'VictoryBPFunctionLibrary_VictorySoundVolumeChange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Viewport__EnableWorldRendering \ static_assert(alignof(VictoryBPFunctionLibrary_Viewport__EnableWorldRendering) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Viewport__EnableWorldRendering"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Viewport__EnableWorldRendering) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_Viewport__EnableWorldRendering"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__EnableWorldRendering, ThePC) == 0x000000, "Member 'VictoryBPFunctionLibrary_Viewport__EnableWorldRendering::ThePC' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__EnableWorldRendering, RenderTheWorld) == 0x000008, "Member 'VictoryBPFunctionLibrary_Viewport__EnableWorldRendering::RenderTheWorld' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__EnableWorldRendering, ReturnValue) == 0x000009, "Member 'VictoryBPFunctionLibrary_Viewport__EnableWorldRendering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport \ static_assert(alignof(VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport, ThePC) == 0x000000, "Member 'VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport::ThePC' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport, PosX) == 0x000008, "Member 'VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport::PosX' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport, PosY) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport::PosY' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_Viewport__GetCenterOfViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Viewport__GetMousePosition \ static_assert(alignof(VictoryBPFunctionLibrary_Viewport__GetMousePosition) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Viewport__GetMousePosition"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Viewport__GetMousePosition) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Viewport__GetMousePosition"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__GetMousePosition, ThePC) == 0x000000, "Member 'VictoryBPFunctionLibrary_Viewport__GetMousePosition::ThePC' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__GetMousePosition, PosX) == 0x000008, "Member 'VictoryBPFunctionLibrary_Viewport__GetMousePosition::PosX' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__GetMousePosition, PosY) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Viewport__GetMousePosition::PosY' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__GetMousePosition, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_Viewport__GetMousePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Viewport__SetMousePosition \ static_assert(alignof(VictoryBPFunctionLibrary_Viewport__SetMousePosition) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Viewport__SetMousePosition"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Viewport__SetMousePosition) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_Viewport__SetMousePosition"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__SetMousePosition, ThePC) == 0x000000, "Member 'VictoryBPFunctionLibrary_Viewport__SetMousePosition::ThePC' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__SetMousePosition, PosX) == 0x000008, "Member 'VictoryBPFunctionLibrary_Viewport__SetMousePosition::PosX' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__SetMousePosition, PosY) == 0x00000C, "Member 'VictoryBPFunctionLibrary_Viewport__SetMousePosition::PosY' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Viewport__SetMousePosition, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_Viewport__SetMousePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_ViewportPositionDeproject \ static_assert(alignof(VictoryBPFunctionLibrary_ViewportPositionDeproject) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_ViewportPositionDeproject"); \ static_assert(sizeof(VictoryBPFunctionLibrary_ViewportPositionDeproject) == 0x000030, "Wrong size on VictoryBPFunctionLibrary_ViewportPositionDeproject"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ViewportPositionDeproject, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_ViewportPositionDeproject::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ViewportPositionDeproject, ViewportPosition) == 0x000008, "Member 'VictoryBPFunctionLibrary_ViewportPositionDeproject::ViewportPosition' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ViewportPositionDeproject, OutWorldOrigin) == 0x000010, "Member 'VictoryBPFunctionLibrary_ViewportPositionDeproject::OutWorldOrigin' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ViewportPositionDeproject, OutWorldDirection) == 0x00001C, "Member 'VictoryBPFunctionLibrary_ViewportPositionDeproject::OutWorldDirection' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_ViewportPositionDeproject, ReturnValue) == 0x000028, "Member 'VictoryBPFunctionLibrary_ViewportPositionDeproject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors \ static_assert(alignof(VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors, CurrentlyNotRenderedActors) == 0x000008, "Member 'VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors::CurrentlyNotRenderedActors' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors, MinRecentTime) == 0x000018, "Member 'VictoryBPFunctionLibrary_Visibility__GetNotRenderedActors::MinRecentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_Visibility__GetRenderedActors \ static_assert(alignof(VictoryBPFunctionLibrary_Visibility__GetRenderedActors) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_Visibility__GetRenderedActors"); \ static_assert(sizeof(VictoryBPFunctionLibrary_Visibility__GetRenderedActors) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_Visibility__GetRenderedActors"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Visibility__GetRenderedActors, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_Visibility__GetRenderedActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Visibility__GetRenderedActors, CurrentlyRenderedActors) == 0x000008, "Member 'VictoryBPFunctionLibrary_Visibility__GetRenderedActors::CurrentlyRenderedActors' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_Visibility__GetRenderedActors, MinRecentTime) == 0x000018, "Member 'VictoryBPFunctionLibrary_Visibility__GetRenderedActors::MinRecentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_WidgetGetChildrenOfClass \ static_assert(alignof(VictoryBPFunctionLibrary_WidgetGetChildrenOfClass) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_WidgetGetChildrenOfClass"); \ static_assert(sizeof(VictoryBPFunctionLibrary_WidgetGetChildrenOfClass) == 0x000028, "Wrong size on VictoryBPFunctionLibrary_WidgetGetChildrenOfClass"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WidgetGetChildrenOfClass, ParentWidget) == 0x000000, "Member 'VictoryBPFunctionLibrary_WidgetGetChildrenOfClass::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WidgetGetChildrenOfClass, ChildWidgets) == 0x000008, "Member 'VictoryBPFunctionLibrary_WidgetGetChildrenOfClass::ChildWidgets' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WidgetGetChildrenOfClass, WidgetClass) == 0x000018, "Member 'VictoryBPFunctionLibrary_WidgetGetChildrenOfClass::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WidgetGetChildrenOfClass, bImmediateOnly) == 0x000020, "Member 'VictoryBPFunctionLibrary_WidgetGetChildrenOfClass::bImmediateOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_WidgetGetParentOfClass \ static_assert(alignof(VictoryBPFunctionLibrary_WidgetGetParentOfClass) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_WidgetGetParentOfClass"); \ static_assert(sizeof(VictoryBPFunctionLibrary_WidgetGetParentOfClass) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_WidgetGetParentOfClass"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WidgetGetParentOfClass, ChildWidget) == 0x000000, "Member 'VictoryBPFunctionLibrary_WidgetGetParentOfClass::ChildWidget' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WidgetGetParentOfClass, WidgetClass) == 0x000008, "Member 'VictoryBPFunctionLibrary_WidgetGetParentOfClass::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WidgetGetParentOfClass, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_WidgetGetParentOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_WidgetIsChildOf \ static_assert(alignof(VictoryBPFunctionLibrary_WidgetIsChildOf) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_WidgetIsChildOf"); \ static_assert(sizeof(VictoryBPFunctionLibrary_WidgetIsChildOf) == 0x000018, "Wrong size on VictoryBPFunctionLibrary_WidgetIsChildOf"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WidgetIsChildOf, ChildWidget) == 0x000000, "Member 'VictoryBPFunctionLibrary_WidgetIsChildOf::ChildWidget' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WidgetIsChildOf, PossibleParent) == 0x000008, "Member 'VictoryBPFunctionLibrary_WidgetIsChildOf::PossibleParent' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WidgetIsChildOf, ReturnValue) == 0x000010, "Member 'VictoryBPFunctionLibrary_WidgetIsChildOf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_WorldType__InEditorWorld \ static_assert(alignof(VictoryBPFunctionLibrary_WorldType__InEditorWorld) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_WorldType__InEditorWorld"); \ static_assert(sizeof(VictoryBPFunctionLibrary_WorldType__InEditorWorld) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_WorldType__InEditorWorld"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WorldType__InEditorWorld, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_WorldType__InEditorWorld::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WorldType__InEditorWorld, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_WorldType__InEditorWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_WorldType__InGameInstanceWorld \ static_assert(alignof(VictoryBPFunctionLibrary_WorldType__InGameInstanceWorld) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_WorldType__InGameInstanceWorld"); \ static_assert(sizeof(VictoryBPFunctionLibrary_WorldType__InGameInstanceWorld) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_WorldType__InGameInstanceWorld"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WorldType__InGameInstanceWorld, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_WorldType__InGameInstanceWorld::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WorldType__InGameInstanceWorld, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_WorldType__InGameInstanceWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_WorldType__InPIEWorld \ static_assert(alignof(VictoryBPFunctionLibrary_WorldType__InPIEWorld) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_WorldType__InPIEWorld"); \ static_assert(sizeof(VictoryBPFunctionLibrary_WorldType__InPIEWorld) == 0x000010, "Wrong size on VictoryBPFunctionLibrary_WorldType__InPIEWorld"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WorldType__InPIEWorld, WorldContextObject) == 0x000000, "Member 'VictoryBPFunctionLibrary_WorldType__InPIEWorld::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_WorldType__InPIEWorld, ReturnValue) == 0x000008, "Member 'VictoryBPFunctionLibrary_WorldType__InPIEWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_TransformVectorToActorSpace \ static_assert(alignof(VictoryBPFunctionLibrary_TransformVectorToActorSpace) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_TransformVectorToActorSpace"); \ static_assert(sizeof(VictoryBPFunctionLibrary_TransformVectorToActorSpace) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_TransformVectorToActorSpace"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TransformVectorToActorSpace, Actor) == 0x000000, "Member 'VictoryBPFunctionLibrary_TransformVectorToActorSpace::Actor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TransformVectorToActorSpace, InVector) == 0x000008, "Member 'VictoryBPFunctionLibrary_TransformVectorToActorSpace::InVector' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TransformVectorToActorSpace, ReturnValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_TransformVectorToActorSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle \ static_assert(alignof(VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle) == 0x000008, "Wrong alignment on VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle"); \ static_assert(sizeof(VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle) == 0x000020, "Wrong size on VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle, Actor) == 0x000000, "Member 'VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle::Actor' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle, InVector) == 0x000008, "Member 'VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle::InVector' has a wrong offset!"); \ static_assert(offsetof(VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle, ReturnValue) == 0x000014, "Member 'VictoryBPFunctionLibrary_TransformVectorToActorSpaceAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVictoryBPFunctionLibrary \ static_assert(alignof(UVictoryBPFunctionLibrary) == 0x000008, "Wrong alignment on UVictoryBPFunctionLibrary"); \ static_assert(sizeof(UVictoryBPFunctionLibrary) == 0x000028, "Wrong size on UVictoryBPFunctionLibrary"); \ #define DUMPER7_ASSERTS_UVictoryBPHTML \ static_assert(alignof(UVictoryBPHTML) == 0x000008, "Wrong alignment on UVictoryBPHTML"); \ static_assert(sizeof(UVictoryBPHTML) == 0x000028, "Wrong size on UVictoryBPHTML"); \ #define DUMPER7_ASSERTS_AVictoryISM \ static_assert(alignof(AVictoryISM) == 0x000008, "Wrong alignment on AVictoryISM"); \ static_assert(sizeof(AVictoryISM) == 0x000230, "Wrong size on AVictoryISM"); \ static_assert(offsetof(AVictoryISM, Mesh) == 0x000228, "Member 'AVictoryISM::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryPC_OnVictorySubtitlesQueued \ static_assert(alignof(VictoryPC_OnVictorySubtitlesQueued) == 0x000008, "Wrong alignment on VictoryPC_OnVictorySubtitlesQueued"); \ static_assert(sizeof(VictoryPC_OnVictorySubtitlesQueued) == 0x000018, "Wrong size on VictoryPC_OnVictorySubtitlesQueued"); \ static_assert(offsetof(VictoryPC_OnVictorySubtitlesQueued, VictorySubtitles) == 0x000000, "Member 'VictoryPC_OnVictorySubtitlesQueued::VictorySubtitles' has a wrong offset!"); \ static_assert(offsetof(VictoryPC_OnVictorySubtitlesQueued, CueDuration) == 0x000010, "Member 'VictoryPC_OnVictorySubtitlesQueued::CueDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryPC_Subtitles_CPPDelegate \ static_assert(alignof(VictoryPC_Subtitles_CPPDelegate) == 0x000008, "Wrong alignment on VictoryPC_Subtitles_CPPDelegate"); \ static_assert(sizeof(VictoryPC_Subtitles_CPPDelegate) == 0x000018, "Wrong size on VictoryPC_Subtitles_CPPDelegate"); \ static_assert(offsetof(VictoryPC_Subtitles_CPPDelegate, VictorySubtitles) == 0x000000, "Member 'VictoryPC_Subtitles_CPPDelegate::VictorySubtitles' has a wrong offset!"); \ static_assert(offsetof(VictoryPC_Subtitles_CPPDelegate, CueDuration) == 0x000010, "Member 'VictoryPC_Subtitles_CPPDelegate::CueDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryPC_VictoryPC_GetMyIP_DataReceived \ static_assert(alignof(VictoryPC_VictoryPC_GetMyIP_DataReceived) == 0x000008, "Wrong alignment on VictoryPC_VictoryPC_GetMyIP_DataReceived"); \ static_assert(sizeof(VictoryPC_VictoryPC_GetMyIP_DataReceived) == 0x000010, "Wrong size on VictoryPC_VictoryPC_GetMyIP_DataReceived"); \ static_assert(offsetof(VictoryPC_VictoryPC_GetMyIP_DataReceived, YourIP) == 0x000000, "Member 'VictoryPC_VictoryPC_GetMyIP_DataReceived::YourIP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryPC_VictoryPC_GetMyIP_SendRequest \ static_assert(alignof(VictoryPC_VictoryPC_GetMyIP_SendRequest) == 0x000001, "Wrong alignment on VictoryPC_VictoryPC_GetMyIP_SendRequest"); \ static_assert(sizeof(VictoryPC_VictoryPC_GetMyIP_SendRequest) == 0x000001, "Wrong size on VictoryPC_VictoryPC_GetMyIP_SendRequest"); \ static_assert(offsetof(VictoryPC_VictoryPC_GetMyIP_SendRequest, ReturnValue) == 0x000000, "Member 'VictoryPC_VictoryPC_GetMyIP_SendRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VictoryPC_VictoryPlaySpeechSound \ static_assert(alignof(VictoryPC_VictoryPlaySpeechSound) == 0x000008, "Wrong alignment on VictoryPC_VictoryPlaySpeechSound"); \ static_assert(sizeof(VictoryPC_VictoryPlaySpeechSound) == 0x000020, "Wrong size on VictoryPC_VictoryPlaySpeechSound"); \ static_assert(offsetof(VictoryPC_VictoryPlaySpeechSound, Sound) == 0x000000, "Member 'VictoryPC_VictoryPlaySpeechSound::Sound' has a wrong offset!"); \ static_assert(offsetof(VictoryPC_VictoryPlaySpeechSound, VolumeMultiplier) == 0x000008, "Member 'VictoryPC_VictoryPlaySpeechSound::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(VictoryPC_VictoryPlaySpeechSound, PitchMultiplier) == 0x00000C, "Member 'VictoryPC_VictoryPlaySpeechSound::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(VictoryPC_VictoryPlaySpeechSound, StartTime) == 0x000010, "Member 'VictoryPC_VictoryPlaySpeechSound::StartTime' has a wrong offset!"); \ static_assert(offsetof(VictoryPC_VictoryPlaySpeechSound, ReturnValue) == 0x000018, "Member 'VictoryPC_VictoryPlaySpeechSound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVictoryPC \ static_assert(alignof(AVictoryPC) == 0x000008, "Wrong alignment on AVictoryPC"); \ static_assert(sizeof(AVictoryPC) == 0x000578, "Wrong size on AVictoryPC"); \ #define DUMPER7_ASSERTS_UHierarchicalStateMachine \ static_assert(alignof(UHierarchicalStateMachine) == 0x000008, "Wrong alignment on UHierarchicalStateMachine"); \ static_assert(sizeof(UHierarchicalStateMachine) == 0x000158, "Wrong size on UHierarchicalStateMachine"); \ #define DUMPER7_ASSERTS_UScreenLoggerSettings \ static_assert(alignof(UScreenLoggerSettings) == 0x000008, "Wrong alignment on UScreenLoggerSettings"); \ static_assert(sizeof(UScreenLoggerSettings) == 0x000038, "Wrong size on UScreenLoggerSettings"); \ static_assert(offsetof(UScreenLoggerSettings, PrintToScreenVerbosity) == 0x000028, "Member 'UScreenLoggerSettings::PrintToScreenVerbosity' has a wrong offset!"); \ static_assert(offsetof(UScreenLoggerSettings, PrintToScreenDuration) == 0x00002C, "Member 'UScreenLoggerSettings::PrintToScreenDuration' has a wrong offset!"); \ static_assert(offsetof(UScreenLoggerSettings, PrintToConsoleVerbosity) == 0x000030, "Member 'UScreenLoggerSettings::PrintToConsoleVerbosity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorPIDController \ static_assert(alignof(FVectorPIDController) == 0x000004, "Wrong alignment on FVectorPIDController"); \ static_assert(sizeof(FVectorPIDController) == 0x000030, "Wrong size on FVectorPIDController"); \ static_assert(offsetof(FVectorPIDController, P) == 0x000000, "Member 'FVectorPIDController::P' has a wrong offset!"); \ static_assert(offsetof(FVectorPIDController, I) == 0x000004, "Member 'FVectorPIDController::I' has a wrong offset!"); \ static_assert(offsetof(FVectorPIDController, D) == 0x000008, "Member 'FVectorPIDController::D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseSmootherRotation \ static_assert(alignof(FNoiseSmootherRotation) == 0x000010, "Wrong alignment on FNoiseSmootherRotation"); \ static_assert(sizeof(FNoiseSmootherRotation) == 0x000050, "Wrong size on FNoiseSmootherRotation"); \ static_assert(offsetof(FNoiseSmootherRotation, SamplingTime) == 0x000000, "Member 'FNoiseSmootherRotation::SamplingTime' has a wrong offset!"); \ static_assert(offsetof(FNoiseSmootherRotation, SampleCount) == 0x000004, "Member 'FNoiseSmootherRotation::SampleCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSmootherTransform \ static_assert(alignof(FSmootherTransform) == 0x000010, "Wrong alignment on FSmootherTransform"); \ static_assert(sizeof(FSmootherTransform) == 0x000070, "Wrong size on FSmootherTransform"); \ static_assert(offsetof(FSmootherTransform, TimeTo90Percent) == 0x000000, "Member 'FSmootherTransform::TimeTo90Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSmootherRotation \ static_assert(alignof(FSmootherRotation) == 0x000010, "Wrong alignment on FSmootherRotation"); \ static_assert(sizeof(FSmootherRotation) == 0x000030, "Wrong size on FSmootherRotation"); \ static_assert(offsetof(FSmootherRotation, TimeTo90Percent) == 0x000000, "Member 'FSmootherRotation::TimeTo90Percent' has a wrong offset!"); \ static_assert(offsetof(FSmootherRotation, Value) == 0x000010, "Member 'FSmootherRotation::Value' has a wrong offset!"); \ static_assert(offsetof(FSmootherRotation, Velocity) == 0x000020, "Member 'FSmootherRotation::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSmootherFloat \ static_assert(alignof(FSmootherFloat) == 0x000004, "Wrong alignment on FSmootherFloat"); \ static_assert(sizeof(FSmootherFloat) == 0x00000C, "Wrong size on FSmootherFloat"); \ static_assert(offsetof(FSmootherFloat, TimeTo90Percent) == 0x000000, "Member 'FSmootherFloat::TimeTo90Percent' has a wrong offset!"); \ static_assert(offsetof(FSmootherFloat, Value) == 0x000004, "Member 'FSmootherFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FSmootherFloat, Velocity) == 0x000008, "Member 'FSmootherFloat::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpolatorTickFunction \ static_assert(alignof(FInterpolatorTickFunction) == 0x000008, "Wrong alignment on FInterpolatorTickFunction"); \ static_assert(sizeof(FInterpolatorTickFunction) == 0x000030, "Wrong size on FInterpolatorTickFunction"); \ #define DUMPER7_ASSERTS_FSmootherCurved \ static_assert(alignof(FSmootherCurved) == 0x000008, "Wrong alignment on FSmootherCurved"); \ static_assert(sizeof(FSmootherCurved) == 0x000128, "Wrong size on FSmootherCurved"); \ static_assert(offsetof(FSmootherCurved, m_accelerationCurve) == 0x000000, "Member 'FSmootherCurved::m_accelerationCurve' has a wrong offset!"); \ static_assert(offsetof(FSmootherCurved, m_decelerationCurve) == 0x000088, "Member 'FSmootherCurved::m_decelerationCurve' has a wrong offset!"); \ static_assert(offsetof(FSmootherCurved, m_velocityChangeThreshold) == 0x000110, "Member 'FSmootherCurved::m_velocityChangeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelPointer \ static_assert(alignof(FLevelPointer) == 0x000008, "Wrong alignment on FLevelPointer"); \ static_assert(sizeof(FLevelPointer) == 0x000028, "Wrong size on FLevelPointer"); \ static_assert(offsetof(FLevelPointer, Level) == 0x000000, "Member 'FLevelPointer::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFuzzyBool \ static_assert(alignof(FFuzzyBool) == 0x000004, "Wrong alignment on FFuzzyBool"); \ static_assert(sizeof(FFuzzyBool) == 0x00000C, "Wrong size on FFuzzyBool"); \ static_assert(offsetof(FFuzzyBool, Delay) == 0x000000, "Member 'FFuzzyBool::Delay' has a wrong offset!"); \ static_assert(offsetof(FFuzzyBool, EasingType) == 0x000004, "Member 'FFuzzyBool::EasingType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFloatPIDController \ static_assert(alignof(FFloatPIDController) == 0x000004, "Wrong alignment on FFloatPIDController"); \ static_assert(sizeof(FFloatPIDController) == 0x000018, "Wrong size on FFloatPIDController"); \ static_assert(offsetof(FFloatPIDController, P) == 0x000000, "Member 'FFloatPIDController::P' has a wrong offset!"); \ static_assert(offsetof(FFloatPIDController, I) == 0x000004, "Member 'FFloatPIDController::I' has a wrong offset!"); \ static_assert(offsetof(FFloatPIDController, D) == 0x000008, "Member 'FFloatPIDController::D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseSmootherVector2D \ static_assert(alignof(FNoiseSmootherVector2D) == 0x000008, "Wrong alignment on FNoiseSmootherVector2D"); \ static_assert(sizeof(FNoiseSmootherVector2D) == 0x000038, "Wrong size on FNoiseSmootherVector2D"); \ static_assert(offsetof(FNoiseSmootherVector2D, SamplingTime) == 0x000000, "Member 'FNoiseSmootherVector2D::SamplingTime' has a wrong offset!"); \ static_assert(offsetof(FNoiseSmootherVector2D, SampleCount) == 0x000004, "Member 'FNoiseSmootherVector2D::SampleCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseSmootherVector \ static_assert(alignof(FNoiseSmootherVector) == 0x000008, "Wrong alignment on FNoiseSmootherVector"); \ static_assert(sizeof(FNoiseSmootherVector) == 0x000040, "Wrong size on FNoiseSmootherVector"); \ static_assert(offsetof(FNoiseSmootherVector, SamplingTime) == 0x000000, "Member 'FNoiseSmootherVector::SamplingTime' has a wrong offset!"); \ static_assert(offsetof(FNoiseSmootherVector, SampleCount) == 0x000004, "Member 'FNoiseSmootherVector::SampleCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseSmootherDouble \ static_assert(alignof(FNoiseSmootherDouble) == 0x000008, "Wrong alignment on FNoiseSmootherDouble"); \ static_assert(sizeof(FNoiseSmootherDouble) == 0x000038, "Wrong size on FNoiseSmootherDouble"); \ static_assert(offsetof(FNoiseSmootherDouble, SamplingTime) == 0x000000, "Member 'FNoiseSmootherDouble::SamplingTime' has a wrong offset!"); \ static_assert(offsetof(FNoiseSmootherDouble, SampleCount) == 0x000004, "Member 'FNoiseSmootherDouble::SampleCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseSmootherFloat \ static_assert(alignof(FNoiseSmootherFloat) == 0x000008, "Wrong alignment on FNoiseSmootherFloat"); \ static_assert(sizeof(FNoiseSmootherFloat) == 0x000038, "Wrong size on FNoiseSmootherFloat"); \ static_assert(offsetof(FNoiseSmootherFloat, SamplingTime) == 0x000000, "Member 'FNoiseSmootherFloat::SamplingTime' has a wrong offset!"); \ static_assert(offsetof(FNoiseSmootherFloat, SampleCount) == 0x000004, "Member 'FNoiseSmootherFloat::SampleCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSmootherVectorByComponent \ static_assert(alignof(FSmootherVectorByComponent) == 0x000004, "Wrong alignment on FSmootherVectorByComponent"); \ static_assert(sizeof(FSmootherVectorByComponent) == 0x000024, "Wrong size on FSmootherVectorByComponent"); \ static_assert(offsetof(FSmootherVectorByComponent, TimeTo90PercentX) == 0x000000, "Member 'FSmootherVectorByComponent::TimeTo90PercentX' has a wrong offset!"); \ static_assert(offsetof(FSmootherVectorByComponent, TimeTo90PercentY) == 0x000004, "Member 'FSmootherVectorByComponent::TimeTo90PercentY' has a wrong offset!"); \ static_assert(offsetof(FSmootherVectorByComponent, TimeTo90PercentZ) == 0x000008, "Member 'FSmootherVectorByComponent::TimeTo90PercentZ' has a wrong offset!"); \ static_assert(offsetof(FSmootherVectorByComponent, Value) == 0x00000C, "Member 'FSmootherVectorByComponent::Value' has a wrong offset!"); \ static_assert(offsetof(FSmootherVectorByComponent, Velocity) == 0x000018, "Member 'FSmootherVectorByComponent::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSmootherVector \ static_assert(alignof(FSmootherVector) == 0x000004, "Wrong alignment on FSmootherVector"); \ static_assert(sizeof(FSmootherVector) == 0x00001C, "Wrong size on FSmootherVector"); \ static_assert(offsetof(FSmootherVector, TimeTo90Percent) == 0x000000, "Member 'FSmootherVector::TimeTo90Percent' has a wrong offset!"); \ static_assert(offsetof(FSmootherVector, Value) == 0x000004, "Member 'FSmootherVector::Value' has a wrong offset!"); \ static_assert(offsetof(FSmootherVector, Velocity) == 0x000010, "Member 'FSmootherVector::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJoyAsyncTraceAction \ static_assert(alignof(UJoyAsyncTraceAction) == 0x000008, "Wrong alignment on UJoyAsyncTraceAction"); \ static_assert(sizeof(UJoyAsyncTraceAction) == 0x000140, "Wrong size on UJoyAsyncTraceAction"); \ #define DUMPER7_ASSERTS_JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel \ static_assert(alignof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel) == 0x000008, "Wrong alignment on JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel"); \ static_assert(sizeof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel) == 0x000080, "Wrong size on JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _worldContextObject) == 0x000000, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _start) == 0x000008, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_start' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _end) == 0x000014, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_end' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _halfSize) == 0x000020, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_halfSize' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _orientation) == 0x00002C, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_orientation' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _traceChannel) == 0x000038, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_traceChannel' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _actorsToIgnore) == 0x000040, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_actorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _traceComplex) == 0x000050, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_traceComplex' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _ignoreSelf) == 0x000051, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_ignoreSelf' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _drawDebugType) == 0x000052, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_drawDebugType' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _traceColor) == 0x000054, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_traceColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _traceHitColor) == 0x000064, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_traceHitColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, _drawTime) == 0x000074, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::_drawTime' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel, ReturnValue) == 0x000078, "Member 'JoyAsyncTraceMultiAction_AsyncBoxTraceMultiByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel \ static_assert(alignof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel) == 0x000008, "Wrong alignment on JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel"); \ static_assert(sizeof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel) == 0x000078, "Wrong size on JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _worldContextObject) == 0x000000, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _start) == 0x000008, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_start' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _end) == 0x000014, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_end' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _radius) == 0x000020, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_radius' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _halfHeight) == 0x000024, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_halfHeight' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _orientation) == 0x000028, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_orientation' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _traceChannel) == 0x000034, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_traceChannel' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _actorsToIgnore) == 0x000038, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_actorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _traceComplex) == 0x000048, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_traceComplex' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _ignoreSelf) == 0x000049, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_ignoreSelf' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _drawDebugType) == 0x00004A, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_drawDebugType' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _traceColor) == 0x00004C, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_traceColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _traceHitColor) == 0x00005C, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_traceHitColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, _drawTime) == 0x00006C, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::_drawTime' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel, ReturnValue) == 0x000070, "Member 'JoyAsyncTraceMultiAction_AsyncCapsuleTraceMultiByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel \ static_assert(alignof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel) == 0x000008, "Wrong alignment on JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel"); \ static_assert(sizeof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel) == 0x000068, "Wrong size on JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _worldContextObject) == 0x000000, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _start) == 0x000008, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_start' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _end) == 0x000014, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_end' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _traceChannel) == 0x000020, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_traceChannel' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _actorsToIgnore) == 0x000028, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_actorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _traceComplex) == 0x000038, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_traceComplex' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _ignoreSelf) == 0x000039, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_ignoreSelf' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _drawDebugType) == 0x00003A, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_drawDebugType' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _traceColor) == 0x00003C, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_traceColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _traceHitColor) == 0x00004C, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_traceHitColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, _drawTime) == 0x00005C, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::_drawTime' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel, ReturnValue) == 0x000060, "Member 'JoyAsyncTraceMultiAction_AsyncLineTraceMultiByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel \ static_assert(alignof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel) == 0x000008, "Wrong alignment on JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel"); \ static_assert(sizeof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel) == 0x000068, "Wrong size on JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _worldContextObject) == 0x000000, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _start) == 0x000008, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_start' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _end) == 0x000014, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_end' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _radius) == 0x000020, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_radius' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _traceChannel) == 0x000024, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_traceChannel' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _actorsToIgnore) == 0x000028, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_actorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _traceComplex) == 0x000038, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_traceComplex' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _ignoreSelf) == 0x000039, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_ignoreSelf' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _drawDebugType) == 0x00003A, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_drawDebugType' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _traceColor) == 0x00003C, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_traceColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _traceHitColor) == 0x00004C, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_traceHitColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, _drawTime) == 0x00005C, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::_drawTime' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel, ReturnValue) == 0x000060, "Member 'JoyAsyncTraceMultiAction_AsyncSphereTraceMultiByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJoyAsyncTraceMultiAction \ static_assert(alignof(UJoyAsyncTraceMultiAction) == 0x000008, "Wrong alignment on UJoyAsyncTraceMultiAction"); \ static_assert(sizeof(UJoyAsyncTraceMultiAction) == 0x000150, "Wrong size on UJoyAsyncTraceMultiAction"); \ static_assert(offsetof(UJoyAsyncTraceMultiAction, TraceDone) == 0x000140, "Member 'UJoyAsyncTraceMultiAction::TraceDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActivableInterface_IsActive \ static_assert(alignof(ActivableInterface_IsActive) == 0x000001, "Wrong alignment on ActivableInterface_IsActive"); \ static_assert(sizeof(ActivableInterface_IsActive) == 0x000001, "Wrong size on ActivableInterface_IsActive"); \ static_assert(offsetof(ActivableInterface_IsActive, ReturnValue) == 0x000000, "Member 'ActivableInterface_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IActivableInterface \ static_assert(alignof(IActivableInterface) == 0x000001, "Wrong alignment on IActivableInterface"); \ static_assert(sizeof(IActivableInterface) == 0x000001, "Wrong size on IActivableInterface"); \ #define DUMPER7_ASSERTS_UActivationDataComponent \ static_assert(alignof(UActivationDataComponent) == 0x000008, "Wrong alignment on UActivationDataComponent"); \ static_assert(sizeof(UActivationDataComponent) == 0x0000B8, "Wrong size on UActivationDataComponent"); \ #define DUMPER7_ASSERTS_ActorTools_InternalSetActorActive \ static_assert(alignof(ActorTools_InternalSetActorActive) == 0x000008, "Wrong alignment on ActorTools_InternalSetActorActive"); \ static_assert(sizeof(ActorTools_InternalSetActorActive) == 0x000010, "Wrong size on ActorTools_InternalSetActorActive"); \ static_assert(offsetof(ActorTools_InternalSetActorActive, _actor) == 0x000000, "Member 'ActorTools_InternalSetActorActive::_actor' has a wrong offset!"); \ static_assert(offsetof(ActorTools_InternalSetActorActive, _active) == 0x000008, "Member 'ActorTools_InternalSetActorActive::_active' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorTools_IsActorActive \ static_assert(alignof(ActorTools_IsActorActive) == 0x000008, "Wrong alignment on ActorTools_IsActorActive"); \ static_assert(sizeof(ActorTools_IsActorActive) == 0x000010, "Wrong size on ActorTools_IsActorActive"); \ static_assert(offsetof(ActorTools_IsActorActive, _actor) == 0x000000, "Member 'ActorTools_IsActorActive::_actor' has a wrong offset!"); \ static_assert(offsetof(ActorTools_IsActorActive, ReturnValue) == 0x000008, "Member 'ActorTools_IsActorActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorTools_SetActorActive \ static_assert(alignof(ActorTools_SetActorActive) == 0x000008, "Wrong alignment on ActorTools_SetActorActive"); \ static_assert(sizeof(ActorTools_SetActorActive) == 0x000010, "Wrong size on ActorTools_SetActorActive"); \ static_assert(offsetof(ActorTools_SetActorActive, _actor) == 0x000000, "Member 'ActorTools_SetActorActive::_actor' has a wrong offset!"); \ static_assert(offsetof(ActorTools_SetActorActive, _active) == 0x000008, "Member 'ActorTools_SetActorActive::_active' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorTools \ static_assert(alignof(UActorTools) == 0x000008, "Wrong alignment on UActorTools"); \ static_assert(sizeof(UActorTools) == 0x000028, "Wrong size on UActorTools"); \ #define DUMPER7_ASSERTS_AITools_GetActiveBehaviorTreeTaskName \ static_assert(alignof(AITools_GetActiveBehaviorTreeTaskName) == 0x000008, "Wrong alignment on AITools_GetActiveBehaviorTreeTaskName"); \ static_assert(sizeof(AITools_GetActiveBehaviorTreeTaskName) == 0x000018, "Wrong size on AITools_GetActiveBehaviorTreeTaskName"); \ static_assert(offsetof(AITools_GetActiveBehaviorTreeTaskName, _aiController) == 0x000000, "Member 'AITools_GetActiveBehaviorTreeTaskName::_aiController' has a wrong offset!"); \ static_assert(offsetof(AITools_GetActiveBehaviorTreeTaskName, ReturnValue) == 0x000008, "Member 'AITools_GetActiveBehaviorTreeTaskName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAITools \ static_assert(alignof(UAITools) == 0x000008, "Wrong alignment on UAITools"); \ static_assert(sizeof(UAITools) == 0x000028, "Wrong size on UAITools"); \ #define DUMPER7_ASSERTS_AnimationTools_ConsumeRootMotion \ static_assert(alignof(AnimationTools_ConsumeRootMotion) == 0x000010, "Wrong alignment on AnimationTools_ConsumeRootMotion"); \ static_assert(sizeof(AnimationTools_ConsumeRootMotion) == 0x000040, "Wrong size on AnimationTools_ConsumeRootMotion"); \ static_assert(offsetof(AnimationTools_ConsumeRootMotion, _skeletalMeshComponent) == 0x000000, "Member 'AnimationTools_ConsumeRootMotion::_skeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ConsumeRootMotion, ReturnValue) == 0x000010, "Member 'AnimationTools_ConsumeRootMotion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_ExtractBoneTransformAtTime \ static_assert(alignof(AnimationTools_ExtractBoneTransformAtTime) == 0x000010, "Wrong alignment on AnimationTools_ExtractBoneTransformAtTime"); \ static_assert(sizeof(AnimationTools_ExtractBoneTransformAtTime) == 0x000050, "Wrong size on AnimationTools_ExtractBoneTransformAtTime"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformAtTime, _animationSequence) == 0x000000, "Member 'AnimationTools_ExtractBoneTransformAtTime::_animationSequence' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformAtTime, _boneName) == 0x000008, "Member 'AnimationTools_ExtractBoneTransformAtTime::_boneName' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformAtTime, _time) == 0x000010, "Member 'AnimationTools_ExtractBoneTransformAtTime::_time' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformAtTime, _extractRootMotion) == 0x000014, "Member 'AnimationTools_ExtractBoneTransformAtTime::_extractRootMotion' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformAtTime, ReturnValue) == 0x000020, "Member 'AnimationTools_ExtractBoneTransformAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_ExtractBoneTransformFromBlendspace \ static_assert(alignof(AnimationTools_ExtractBoneTransformFromBlendspace) == 0x000010, "Wrong alignment on AnimationTools_ExtractBoneTransformFromBlendspace"); \ static_assert(sizeof(AnimationTools_ExtractBoneTransformFromBlendspace) == 0x000050, "Wrong size on AnimationTools_ExtractBoneTransformFromBlendspace"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformFromBlendspace, _blendSpace) == 0x000000, "Member 'AnimationTools_ExtractBoneTransformFromBlendspace::_blendSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformFromBlendspace, _boneName) == 0x000008, "Member 'AnimationTools_ExtractBoneTransformFromBlendspace::_boneName' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformFromBlendspace, _posx) == 0x000010, "Member 'AnimationTools_ExtractBoneTransformFromBlendspace::_posx' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformFromBlendspace, _posy) == 0x000014, "Member 'AnimationTools_ExtractBoneTransformFromBlendspace::_posy' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformFromBlendspace, _time) == 0x000018, "Member 'AnimationTools_ExtractBoneTransformFromBlendspace::_time' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformFromBlendspace, _extractRootMotion) == 0x00001C, "Member 'AnimationTools_ExtractBoneTransformFromBlendspace::_extractRootMotion' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractBoneTransformFromBlendspace, ReturnValue) == 0x000020, "Member 'AnimationTools_ExtractBoneTransformFromBlendspace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_ExtractDurationFromBlendsapce \ static_assert(alignof(AnimationTools_ExtractDurationFromBlendsapce) == 0x000008, "Wrong alignment on AnimationTools_ExtractDurationFromBlendsapce"); \ static_assert(sizeof(AnimationTools_ExtractDurationFromBlendsapce) == 0x000018, "Wrong size on AnimationTools_ExtractDurationFromBlendsapce"); \ static_assert(offsetof(AnimationTools_ExtractDurationFromBlendsapce, _blendSpace) == 0x000000, "Member 'AnimationTools_ExtractDurationFromBlendsapce::_blendSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractDurationFromBlendsapce, _posx) == 0x000008, "Member 'AnimationTools_ExtractDurationFromBlendsapce::_posx' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractDurationFromBlendsapce, _posy) == 0x00000C, "Member 'AnimationTools_ExtractDurationFromBlendsapce::_posy' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractDurationFromBlendsapce, ReturnValue) == 0x000010, "Member 'AnimationTools_ExtractDurationFromBlendsapce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_ExtractRootMotionFromRange \ static_assert(alignof(AnimationTools_ExtractRootMotionFromRange) == 0x000010, "Wrong alignment on AnimationTools_ExtractRootMotionFromRange"); \ static_assert(sizeof(AnimationTools_ExtractRootMotionFromRange) == 0x000040, "Wrong size on AnimationTools_ExtractRootMotionFromRange"); \ static_assert(offsetof(AnimationTools_ExtractRootMotionFromRange, _animationSequence) == 0x000000, "Member 'AnimationTools_ExtractRootMotionFromRange::_animationSequence' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractRootMotionFromRange, _startTrackPosition) == 0x000008, "Member 'AnimationTools_ExtractRootMotionFromRange::_startTrackPosition' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractRootMotionFromRange, _endTrackPosition) == 0x00000C, "Member 'AnimationTools_ExtractRootMotionFromRange::_endTrackPosition' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractRootMotionFromRange, ReturnValue) == 0x000010, "Member 'AnimationTools_ExtractRootMotionFromRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_ExtractRootTrackTransform \ static_assert(alignof(AnimationTools_ExtractRootTrackTransform) == 0x000010, "Wrong alignment on AnimationTools_ExtractRootTrackTransform"); \ static_assert(sizeof(AnimationTools_ExtractRootTrackTransform) == 0x000040, "Wrong size on AnimationTools_ExtractRootTrackTransform"); \ static_assert(offsetof(AnimationTools_ExtractRootTrackTransform, _animationSequence) == 0x000000, "Member 'AnimationTools_ExtractRootTrackTransform::_animationSequence' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractRootTrackTransform, _pos) == 0x000008, "Member 'AnimationTools_ExtractRootTrackTransform::_pos' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractRootTrackTransform, ReturnValue) == 0x000010, "Member 'AnimationTools_ExtractRootTrackTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_ExtractRootTrackTransformFromBlendsapce \ static_assert(alignof(AnimationTools_ExtractRootTrackTransformFromBlendsapce) == 0x000010, "Wrong alignment on AnimationTools_ExtractRootTrackTransformFromBlendsapce"); \ static_assert(sizeof(AnimationTools_ExtractRootTrackTransformFromBlendsapce) == 0x000050, "Wrong size on AnimationTools_ExtractRootTrackTransformFromBlendsapce"); \ static_assert(offsetof(AnimationTools_ExtractRootTrackTransformFromBlendsapce, _blendSpace) == 0x000000, "Member 'AnimationTools_ExtractRootTrackTransformFromBlendsapce::_blendSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractRootTrackTransformFromBlendsapce, _posx) == 0x000008, "Member 'AnimationTools_ExtractRootTrackTransformFromBlendsapce::_posx' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractRootTrackTransformFromBlendsapce, _posy) == 0x00000C, "Member 'AnimationTools_ExtractRootTrackTransformFromBlendsapce::_posy' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractRootTrackTransformFromBlendsapce, _time) == 0x000010, "Member 'AnimationTools_ExtractRootTrackTransformFromBlendsapce::_time' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_ExtractRootTrackTransformFromBlendsapce, ReturnValue) == 0x000020, "Member 'AnimationTools_ExtractRootTrackTransformFromBlendsapce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_GetAnimation \ static_assert(alignof(AnimationTools_GetAnimation) == 0x000008, "Wrong alignment on AnimationTools_GetAnimation"); \ static_assert(sizeof(AnimationTools_GetAnimation) == 0x000010, "Wrong size on AnimationTools_GetAnimation"); \ static_assert(offsetof(AnimationTools_GetAnimation, _skeletalMeshComponent) == 0x000000, "Member 'AnimationTools_GetAnimation::_skeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_GetAnimation, ReturnValue) == 0x000008, "Member 'AnimationTools_GetAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_GetBoneChain \ static_assert(alignof(AnimationTools_GetBoneChain) == 0x000008, "Wrong alignment on AnimationTools_GetBoneChain"); \ static_assert(sizeof(AnimationTools_GetBoneChain) == 0x000030, "Wrong size on AnimationTools_GetBoneChain"); \ static_assert(offsetof(AnimationTools_GetBoneChain, _skeletalMesh) == 0x000000, "Member 'AnimationTools_GetBoneChain::_skeletalMesh' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_GetBoneChain, _firstBone) == 0x000008, "Member 'AnimationTools_GetBoneChain::_firstBone' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_GetBoneChain, _lastBone) == 0x000010, "Member 'AnimationTools_GetBoneChain::_lastBone' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_GetBoneChain, _outChain) == 0x000018, "Member 'AnimationTools_GetBoneChain::_outChain' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_GetBoneChain, ReturnValue) == 0x000028, "Member 'AnimationTools_GetBoneChain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_GetPlayLength \ static_assert(alignof(AnimationTools_GetPlayLength) == 0x000008, "Wrong alignment on AnimationTools_GetPlayLength"); \ static_assert(sizeof(AnimationTools_GetPlayLength) == 0x000010, "Wrong size on AnimationTools_GetPlayLength"); \ static_assert(offsetof(AnimationTools_GetPlayLength, _animationSequence) == 0x000000, "Member 'AnimationTools_GetPlayLength::_animationSequence' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_GetPlayLength, ReturnValue) == 0x000008, "Member 'AnimationTools_GetPlayLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_RefreshAnimationCache \ static_assert(alignof(AnimationTools_RefreshAnimationCache) == 0x000008, "Wrong alignment on AnimationTools_RefreshAnimationCache"); \ static_assert(sizeof(AnimationTools_RefreshAnimationCache) == 0x000008, "Wrong size on AnimationTools_RefreshAnimationCache"); \ static_assert(offsetof(AnimationTools_RefreshAnimationCache, _animationSequence) == 0x000000, "Member 'AnimationTools_RefreshAnimationCache::_animationSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_SetAnimNotifyPlaySound_AttachName \ static_assert(alignof(AnimationTools_SetAnimNotifyPlaySound_AttachName) == 0x000008, "Wrong alignment on AnimationTools_SetAnimNotifyPlaySound_AttachName"); \ static_assert(sizeof(AnimationTools_SetAnimNotifyPlaySound_AttachName) == 0x000010, "Wrong size on AnimationTools_SetAnimNotifyPlaySound_AttachName"); \ static_assert(offsetof(AnimationTools_SetAnimNotifyPlaySound_AttachName, _notify) == 0x000000, "Member 'AnimationTools_SetAnimNotifyPlaySound_AttachName::_notify' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_SetAnimNotifyPlaySound_AttachName, _attachName) == 0x000008, "Member 'AnimationTools_SetAnimNotifyPlaySound_AttachName::_attachName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_SetAnimNotifyPlaySound_Follow \ static_assert(alignof(AnimationTools_SetAnimNotifyPlaySound_Follow) == 0x000008, "Wrong alignment on AnimationTools_SetAnimNotifyPlaySound_Follow"); \ static_assert(sizeof(AnimationTools_SetAnimNotifyPlaySound_Follow) == 0x000010, "Wrong size on AnimationTools_SetAnimNotifyPlaySound_Follow"); \ static_assert(offsetof(AnimationTools_SetAnimNotifyPlaySound_Follow, _notify) == 0x000000, "Member 'AnimationTools_SetAnimNotifyPlaySound_Follow::_notify' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_SetAnimNotifyPlaySound_Follow, _follow) == 0x000008, "Member 'AnimationTools_SetAnimNotifyPlaySound_Follow::_follow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_SetAnimNotifyPlaySound_PitchMultiplier \ static_assert(alignof(AnimationTools_SetAnimNotifyPlaySound_PitchMultiplier) == 0x000008, "Wrong alignment on AnimationTools_SetAnimNotifyPlaySound_PitchMultiplier"); \ static_assert(sizeof(AnimationTools_SetAnimNotifyPlaySound_PitchMultiplier) == 0x000010, "Wrong size on AnimationTools_SetAnimNotifyPlaySound_PitchMultiplier"); \ static_assert(offsetof(AnimationTools_SetAnimNotifyPlaySound_PitchMultiplier, _notify) == 0x000000, "Member 'AnimationTools_SetAnimNotifyPlaySound_PitchMultiplier::_notify' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_SetAnimNotifyPlaySound_PitchMultiplier, _pitchMultiplier) == 0x000008, "Member 'AnimationTools_SetAnimNotifyPlaySound_PitchMultiplier::_pitchMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_SetAnimNotifyPlaySound_Sound \ static_assert(alignof(AnimationTools_SetAnimNotifyPlaySound_Sound) == 0x000008, "Wrong alignment on AnimationTools_SetAnimNotifyPlaySound_Sound"); \ static_assert(sizeof(AnimationTools_SetAnimNotifyPlaySound_Sound) == 0x000010, "Wrong size on AnimationTools_SetAnimNotifyPlaySound_Sound"); \ static_assert(offsetof(AnimationTools_SetAnimNotifyPlaySound_Sound, _notify) == 0x000000, "Member 'AnimationTools_SetAnimNotifyPlaySound_Sound::_notify' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_SetAnimNotifyPlaySound_Sound, _sound) == 0x000008, "Member 'AnimationTools_SetAnimNotifyPlaySound_Sound::_sound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationTools_SetAnimNotifyPlaySound_VolumeMultiplier \ static_assert(alignof(AnimationTools_SetAnimNotifyPlaySound_VolumeMultiplier) == 0x000008, "Wrong alignment on AnimationTools_SetAnimNotifyPlaySound_VolumeMultiplier"); \ static_assert(sizeof(AnimationTools_SetAnimNotifyPlaySound_VolumeMultiplier) == 0x000010, "Wrong size on AnimationTools_SetAnimNotifyPlaySound_VolumeMultiplier"); \ static_assert(offsetof(AnimationTools_SetAnimNotifyPlaySound_VolumeMultiplier, _notify) == 0x000000, "Member 'AnimationTools_SetAnimNotifyPlaySound_VolumeMultiplier::_notify' has a wrong offset!"); \ static_assert(offsetof(AnimationTools_SetAnimNotifyPlaySound_VolumeMultiplier, _volumeMultiplier) == 0x000008, "Member 'AnimationTools_SetAnimNotifyPlaySound_VolumeMultiplier::_volumeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationTools \ static_assert(alignof(UAnimationTools) == 0x000008, "Wrong alignment on UAnimationTools"); \ static_assert(sizeof(UAnimationTools) == 0x000028, "Wrong size on UAnimationTools"); \ #define DUMPER7_ASSERTS_JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel \ static_assert(alignof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel) == 0x000008, "Wrong alignment on JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel"); \ static_assert(sizeof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel) == 0x000080, "Wrong size on JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _worldContextObject) == 0x000000, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _start) == 0x000008, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_start' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _end) == 0x000014, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_end' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _halfSize) == 0x000020, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_halfSize' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _orientation) == 0x00002C, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_orientation' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _traceChannel) == 0x000038, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_traceChannel' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _actorsToIgnore) == 0x000040, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_actorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _traceComplex) == 0x000050, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_traceComplex' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _ignoreSelf) == 0x000051, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_ignoreSelf' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _drawDebugType) == 0x000052, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_drawDebugType' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _traceColor) == 0x000054, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_traceColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _traceHitColor) == 0x000064, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_traceHitColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, _drawTime) == 0x000074, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::_drawTime' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel, ReturnValue) == 0x000078, "Member 'JoyAsyncTraceSingleAction_AsyncBoxTraceSingleByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel \ static_assert(alignof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel) == 0x000008, "Wrong alignment on JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel"); \ static_assert(sizeof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel) == 0x000078, "Wrong size on JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _worldContextObject) == 0x000000, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _start) == 0x000008, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_start' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _end) == 0x000014, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_end' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _radius) == 0x000020, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_radius' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _halfHeight) == 0x000024, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_halfHeight' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _orientation) == 0x000028, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_orientation' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _traceChannel) == 0x000034, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_traceChannel' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _actorsToIgnore) == 0x000038, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_actorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _traceComplex) == 0x000048, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_traceComplex' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _ignoreSelf) == 0x000049, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_ignoreSelf' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _drawDebugType) == 0x00004A, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_drawDebugType' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _traceColor) == 0x00004C, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_traceColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _traceHitColor) == 0x00005C, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_traceHitColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, _drawTime) == 0x00006C, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::_drawTime' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel, ReturnValue) == 0x000070, "Member 'JoyAsyncTraceSingleAction_AsyncCapsuleTraceSingleByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel \ static_assert(alignof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel) == 0x000008, "Wrong alignment on JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel"); \ static_assert(sizeof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel) == 0x000068, "Wrong size on JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _worldContextObject) == 0x000000, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _start) == 0x000008, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_start' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _end) == 0x000014, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_end' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _traceChannel) == 0x000020, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_traceChannel' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _actorsToIgnore) == 0x000028, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_actorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _traceComplex) == 0x000038, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_traceComplex' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _ignoreSelf) == 0x000039, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_ignoreSelf' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _drawDebugType) == 0x00003A, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_drawDebugType' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _traceColor) == 0x00003C, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_traceColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _traceHitColor) == 0x00004C, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_traceHitColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, _drawTime) == 0x00005C, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::_drawTime' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel, ReturnValue) == 0x000060, "Member 'JoyAsyncTraceSingleAction_AsyncLineTraceSingleByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel \ static_assert(alignof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel) == 0x000008, "Wrong alignment on JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel"); \ static_assert(sizeof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel) == 0x000068, "Wrong size on JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _worldContextObject) == 0x000000, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _start) == 0x000008, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_start' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _end) == 0x000014, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_end' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _radius) == 0x000020, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_radius' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _traceChannel) == 0x000024, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_traceChannel' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _actorsToIgnore) == 0x000028, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_actorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _traceComplex) == 0x000038, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_traceComplex' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _ignoreSelf) == 0x000039, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_ignoreSelf' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _drawDebugType) == 0x00003A, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_drawDebugType' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _traceColor) == 0x00003C, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_traceColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _traceHitColor) == 0x00004C, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_traceHitColor' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, _drawTime) == 0x00005C, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::_drawTime' has a wrong offset!"); \ static_assert(offsetof(JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel, ReturnValue) == 0x000060, "Member 'JoyAsyncTraceSingleAction_AsyncSphereTraceSingleByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJoyAsyncTraceSingleAction \ static_assert(alignof(UJoyAsyncTraceSingleAction) == 0x000008, "Wrong alignment on UJoyAsyncTraceSingleAction"); \ static_assert(sizeof(UJoyAsyncTraceSingleAction) == 0x000150, "Wrong size on UJoyAsyncTraceSingleAction"); \ static_assert(offsetof(UJoyAsyncTraceSingleAction, TraceDone) == 0x000140, "Member 'UJoyAsyncTraceSingleAction::TraceDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BreakableDelay_Delay \ static_assert(alignof(BreakableDelay_Delay) == 0x000008, "Wrong alignment on BreakableDelay_Delay"); \ static_assert(sizeof(BreakableDelay_Delay) == 0x000028, "Wrong size on BreakableDelay_Delay"); \ static_assert(offsetof(BreakableDelay_Delay, _worldContextObject) == 0x000000, "Member 'BreakableDelay_Delay::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(BreakableDelay_Delay, _duration) == 0x000008, "Member 'BreakableDelay_Delay::_duration' has a wrong offset!"); \ static_assert(offsetof(BreakableDelay_Delay, _latentInfo) == 0x000010, "Member 'BreakableDelay_Delay::_latentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BreakableDelay_InternalBreakableDelay \ static_assert(alignof(BreakableDelay_InternalBreakableDelay) == 0x000008, "Wrong alignment on BreakableDelay_InternalBreakableDelay"); \ static_assert(sizeof(BreakableDelay_InternalBreakableDelay) == 0x000030, "Wrong size on BreakableDelay_InternalBreakableDelay"); \ static_assert(offsetof(BreakableDelay_InternalBreakableDelay, _worldContextObject) == 0x000000, "Member 'BreakableDelay_InternalBreakableDelay::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(BreakableDelay_InternalBreakableDelay, _duration) == 0x000008, "Member 'BreakableDelay_InternalBreakableDelay::_duration' has a wrong offset!"); \ static_assert(offsetof(BreakableDelay_InternalBreakableDelay, _latentInfo) == 0x000010, "Member 'BreakableDelay_InternalBreakableDelay::_latentInfo' has a wrong offset!"); \ static_assert(offsetof(BreakableDelay_InternalBreakableDelay, ReturnValue) == 0x000028, "Member 'BreakableDelay_InternalBreakableDelay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BreakableDelay_InternalBreakBreakableDelay \ static_assert(alignof(BreakableDelay_InternalBreakBreakableDelay) == 0x000008, "Wrong alignment on BreakableDelay_InternalBreakBreakableDelay"); \ static_assert(sizeof(BreakableDelay_InternalBreakBreakableDelay) == 0x000010, "Wrong size on BreakableDelay_InternalBreakBreakableDelay"); \ static_assert(offsetof(BreakableDelay_InternalBreakBreakableDelay, _worldContextObject) == 0x000000, "Member 'BreakableDelay_InternalBreakBreakableDelay::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(BreakableDelay_InternalBreakBreakableDelay, _uuid) == 0x000008, "Member 'BreakableDelay_InternalBreakBreakableDelay::_uuid' has a wrong offset!"); \ static_assert(offsetof(BreakableDelay_InternalBreakBreakableDelay, ReturnValue) == 0x00000C, "Member 'BreakableDelay_InternalBreakBreakableDelay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBreakableDelay \ static_assert(alignof(UBreakableDelay) == 0x000008, "Wrong alignment on UBreakableDelay"); \ static_assert(sizeof(UBreakableDelay) == 0x000028, "Wrong size on UBreakableDelay"); \ #define DUMPER7_ASSERTS_CameraTools_AddPlayerControllerHiddenActor \ static_assert(alignof(CameraTools_AddPlayerControllerHiddenActor) == 0x000008, "Wrong alignment on CameraTools_AddPlayerControllerHiddenActor"); \ static_assert(sizeof(CameraTools_AddPlayerControllerHiddenActor) == 0x000010, "Wrong size on CameraTools_AddPlayerControllerHiddenActor"); \ static_assert(offsetof(CameraTools_AddPlayerControllerHiddenActor, _playerController) == 0x000000, "Member 'CameraTools_AddPlayerControllerHiddenActor::_playerController' has a wrong offset!"); \ static_assert(offsetof(CameraTools_AddPlayerControllerHiddenActor, _actor) == 0x000008, "Member 'CameraTools_AddPlayerControllerHiddenActor::_actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTools_AddPlayerControllerHiddenPrimitiveComponent \ static_assert(alignof(CameraTools_AddPlayerControllerHiddenPrimitiveComponent) == 0x000008, "Wrong alignment on CameraTools_AddPlayerControllerHiddenPrimitiveComponent"); \ static_assert(sizeof(CameraTools_AddPlayerControllerHiddenPrimitiveComponent) == 0x000010, "Wrong size on CameraTools_AddPlayerControllerHiddenPrimitiveComponent"); \ static_assert(offsetof(CameraTools_AddPlayerControllerHiddenPrimitiveComponent, _playerController) == 0x000000, "Member 'CameraTools_AddPlayerControllerHiddenPrimitiveComponent::_playerController' has a wrong offset!"); \ static_assert(offsetof(CameraTools_AddPlayerControllerHiddenPrimitiveComponent, _component) == 0x000008, "Member 'CameraTools_AddPlayerControllerHiddenPrimitiveComponent::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTools_GetCurrentViewLocation \ static_assert(alignof(CameraTools_GetCurrentViewLocation) == 0x000008, "Wrong alignment on CameraTools_GetCurrentViewLocation"); \ static_assert(sizeof(CameraTools_GetCurrentViewLocation) == 0x000018, "Wrong size on CameraTools_GetCurrentViewLocation"); \ static_assert(offsetof(CameraTools_GetCurrentViewLocation, _worldContextObject) == 0x000000, "Member 'CameraTools_GetCurrentViewLocation::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraTools_GetCurrentViewLocation, ReturnValue) == 0x000008, "Member 'CameraTools_GetCurrentViewLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTools_RemovePlayerControllerHiddenActor \ static_assert(alignof(CameraTools_RemovePlayerControllerHiddenActor) == 0x000008, "Wrong alignment on CameraTools_RemovePlayerControllerHiddenActor"); \ static_assert(sizeof(CameraTools_RemovePlayerControllerHiddenActor) == 0x000010, "Wrong size on CameraTools_RemovePlayerControllerHiddenActor"); \ static_assert(offsetof(CameraTools_RemovePlayerControllerHiddenActor, _playerController) == 0x000000, "Member 'CameraTools_RemovePlayerControllerHiddenActor::_playerController' has a wrong offset!"); \ static_assert(offsetof(CameraTools_RemovePlayerControllerHiddenActor, _actor) == 0x000008, "Member 'CameraTools_RemovePlayerControllerHiddenActor::_actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTools_RemovePlayerControllerHiddenPrimitiveComponent \ static_assert(alignof(CameraTools_RemovePlayerControllerHiddenPrimitiveComponent) == 0x000008, "Wrong alignment on CameraTools_RemovePlayerControllerHiddenPrimitiveComponent"); \ static_assert(sizeof(CameraTools_RemovePlayerControllerHiddenPrimitiveComponent) == 0x000010, "Wrong size on CameraTools_RemovePlayerControllerHiddenPrimitiveComponent"); \ static_assert(offsetof(CameraTools_RemovePlayerControllerHiddenPrimitiveComponent, _playerController) == 0x000000, "Member 'CameraTools_RemovePlayerControllerHiddenPrimitiveComponent::_playerController' has a wrong offset!"); \ static_assert(offsetof(CameraTools_RemovePlayerControllerHiddenPrimitiveComponent, _component) == 0x000008, "Member 'CameraTools_RemovePlayerControllerHiddenPrimitiveComponent::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraTools \ static_assert(alignof(UCameraTools) == 0x000008, "Wrong alignment on UCameraTools"); \ static_assert(sizeof(UCameraTools) == 0x000028, "Wrong size on UCameraTools"); \ #define DUMPER7_ASSERTS_CurveTools_GetFloatValue \ static_assert(alignof(CurveTools_GetFloatValue) == 0x000008, "Wrong alignment on CurveTools_GetFloatValue"); \ static_assert(sizeof(CurveTools_GetFloatValue) == 0x000090, "Wrong size on CurveTools_GetFloatValue"); \ static_assert(offsetof(CurveTools_GetFloatValue, _curve) == 0x000000, "Member 'CurveTools_GetFloatValue::_curve' has a wrong offset!"); \ static_assert(offsetof(CurveTools_GetFloatValue, _time) == 0x000088, "Member 'CurveTools_GetFloatValue::_time' has a wrong offset!"); \ static_assert(offsetof(CurveTools_GetFloatValue, ReturnValue) == 0x00008C, "Member 'CurveTools_GetFloatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveTools \ static_assert(alignof(UCurveTools) == 0x000008, "Wrong alignment on UCurveTools"); \ static_assert(sizeof(UCurveTools) == 0x000028, "Wrong size on UCurveTools"); \ #define DUMPER7_ASSERTS_UDebugHistogramTools \ static_assert(alignof(UDebugHistogramTools) == 0x000008, "Wrong alignment on UDebugHistogramTools"); \ static_assert(sizeof(UDebugHistogramTools) == 0x000028, "Wrong size on UDebugHistogramTools"); \ #define DUMPER7_ASSERTS_DrawMovementComponent_SetDrawEnabled \ static_assert(alignof(DrawMovementComponent_SetDrawEnabled) == 0x000001, "Wrong alignment on DrawMovementComponent_SetDrawEnabled"); \ static_assert(sizeof(DrawMovementComponent_SetDrawEnabled) == 0x000001, "Wrong size on DrawMovementComponent_SetDrawEnabled"); \ static_assert(offsetof(DrawMovementComponent_SetDrawEnabled, _enabled) == 0x000000, "Member 'DrawMovementComponent_SetDrawEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DrawMovementComponent_IsDrawEnabled \ static_assert(alignof(DrawMovementComponent_IsDrawEnabled) == 0x000001, "Wrong alignment on DrawMovementComponent_IsDrawEnabled"); \ static_assert(sizeof(DrawMovementComponent_IsDrawEnabled) == 0x000001, "Wrong size on DrawMovementComponent_IsDrawEnabled"); \ static_assert(offsetof(DrawMovementComponent_IsDrawEnabled, ReturnValue) == 0x000000, "Member 'DrawMovementComponent_IsDrawEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawMovementComponent \ static_assert(alignof(UDrawMovementComponent) == 0x000010, "Wrong alignment on UDrawMovementComponent"); \ static_assert(sizeof(UDrawMovementComponent) == 0x000220, "Wrong size on UDrawMovementComponent"); \ static_assert(offsetof(UDrawMovementComponent, DrawLifeTime) == 0x0001F8, "Member 'UDrawMovementComponent::DrawLifeTime' has a wrong offset!"); \ static_assert(offsetof(UDrawMovementComponent, DrawHeight) == 0x0001FC, "Member 'UDrawMovementComponent::DrawHeight' has a wrong offset!"); \ static_assert(offsetof(UDrawMovementComponent, DrawThickness) == 0x000200, "Member 'UDrawMovementComponent::DrawThickness' has a wrong offset!"); \ static_assert(offsetof(UDrawMovementComponent, StartEnabled) == 0x000204, "Member 'UDrawMovementComponent::StartEnabled' has a wrong offset!"); \ static_assert(offsetof(UDrawMovementComponent, DrawColor) == 0x000208, "Member 'UDrawMovementComponent::DrawColor' has a wrong offset!"); \ static_assert(offsetof(UDrawMovementComponent, DrawType) == 0x00020C, "Member 'UDrawMovementComponent::DrawType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_BackIn \ static_assert(alignof(EasingTools_BackIn) == 0x000004, "Wrong alignment on EasingTools_BackIn"); \ static_assert(sizeof(EasingTools_BackIn) == 0x000010, "Wrong size on EasingTools_BackIn"); \ static_assert(offsetof(EasingTools_BackIn, _a) == 0x000000, "Member 'EasingTools_BackIn::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BackIn, _b) == 0x000004, "Member 'EasingTools_BackIn::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BackIn, _t) == 0x000008, "Member 'EasingTools_BackIn::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BackIn, ReturnValue) == 0x00000C, "Member 'EasingTools_BackIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_BackInOut \ static_assert(alignof(EasingTools_BackInOut) == 0x000004, "Wrong alignment on EasingTools_BackInOut"); \ static_assert(sizeof(EasingTools_BackInOut) == 0x000010, "Wrong size on EasingTools_BackInOut"); \ static_assert(offsetof(EasingTools_BackInOut, _a) == 0x000000, "Member 'EasingTools_BackInOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BackInOut, _b) == 0x000004, "Member 'EasingTools_BackInOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BackInOut, _t) == 0x000008, "Member 'EasingTools_BackInOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BackInOut, ReturnValue) == 0x00000C, "Member 'EasingTools_BackInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_BackOut \ static_assert(alignof(EasingTools_BackOut) == 0x000004, "Wrong alignment on EasingTools_BackOut"); \ static_assert(sizeof(EasingTools_BackOut) == 0x000010, "Wrong size on EasingTools_BackOut"); \ static_assert(offsetof(EasingTools_BackOut, _a) == 0x000000, "Member 'EasingTools_BackOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BackOut, _b) == 0x000004, "Member 'EasingTools_BackOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BackOut, _t) == 0x000008, "Member 'EasingTools_BackOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BackOut, ReturnValue) == 0x00000C, "Member 'EasingTools_BackOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_BounceIn \ static_assert(alignof(EasingTools_BounceIn) == 0x000004, "Wrong alignment on EasingTools_BounceIn"); \ static_assert(sizeof(EasingTools_BounceIn) == 0x000010, "Wrong size on EasingTools_BounceIn"); \ static_assert(offsetof(EasingTools_BounceIn, _a) == 0x000000, "Member 'EasingTools_BounceIn::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BounceIn, _b) == 0x000004, "Member 'EasingTools_BounceIn::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BounceIn, _t) == 0x000008, "Member 'EasingTools_BounceIn::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BounceIn, ReturnValue) == 0x00000C, "Member 'EasingTools_BounceIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_BounceInOut \ static_assert(alignof(EasingTools_BounceInOut) == 0x000004, "Wrong alignment on EasingTools_BounceInOut"); \ static_assert(sizeof(EasingTools_BounceInOut) == 0x000010, "Wrong size on EasingTools_BounceInOut"); \ static_assert(offsetof(EasingTools_BounceInOut, _a) == 0x000000, "Member 'EasingTools_BounceInOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BounceInOut, _b) == 0x000004, "Member 'EasingTools_BounceInOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BounceInOut, _t) == 0x000008, "Member 'EasingTools_BounceInOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BounceInOut, ReturnValue) == 0x00000C, "Member 'EasingTools_BounceInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_BounceOut \ static_assert(alignof(EasingTools_BounceOut) == 0x000004, "Wrong alignment on EasingTools_BounceOut"); \ static_assert(sizeof(EasingTools_BounceOut) == 0x000010, "Wrong size on EasingTools_BounceOut"); \ static_assert(offsetof(EasingTools_BounceOut, _a) == 0x000000, "Member 'EasingTools_BounceOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BounceOut, _b) == 0x000004, "Member 'EasingTools_BounceOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BounceOut, _t) == 0x000008, "Member 'EasingTools_BounceOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_BounceOut, ReturnValue) == 0x00000C, "Member 'EasingTools_BounceOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_CircIn \ static_assert(alignof(EasingTools_CircIn) == 0x000004, "Wrong alignment on EasingTools_CircIn"); \ static_assert(sizeof(EasingTools_CircIn) == 0x000010, "Wrong size on EasingTools_CircIn"); \ static_assert(offsetof(EasingTools_CircIn, _a) == 0x000000, "Member 'EasingTools_CircIn::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CircIn, _b) == 0x000004, "Member 'EasingTools_CircIn::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CircIn, _t) == 0x000008, "Member 'EasingTools_CircIn::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CircIn, ReturnValue) == 0x00000C, "Member 'EasingTools_CircIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_CircInOut \ static_assert(alignof(EasingTools_CircInOut) == 0x000004, "Wrong alignment on EasingTools_CircInOut"); \ static_assert(sizeof(EasingTools_CircInOut) == 0x000010, "Wrong size on EasingTools_CircInOut"); \ static_assert(offsetof(EasingTools_CircInOut, _a) == 0x000000, "Member 'EasingTools_CircInOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CircInOut, _b) == 0x000004, "Member 'EasingTools_CircInOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CircInOut, _t) == 0x000008, "Member 'EasingTools_CircInOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CircInOut, ReturnValue) == 0x00000C, "Member 'EasingTools_CircInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_CircOut \ static_assert(alignof(EasingTools_CircOut) == 0x000004, "Wrong alignment on EasingTools_CircOut"); \ static_assert(sizeof(EasingTools_CircOut) == 0x000010, "Wrong size on EasingTools_CircOut"); \ static_assert(offsetof(EasingTools_CircOut, _a) == 0x000000, "Member 'EasingTools_CircOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CircOut, _b) == 0x000004, "Member 'EasingTools_CircOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CircOut, _t) == 0x000008, "Member 'EasingTools_CircOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CircOut, ReturnValue) == 0x00000C, "Member 'EasingTools_CircOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_CubeIn \ static_assert(alignof(EasingTools_CubeIn) == 0x000004, "Wrong alignment on EasingTools_CubeIn"); \ static_assert(sizeof(EasingTools_CubeIn) == 0x000010, "Wrong size on EasingTools_CubeIn"); \ static_assert(offsetof(EasingTools_CubeIn, _a) == 0x000000, "Member 'EasingTools_CubeIn::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CubeIn, _b) == 0x000004, "Member 'EasingTools_CubeIn::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CubeIn, _t) == 0x000008, "Member 'EasingTools_CubeIn::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CubeIn, ReturnValue) == 0x00000C, "Member 'EasingTools_CubeIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_CubeInOut \ static_assert(alignof(EasingTools_CubeInOut) == 0x000004, "Wrong alignment on EasingTools_CubeInOut"); \ static_assert(sizeof(EasingTools_CubeInOut) == 0x000010, "Wrong size on EasingTools_CubeInOut"); \ static_assert(offsetof(EasingTools_CubeInOut, _a) == 0x000000, "Member 'EasingTools_CubeInOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CubeInOut, _b) == 0x000004, "Member 'EasingTools_CubeInOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CubeInOut, _t) == 0x000008, "Member 'EasingTools_CubeInOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CubeInOut, ReturnValue) == 0x00000C, "Member 'EasingTools_CubeInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_CubeOut \ static_assert(alignof(EasingTools_CubeOut) == 0x000004, "Wrong alignment on EasingTools_CubeOut"); \ static_assert(sizeof(EasingTools_CubeOut) == 0x000010, "Wrong size on EasingTools_CubeOut"); \ static_assert(offsetof(EasingTools_CubeOut, _a) == 0x000000, "Member 'EasingTools_CubeOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CubeOut, _b) == 0x000004, "Member 'EasingTools_CubeOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CubeOut, _t) == 0x000008, "Member 'EasingTools_CubeOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_CubeOut, ReturnValue) == 0x00000C, "Member 'EasingTools_CubeOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_Ease \ static_assert(alignof(EasingTools_Ease) == 0x000004, "Wrong alignment on EasingTools_Ease"); \ static_assert(sizeof(EasingTools_Ease) == 0x000014, "Wrong size on EasingTools_Ease"); \ static_assert(offsetof(EasingTools_Ease, _function) == 0x000000, "Member 'EasingTools_Ease::_function' has a wrong offset!"); \ static_assert(offsetof(EasingTools_Ease, _a) == 0x000004, "Member 'EasingTools_Ease::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_Ease, _b) == 0x000008, "Member 'EasingTools_Ease::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_Ease, _t) == 0x00000C, "Member 'EasingTools_Ease::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_Ease, ReturnValue) == 0x000010, "Member 'EasingTools_Ease::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_ExpoIn \ static_assert(alignof(EasingTools_ExpoIn) == 0x000004, "Wrong alignment on EasingTools_ExpoIn"); \ static_assert(sizeof(EasingTools_ExpoIn) == 0x000010, "Wrong size on EasingTools_ExpoIn"); \ static_assert(offsetof(EasingTools_ExpoIn, _a) == 0x000000, "Member 'EasingTools_ExpoIn::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_ExpoIn, _b) == 0x000004, "Member 'EasingTools_ExpoIn::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_ExpoIn, _t) == 0x000008, "Member 'EasingTools_ExpoIn::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_ExpoIn, ReturnValue) == 0x00000C, "Member 'EasingTools_ExpoIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_ExpoInOut \ static_assert(alignof(EasingTools_ExpoInOut) == 0x000004, "Wrong alignment on EasingTools_ExpoInOut"); \ static_assert(sizeof(EasingTools_ExpoInOut) == 0x000010, "Wrong size on EasingTools_ExpoInOut"); \ static_assert(offsetof(EasingTools_ExpoInOut, _a) == 0x000000, "Member 'EasingTools_ExpoInOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_ExpoInOut, _b) == 0x000004, "Member 'EasingTools_ExpoInOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_ExpoInOut, _t) == 0x000008, "Member 'EasingTools_ExpoInOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_ExpoInOut, ReturnValue) == 0x00000C, "Member 'EasingTools_ExpoInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_ExpoOut \ static_assert(alignof(EasingTools_ExpoOut) == 0x000004, "Wrong alignment on EasingTools_ExpoOut"); \ static_assert(sizeof(EasingTools_ExpoOut) == 0x000010, "Wrong size on EasingTools_ExpoOut"); \ static_assert(offsetof(EasingTools_ExpoOut, _a) == 0x000000, "Member 'EasingTools_ExpoOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_ExpoOut, _b) == 0x000004, "Member 'EasingTools_ExpoOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_ExpoOut, _t) == 0x000008, "Member 'EasingTools_ExpoOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_ExpoOut, ReturnValue) == 0x00000C, "Member 'EasingTools_ExpoOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_QuadIn \ static_assert(alignof(EasingTools_QuadIn) == 0x000004, "Wrong alignment on EasingTools_QuadIn"); \ static_assert(sizeof(EasingTools_QuadIn) == 0x000010, "Wrong size on EasingTools_QuadIn"); \ static_assert(offsetof(EasingTools_QuadIn, _a) == 0x000000, "Member 'EasingTools_QuadIn::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuadIn, _b) == 0x000004, "Member 'EasingTools_QuadIn::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuadIn, _t) == 0x000008, "Member 'EasingTools_QuadIn::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuadIn, ReturnValue) == 0x00000C, "Member 'EasingTools_QuadIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_QuadInOut \ static_assert(alignof(EasingTools_QuadInOut) == 0x000004, "Wrong alignment on EasingTools_QuadInOut"); \ static_assert(sizeof(EasingTools_QuadInOut) == 0x000010, "Wrong size on EasingTools_QuadInOut"); \ static_assert(offsetof(EasingTools_QuadInOut, _a) == 0x000000, "Member 'EasingTools_QuadInOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuadInOut, _b) == 0x000004, "Member 'EasingTools_QuadInOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuadInOut, _t) == 0x000008, "Member 'EasingTools_QuadInOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuadInOut, ReturnValue) == 0x00000C, "Member 'EasingTools_QuadInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_QuadOut \ static_assert(alignof(EasingTools_QuadOut) == 0x000004, "Wrong alignment on EasingTools_QuadOut"); \ static_assert(sizeof(EasingTools_QuadOut) == 0x000010, "Wrong size on EasingTools_QuadOut"); \ static_assert(offsetof(EasingTools_QuadOut, _a) == 0x000000, "Member 'EasingTools_QuadOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuadOut, _b) == 0x000004, "Member 'EasingTools_QuadOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuadOut, _t) == 0x000008, "Member 'EasingTools_QuadOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuadOut, ReturnValue) == 0x00000C, "Member 'EasingTools_QuadOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_QuartIn \ static_assert(alignof(EasingTools_QuartIn) == 0x000004, "Wrong alignment on EasingTools_QuartIn"); \ static_assert(sizeof(EasingTools_QuartIn) == 0x000010, "Wrong size on EasingTools_QuartIn"); \ static_assert(offsetof(EasingTools_QuartIn, _a) == 0x000000, "Member 'EasingTools_QuartIn::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuartIn, _b) == 0x000004, "Member 'EasingTools_QuartIn::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuartIn, _t) == 0x000008, "Member 'EasingTools_QuartIn::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuartIn, ReturnValue) == 0x00000C, "Member 'EasingTools_QuartIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_QuartInOut \ static_assert(alignof(EasingTools_QuartInOut) == 0x000004, "Wrong alignment on EasingTools_QuartInOut"); \ static_assert(sizeof(EasingTools_QuartInOut) == 0x000010, "Wrong size on EasingTools_QuartInOut"); \ static_assert(offsetof(EasingTools_QuartInOut, _a) == 0x000000, "Member 'EasingTools_QuartInOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuartInOut, _b) == 0x000004, "Member 'EasingTools_QuartInOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuartInOut, _t) == 0x000008, "Member 'EasingTools_QuartInOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuartInOut, ReturnValue) == 0x00000C, "Member 'EasingTools_QuartInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_QuartOut \ static_assert(alignof(EasingTools_QuartOut) == 0x000004, "Wrong alignment on EasingTools_QuartOut"); \ static_assert(sizeof(EasingTools_QuartOut) == 0x000010, "Wrong size on EasingTools_QuartOut"); \ static_assert(offsetof(EasingTools_QuartOut, _a) == 0x000000, "Member 'EasingTools_QuartOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuartOut, _b) == 0x000004, "Member 'EasingTools_QuartOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuartOut, _t) == 0x000008, "Member 'EasingTools_QuartOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuartOut, ReturnValue) == 0x00000C, "Member 'EasingTools_QuartOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_QuintIn \ static_assert(alignof(EasingTools_QuintIn) == 0x000004, "Wrong alignment on EasingTools_QuintIn"); \ static_assert(sizeof(EasingTools_QuintIn) == 0x000010, "Wrong size on EasingTools_QuintIn"); \ static_assert(offsetof(EasingTools_QuintIn, _a) == 0x000000, "Member 'EasingTools_QuintIn::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuintIn, _b) == 0x000004, "Member 'EasingTools_QuintIn::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuintIn, _t) == 0x000008, "Member 'EasingTools_QuintIn::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuintIn, ReturnValue) == 0x00000C, "Member 'EasingTools_QuintIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_QuintInOut \ static_assert(alignof(EasingTools_QuintInOut) == 0x000004, "Wrong alignment on EasingTools_QuintInOut"); \ static_assert(sizeof(EasingTools_QuintInOut) == 0x000010, "Wrong size on EasingTools_QuintInOut"); \ static_assert(offsetof(EasingTools_QuintInOut, _a) == 0x000000, "Member 'EasingTools_QuintInOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuintInOut, _b) == 0x000004, "Member 'EasingTools_QuintInOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuintInOut, _t) == 0x000008, "Member 'EasingTools_QuintInOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuintInOut, ReturnValue) == 0x00000C, "Member 'EasingTools_QuintInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_QuintOut \ static_assert(alignof(EasingTools_QuintOut) == 0x000004, "Wrong alignment on EasingTools_QuintOut"); \ static_assert(sizeof(EasingTools_QuintOut) == 0x000010, "Wrong size on EasingTools_QuintOut"); \ static_assert(offsetof(EasingTools_QuintOut, _a) == 0x000000, "Member 'EasingTools_QuintOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuintOut, _b) == 0x000004, "Member 'EasingTools_QuintOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuintOut, _t) == 0x000008, "Member 'EasingTools_QuintOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_QuintOut, ReturnValue) == 0x00000C, "Member 'EasingTools_QuintOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_SineIn \ static_assert(alignof(EasingTools_SineIn) == 0x000004, "Wrong alignment on EasingTools_SineIn"); \ static_assert(sizeof(EasingTools_SineIn) == 0x000010, "Wrong size on EasingTools_SineIn"); \ static_assert(offsetof(EasingTools_SineIn, _a) == 0x000000, "Member 'EasingTools_SineIn::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_SineIn, _b) == 0x000004, "Member 'EasingTools_SineIn::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_SineIn, _t) == 0x000008, "Member 'EasingTools_SineIn::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_SineIn, ReturnValue) == 0x00000C, "Member 'EasingTools_SineIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_SineInOut \ static_assert(alignof(EasingTools_SineInOut) == 0x000004, "Wrong alignment on EasingTools_SineInOut"); \ static_assert(sizeof(EasingTools_SineInOut) == 0x000010, "Wrong size on EasingTools_SineInOut"); \ static_assert(offsetof(EasingTools_SineInOut, _a) == 0x000000, "Member 'EasingTools_SineInOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_SineInOut, _b) == 0x000004, "Member 'EasingTools_SineInOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_SineInOut, _t) == 0x000008, "Member 'EasingTools_SineInOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_SineInOut, ReturnValue) == 0x00000C, "Member 'EasingTools_SineInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EasingTools_SineOut \ static_assert(alignof(EasingTools_SineOut) == 0x000004, "Wrong alignment on EasingTools_SineOut"); \ static_assert(sizeof(EasingTools_SineOut) == 0x000010, "Wrong size on EasingTools_SineOut"); \ static_assert(offsetof(EasingTools_SineOut, _a) == 0x000000, "Member 'EasingTools_SineOut::_a' has a wrong offset!"); \ static_assert(offsetof(EasingTools_SineOut, _b) == 0x000004, "Member 'EasingTools_SineOut::_b' has a wrong offset!"); \ static_assert(offsetof(EasingTools_SineOut, _t) == 0x000008, "Member 'EasingTools_SineOut::_t' has a wrong offset!"); \ static_assert(offsetof(EasingTools_SineOut, ReturnValue) == 0x00000C, "Member 'EasingTools_SineOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEasingTools \ static_assert(alignof(UEasingTools) == 0x000008, "Wrong alignment on UEasingTools"); \ static_assert(sizeof(UEasingTools) == 0x000028, "Wrong size on UEasingTools"); \ #define DUMPER7_ASSERTS_GUITools_ForceSizeRefresh \ static_assert(alignof(GUITools_ForceSizeRefresh) == 0x000008, "Wrong alignment on GUITools_ForceSizeRefresh"); \ static_assert(sizeof(GUITools_ForceSizeRefresh) == 0x000008, "Wrong size on GUITools_ForceSizeRefresh"); \ static_assert(offsetof(GUITools_ForceSizeRefresh, _widget) == 0x000000, "Member 'GUITools_ForceSizeRefresh::_widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGUITools \ static_assert(alignof(UGUITools) == 0x000008, "Wrong alignment on UGUITools"); \ static_assert(sizeof(UGUITools) == 0x000028, "Wrong size on UGUITools"); \ #define DUMPER7_ASSERTS_InputTools_GetTimeDown \ static_assert(alignof(InputTools_GetTimeDown) == 0x000008, "Wrong alignment on InputTools_GetTimeDown"); \ static_assert(sizeof(InputTools_GetTimeDown) == 0x000028, "Wrong size on InputTools_GetTimeDown"); \ static_assert(offsetof(InputTools_GetTimeDown, _playerController) == 0x000000, "Member 'InputTools_GetTimeDown::_playerController' has a wrong offset!"); \ static_assert(offsetof(InputTools_GetTimeDown, InKey) == 0x000008, "Member 'InputTools_GetTimeDown::InKey' has a wrong offset!"); \ static_assert(offsetof(InputTools_GetTimeDown, ReturnValue) == 0x000020, "Member 'InputTools_GetTimeDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputTools_InputAxis \ static_assert(alignof(InputTools_InputAxis) == 0x000008, "Wrong alignment on InputTools_InputAxis"); \ static_assert(sizeof(InputTools_InputAxis) == 0x000030, "Wrong size on InputTools_InputAxis"); \ static_assert(offsetof(InputTools_InputAxis, _playerController) == 0x000000, "Member 'InputTools_InputAxis::_playerController' has a wrong offset!"); \ static_assert(offsetof(InputTools_InputAxis, Key) == 0x000008, "Member 'InputTools_InputAxis::Key' has a wrong offset!"); \ static_assert(offsetof(InputTools_InputAxis, Delta) == 0x000020, "Member 'InputTools_InputAxis::Delta' has a wrong offset!"); \ static_assert(offsetof(InputTools_InputAxis, DeltaTime) == 0x000024, "Member 'InputTools_InputAxis::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(InputTools_InputAxis, ReturnValue) == 0x000028, "Member 'InputTools_InputAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputTools_InputKey \ static_assert(alignof(InputTools_InputKey) == 0x000008, "Wrong alignment on InputTools_InputKey"); \ static_assert(sizeof(InputTools_InputKey) == 0x000028, "Wrong size on InputTools_InputKey"); \ static_assert(offsetof(InputTools_InputKey, _playerController) == 0x000000, "Member 'InputTools_InputKey::_playerController' has a wrong offset!"); \ static_assert(offsetof(InputTools_InputKey, Key) == 0x000008, "Member 'InputTools_InputKey::Key' has a wrong offset!"); \ static_assert(offsetof(InputTools_InputKey, Event) == 0x000020, "Member 'InputTools_InputKey::Event' has a wrong offset!"); \ static_assert(offsetof(InputTools_InputKey, ReturnValue) == 0x000021, "Member 'InputTools_InputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputTools_IsAltPressed \ static_assert(alignof(InputTools_IsAltPressed) == 0x000008, "Wrong alignment on InputTools_IsAltPressed"); \ static_assert(sizeof(InputTools_IsAltPressed) == 0x000010, "Wrong size on InputTools_IsAltPressed"); \ static_assert(offsetof(InputTools_IsAltPressed, _playerController) == 0x000000, "Member 'InputTools_IsAltPressed::_playerController' has a wrong offset!"); \ static_assert(offsetof(InputTools_IsAltPressed, ReturnValue) == 0x000008, "Member 'InputTools_IsAltPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputTools_IsCmdPressed \ static_assert(alignof(InputTools_IsCmdPressed) == 0x000008, "Wrong alignment on InputTools_IsCmdPressed"); \ static_assert(sizeof(InputTools_IsCmdPressed) == 0x000010, "Wrong size on InputTools_IsCmdPressed"); \ static_assert(offsetof(InputTools_IsCmdPressed, _playerController) == 0x000000, "Member 'InputTools_IsCmdPressed::_playerController' has a wrong offset!"); \ static_assert(offsetof(InputTools_IsCmdPressed, ReturnValue) == 0x000008, "Member 'InputTools_IsCmdPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputTools_IsCtrlPressed \ static_assert(alignof(InputTools_IsCtrlPressed) == 0x000008, "Wrong alignment on InputTools_IsCtrlPressed"); \ static_assert(sizeof(InputTools_IsCtrlPressed) == 0x000010, "Wrong size on InputTools_IsCtrlPressed"); \ static_assert(offsetof(InputTools_IsCtrlPressed, _playerController) == 0x000000, "Member 'InputTools_IsCtrlPressed::_playerController' has a wrong offset!"); \ static_assert(offsetof(InputTools_IsCtrlPressed, ReturnValue) == 0x000008, "Member 'InputTools_IsCtrlPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputTools_IsShiftPressed \ static_assert(alignof(InputTools_IsShiftPressed) == 0x000008, "Wrong alignment on InputTools_IsShiftPressed"); \ static_assert(sizeof(InputTools_IsShiftPressed) == 0x000010, "Wrong size on InputTools_IsShiftPressed"); \ static_assert(offsetof(InputTools_IsShiftPressed, _playerController) == 0x000000, "Member 'InputTools_IsShiftPressed::_playerController' has a wrong offset!"); \ static_assert(offsetof(InputTools_IsShiftPressed, ReturnValue) == 0x000008, "Member 'InputTools_IsShiftPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputTools_SetViewportIgnoreInput \ static_assert(alignof(InputTools_SetViewportIgnoreInput) == 0x000001, "Wrong alignment on InputTools_SetViewportIgnoreInput"); \ static_assert(sizeof(InputTools_SetViewportIgnoreInput) == 0x000001, "Wrong size on InputTools_SetViewportIgnoreInput"); \ static_assert(offsetof(InputTools_SetViewportIgnoreInput, _value) == 0x000000, "Member 'InputTools_SetViewportIgnoreInput::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputTools \ static_assert(alignof(UInputTools) == 0x000008, "Wrong alignment on UInputTools"); \ static_assert(sizeof(UInputTools) == 0x000028, "Wrong size on UInputTools"); \ #define DUMPER7_ASSERTS_UJoyInterpolator \ static_assert(alignof(UJoyInterpolator) == 0x000008, "Wrong alignment on UJoyInterpolator"); \ static_assert(sizeof(UJoyInterpolator) == 0x0000B8, "Wrong size on UJoyInterpolator"); \ static_assert(offsetof(UJoyInterpolator, Tick) == 0x000050, "Member 'UJoyInterpolator::Tick' has a wrong offset!"); \ static_assert(offsetof(UJoyInterpolator, Complete) == 0x000060, "Member 'UJoyInterpolator::Complete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyEasingInterpolator_StartEasingInterpolator \ static_assert(alignof(JoyEasingInterpolator_StartEasingInterpolator) == 0x000008, "Wrong alignment on JoyEasingInterpolator_StartEasingInterpolator"); \ static_assert(sizeof(JoyEasingInterpolator_StartEasingInterpolator) == 0x000020, "Wrong size on JoyEasingInterpolator_StartEasingInterpolator"); \ static_assert(offsetof(JoyEasingInterpolator_StartEasingInterpolator, WorldContextObject) == 0x000000, "Member 'JoyEasingInterpolator_StartEasingInterpolator::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyEasingInterpolator_StartEasingInterpolator, _easingFunction) == 0x000008, "Member 'JoyEasingInterpolator_StartEasingInterpolator::_easingFunction' has a wrong offset!"); \ static_assert(offsetof(JoyEasingInterpolator_StartEasingInterpolator, _time) == 0x00000C, "Member 'JoyEasingInterpolator_StartEasingInterpolator::_time' has a wrong offset!"); \ static_assert(offsetof(JoyEasingInterpolator_StartEasingInterpolator, _interpolatorObject) == 0x000010, "Member 'JoyEasingInterpolator_StartEasingInterpolator::_interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(JoyEasingInterpolator_StartEasingInterpolator, ReturnValue) == 0x000018, "Member 'JoyEasingInterpolator_StartEasingInterpolator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJoyEasingInterpolator \ static_assert(alignof(UJoyEasingInterpolator) == 0x000008, "Wrong alignment on UJoyEasingInterpolator"); \ static_assert(sizeof(UJoyEasingInterpolator) == 0x0000C0, "Wrong size on UJoyEasingInterpolator"); \ #define DUMPER7_ASSERTS_JoyCurveInterpolator_StartCurveInterpolator \ static_assert(alignof(JoyCurveInterpolator_StartCurveInterpolator) == 0x000008, "Wrong alignment on JoyCurveInterpolator_StartCurveInterpolator"); \ static_assert(sizeof(JoyCurveInterpolator_StartCurveInterpolator) == 0x000028, "Wrong size on JoyCurveInterpolator_StartCurveInterpolator"); \ static_assert(offsetof(JoyCurveInterpolator_StartCurveInterpolator, WorldContextObject) == 0x000000, "Member 'JoyCurveInterpolator_StartCurveInterpolator::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyCurveInterpolator_StartCurveInterpolator, _interpolatorObject) == 0x000008, "Member 'JoyCurveInterpolator_StartCurveInterpolator::_interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(JoyCurveInterpolator_StartCurveInterpolator, _curveAsset) == 0x000010, "Member 'JoyCurveInterpolator_StartCurveInterpolator::_curveAsset' has a wrong offset!"); \ static_assert(offsetof(JoyCurveInterpolator_StartCurveInterpolator, _playRate) == 0x000018, "Member 'JoyCurveInterpolator_StartCurveInterpolator::_playRate' has a wrong offset!"); \ static_assert(offsetof(JoyCurveInterpolator_StartCurveInterpolator, ReturnValue) == 0x000020, "Member 'JoyCurveInterpolator_StartCurveInterpolator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJoyCurveInterpolator \ static_assert(alignof(UJoyCurveInterpolator) == 0x000008, "Wrong alignment on UJoyCurveInterpolator"); \ static_assert(sizeof(UJoyCurveInterpolator) == 0x0000C8, "Wrong size on UJoyCurveInterpolator"); \ #define DUMPER7_ASSERTS_JoyGameInstance_DrawDebugCurve \ static_assert(alignof(JoyGameInstance_DrawDebugCurve) == 0x000008, "Wrong alignment on JoyGameInstance_DrawDebugCurve"); \ static_assert(sizeof(JoyGameInstance_DrawDebugCurve) == 0x000048, "Wrong size on JoyGameInstance_DrawDebugCurve"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _curve) == 0x000000, "Member 'JoyGameInstance_DrawDebugCurve::_curve' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _coordinatesOrigin) == 0x000008, "Member 'JoyGameInstance_DrawDebugCurve::_coordinatesOrigin' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _position) == 0x00000C, "Member 'JoyGameInstance_DrawDebugCurve::_position' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _size) == 0x000014, "Member 'JoyGameInstance_DrawDebugCurve::_size' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _curveXMin) == 0x00001C, "Member 'JoyGameInstance_DrawDebugCurve::_curveXMin' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _curveXMax) == 0x000020, "Member 'JoyGameInstance_DrawDebugCurve::_curveXMax' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _curveValue) == 0x000024, "Member 'JoyGameInstance_DrawDebugCurve::_curveValue' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _curveName) == 0x000028, "Member 'JoyGameInstance_DrawDebugCurve::_curveName' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _curveColor) == 0x000038, "Member 'JoyGameInstance_DrawDebugCurve::_curveColor' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _valueColor) == 0x00003C, "Member 'JoyGameInstance_DrawDebugCurve::_valueColor' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_DrawDebugCurve, _samplesCount) == 0x000040, "Member 'JoyGameInstance_DrawDebugCurve::_samplesCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyGameInstance_GetManager \ static_assert(alignof(JoyGameInstance_GetManager) == 0x000008, "Wrong alignment on JoyGameInstance_GetManager"); \ static_assert(sizeof(JoyGameInstance_GetManager) == 0x000018, "Wrong size on JoyGameInstance_GetManager"); \ static_assert(offsetof(JoyGameInstance_GetManager, _managerClass) == 0x000000, "Member 'JoyGameInstance_GetManager::_managerClass' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_GetManager, _worldContextObject) == 0x000008, "Member 'JoyGameInstance_GetManager::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyGameInstance_GetManager, ReturnValue) == 0x000010, "Member 'JoyGameInstance_GetManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJoyGameInstance \ static_assert(alignof(UJoyGameInstance) == 0x000008, "Wrong alignment on UJoyGameInstance"); \ static_assert(sizeof(UJoyGameInstance) == 0x000298, "Wrong size on UJoyGameInstance"); \ static_assert(offsetof(UJoyGameInstance, m_managers) == 0x000288, "Member 'UJoyGameInstance::m_managers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AJoyHUD \ static_assert(alignof(AJoyHUD) == 0x000008, "Wrong alignment on AJoyHUD"); \ static_assert(sizeof(AJoyHUD) == 0x000328, "Wrong size on AJoyHUD"); \ #define DUMPER7_ASSERTS_UJoyLibrarySettings \ static_assert(alignof(UJoyLibrarySettings) == 0x000008, "Wrong alignment on UJoyLibrarySettings"); \ static_assert(sizeof(UJoyLibrarySettings) == 0x000028, "Wrong size on UJoyLibrarySettings"); \ #define DUMPER7_ASSERTS_JoyUtilities_Assert \ static_assert(alignof(JoyUtilities_Assert) == 0x000008, "Wrong alignment on JoyUtilities_Assert"); \ static_assert(sizeof(JoyUtilities_Assert) == 0x000018, "Wrong size on JoyUtilities_Assert"); \ static_assert(offsetof(JoyUtilities_Assert, _condition) == 0x000000, "Member 'JoyUtilities_Assert::_condition' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_Assert, _message) == 0x000008, "Member 'JoyUtilities_Assert::_message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_BeginDeferredActorSpawnFromClass \ static_assert(alignof(JoyUtilities_BeginDeferredActorSpawnFromClass) == 0x000010, "Wrong alignment on JoyUtilities_BeginDeferredActorSpawnFromClass"); \ static_assert(sizeof(JoyUtilities_BeginDeferredActorSpawnFromClass) == 0x000060, "Wrong size on JoyUtilities_BeginDeferredActorSpawnFromClass"); \ static_assert(offsetof(JoyUtilities_BeginDeferredActorSpawnFromClass, WorldContextObject) == 0x000000, "Member 'JoyUtilities_BeginDeferredActorSpawnFromClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_BeginDeferredActorSpawnFromClass, ActorClass) == 0x000008, "Member 'JoyUtilities_BeginDeferredActorSpawnFromClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_BeginDeferredActorSpawnFromClass, SpawnTransform) == 0x000010, "Member 'JoyUtilities_BeginDeferredActorSpawnFromClass::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_BeginDeferredActorSpawnFromClass, CollisionHandlingOverride) == 0x000040, "Member 'JoyUtilities_BeginDeferredActorSpawnFromClass::CollisionHandlingOverride' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_BeginDeferredActorSpawnFromClass, Owner) == 0x000048, "Member 'JoyUtilities_BeginDeferredActorSpawnFromClass::Owner' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_BeginDeferredActorSpawnFromClass, ReturnValue) == 0x000050, "Member 'JoyUtilities_BeginDeferredActorSpawnFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_CollisionProfileNameToName \ static_assert(alignof(JoyUtilities_CollisionProfileNameToName) == 0x000004, "Wrong alignment on JoyUtilities_CollisionProfileNameToName"); \ static_assert(sizeof(JoyUtilities_CollisionProfileNameToName) == 0x000010, "Wrong size on JoyUtilities_CollisionProfileNameToName"); \ static_assert(offsetof(JoyUtilities_CollisionProfileNameToName, _collisionProfileName) == 0x000000, "Member 'JoyUtilities_CollisionProfileNameToName::_collisionProfileName' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_CollisionProfileNameToName, ReturnValue) == 0x000008, "Member 'JoyUtilities_CollisionProfileNameToName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_CombineBoxes \ static_assert(alignof(JoyUtilities_CombineBoxes) == 0x000004, "Wrong alignment on JoyUtilities_CombineBoxes"); \ static_assert(sizeof(JoyUtilities_CombineBoxes) == 0x000054, "Wrong size on JoyUtilities_CombineBoxes"); \ static_assert(offsetof(JoyUtilities_CombineBoxes, _a) == 0x000000, "Member 'JoyUtilities_CombineBoxes::_a' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_CombineBoxes, _b) == 0x00001C, "Member 'JoyUtilities_CombineBoxes::_b' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_CombineBoxes, ReturnValue) == 0x000038, "Member 'JoyUtilities_CombineBoxes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_DrawDebugCurve \ static_assert(alignof(JoyUtilities_DrawDebugCurve) == 0x000008, "Wrong alignment on JoyUtilities_DrawDebugCurve"); \ static_assert(sizeof(JoyUtilities_DrawDebugCurve) == 0x000050, "Wrong size on JoyUtilities_DrawDebugCurve"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _worldContextObject) == 0x000000, "Member 'JoyUtilities_DrawDebugCurve::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _curve) == 0x000008, "Member 'JoyUtilities_DrawDebugCurve::_curve' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _coordinatesOrigin) == 0x000010, "Member 'JoyUtilities_DrawDebugCurve::_coordinatesOrigin' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _position) == 0x000014, "Member 'JoyUtilities_DrawDebugCurve::_position' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _size) == 0x00001C, "Member 'JoyUtilities_DrawDebugCurve::_size' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _curveXMin) == 0x000024, "Member 'JoyUtilities_DrawDebugCurve::_curveXMin' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _curveXMax) == 0x000028, "Member 'JoyUtilities_DrawDebugCurve::_curveXMax' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _curveValue) == 0x00002C, "Member 'JoyUtilities_DrawDebugCurve::_curveValue' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _curveName) == 0x000030, "Member 'JoyUtilities_DrawDebugCurve::_curveName' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _curveColor) == 0x000040, "Member 'JoyUtilities_DrawDebugCurve::_curveColor' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _valueColor) == 0x000044, "Member 'JoyUtilities_DrawDebugCurve::_valueColor' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_DrawDebugCurve, _samplesCount) == 0x000048, "Member 'JoyUtilities_DrawDebugCurve::_samplesCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_FinishSpawningActor \ static_assert(alignof(JoyUtilities_FinishSpawningActor) == 0x000010, "Wrong alignment on JoyUtilities_FinishSpawningActor"); \ static_assert(sizeof(JoyUtilities_FinishSpawningActor) == 0x000050, "Wrong size on JoyUtilities_FinishSpawningActor"); \ static_assert(offsetof(JoyUtilities_FinishSpawningActor, Actor) == 0x000000, "Member 'JoyUtilities_FinishSpawningActor::Actor' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_FinishSpawningActor, SpawnTransform) == 0x000010, "Member 'JoyUtilities_FinishSpawningActor::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_FinishSpawningActor, ReturnValue) == 0x000040, "Member 'JoyUtilities_FinishSpawningActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_ForceGarbageCollection \ static_assert(alignof(JoyUtilities_ForceGarbageCollection) == 0x000001, "Wrong alignment on JoyUtilities_ForceGarbageCollection"); \ static_assert(sizeof(JoyUtilities_ForceGarbageCollection) == 0x000001, "Wrong size on JoyUtilities_ForceGarbageCollection"); \ static_assert(offsetof(JoyUtilities_ForceGarbageCollection, _fullPurge) == 0x000000, "Member 'JoyUtilities_ForceGarbageCollection::_fullPurge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_GetActorVisualBounds \ static_assert(alignof(JoyUtilities_GetActorVisualBounds) == 0x000008, "Wrong alignment on JoyUtilities_GetActorVisualBounds"); \ static_assert(sizeof(JoyUtilities_GetActorVisualBounds) == 0x000028, "Wrong size on JoyUtilities_GetActorVisualBounds"); \ static_assert(offsetof(JoyUtilities_GetActorVisualBounds, _actor) == 0x000000, "Member 'JoyUtilities_GetActorVisualBounds::_actor' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_GetActorVisualBounds, ReturnValue) == 0x000008, "Member 'JoyUtilities_GetActorVisualBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_GetBoxCenter \ static_assert(alignof(JoyUtilities_GetBoxCenter) == 0x000004, "Wrong alignment on JoyUtilities_GetBoxCenter"); \ static_assert(sizeof(JoyUtilities_GetBoxCenter) == 0x000028, "Wrong size on JoyUtilities_GetBoxCenter"); \ static_assert(offsetof(JoyUtilities_GetBoxCenter, _box) == 0x000000, "Member 'JoyUtilities_GetBoxCenter::_box' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_GetBoxCenter, ReturnValue) == 0x00001C, "Member 'JoyUtilities_GetBoxCenter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_GetBoxExtent \ static_assert(alignof(JoyUtilities_GetBoxExtent) == 0x000004, "Wrong alignment on JoyUtilities_GetBoxExtent"); \ static_assert(sizeof(JoyUtilities_GetBoxExtent) == 0x000028, "Wrong size on JoyUtilities_GetBoxExtent"); \ static_assert(offsetof(JoyUtilities_GetBoxExtent, _box) == 0x000000, "Member 'JoyUtilities_GetBoxExtent::_box' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_GetBoxExtent, ReturnValue) == 0x00001C, "Member 'JoyUtilities_GetBoxExtent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_GetBoxRadius \ static_assert(alignof(JoyUtilities_GetBoxRadius) == 0x000004, "Wrong alignment on JoyUtilities_GetBoxRadius"); \ static_assert(sizeof(JoyUtilities_GetBoxRadius) == 0x000020, "Wrong size on JoyUtilities_GetBoxRadius"); \ static_assert(offsetof(JoyUtilities_GetBoxRadius, _box) == 0x000000, "Member 'JoyUtilities_GetBoxRadius::_box' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_GetBoxRadius, ReturnValue) == 0x00001C, "Member 'JoyUtilities_GetBoxRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_GetCurrentFrameNumber \ static_assert(alignof(JoyUtilities_GetCurrentFrameNumber) == 0x000004, "Wrong alignment on JoyUtilities_GetCurrentFrameNumber"); \ static_assert(sizeof(JoyUtilities_GetCurrentFrameNumber) == 0x000004, "Wrong size on JoyUtilities_GetCurrentFrameNumber"); \ static_assert(offsetof(JoyUtilities_GetCurrentFrameNumber, ReturnValue) == 0x000000, "Member 'JoyUtilities_GetCurrentFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_GetLevelAssetName \ static_assert(alignof(JoyUtilities_GetLevelAssetName) == 0x000008, "Wrong alignment on JoyUtilities_GetLevelAssetName"); \ static_assert(sizeof(JoyUtilities_GetLevelAssetName) == 0x000010, "Wrong size on JoyUtilities_GetLevelAssetName"); \ static_assert(offsetof(JoyUtilities_GetLevelAssetName, _level) == 0x000000, "Member 'JoyUtilities_GetLevelAssetName::_level' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_GetLevelAssetName, ReturnValue) == 0x000008, "Member 'JoyUtilities_GetLevelAssetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_GetLevelStreamingAssetName \ static_assert(alignof(JoyUtilities_GetLevelStreamingAssetName) == 0x000008, "Wrong alignment on JoyUtilities_GetLevelStreamingAssetName"); \ static_assert(sizeof(JoyUtilities_GetLevelStreamingAssetName) == 0x000010, "Wrong size on JoyUtilities_GetLevelStreamingAssetName"); \ static_assert(offsetof(JoyUtilities_GetLevelStreamingAssetName, _levelStreaming) == 0x000000, "Member 'JoyUtilities_GetLevelStreamingAssetName::_levelStreaming' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_GetLevelStreamingAssetName, ReturnValue) == 0x000008, "Member 'JoyUtilities_GetLevelStreamingAssetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_GetPathComponentCurrentPath \ static_assert(alignof(JoyUtilities_GetPathComponentCurrentPath) == 0x000008, "Wrong alignment on JoyUtilities_GetPathComponentCurrentPath"); \ static_assert(sizeof(JoyUtilities_GetPathComponentCurrentPath) == 0x000010, "Wrong size on JoyUtilities_GetPathComponentCurrentPath"); \ static_assert(offsetof(JoyUtilities_GetPathComponentCurrentPath, _pathFollowingComponent) == 0x000000, "Member 'JoyUtilities_GetPathComponentCurrentPath::_pathFollowingComponent' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_GetPathComponentCurrentPath, _outPath) == 0x000008, "Member 'JoyUtilities_GetPathComponentCurrentPath::_outPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_GetPathComponentRemainingLength \ static_assert(alignof(JoyUtilities_GetPathComponentRemainingLength) == 0x000008, "Wrong alignment on JoyUtilities_GetPathComponentRemainingLength"); \ static_assert(sizeof(JoyUtilities_GetPathComponentRemainingLength) == 0x000010, "Wrong size on JoyUtilities_GetPathComponentRemainingLength"); \ static_assert(offsetof(JoyUtilities_GetPathComponentRemainingLength, _pathFollowingComponent) == 0x000000, "Member 'JoyUtilities_GetPathComponentRemainingLength::_pathFollowingComponent' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_GetPathComponentRemainingLength, ReturnValue) == 0x000008, "Member 'JoyUtilities_GetPathComponentRemainingLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_GetShapeNavigationRelevancy \ static_assert(alignof(JoyUtilities_GetShapeNavigationRelevancy) == 0x000008, "Wrong alignment on JoyUtilities_GetShapeNavigationRelevancy"); \ static_assert(sizeof(JoyUtilities_GetShapeNavigationRelevancy) == 0x000010, "Wrong size on JoyUtilities_GetShapeNavigationRelevancy"); \ static_assert(offsetof(JoyUtilities_GetShapeNavigationRelevancy, _shapeComponent) == 0x000000, "Member 'JoyUtilities_GetShapeNavigationRelevancy::_shapeComponent' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_GetShapeNavigationRelevancy, ReturnValue) == 0x000008, "Member 'JoyUtilities_GetShapeNavigationRelevancy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_HasActorBegunPlay \ static_assert(alignof(JoyUtilities_HasActorBegunPlay) == 0x000008, "Wrong alignment on JoyUtilities_HasActorBegunPlay"); \ static_assert(sizeof(JoyUtilities_HasActorBegunPlay) == 0x000010, "Wrong size on JoyUtilities_HasActorBegunPlay"); \ static_assert(offsetof(JoyUtilities_HasActorBegunPlay, _actor) == 0x000000, "Member 'JoyUtilities_HasActorBegunPlay::_actor' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_HasActorBegunPlay, ReturnValue) == 0x000008, "Member 'JoyUtilities_HasActorBegunPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_HashString \ static_assert(alignof(JoyUtilities_HashString) == 0x000008, "Wrong alignment on JoyUtilities_HashString"); \ static_assert(sizeof(JoyUtilities_HashString) == 0x000018, "Wrong size on JoyUtilities_HashString"); \ static_assert(offsetof(JoyUtilities_HashString, _string) == 0x000000, "Member 'JoyUtilities_HashString::_string' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_HashString, ReturnValue) == 0x000010, "Member 'JoyUtilities_HashString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_IsAssertEnabled \ static_assert(alignof(JoyUtilities_IsAssertEnabled) == 0x000001, "Wrong alignment on JoyUtilities_IsAssertEnabled"); \ static_assert(sizeof(JoyUtilities_IsAssertEnabled) == 0x000001, "Wrong size on JoyUtilities_IsAssertEnabled"); \ static_assert(offsetof(JoyUtilities_IsAssertEnabled, ReturnValue) == 0x000000, "Member 'JoyUtilities_IsAssertEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_IsPlayInEditor \ static_assert(alignof(JoyUtilities_IsPlayInEditor) == 0x000008, "Wrong alignment on JoyUtilities_IsPlayInEditor"); \ static_assert(sizeof(JoyUtilities_IsPlayInEditor) == 0x000010, "Wrong size on JoyUtilities_IsPlayInEditor"); \ static_assert(offsetof(JoyUtilities_IsPlayInEditor, _worldContextObject) == 0x000000, "Member 'JoyUtilities_IsPlayInEditor::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_IsPlayInEditor, ReturnValue) == 0x000008, "Member 'JoyUtilities_IsPlayInEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_IsShipping \ static_assert(alignof(JoyUtilities_IsShipping) == 0x000001, "Wrong alignment on JoyUtilities_IsShipping"); \ static_assert(sizeof(JoyUtilities_IsShipping) == 0x000001, "Wrong size on JoyUtilities_IsShipping"); \ static_assert(offsetof(JoyUtilities_IsShipping, ReturnValue) == 0x000000, "Member 'JoyUtilities_IsShipping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_IsSimulatingInEditor \ static_assert(alignof(JoyUtilities_IsSimulatingInEditor) == 0x000001, "Wrong alignment on JoyUtilities_IsSimulatingInEditor"); \ static_assert(sizeof(JoyUtilities_IsSimulatingInEditor) == 0x000001, "Wrong size on JoyUtilities_IsSimulatingInEditor"); \ static_assert(offsetof(JoyUtilities_IsSimulatingInEditor, ReturnValue) == 0x000000, "Member 'JoyUtilities_IsSimulatingInEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_IsWithEditorBuild \ static_assert(alignof(JoyUtilities_IsWithEditorBuild) == 0x000001, "Wrong alignment on JoyUtilities_IsWithEditorBuild"); \ static_assert(sizeof(JoyUtilities_IsWithEditorBuild) == 0x000001, "Wrong size on JoyUtilities_IsWithEditorBuild"); \ static_assert(offsetof(JoyUtilities_IsWithEditorBuild, ReturnValue) == 0x000000, "Member 'JoyUtilities_IsWithEditorBuild::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_IsWorldTearingDown \ static_assert(alignof(JoyUtilities_IsWorldTearingDown) == 0x000008, "Wrong alignment on JoyUtilities_IsWorldTearingDown"); \ static_assert(sizeof(JoyUtilities_IsWorldTearingDown) == 0x000010, "Wrong size on JoyUtilities_IsWorldTearingDown"); \ static_assert(offsetof(JoyUtilities_IsWorldTearingDown, _worldContextObject) == 0x000000, "Member 'JoyUtilities_IsWorldTearingDown::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_IsWorldTearingDown, ReturnValue) == 0x000008, "Member 'JoyUtilities_IsWorldTearingDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_LogError \ static_assert(alignof(JoyUtilities_LogError) == 0x000008, "Wrong alignment on JoyUtilities_LogError"); \ static_assert(sizeof(JoyUtilities_LogError) == 0x000018, "Wrong size on JoyUtilities_LogError"); \ static_assert(offsetof(JoyUtilities_LogError, WorldContextObject) == 0x000000, "Member 'JoyUtilities_LogError::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_LogError, _errorMessage) == 0x000008, "Member 'JoyUtilities_LogError::_errorMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_LogWarning \ static_assert(alignof(JoyUtilities_LogWarning) == 0x000008, "Wrong alignment on JoyUtilities_LogWarning"); \ static_assert(sizeof(JoyUtilities_LogWarning) == 0x000018, "Wrong size on JoyUtilities_LogWarning"); \ static_assert(offsetof(JoyUtilities_LogWarning, WorldContextObject) == 0x000000, "Member 'JoyUtilities_LogWarning::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_LogWarning, _warningMessage) == 0x000008, "Member 'JoyUtilities_LogWarning::_warningMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_SetLightmapType \ static_assert(alignof(JoyUtilities_SetLightmapType) == 0x000008, "Wrong alignment on JoyUtilities_SetLightmapType"); \ static_assert(sizeof(JoyUtilities_SetLightmapType) == 0x000010, "Wrong size on JoyUtilities_SetLightmapType"); \ static_assert(offsetof(JoyUtilities_SetLightmapType, _component) == 0x000000, "Member 'JoyUtilities_SetLightmapType::_component' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_SetLightmapType, _lightmapType) == 0x000008, "Member 'JoyUtilities_SetLightmapType::_lightmapType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_SetOverrideLightMapRes \ static_assert(alignof(JoyUtilities_SetOverrideLightMapRes) == 0x000008, "Wrong alignment on JoyUtilities_SetOverrideLightMapRes"); \ static_assert(sizeof(JoyUtilities_SetOverrideLightMapRes) == 0x000010, "Wrong size on JoyUtilities_SetOverrideLightMapRes"); \ static_assert(offsetof(JoyUtilities_SetOverrideLightMapRes, _component) == 0x000000, "Member 'JoyUtilities_SetOverrideLightMapRes::_component' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_SetOverrideLightMapRes, _overrideLightMapRes) == 0x000008, "Member 'JoyUtilities_SetOverrideLightMapRes::_overrideLightMapRes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_SetOverridenLightMapRes \ static_assert(alignof(JoyUtilities_SetOverridenLightMapRes) == 0x000008, "Wrong alignment on JoyUtilities_SetOverridenLightMapRes"); \ static_assert(sizeof(JoyUtilities_SetOverridenLightMapRes) == 0x000010, "Wrong size on JoyUtilities_SetOverridenLightMapRes"); \ static_assert(offsetof(JoyUtilities_SetOverridenLightMapRes, _component) == 0x000000, "Member 'JoyUtilities_SetOverridenLightMapRes::_component' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_SetOverridenLightMapRes, _overridenLightMapRes) == 0x000008, "Member 'JoyUtilities_SetOverridenLightMapRes::_overridenLightMapRes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_SetShapeNavigationRelevancy \ static_assert(alignof(JoyUtilities_SetShapeNavigationRelevancy) == 0x000008, "Wrong alignment on JoyUtilities_SetShapeNavigationRelevancy"); \ static_assert(sizeof(JoyUtilities_SetShapeNavigationRelevancy) == 0x000010, "Wrong size on JoyUtilities_SetShapeNavigationRelevancy"); \ static_assert(offsetof(JoyUtilities_SetShapeNavigationRelevancy, _shapeComponent) == 0x000000, "Member 'JoyUtilities_SetShapeNavigationRelevancy::_shapeComponent' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_SetShapeNavigationRelevancy, _relevancy) == 0x000008, "Member 'JoyUtilities_SetShapeNavigationRelevancy::_relevancy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JoyUtilities_SetWidgetComponentWidgetClass \ static_assert(alignof(JoyUtilities_SetWidgetComponentWidgetClass) == 0x000008, "Wrong alignment on JoyUtilities_SetWidgetComponentWidgetClass"); \ static_assert(sizeof(JoyUtilities_SetWidgetComponentWidgetClass) == 0x000010, "Wrong size on JoyUtilities_SetWidgetComponentWidgetClass"); \ static_assert(offsetof(JoyUtilities_SetWidgetComponentWidgetClass, _component) == 0x000000, "Member 'JoyUtilities_SetWidgetComponentWidgetClass::_component' has a wrong offset!"); \ static_assert(offsetof(JoyUtilities_SetWidgetComponentWidgetClass, _class) == 0x000008, "Member 'JoyUtilities_SetWidgetComponentWidgetClass::_class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJoyUtilities \ static_assert(alignof(UJoyUtilities) == 0x000008, "Wrong alignment on UJoyUtilities"); \ static_assert(sizeof(UJoyUtilities) == 0x000028, "Wrong size on UJoyUtilities"); \ #define DUMPER7_ASSERTS_LevelPointerFunctionLibrary_GetLevelName \ static_assert(alignof(LevelPointerFunctionLibrary_GetLevelName) == 0x000008, "Wrong alignment on LevelPointerFunctionLibrary_GetLevelName"); \ static_assert(sizeof(LevelPointerFunctionLibrary_GetLevelName) == 0x000038, "Wrong size on LevelPointerFunctionLibrary_GetLevelName"); \ static_assert(offsetof(LevelPointerFunctionLibrary_GetLevelName, _levelPointer) == 0x000000, "Member 'LevelPointerFunctionLibrary_GetLevelName::_levelPointer' has a wrong offset!"); \ static_assert(offsetof(LevelPointerFunctionLibrary_GetLevelName, ReturnValue) == 0x000028, "Member 'LevelPointerFunctionLibrary_GetLevelName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelPointerFunctionLibrary \ static_assert(alignof(ULevelPointerFunctionLibrary) == 0x000008, "Wrong alignment on ULevelPointerFunctionLibrary"); \ static_assert(sizeof(ULevelPointerFunctionLibrary) == 0x000028, "Wrong size on ULevelPointerFunctionLibrary"); \ #define DUMPER7_ASSERTS_LogicTools_FuzzyBoolGetFuzzy \ static_assert(alignof(LogicTools_FuzzyBoolGetFuzzy) == 0x000008, "Wrong alignment on LogicTools_FuzzyBoolGetFuzzy"); \ static_assert(sizeof(LogicTools_FuzzyBoolGetFuzzy) == 0x000018, "Wrong size on LogicTools_FuzzyBoolGetFuzzy"); \ static_assert(offsetof(LogicTools_FuzzyBoolGetFuzzy, WorldContextObject) == 0x000000, "Member 'LogicTools_FuzzyBoolGetFuzzy::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LogicTools_FuzzyBoolGetFuzzy, _fuzzyBool) == 0x000008, "Member 'LogicTools_FuzzyBoolGetFuzzy::_fuzzyBool' has a wrong offset!"); \ static_assert(offsetof(LogicTools_FuzzyBoolGetFuzzy, ReturnValue) == 0x000014, "Member 'LogicTools_FuzzyBoolGetFuzzy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LogicTools_FuzzyBoolGetTarget \ static_assert(alignof(LogicTools_FuzzyBoolGetTarget) == 0x000004, "Wrong alignment on LogicTools_FuzzyBoolGetTarget"); \ static_assert(sizeof(LogicTools_FuzzyBoolGetTarget) == 0x000010, "Wrong size on LogicTools_FuzzyBoolGetTarget"); \ static_assert(offsetof(LogicTools_FuzzyBoolGetTarget, _fuzzyBool) == 0x000000, "Member 'LogicTools_FuzzyBoolGetTarget::_fuzzyBool' has a wrong offset!"); \ static_assert(offsetof(LogicTools_FuzzyBoolGetTarget, ReturnValue) == 0x00000C, "Member 'LogicTools_FuzzyBoolGetTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LogicTools_FuzzyBoolSetTarget \ static_assert(alignof(LogicTools_FuzzyBoolSetTarget) == 0x000008, "Wrong alignment on LogicTools_FuzzyBoolSetTarget"); \ static_assert(sizeof(LogicTools_FuzzyBoolSetTarget) == 0x000018, "Wrong size on LogicTools_FuzzyBoolSetTarget"); \ static_assert(offsetof(LogicTools_FuzzyBoolSetTarget, WorldContextObject) == 0x000000, "Member 'LogicTools_FuzzyBoolSetTarget::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LogicTools_FuzzyBoolSetTarget, _fuzzyBool) == 0x000008, "Member 'LogicTools_FuzzyBoolSetTarget::_fuzzyBool' has a wrong offset!"); \ static_assert(offsetof(LogicTools_FuzzyBoolSetTarget, _targetResult) == 0x000014, "Member 'LogicTools_FuzzyBoolSetTarget::_targetResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULogicTools \ static_assert(alignof(ULogicTools) == 0x000008, "Wrong alignment on ULogicTools"); \ static_assert(sizeof(ULogicTools) == 0x000028, "Wrong size on ULogicTools"); \ #define DUMPER7_ASSERTS_AManager \ static_assert(alignof(AManager) == 0x000008, "Wrong alignment on AManager"); \ static_assert(sizeof(AManager) == 0x000228, "Wrong size on AManager"); \ #define DUMPER7_ASSERTS_MathTools_AngleBetween \ static_assert(alignof(MathTools_AngleBetween) == 0x000004, "Wrong alignment on MathTools_AngleBetween"); \ static_assert(sizeof(MathTools_AngleBetween) == 0x00001C, "Wrong size on MathTools_AngleBetween"); \ static_assert(offsetof(MathTools_AngleBetween, _a) == 0x000000, "Member 'MathTools_AngleBetween::_a' has a wrong offset!"); \ static_assert(offsetof(MathTools_AngleBetween, _b) == 0x00000C, "Member 'MathTools_AngleBetween::_b' has a wrong offset!"); \ static_assert(offsetof(MathTools_AngleBetween, ReturnValue) == 0x000018, "Member 'MathTools_AngleBetween::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_ClampVectorAngle \ static_assert(alignof(MathTools_ClampVectorAngle) == 0x000004, "Wrong alignment on MathTools_ClampVectorAngle"); \ static_assert(sizeof(MathTools_ClampVectorAngle) == 0x000038, "Wrong size on MathTools_ClampVectorAngle"); \ static_assert(offsetof(MathTools_ClampVectorAngle, _vector) == 0x000000, "Member 'MathTools_ClampVectorAngle::_vector' has a wrong offset!"); \ static_assert(offsetof(MathTools_ClampVectorAngle, _forward) == 0x00000C, "Member 'MathTools_ClampVectorAngle::_forward' has a wrong offset!"); \ static_assert(offsetof(MathTools_ClampVectorAngle, _minAngleDeg) == 0x000018, "Member 'MathTools_ClampVectorAngle::_minAngleDeg' has a wrong offset!"); \ static_assert(offsetof(MathTools_ClampVectorAngle, _maxAngleDeg) == 0x00001C, "Member 'MathTools_ClampVectorAngle::_maxAngleDeg' has a wrong offset!"); \ static_assert(offsetof(MathTools_ClampVectorAngle, _up) == 0x000020, "Member 'MathTools_ClampVectorAngle::_up' has a wrong offset!"); \ static_assert(offsetof(MathTools_ClampVectorAngle, ReturnValue) == 0x00002C, "Member 'MathTools_ClampVectorAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_ComputeBarycentricCoordinates \ static_assert(alignof(MathTools_ComputeBarycentricCoordinates) == 0x000004, "Wrong alignment on MathTools_ComputeBarycentricCoordinates"); \ static_assert(sizeof(MathTools_ComputeBarycentricCoordinates) == 0x00003C, "Wrong size on MathTools_ComputeBarycentricCoordinates"); \ static_assert(offsetof(MathTools_ComputeBarycentricCoordinates, _point) == 0x000000, "Member 'MathTools_ComputeBarycentricCoordinates::_point' has a wrong offset!"); \ static_assert(offsetof(MathTools_ComputeBarycentricCoordinates, _a) == 0x00000C, "Member 'MathTools_ComputeBarycentricCoordinates::_a' has a wrong offset!"); \ static_assert(offsetof(MathTools_ComputeBarycentricCoordinates, _b) == 0x000018, "Member 'MathTools_ComputeBarycentricCoordinates::_b' has a wrong offset!"); \ static_assert(offsetof(MathTools_ComputeBarycentricCoordinates, _C) == 0x000024, "Member 'MathTools_ComputeBarycentricCoordinates::_C' has a wrong offset!"); \ static_assert(offsetof(MathTools_ComputeBarycentricCoordinates, _outU) == 0x000030, "Member 'MathTools_ComputeBarycentricCoordinates::_outU' has a wrong offset!"); \ static_assert(offsetof(MathTools_ComputeBarycentricCoordinates, _outV) == 0x000034, "Member 'MathTools_ComputeBarycentricCoordinates::_outV' has a wrong offset!"); \ static_assert(offsetof(MathTools_ComputeBarycentricCoordinates, _outW) == 0x000038, "Member 'MathTools_ComputeBarycentricCoordinates::_outW' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_ComputeSquaredDistanceToPoint \ static_assert(alignof(MathTools_ComputeSquaredDistanceToPoint) == 0x000004, "Wrong alignment on MathTools_ComputeSquaredDistanceToPoint"); \ static_assert(sizeof(MathTools_ComputeSquaredDistanceToPoint) == 0x000020, "Wrong size on MathTools_ComputeSquaredDistanceToPoint"); \ static_assert(offsetof(MathTools_ComputeSquaredDistanceToPoint, _box) == 0x000000, "Member 'MathTools_ComputeSquaredDistanceToPoint::_box' has a wrong offset!"); \ static_assert(offsetof(MathTools_ComputeSquaredDistanceToPoint, _point) == 0x000014, "Member 'MathTools_ComputeSquaredDistanceToPoint::_point' has a wrong offset!"); \ static_assert(offsetof(MathTools_ComputeSquaredDistanceToPoint, ReturnValue) == 0x00001C, "Member 'MathTools_ComputeSquaredDistanceToPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetAngleBetweenRotators \ static_assert(alignof(MathTools_GetAngleBetweenRotators) == 0x000004, "Wrong alignment on MathTools_GetAngleBetweenRotators"); \ static_assert(sizeof(MathTools_GetAngleBetweenRotators) == 0x00001C, "Wrong size on MathTools_GetAngleBetweenRotators"); \ static_assert(offsetof(MathTools_GetAngleBetweenRotators, _a) == 0x000000, "Member 'MathTools_GetAngleBetweenRotators::_a' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetAngleBetweenRotators, _b) == 0x00000C, "Member 'MathTools_GetAngleBetweenRotators::_b' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetAngleBetweenRotators, ReturnValue) == 0x000018, "Member 'MathTools_GetAngleBetweenRotators::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetClosestPointToBox \ static_assert(alignof(MathTools_GetClosestPointToBox) == 0x000004, "Wrong alignment on MathTools_GetClosestPointToBox"); \ static_assert(sizeof(MathTools_GetClosestPointToBox) == 0x000034, "Wrong size on MathTools_GetClosestPointToBox"); \ static_assert(offsetof(MathTools_GetClosestPointToBox, _box) == 0x000000, "Member 'MathTools_GetClosestPointToBox::_box' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetClosestPointToBox, _point) == 0x00001C, "Member 'MathTools_GetClosestPointToBox::_point' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetClosestPointToBox, ReturnValue) == 0x000028, "Member 'MathTools_GetClosestPointToBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetPredictedShootLocation \ static_assert(alignof(MathTools_GetPredictedShootLocation) == 0x000004, "Wrong alignment on MathTools_GetPredictedShootLocation"); \ static_assert(sizeof(MathTools_GetPredictedShootLocation) == 0x000034, "Wrong size on MathTools_GetPredictedShootLocation"); \ static_assert(offsetof(MathTools_GetPredictedShootLocation, _fromLocation) == 0x000000, "Member 'MathTools_GetPredictedShootLocation::_fromLocation' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetPredictedShootLocation, _targetLocation) == 0x00000C, "Member 'MathTools_GetPredictedShootLocation::_targetLocation' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetPredictedShootLocation, _targetVelocity) == 0x000018, "Member 'MathTools_GetPredictedShootLocation::_targetVelocity' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetPredictedShootLocation, _projectileSpeed) == 0x000024, "Member 'MathTools_GetPredictedShootLocation::_projectileSpeed' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetPredictedShootLocation, ReturnValue) == 0x000028, "Member 'MathTools_GetPredictedShootLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetProjectileTimeOfFlight \ static_assert(alignof(MathTools_GetProjectileTimeOfFlight) == 0x000004, "Wrong alignment on MathTools_GetProjectileTimeOfFlight"); \ static_assert(sizeof(MathTools_GetProjectileTimeOfFlight) == 0x000010, "Wrong size on MathTools_GetProjectileTimeOfFlight"); \ static_assert(offsetof(MathTools_GetProjectileTimeOfFlight, _projectileVelocity) == 0x000000, "Member 'MathTools_GetProjectileTimeOfFlight::_projectileVelocity' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetProjectileTimeOfFlight, ReturnValue) == 0x00000C, "Member 'MathTools_GetProjectileTimeOfFlight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetRandomPointAroundLocationInTorus \ static_assert(alignof(MathTools_GetRandomPointAroundLocationInTorus) == 0x000004, "Wrong alignment on MathTools_GetRandomPointAroundLocationInTorus"); \ static_assert(sizeof(MathTools_GetRandomPointAroundLocationInTorus) == 0x00002C, "Wrong size on MathTools_GetRandomPointAroundLocationInTorus"); \ static_assert(offsetof(MathTools_GetRandomPointAroundLocationInTorus, _location) == 0x000000, "Member 'MathTools_GetRandomPointAroundLocationInTorus::_location' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetRandomPointAroundLocationInTorus, _direction) == 0x00000C, "Member 'MathTools_GetRandomPointAroundLocationInTorus::_direction' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetRandomPointAroundLocationInTorus, _innerRadius) == 0x000018, "Member 'MathTools_GetRandomPointAroundLocationInTorus::_innerRadius' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetRandomPointAroundLocationInTorus, _outterRadius) == 0x00001C, "Member 'MathTools_GetRandomPointAroundLocationInTorus::_outterRadius' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetRandomPointAroundLocationInTorus, ReturnValue) == 0x000020, "Member 'MathTools_GetRandomPointAroundLocationInTorus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetSignedAngleBetweenRotators \ static_assert(alignof(MathTools_GetSignedAngleBetweenRotators) == 0x000004, "Wrong alignment on MathTools_GetSignedAngleBetweenRotators"); \ static_assert(sizeof(MathTools_GetSignedAngleBetweenRotators) == 0x00001C, "Wrong size on MathTools_GetSignedAngleBetweenRotators"); \ static_assert(offsetof(MathTools_GetSignedAngleBetweenRotators, _a) == 0x000000, "Member 'MathTools_GetSignedAngleBetweenRotators::_a' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetSignedAngleBetweenRotators, _b) == 0x00000C, "Member 'MathTools_GetSignedAngleBetweenRotators::_b' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetSignedAngleBetweenRotators, ReturnValue) == 0x000018, "Member 'MathTools_GetSignedAngleBetweenRotators::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetXY \ static_assert(alignof(MathTools_GetXY) == 0x000004, "Wrong alignment on MathTools_GetXY"); \ static_assert(sizeof(MathTools_GetXY) == 0x000018, "Wrong size on MathTools_GetXY"); \ static_assert(offsetof(MathTools_GetXY, _vector) == 0x000000, "Member 'MathTools_GetXY::_vector' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetXY, ReturnValue) == 0x00000C, "Member 'MathTools_GetXY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetXY2D \ static_assert(alignof(MathTools_GetXY2D) == 0x000004, "Wrong alignment on MathTools_GetXY2D"); \ static_assert(sizeof(MathTools_GetXY2D) == 0x000014, "Wrong size on MathTools_GetXY2D"); \ static_assert(offsetof(MathTools_GetXY2D, _vector) == 0x000000, "Member 'MathTools_GetXY2D::_vector' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetXY2D, ReturnValue) == 0x00000C, "Member 'MathTools_GetXY2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetXZ \ static_assert(alignof(MathTools_GetXZ) == 0x000004, "Wrong alignment on MathTools_GetXZ"); \ static_assert(sizeof(MathTools_GetXZ) == 0x000018, "Wrong size on MathTools_GetXZ"); \ static_assert(offsetof(MathTools_GetXZ, _vector) == 0x000000, "Member 'MathTools_GetXZ::_vector' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetXZ, ReturnValue) == 0x00000C, "Member 'MathTools_GetXZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetXZ2D \ static_assert(alignof(MathTools_GetXZ2D) == 0x000004, "Wrong alignment on MathTools_GetXZ2D"); \ static_assert(sizeof(MathTools_GetXZ2D) == 0x000014, "Wrong size on MathTools_GetXZ2D"); \ static_assert(offsetof(MathTools_GetXZ2D, _vector) == 0x000000, "Member 'MathTools_GetXZ2D::_vector' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetXZ2D, ReturnValue) == 0x00000C, "Member 'MathTools_GetXZ2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetYZ \ static_assert(alignof(MathTools_GetYZ) == 0x000004, "Wrong alignment on MathTools_GetYZ"); \ static_assert(sizeof(MathTools_GetYZ) == 0x000018, "Wrong size on MathTools_GetYZ"); \ static_assert(offsetof(MathTools_GetYZ, _vector) == 0x000000, "Member 'MathTools_GetYZ::_vector' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetYZ, ReturnValue) == 0x00000C, "Member 'MathTools_GetYZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_GetYZ2D \ static_assert(alignof(MathTools_GetYZ2D) == 0x000004, "Wrong alignment on MathTools_GetYZ2D"); \ static_assert(sizeof(MathTools_GetYZ2D) == 0x000014, "Wrong size on MathTools_GetYZ2D"); \ static_assert(offsetof(MathTools_GetYZ2D, _vector) == 0x000000, "Member 'MathTools_GetYZ2D::_vector' has a wrong offset!"); \ static_assert(offsetof(MathTools_GetYZ2D, ReturnValue) == 0x00000C, "Member 'MathTools_GetYZ2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_IsNearlyZero \ static_assert(alignof(MathTools_IsNearlyZero) == 0x000004, "Wrong alignment on MathTools_IsNearlyZero"); \ static_assert(sizeof(MathTools_IsNearlyZero) == 0x00000C, "Wrong size on MathTools_IsNearlyZero"); \ static_assert(offsetof(MathTools_IsNearlyZero, _value) == 0x000000, "Member 'MathTools_IsNearlyZero::_value' has a wrong offset!"); \ static_assert(offsetof(MathTools_IsNearlyZero, _tolerance) == 0x000004, "Member 'MathTools_IsNearlyZero::_tolerance' has a wrong offset!"); \ static_assert(offsetof(MathTools_IsNearlyZero, ReturnValue) == 0x000008, "Member 'MathTools_IsNearlyZero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_LineLineShortestRoute \ static_assert(alignof(MathTools_LineLineShortestRoute) == 0x000004, "Wrong alignment on MathTools_LineLineShortestRoute"); \ static_assert(sizeof(MathTools_LineLineShortestRoute) == 0x000054, "Wrong size on MathTools_LineLineShortestRoute"); \ static_assert(offsetof(MathTools_LineLineShortestRoute, _lineA1) == 0x000000, "Member 'MathTools_LineLineShortestRoute::_lineA1' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineLineShortestRoute, _lineA2) == 0x00000C, "Member 'MathTools_LineLineShortestRoute::_lineA2' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineLineShortestRoute, _lineB1) == 0x000018, "Member 'MathTools_LineLineShortestRoute::_lineB1' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineLineShortestRoute, _lineB2) == 0x000024, "Member 'MathTools_LineLineShortestRoute::_lineB2' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineLineShortestRoute, _resultA) == 0x000030, "Member 'MathTools_LineLineShortestRoute::_resultA' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineLineShortestRoute, _resultB) == 0x00003C, "Member 'MathTools_LineLineShortestRoute::_resultB' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineLineShortestRoute, _ARatio) == 0x000048, "Member 'MathTools_LineLineShortestRoute::_ARatio' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineLineShortestRoute, _BRatio) == 0x00004C, "Member 'MathTools_LineLineShortestRoute::_BRatio' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineLineShortestRoute, ReturnValue) == 0x000050, "Member 'MathTools_LineLineShortestRoute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_LineSphereIntersection \ static_assert(alignof(MathTools_LineSphereIntersection) == 0x000004, "Wrong alignment on MathTools_LineSphereIntersection"); \ static_assert(sizeof(MathTools_LineSphereIntersection) == 0x000034, "Wrong size on MathTools_LineSphereIntersection"); \ static_assert(offsetof(MathTools_LineSphereIntersection, _lineStart) == 0x000000, "Member 'MathTools_LineSphereIntersection::_lineStart' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection, _lineEnd) == 0x00000C, "Member 'MathTools_LineSphereIntersection::_lineEnd' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection, _sphereCenter) == 0x000018, "Member 'MathTools_LineSphereIntersection::_sphereCenter' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection, _sphereRadius) == 0x000024, "Member 'MathTools_LineSphereIntersection::_sphereRadius' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection, _outT1) == 0x000028, "Member 'MathTools_LineSphereIntersection::_outT1' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection, _outT2) == 0x00002C, "Member 'MathTools_LineSphereIntersection::_outT2' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection, ReturnValue) == 0x000030, "Member 'MathTools_LineSphereIntersection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_LineSphereIntersection2D \ static_assert(alignof(MathTools_LineSphereIntersection2D) == 0x000004, "Wrong alignment on MathTools_LineSphereIntersection2D"); \ static_assert(sizeof(MathTools_LineSphereIntersection2D) == 0x000028, "Wrong size on MathTools_LineSphereIntersection2D"); \ static_assert(offsetof(MathTools_LineSphereIntersection2D, _lineStart) == 0x000000, "Member 'MathTools_LineSphereIntersection2D::_lineStart' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection2D, _lineEnd) == 0x000008, "Member 'MathTools_LineSphereIntersection2D::_lineEnd' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection2D, _sphereCenter) == 0x000010, "Member 'MathTools_LineSphereIntersection2D::_sphereCenter' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection2D, _sphereRadius) == 0x000018, "Member 'MathTools_LineSphereIntersection2D::_sphereRadius' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection2D, _outT1) == 0x00001C, "Member 'MathTools_LineSphereIntersection2D::_outT1' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection2D, _outT2) == 0x000020, "Member 'MathTools_LineSphereIntersection2D::_outT2' has a wrong offset!"); \ static_assert(offsetof(MathTools_LineSphereIntersection2D, ReturnValue) == 0x000024, "Member 'MathTools_LineSphereIntersection2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_QuatToRotator \ static_assert(alignof(MathTools_QuatToRotator) == 0x000010, "Wrong alignment on MathTools_QuatToRotator"); \ static_assert(sizeof(MathTools_QuatToRotator) == 0x000020, "Wrong size on MathTools_QuatToRotator"); \ static_assert(offsetof(MathTools_QuatToRotator, _quat) == 0x000000, "Member 'MathTools_QuatToRotator::_quat' has a wrong offset!"); \ static_assert(offsetof(MathTools_QuatToRotator, ReturnValue) == 0x000010, "Member 'MathTools_QuatToRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_RotatorToQuat \ static_assert(alignof(MathTools_RotatorToQuat) == 0x000010, "Wrong alignment on MathTools_RotatorToQuat"); \ static_assert(sizeof(MathTools_RotatorToQuat) == 0x000020, "Wrong size on MathTools_RotatorToQuat"); \ static_assert(offsetof(MathTools_RotatorToQuat, _rotator) == 0x000000, "Member 'MathTools_RotatorToQuat::_rotator' has a wrong offset!"); \ static_assert(offsetof(MathTools_RotatorToQuat, ReturnValue) == 0x000010, "Member 'MathTools_RotatorToQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_SegmentSphereIntersection \ static_assert(alignof(MathTools_SegmentSphereIntersection) == 0x000004, "Wrong alignment on MathTools_SegmentSphereIntersection"); \ static_assert(sizeof(MathTools_SegmentSphereIntersection) == 0x000034, "Wrong size on MathTools_SegmentSphereIntersection"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection, _segmentStart) == 0x000000, "Member 'MathTools_SegmentSphereIntersection::_segmentStart' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection, _segmentEnd) == 0x00000C, "Member 'MathTools_SegmentSphereIntersection::_segmentEnd' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection, _sphereCenter) == 0x000018, "Member 'MathTools_SegmentSphereIntersection::_sphereCenter' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection, _sphereRadius) == 0x000024, "Member 'MathTools_SegmentSphereIntersection::_sphereRadius' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection, _outT1) == 0x000028, "Member 'MathTools_SegmentSphereIntersection::_outT1' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection, _outT2) == 0x00002C, "Member 'MathTools_SegmentSphereIntersection::_outT2' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection, ReturnValue) == 0x000030, "Member 'MathTools_SegmentSphereIntersection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_SegmentSphereIntersection2D \ static_assert(alignof(MathTools_SegmentSphereIntersection2D) == 0x000004, "Wrong alignment on MathTools_SegmentSphereIntersection2D"); \ static_assert(sizeof(MathTools_SegmentSphereIntersection2D) == 0x000028, "Wrong size on MathTools_SegmentSphereIntersection2D"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection2D, _segmentStart) == 0x000000, "Member 'MathTools_SegmentSphereIntersection2D::_segmentStart' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection2D, _segmentEnd) == 0x000008, "Member 'MathTools_SegmentSphereIntersection2D::_segmentEnd' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection2D, _sphereCenter) == 0x000010, "Member 'MathTools_SegmentSphereIntersection2D::_sphereCenter' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection2D, _sphereRadius) == 0x000018, "Member 'MathTools_SegmentSphereIntersection2D::_sphereRadius' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection2D, _outT1) == 0x00001C, "Member 'MathTools_SegmentSphereIntersection2D::_outT1' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection2D, _outT2) == 0x000020, "Member 'MathTools_SegmentSphereIntersection2D::_outT2' has a wrong offset!"); \ static_assert(offsetof(MathTools_SegmentSphereIntersection2D, ReturnValue) == 0x000024, "Member 'MathTools_SegmentSphereIntersection2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_SignedAngleBetween \ static_assert(alignof(MathTools_SignedAngleBetween) == 0x000004, "Wrong alignment on MathTools_SignedAngleBetween"); \ static_assert(sizeof(MathTools_SignedAngleBetween) == 0x000028, "Wrong size on MathTools_SignedAngleBetween"); \ static_assert(offsetof(MathTools_SignedAngleBetween, _a) == 0x000000, "Member 'MathTools_SignedAngleBetween::_a' has a wrong offset!"); \ static_assert(offsetof(MathTools_SignedAngleBetween, _b) == 0x00000C, "Member 'MathTools_SignedAngleBetween::_b' has a wrong offset!"); \ static_assert(offsetof(MathTools_SignedAngleBetween, _UpVector) == 0x000018, "Member 'MathTools_SignedAngleBetween::_UpVector' has a wrong offset!"); \ static_assert(offsetof(MathTools_SignedAngleBetween, ReturnValue) == 0x000024, "Member 'MathTools_SignedAngleBetween::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_TimeIndependentLerpFloat \ static_assert(alignof(MathTools_TimeIndependentLerpFloat) == 0x000004, "Wrong alignment on MathTools_TimeIndependentLerpFloat"); \ static_assert(sizeof(MathTools_TimeIndependentLerpFloat) == 0x000014, "Wrong size on MathTools_TimeIndependentLerpFloat"); \ static_assert(offsetof(MathTools_TimeIndependentLerpFloat, _base) == 0x000000, "Member 'MathTools_TimeIndependentLerpFloat::_base' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpFloat, _target) == 0x000004, "Member 'MathTools_TimeIndependentLerpFloat::_target' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpFloat, _timeTo90) == 0x000008, "Member 'MathTools_TimeIndependentLerpFloat::_timeTo90' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpFloat, _dt) == 0x00000C, "Member 'MathTools_TimeIndependentLerpFloat::_dt' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpFloat, ReturnValue) == 0x000010, "Member 'MathTools_TimeIndependentLerpFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_TimeIndependentLerpRotator \ static_assert(alignof(MathTools_TimeIndependentLerpRotator) == 0x000004, "Wrong alignment on MathTools_TimeIndependentLerpRotator"); \ static_assert(sizeof(MathTools_TimeIndependentLerpRotator) == 0x00002C, "Wrong size on MathTools_TimeIndependentLerpRotator"); \ static_assert(offsetof(MathTools_TimeIndependentLerpRotator, _base) == 0x000000, "Member 'MathTools_TimeIndependentLerpRotator::_base' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpRotator, _target) == 0x00000C, "Member 'MathTools_TimeIndependentLerpRotator::_target' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpRotator, _timeTo90) == 0x000018, "Member 'MathTools_TimeIndependentLerpRotator::_timeTo90' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpRotator, _dt) == 0x00001C, "Member 'MathTools_TimeIndependentLerpRotator::_dt' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpRotator, ReturnValue) == 0x000020, "Member 'MathTools_TimeIndependentLerpRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_TimeIndependentLerpVector \ static_assert(alignof(MathTools_TimeIndependentLerpVector) == 0x000004, "Wrong alignment on MathTools_TimeIndependentLerpVector"); \ static_assert(sizeof(MathTools_TimeIndependentLerpVector) == 0x00002C, "Wrong size on MathTools_TimeIndependentLerpVector"); \ static_assert(offsetof(MathTools_TimeIndependentLerpVector, _base) == 0x000000, "Member 'MathTools_TimeIndependentLerpVector::_base' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpVector, _target) == 0x00000C, "Member 'MathTools_TimeIndependentLerpVector::_target' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpVector, _timeTo90) == 0x000018, "Member 'MathTools_TimeIndependentLerpVector::_timeTo90' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpVector, _dt) == 0x00001C, "Member 'MathTools_TimeIndependentLerpVector::_dt' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpVector, ReturnValue) == 0x000020, "Member 'MathTools_TimeIndependentLerpVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MathTools_TimeIndependentLerpVector2D \ static_assert(alignof(MathTools_TimeIndependentLerpVector2D) == 0x000004, "Wrong alignment on MathTools_TimeIndependentLerpVector2D"); \ static_assert(sizeof(MathTools_TimeIndependentLerpVector2D) == 0x000020, "Wrong size on MathTools_TimeIndependentLerpVector2D"); \ static_assert(offsetof(MathTools_TimeIndependentLerpVector2D, _base) == 0x000000, "Member 'MathTools_TimeIndependentLerpVector2D::_base' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpVector2D, _target) == 0x000008, "Member 'MathTools_TimeIndependentLerpVector2D::_target' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpVector2D, _timeTo90) == 0x000010, "Member 'MathTools_TimeIndependentLerpVector2D::_timeTo90' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpVector2D, _dt) == 0x000014, "Member 'MathTools_TimeIndependentLerpVector2D::_dt' has a wrong offset!"); \ static_assert(offsetof(MathTools_TimeIndependentLerpVector2D, ReturnValue) == 0x000018, "Member 'MathTools_TimeIndependentLerpVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMathTools \ static_assert(alignof(UMathTools) == 0x000008, "Wrong alignment on UMathTools"); \ static_assert(sizeof(UMathTools) == 0x000028, "Wrong size on UMathTools"); \ #define DUMPER7_ASSERTS_MeshTools_MergeSkeletalMeshes \ static_assert(alignof(MeshTools_MergeSkeletalMeshes) == 0x000008, "Wrong alignment on MeshTools_MergeSkeletalMeshes"); \ static_assert(sizeof(MeshTools_MergeSkeletalMeshes) == 0x000020, "Wrong size on MeshTools_MergeSkeletalMeshes"); \ static_assert(offsetof(MeshTools_MergeSkeletalMeshes, _skeleton) == 0x000000, "Member 'MeshTools_MergeSkeletalMeshes::_skeleton' has a wrong offset!"); \ static_assert(offsetof(MeshTools_MergeSkeletalMeshes, _skeletalMeshes) == 0x000008, "Member 'MeshTools_MergeSkeletalMeshes::_skeletalMeshes' has a wrong offset!"); \ static_assert(offsetof(MeshTools_MergeSkeletalMeshes, ReturnValue) == 0x000018, "Member 'MeshTools_MergeSkeletalMeshes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshTools \ static_assert(alignof(UMeshTools) == 0x000008, "Wrong alignment on UMeshTools"); \ static_assert(sizeof(UMeshTools) == 0x000028, "Wrong size on UMeshTools"); \ #define DUMPER7_ASSERTS_NavigationTool_GetRecastNavMesh \ static_assert(alignof(NavigationTool_GetRecastNavMesh) == 0x000008, "Wrong alignment on NavigationTool_GetRecastNavMesh"); \ static_assert(sizeof(NavigationTool_GetRecastNavMesh) == 0x000020, "Wrong size on NavigationTool_GetRecastNavMesh"); \ static_assert(offsetof(NavigationTool_GetRecastNavMesh, WorldContextObject) == 0x000000, "Member 'NavigationTool_GetRecastNavMesh::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationTool_GetRecastNavMesh, _navMeshName) == 0x000008, "Member 'NavigationTool_GetRecastNavMesh::_navMeshName' has a wrong offset!"); \ static_assert(offsetof(NavigationTool_GetRecastNavMesh, ReturnValue) == 0x000018, "Member 'NavigationTool_GetRecastNavMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationTool_IsDynamicObstacle \ static_assert(alignof(NavigationTool_IsDynamicObstacle) == 0x000008, "Wrong alignment on NavigationTool_IsDynamicObstacle"); \ static_assert(sizeof(NavigationTool_IsDynamicObstacle) == 0x000018, "Wrong size on NavigationTool_IsDynamicObstacle"); \ static_assert(offsetof(NavigationTool_IsDynamicObstacle, WorldContextObject) == 0x000000, "Member 'NavigationTool_IsDynamicObstacle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationTool_IsDynamicObstacle, _shapeComponent) == 0x000008, "Member 'NavigationTool_IsDynamicObstacle::_shapeComponent' has a wrong offset!"); \ static_assert(offsetof(NavigationTool_IsDynamicObstacle, ReturnValue) == 0x000010, "Member 'NavigationTool_IsDynamicObstacle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationTool_SetDynamicObstacle \ static_assert(alignof(NavigationTool_SetDynamicObstacle) == 0x000008, "Wrong alignment on NavigationTool_SetDynamicObstacle"); \ static_assert(sizeof(NavigationTool_SetDynamicObstacle) == 0x000018, "Wrong size on NavigationTool_SetDynamicObstacle"); \ static_assert(offsetof(NavigationTool_SetDynamicObstacle, WorldContextObject) == 0x000000, "Member 'NavigationTool_SetDynamicObstacle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationTool_SetDynamicObstacle, _shapeComponent) == 0x000008, "Member 'NavigationTool_SetDynamicObstacle::_shapeComponent' has a wrong offset!"); \ static_assert(offsetof(NavigationTool_SetDynamicObstacle, _dynamicObstacle) == 0x000010, "Member 'NavigationTool_SetDynamicObstacle::_dynamicObstacle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavigationTool \ static_assert(alignof(UNavigationTool) == 0x000008, "Wrong alignment on UNavigationTool"); \ static_assert(sizeof(UNavigationTool) == 0x000028, "Wrong size on UNavigationTool"); \ #define DUMPER7_ASSERTS_PIDTools_ResetFloatPIDController \ static_assert(alignof(PIDTools_ResetFloatPIDController) == 0x000004, "Wrong alignment on PIDTools_ResetFloatPIDController"); \ static_assert(sizeof(PIDTools_ResetFloatPIDController) == 0x000018, "Wrong size on PIDTools_ResetFloatPIDController"); \ static_assert(offsetof(PIDTools_ResetFloatPIDController, _PID) == 0x000000, "Member 'PIDTools_ResetFloatPIDController::_PID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PIDTools_ResetVectorPIDController \ static_assert(alignof(PIDTools_ResetVectorPIDController) == 0x000004, "Wrong alignment on PIDTools_ResetVectorPIDController"); \ static_assert(sizeof(PIDTools_ResetVectorPIDController) == 0x000030, "Wrong size on PIDTools_ResetVectorPIDController"); \ static_assert(offsetof(PIDTools_ResetVectorPIDController, _PID) == 0x000000, "Member 'PIDTools_ResetVectorPIDController::_PID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PIDTools_UpdateFloatPIDController \ static_assert(alignof(PIDTools_UpdateFloatPIDController) == 0x000004, "Wrong alignment on PIDTools_UpdateFloatPIDController"); \ static_assert(sizeof(PIDTools_UpdateFloatPIDController) == 0x000028, "Wrong size on PIDTools_UpdateFloatPIDController"); \ static_assert(offsetof(PIDTools_UpdateFloatPIDController, _PID) == 0x000000, "Member 'PIDTools_UpdateFloatPIDController::_PID' has a wrong offset!"); \ static_assert(offsetof(PIDTools_UpdateFloatPIDController, _current) == 0x000018, "Member 'PIDTools_UpdateFloatPIDController::_current' has a wrong offset!"); \ static_assert(offsetof(PIDTools_UpdateFloatPIDController, _target) == 0x00001C, "Member 'PIDTools_UpdateFloatPIDController::_target' has a wrong offset!"); \ static_assert(offsetof(PIDTools_UpdateFloatPIDController, _dt) == 0x000020, "Member 'PIDTools_UpdateFloatPIDController::_dt' has a wrong offset!"); \ static_assert(offsetof(PIDTools_UpdateFloatPIDController, ReturnValue) == 0x000024, "Member 'PIDTools_UpdateFloatPIDController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PIDTools_UpdateVectorPIDController \ static_assert(alignof(PIDTools_UpdateVectorPIDController) == 0x000004, "Wrong alignment on PIDTools_UpdateVectorPIDController"); \ static_assert(sizeof(PIDTools_UpdateVectorPIDController) == 0x000058, "Wrong size on PIDTools_UpdateVectorPIDController"); \ static_assert(offsetof(PIDTools_UpdateVectorPIDController, _PID) == 0x000000, "Member 'PIDTools_UpdateVectorPIDController::_PID' has a wrong offset!"); \ static_assert(offsetof(PIDTools_UpdateVectorPIDController, _current) == 0x000030, "Member 'PIDTools_UpdateVectorPIDController::_current' has a wrong offset!"); \ static_assert(offsetof(PIDTools_UpdateVectorPIDController, _target) == 0x00003C, "Member 'PIDTools_UpdateVectorPIDController::_target' has a wrong offset!"); \ static_assert(offsetof(PIDTools_UpdateVectorPIDController, _dt) == 0x000048, "Member 'PIDTools_UpdateVectorPIDController::_dt' has a wrong offset!"); \ static_assert(offsetof(PIDTools_UpdateVectorPIDController, ReturnValue) == 0x00004C, "Member 'PIDTools_UpdateVectorPIDController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPIDTools \ static_assert(alignof(UPIDTools) == 0x000008, "Wrong alignment on UPIDTools"); \ static_assert(sizeof(UPIDTools) == 0x000028, "Wrong size on UPIDTools"); \ #define DUMPER7_ASSERTS_Smoother_GetNoiseSmootherFloatValue \ static_assert(alignof(Smoother_GetNoiseSmootherFloatValue) == 0x000008, "Wrong alignment on Smoother_GetNoiseSmootherFloatValue"); \ static_assert(sizeof(Smoother_GetNoiseSmootherFloatValue) == 0x000040, "Wrong size on Smoother_GetNoiseSmootherFloatValue"); \ static_assert(offsetof(Smoother_GetNoiseSmootherFloatValue, _noiseSmoother) == 0x000000, "Member 'Smoother_GetNoiseSmootherFloatValue::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_GetNoiseSmootherFloatValue, ReturnValue) == 0x000038, "Member 'Smoother_GetNoiseSmootherFloatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_GetNoiseSmootherRotationValue \ static_assert(alignof(Smoother_GetNoiseSmootherRotationValue) == 0x000010, "Wrong alignment on Smoother_GetNoiseSmootherRotationValue"); \ static_assert(sizeof(Smoother_GetNoiseSmootherRotationValue) == 0x000060, "Wrong size on Smoother_GetNoiseSmootherRotationValue"); \ static_assert(offsetof(Smoother_GetNoiseSmootherRotationValue, _noiseSmoother) == 0x000000, "Member 'Smoother_GetNoiseSmootherRotationValue::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_GetNoiseSmootherRotationValue, ReturnValue) == 0x000050, "Member 'Smoother_GetNoiseSmootherRotationValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_GetNoiseSmootherVector2DValue \ static_assert(alignof(Smoother_GetNoiseSmootherVector2DValue) == 0x000008, "Wrong alignment on Smoother_GetNoiseSmootherVector2DValue"); \ static_assert(sizeof(Smoother_GetNoiseSmootherVector2DValue) == 0x000040, "Wrong size on Smoother_GetNoiseSmootherVector2DValue"); \ static_assert(offsetof(Smoother_GetNoiseSmootherVector2DValue, _noiseSmoother) == 0x000000, "Member 'Smoother_GetNoiseSmootherVector2DValue::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_GetNoiseSmootherVector2DValue, ReturnValue) == 0x000038, "Member 'Smoother_GetNoiseSmootherVector2DValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_GetNoiseSmootherVectorValue \ static_assert(alignof(Smoother_GetNoiseSmootherVectorValue) == 0x000008, "Wrong alignment on Smoother_GetNoiseSmootherVectorValue"); \ static_assert(sizeof(Smoother_GetNoiseSmootherVectorValue) == 0x000050, "Wrong size on Smoother_GetNoiseSmootherVectorValue"); \ static_assert(offsetof(Smoother_GetNoiseSmootherVectorValue, _noiseSmoother) == 0x000000, "Member 'Smoother_GetNoiseSmootherVectorValue::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_GetNoiseSmootherVectorValue, ReturnValue) == 0x000040, "Member 'Smoother_GetNoiseSmootherVectorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_GetRotator \ static_assert(alignof(Smoother_GetRotator) == 0x000010, "Wrong alignment on Smoother_GetRotator"); \ static_assert(sizeof(Smoother_GetRotator) == 0x000040, "Wrong size on Smoother_GetRotator"); \ static_assert(offsetof(Smoother_GetRotator, _smoother) == 0x000000, "Member 'Smoother_GetRotator::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_GetRotator, ReturnValue) == 0x000030, "Member 'Smoother_GetRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_ResetNoiseSmootherFloat \ static_assert(alignof(Smoother_ResetNoiseSmootherFloat) == 0x000008, "Wrong alignment on Smoother_ResetNoiseSmootherFloat"); \ static_assert(sizeof(Smoother_ResetNoiseSmootherFloat) == 0x000040, "Wrong size on Smoother_ResetNoiseSmootherFloat"); \ static_assert(offsetof(Smoother_ResetNoiseSmootherFloat, _noiseSmoother) == 0x000000, "Member 'Smoother_ResetNoiseSmootherFloat::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_ResetNoiseSmootherFloat, _value) == 0x000038, "Member 'Smoother_ResetNoiseSmootherFloat::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_ResetNoiseSmootherRotation \ static_assert(alignof(Smoother_ResetNoiseSmootherRotation) == 0x000010, "Wrong alignment on Smoother_ResetNoiseSmootherRotation"); \ static_assert(sizeof(Smoother_ResetNoiseSmootherRotation) == 0x000060, "Wrong size on Smoother_ResetNoiseSmootherRotation"); \ static_assert(offsetof(Smoother_ResetNoiseSmootherRotation, _noiseSmoother) == 0x000000, "Member 'Smoother_ResetNoiseSmootherRotation::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_ResetNoiseSmootherRotation, _value) == 0x000050, "Member 'Smoother_ResetNoiseSmootherRotation::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_ResetNoiseSmootherVector \ static_assert(alignof(Smoother_ResetNoiseSmootherVector) == 0x000008, "Wrong alignment on Smoother_ResetNoiseSmootherVector"); \ static_assert(sizeof(Smoother_ResetNoiseSmootherVector) == 0x000050, "Wrong size on Smoother_ResetNoiseSmootherVector"); \ static_assert(offsetof(Smoother_ResetNoiseSmootherVector, _noiseSmoother) == 0x000000, "Member 'Smoother_ResetNoiseSmootherVector::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_ResetNoiseSmootherVector, _value) == 0x000040, "Member 'Smoother_ResetNoiseSmootherVector::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_ResetNoiseSmootherVector2D \ static_assert(alignof(Smoother_ResetNoiseSmootherVector2D) == 0x000008, "Wrong alignment on Smoother_ResetNoiseSmootherVector2D"); \ static_assert(sizeof(Smoother_ResetNoiseSmootherVector2D) == 0x000040, "Wrong size on Smoother_ResetNoiseSmootherVector2D"); \ static_assert(offsetof(Smoother_ResetNoiseSmootherVector2D, _noiseSmoother) == 0x000000, "Member 'Smoother_ResetNoiseSmootherVector2D::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_ResetNoiseSmootherVector2D, _value) == 0x000038, "Member 'Smoother_ResetNoiseSmootherVector2D::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_ResetSmootherFloat \ static_assert(alignof(Smoother_ResetSmootherFloat) == 0x000004, "Wrong alignment on Smoother_ResetSmootherFloat"); \ static_assert(sizeof(Smoother_ResetSmootherFloat) == 0x000010, "Wrong size on Smoother_ResetSmootherFloat"); \ static_assert(offsetof(Smoother_ResetSmootherFloat, _smoother) == 0x000000, "Member 'Smoother_ResetSmootherFloat::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_ResetSmootherFloat, _value) == 0x00000C, "Member 'Smoother_ResetSmootherFloat::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_ResetSmootherRotation \ static_assert(alignof(Smoother_ResetSmootherRotation) == 0x000010, "Wrong alignment on Smoother_ResetSmootherRotation"); \ static_assert(sizeof(Smoother_ResetSmootherRotation) == 0x000040, "Wrong size on Smoother_ResetSmootherRotation"); \ static_assert(offsetof(Smoother_ResetSmootherRotation, _smoother) == 0x000000, "Member 'Smoother_ResetSmootherRotation::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_ResetSmootherRotation, _value) == 0x000030, "Member 'Smoother_ResetSmootherRotation::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_ResetSmootherTransform \ static_assert(alignof(Smoother_ResetSmootherTransform) == 0x000010, "Wrong alignment on Smoother_ResetSmootherTransform"); \ static_assert(sizeof(Smoother_ResetSmootherTransform) == 0x0000A0, "Wrong size on Smoother_ResetSmootherTransform"); \ static_assert(offsetof(Smoother_ResetSmootherTransform, _smoother) == 0x000000, "Member 'Smoother_ResetSmootherTransform::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_ResetSmootherTransform, _value) == 0x000070, "Member 'Smoother_ResetSmootherTransform::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_ResetSmootherVector \ static_assert(alignof(Smoother_ResetSmootherVector) == 0x000004, "Wrong alignment on Smoother_ResetSmootherVector"); \ static_assert(sizeof(Smoother_ResetSmootherVector) == 0x000028, "Wrong size on Smoother_ResetSmootherVector"); \ static_assert(offsetof(Smoother_ResetSmootherVector, _smoother) == 0x000000, "Member 'Smoother_ResetSmootherVector::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_ResetSmootherVector, _value) == 0x00001C, "Member 'Smoother_ResetSmootherVector::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_ResetSmootherVectorByComponent \ static_assert(alignof(Smoother_ResetSmootherVectorByComponent) == 0x000004, "Wrong alignment on Smoother_ResetSmootherVectorByComponent"); \ static_assert(sizeof(Smoother_ResetSmootherVectorByComponent) == 0x000030, "Wrong size on Smoother_ResetSmootherVectorByComponent"); \ static_assert(offsetof(Smoother_ResetSmootherVectorByComponent, _smoother) == 0x000000, "Member 'Smoother_ResetSmootherVectorByComponent::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_ResetSmootherVectorByComponent, _value) == 0x000024, "Member 'Smoother_ResetSmootherVectorByComponent::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SetTimeTo90PercentFloat \ static_assert(alignof(Smoother_SetTimeTo90PercentFloat) == 0x000004, "Wrong alignment on Smoother_SetTimeTo90PercentFloat"); \ static_assert(sizeof(Smoother_SetTimeTo90PercentFloat) == 0x000010, "Wrong size on Smoother_SetTimeTo90PercentFloat"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentFloat, _smoother) == 0x000000, "Member 'Smoother_SetTimeTo90PercentFloat::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentFloat, _timeTo90Percent) == 0x00000C, "Member 'Smoother_SetTimeTo90PercentFloat::_timeTo90Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SetTimeTo90PercentRotation \ static_assert(alignof(Smoother_SetTimeTo90PercentRotation) == 0x000010, "Wrong alignment on Smoother_SetTimeTo90PercentRotation"); \ static_assert(sizeof(Smoother_SetTimeTo90PercentRotation) == 0x000040, "Wrong size on Smoother_SetTimeTo90PercentRotation"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentRotation, _smoother) == 0x000000, "Member 'Smoother_SetTimeTo90PercentRotation::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentRotation, _timeTo90Percent) == 0x000030, "Member 'Smoother_SetTimeTo90PercentRotation::_timeTo90Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SetTimeTo90PercentTransform \ static_assert(alignof(Smoother_SetTimeTo90PercentTransform) == 0x000010, "Wrong alignment on Smoother_SetTimeTo90PercentTransform"); \ static_assert(sizeof(Smoother_SetTimeTo90PercentTransform) == 0x000080, "Wrong size on Smoother_SetTimeTo90PercentTransform"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentTransform, _smoother) == 0x000000, "Member 'Smoother_SetTimeTo90PercentTransform::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentTransform, _timeTo90Percent) == 0x000070, "Member 'Smoother_SetTimeTo90PercentTransform::_timeTo90Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SetTimeTo90PercentVector \ static_assert(alignof(Smoother_SetTimeTo90PercentVector) == 0x000004, "Wrong alignment on Smoother_SetTimeTo90PercentVector"); \ static_assert(sizeof(Smoother_SetTimeTo90PercentVector) == 0x000020, "Wrong size on Smoother_SetTimeTo90PercentVector"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentVector, _smoother) == 0x000000, "Member 'Smoother_SetTimeTo90PercentVector::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentVector, _timeTo90Percent) == 0x00001C, "Member 'Smoother_SetTimeTo90PercentVector::_timeTo90Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SetTimeTo90PercentVectorByComponentX \ static_assert(alignof(Smoother_SetTimeTo90PercentVectorByComponentX) == 0x000004, "Wrong alignment on Smoother_SetTimeTo90PercentVectorByComponentX"); \ static_assert(sizeof(Smoother_SetTimeTo90PercentVectorByComponentX) == 0x000028, "Wrong size on Smoother_SetTimeTo90PercentVectorByComponentX"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentVectorByComponentX, _smoother) == 0x000000, "Member 'Smoother_SetTimeTo90PercentVectorByComponentX::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentVectorByComponentX, _timeTo90PercentX) == 0x000024, "Member 'Smoother_SetTimeTo90PercentVectorByComponentX::_timeTo90PercentX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SetTimeTo90PercentVectorByComponentY \ static_assert(alignof(Smoother_SetTimeTo90PercentVectorByComponentY) == 0x000004, "Wrong alignment on Smoother_SetTimeTo90PercentVectorByComponentY"); \ static_assert(sizeof(Smoother_SetTimeTo90PercentVectorByComponentY) == 0x000028, "Wrong size on Smoother_SetTimeTo90PercentVectorByComponentY"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentVectorByComponentY, _smoother) == 0x000000, "Member 'Smoother_SetTimeTo90PercentVectorByComponentY::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentVectorByComponentY, _timeTo90PercentY) == 0x000024, "Member 'Smoother_SetTimeTo90PercentVectorByComponentY::_timeTo90PercentY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SetTimeTo90PercentVectorByComponentZ \ static_assert(alignof(Smoother_SetTimeTo90PercentVectorByComponentZ) == 0x000004, "Wrong alignment on Smoother_SetTimeTo90PercentVectorByComponentZ"); \ static_assert(sizeof(Smoother_SetTimeTo90PercentVectorByComponentZ) == 0x000028, "Wrong size on Smoother_SetTimeTo90PercentVectorByComponentZ"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentVectorByComponentZ, _smoother) == 0x000000, "Member 'Smoother_SetTimeTo90PercentVectorByComponentZ::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SetTimeTo90PercentVectorByComponentZ, _timeTo90PercentZ) == 0x000024, "Member 'Smoother_SetTimeTo90PercentVectorByComponentZ::_timeTo90PercentZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SmootherCurvedGetValue \ static_assert(alignof(Smoother_SmootherCurvedGetValue) == 0x000008, "Wrong alignment on Smoother_SmootherCurvedGetValue"); \ static_assert(sizeof(Smoother_SmootherCurvedGetValue) == 0x000130, "Wrong size on Smoother_SmootherCurvedGetValue"); \ static_assert(offsetof(Smoother_SmootherCurvedGetValue, _smoother) == 0x000000, "Member 'Smoother_SmootherCurvedGetValue::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmootherCurvedGetValue, ReturnValue) == 0x000128, "Member 'Smoother_SmootherCurvedGetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SmootherCurvedSetAccelerationCurve \ static_assert(alignof(Smoother_SmootherCurvedSetAccelerationCurve) == 0x000008, "Wrong alignment on Smoother_SmootherCurvedSetAccelerationCurve"); \ static_assert(sizeof(Smoother_SmootherCurvedSetAccelerationCurve) == 0x000130, "Wrong size on Smoother_SmootherCurvedSetAccelerationCurve"); \ static_assert(offsetof(Smoother_SmootherCurvedSetAccelerationCurve, _smoother) == 0x000000, "Member 'Smoother_SmootherCurvedSetAccelerationCurve::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmootherCurvedSetAccelerationCurve, _curve) == 0x000128, "Member 'Smoother_SmootherCurvedSetAccelerationCurve::_curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SmootherCurvedSetDecelerationCurve \ static_assert(alignof(Smoother_SmootherCurvedSetDecelerationCurve) == 0x000008, "Wrong alignment on Smoother_SmootherCurvedSetDecelerationCurve"); \ static_assert(sizeof(Smoother_SmootherCurvedSetDecelerationCurve) == 0x000130, "Wrong size on Smoother_SmootherCurvedSetDecelerationCurve"); \ static_assert(offsetof(Smoother_SmootherCurvedSetDecelerationCurve, _smoother) == 0x000000, "Member 'Smoother_SmootherCurvedSetDecelerationCurve::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmootherCurvedSetDecelerationCurve, _curve) == 0x000128, "Member 'Smoother_SmootherCurvedSetDecelerationCurve::_curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SmootherCurvedSetValue \ static_assert(alignof(Smoother_SmootherCurvedSetValue) == 0x000008, "Wrong alignment on Smoother_SmootherCurvedSetValue"); \ static_assert(sizeof(Smoother_SmootherCurvedSetValue) == 0x000130, "Wrong size on Smoother_SmootherCurvedSetValue"); \ static_assert(offsetof(Smoother_SmootherCurvedSetValue, _smoother) == 0x000000, "Member 'Smoother_SmootherCurvedSetValue::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmootherCurvedSetValue, _value) == 0x000128, "Member 'Smoother_SmootherCurvedSetValue::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SmootherCurvedTick \ static_assert(alignof(Smoother_SmootherCurvedTick) == 0x000008, "Wrong alignment on Smoother_SmootherCurvedTick"); \ static_assert(sizeof(Smoother_SmootherCurvedTick) == 0x000138, "Wrong size on Smoother_SmootherCurvedTick"); \ static_assert(offsetof(Smoother_SmootherCurvedTick, _smoother) == 0x000000, "Member 'Smoother_SmootherCurvedTick::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmootherCurvedTick, _target) == 0x000128, "Member 'Smoother_SmootherCurvedTick::_target' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmootherCurvedTick, _dt) == 0x00012C, "Member 'Smoother_SmootherCurvedTick::_dt' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmootherCurvedTick, ReturnValue) == 0x000130, "Member 'Smoother_SmootherCurvedTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SmoothFloat \ static_assert(alignof(Smoother_SmoothFloat) == 0x000004, "Wrong alignment on Smoother_SmoothFloat"); \ static_assert(sizeof(Smoother_SmoothFloat) == 0x000018, "Wrong size on Smoother_SmoothFloat"); \ static_assert(offsetof(Smoother_SmoothFloat, _smoother) == 0x000000, "Member 'Smoother_SmoothFloat::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothFloat, _target) == 0x00000C, "Member 'Smoother_SmoothFloat::_target' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothFloat, _deltaTime) == 0x000010, "Member 'Smoother_SmoothFloat::_deltaTime' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothFloat, ReturnValue) == 0x000014, "Member 'Smoother_SmoothFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SmoothRotation \ static_assert(alignof(Smoother_SmoothRotation) == 0x000010, "Wrong alignment on Smoother_SmoothRotation"); \ static_assert(sizeof(Smoother_SmoothRotation) == 0x000050, "Wrong size on Smoother_SmoothRotation"); \ static_assert(offsetof(Smoother_SmoothRotation, _smoother) == 0x000000, "Member 'Smoother_SmoothRotation::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothRotation, _target) == 0x000030, "Member 'Smoother_SmoothRotation::_target' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothRotation, _deltaTime) == 0x00003C, "Member 'Smoother_SmoothRotation::_deltaTime' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothRotation, ReturnValue) == 0x000040, "Member 'Smoother_SmoothRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SmoothTransform \ static_assert(alignof(Smoother_SmoothTransform) == 0x000010, "Wrong alignment on Smoother_SmoothTransform"); \ static_assert(sizeof(Smoother_SmoothTransform) == 0x0000E0, "Wrong size on Smoother_SmoothTransform"); \ static_assert(offsetof(Smoother_SmoothTransform, _smoother) == 0x000000, "Member 'Smoother_SmoothTransform::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothTransform, _target) == 0x000070, "Member 'Smoother_SmoothTransform::_target' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothTransform, _deltaTime) == 0x0000A0, "Member 'Smoother_SmoothTransform::_deltaTime' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothTransform, ReturnValue) == 0x0000B0, "Member 'Smoother_SmoothTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SmoothVector \ static_assert(alignof(Smoother_SmoothVector) == 0x000004, "Wrong alignment on Smoother_SmoothVector"); \ static_assert(sizeof(Smoother_SmoothVector) == 0x000038, "Wrong size on Smoother_SmoothVector"); \ static_assert(offsetof(Smoother_SmoothVector, _smoother) == 0x000000, "Member 'Smoother_SmoothVector::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothVector, _target) == 0x00001C, "Member 'Smoother_SmoothVector::_target' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothVector, _deltaTime) == 0x000028, "Member 'Smoother_SmoothVector::_deltaTime' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothVector, ReturnValue) == 0x00002C, "Member 'Smoother_SmoothVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_SmoothVectorByComponent \ static_assert(alignof(Smoother_SmoothVectorByComponent) == 0x000004, "Wrong alignment on Smoother_SmoothVectorByComponent"); \ static_assert(sizeof(Smoother_SmoothVectorByComponent) == 0x000040, "Wrong size on Smoother_SmoothVectorByComponent"); \ static_assert(offsetof(Smoother_SmoothVectorByComponent, _smoother) == 0x000000, "Member 'Smoother_SmoothVectorByComponent::_smoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothVectorByComponent, _target) == 0x000024, "Member 'Smoother_SmoothVectorByComponent::_target' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothVectorByComponent, _deltaTime) == 0x000030, "Member 'Smoother_SmoothVectorByComponent::_deltaTime' has a wrong offset!"); \ static_assert(offsetof(Smoother_SmoothVectorByComponent, ReturnValue) == 0x000034, "Member 'Smoother_SmoothVectorByComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_UpdateNoiseSmootherFloat \ static_assert(alignof(Smoother_UpdateNoiseSmootherFloat) == 0x000008, "Wrong alignment on Smoother_UpdateNoiseSmootherFloat"); \ static_assert(sizeof(Smoother_UpdateNoiseSmootherFloat) == 0x000048, "Wrong size on Smoother_UpdateNoiseSmootherFloat"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherFloat, _noiseSmoother) == 0x000000, "Member 'Smoother_UpdateNoiseSmootherFloat::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherFloat, _dt) == 0x000038, "Member 'Smoother_UpdateNoiseSmootherFloat::_dt' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherFloat, _value) == 0x00003C, "Member 'Smoother_UpdateNoiseSmootherFloat::_value' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherFloat, ReturnValue) == 0x000040, "Member 'Smoother_UpdateNoiseSmootherFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_UpdateNoiseSmootherRotation \ static_assert(alignof(Smoother_UpdateNoiseSmootherRotation) == 0x000010, "Wrong alignment on Smoother_UpdateNoiseSmootherRotation"); \ static_assert(sizeof(Smoother_UpdateNoiseSmootherRotation) == 0x000070, "Wrong size on Smoother_UpdateNoiseSmootherRotation"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherRotation, _noiseSmoother) == 0x000000, "Member 'Smoother_UpdateNoiseSmootherRotation::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherRotation, _dt) == 0x000050, "Member 'Smoother_UpdateNoiseSmootherRotation::_dt' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherRotation, _value) == 0x000054, "Member 'Smoother_UpdateNoiseSmootherRotation::_value' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherRotation, ReturnValue) == 0x000060, "Member 'Smoother_UpdateNoiseSmootherRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_UpdateNoiseSmootherVector \ static_assert(alignof(Smoother_UpdateNoiseSmootherVector) == 0x000008, "Wrong alignment on Smoother_UpdateNoiseSmootherVector"); \ static_assert(sizeof(Smoother_UpdateNoiseSmootherVector) == 0x000060, "Wrong size on Smoother_UpdateNoiseSmootherVector"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherVector, _noiseSmoother) == 0x000000, "Member 'Smoother_UpdateNoiseSmootherVector::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherVector, _dt) == 0x000040, "Member 'Smoother_UpdateNoiseSmootherVector::_dt' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherVector, _value) == 0x000044, "Member 'Smoother_UpdateNoiseSmootherVector::_value' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherVector, ReturnValue) == 0x000050, "Member 'Smoother_UpdateNoiseSmootherVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Smoother_UpdateNoiseSmootherVector2D \ static_assert(alignof(Smoother_UpdateNoiseSmootherVector2D) == 0x000008, "Wrong alignment on Smoother_UpdateNoiseSmootherVector2D"); \ static_assert(sizeof(Smoother_UpdateNoiseSmootherVector2D) == 0x000050, "Wrong size on Smoother_UpdateNoiseSmootherVector2D"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherVector2D, _noiseSmoother) == 0x000000, "Member 'Smoother_UpdateNoiseSmootherVector2D::_noiseSmoother' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherVector2D, _dt) == 0x000038, "Member 'Smoother_UpdateNoiseSmootherVector2D::_dt' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherVector2D, _value) == 0x00003C, "Member 'Smoother_UpdateNoiseSmootherVector2D::_value' has a wrong offset!"); \ static_assert(offsetof(Smoother_UpdateNoiseSmootherVector2D, ReturnValue) == 0x000044, "Member 'Smoother_UpdateNoiseSmootherVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USmoother \ static_assert(alignof(USmoother) == 0x000008, "Wrong alignment on USmoother"); \ static_assert(sizeof(USmoother) == 0x000028, "Wrong size on USmoother"); \ #define DUMPER7_ASSERTS_SplineTool_DrawSplineComponent \ static_assert(alignof(SplineTool_DrawSplineComponent) == 0x000008, "Wrong alignment on SplineTool_DrawSplineComponent"); \ static_assert(sizeof(SplineTool_DrawSplineComponent) == 0x000018, "Wrong size on SplineTool_DrawSplineComponent"); \ static_assert(offsetof(SplineTool_DrawSplineComponent, _spline) == 0x000000, "Member 'SplineTool_DrawSplineComponent::_spline' has a wrong offset!"); \ static_assert(offsetof(SplineTool_DrawSplineComponent, _thickness) == 0x000008, "Member 'SplineTool_DrawSplineComponent::_thickness' has a wrong offset!"); \ static_assert(offsetof(SplineTool_DrawSplineComponent, _color) == 0x00000C, "Member 'SplineTool_DrawSplineComponent::_color' has a wrong offset!"); \ static_assert(offsetof(SplineTool_DrawSplineComponent, _persistentLines) == 0x000010, "Member 'SplineTool_DrawSplineComponent::_persistentLines' has a wrong offset!"); \ static_assert(offsetof(SplineTool_DrawSplineComponent, _lifeTime) == 0x000014, "Member 'SplineTool_DrawSplineComponent::_lifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineTool_FindDistanceAlongSplineClosestToWorldLocation \ static_assert(alignof(SplineTool_FindDistanceAlongSplineClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineTool_FindDistanceAlongSplineClosestToWorldLocation"); \ static_assert(sizeof(SplineTool_FindDistanceAlongSplineClosestToWorldLocation) == 0x000020, "Wrong size on SplineTool_FindDistanceAlongSplineClosestToWorldLocation"); \ static_assert(offsetof(SplineTool_FindDistanceAlongSplineClosestToWorldLocation, _spline) == 0x000000, "Member 'SplineTool_FindDistanceAlongSplineClosestToWorldLocation::_spline' has a wrong offset!"); \ static_assert(offsetof(SplineTool_FindDistanceAlongSplineClosestToWorldLocation, _worldLocation) == 0x000008, "Member 'SplineTool_FindDistanceAlongSplineClosestToWorldLocation::_worldLocation' has a wrong offset!"); \ static_assert(offsetof(SplineTool_FindDistanceAlongSplineClosestToWorldLocation, _distanceSolverIterations) == 0x000014, "Member 'SplineTool_FindDistanceAlongSplineClosestToWorldLocation::_distanceSolverIterations' has a wrong offset!"); \ static_assert(offsetof(SplineTool_FindDistanceAlongSplineClosestToWorldLocation, ReturnValue) == 0x000018, "Member 'SplineTool_FindDistanceAlongSplineClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline \ static_assert(alignof(SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline) == 0x000008, "Wrong alignment on SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline"); \ static_assert(sizeof(SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline) == 0x000018, "Wrong size on SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline"); \ static_assert(offsetof(SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline, _spline) == 0x000000, "Member 'SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline::_spline' has a wrong offset!"); \ static_assert(offsetof(SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline, _location) == 0x000008, "Member 'SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline::_location' has a wrong offset!"); \ static_assert(offsetof(SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline, ReturnValue) == 0x000014, "Member 'SplineTool_FindDistanceFromLocationOnSplineToEndOfSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineTool_FindLocationAheadOnSpline \ static_assert(alignof(SplineTool_FindLocationAheadOnSpline) == 0x000008, "Wrong alignment on SplineTool_FindLocationAheadOnSpline"); \ static_assert(sizeof(SplineTool_FindLocationAheadOnSpline) == 0x000028, "Wrong size on SplineTool_FindLocationAheadOnSpline"); \ static_assert(offsetof(SplineTool_FindLocationAheadOnSpline, _spline) == 0x000000, "Member 'SplineTool_FindLocationAheadOnSpline::_spline' has a wrong offset!"); \ static_assert(offsetof(SplineTool_FindLocationAheadOnSpline, _location) == 0x000008, "Member 'SplineTool_FindLocationAheadOnSpline::_location' has a wrong offset!"); \ static_assert(offsetof(SplineTool_FindLocationAheadOnSpline, _distance) == 0x000014, "Member 'SplineTool_FindLocationAheadOnSpline::_distance' has a wrong offset!"); \ static_assert(offsetof(SplineTool_FindLocationAheadOnSpline, _splineCoordinateSpace) == 0x000018, "Member 'SplineTool_FindLocationAheadOnSpline::_splineCoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(SplineTool_FindLocationAheadOnSpline, ReturnValue) == 0x00001C, "Member 'SplineTool_FindLocationAheadOnSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USplineTool \ static_assert(alignof(USplineTool) == 0x000008, "Wrong alignment on USplineTool"); \ static_assert(sizeof(USplineTool) == 0x000028, "Wrong size on USplineTool"); \ #define DUMPER7_ASSERTS_StringTools_GetSubstringWhilePreservingMarkup \ static_assert(alignof(StringTools_GetSubstringWhilePreservingMarkup) == 0x000008, "Wrong alignment on StringTools_GetSubstringWhilePreservingMarkup"); \ static_assert(sizeof(StringTools_GetSubstringWhilePreservingMarkup) == 0x000028, "Wrong size on StringTools_GetSubstringWhilePreservingMarkup"); \ static_assert(offsetof(StringTools_GetSubstringWhilePreservingMarkup, _string) == 0x000000, "Member 'StringTools_GetSubstringWhilePreservingMarkup::_string' has a wrong offset!"); \ static_assert(offsetof(StringTools_GetSubstringWhilePreservingMarkup, _startIndex) == 0x000010, "Member 'StringTools_GetSubstringWhilePreservingMarkup::_startIndex' has a wrong offset!"); \ static_assert(offsetof(StringTools_GetSubstringWhilePreservingMarkup, _length) == 0x000014, "Member 'StringTools_GetSubstringWhilePreservingMarkup::_length' has a wrong offset!"); \ static_assert(offsetof(StringTools_GetSubstringWhilePreservingMarkup, ReturnValue) == 0x000018, "Member 'StringTools_GetSubstringWhilePreservingMarkup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StringTools_GetSubstringWithoutMarkup \ static_assert(alignof(StringTools_GetSubstringWithoutMarkup) == 0x000008, "Wrong alignment on StringTools_GetSubstringWithoutMarkup"); \ static_assert(sizeof(StringTools_GetSubstringWithoutMarkup) == 0x000028, "Wrong size on StringTools_GetSubstringWithoutMarkup"); \ static_assert(offsetof(StringTools_GetSubstringWithoutMarkup, _string) == 0x000000, "Member 'StringTools_GetSubstringWithoutMarkup::_string' has a wrong offset!"); \ static_assert(offsetof(StringTools_GetSubstringWithoutMarkup, _startIndex) == 0x000010, "Member 'StringTools_GetSubstringWithoutMarkup::_startIndex' has a wrong offset!"); \ static_assert(offsetof(StringTools_GetSubstringWithoutMarkup, _length) == 0x000014, "Member 'StringTools_GetSubstringWithoutMarkup::_length' has a wrong offset!"); \ static_assert(offsetof(StringTools_GetSubstringWithoutMarkup, ReturnValue) == 0x000018, "Member 'StringTools_GetSubstringWithoutMarkup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StringTools_ReplaceStringTableTokens \ static_assert(alignof(StringTools_ReplaceStringTableTokens) == 0x000008, "Wrong alignment on StringTools_ReplaceStringTableTokens"); \ static_assert(sizeof(StringTools_ReplaceStringTableTokens) == 0x000030, "Wrong size on StringTools_ReplaceStringTableTokens"); \ static_assert(offsetof(StringTools_ReplaceStringTableTokens, _string) == 0x000000, "Member 'StringTools_ReplaceStringTableTokens::_string' has a wrong offset!"); \ static_assert(offsetof(StringTools_ReplaceStringTableTokens, _defaultNamespace) == 0x000010, "Member 'StringTools_ReplaceStringTableTokens::_defaultNamespace' has a wrong offset!"); \ static_assert(offsetof(StringTools_ReplaceStringTableTokens, ReturnValue) == 0x000020, "Member 'StringTools_ReplaceStringTableTokens::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStringTools \ static_assert(alignof(UStringTools) == 0x000008, "Wrong alignment on UStringTools"); \ static_assert(sizeof(UStringTools) == 0x000028, "Wrong size on UStringTools"); \ #define DUMPER7_ASSERTS_FSoundVariation \ static_assert(alignof(FSoundVariation) == 0x000008, "Wrong alignment on FSoundVariation"); \ static_assert(sizeof(FSoundVariation) == 0x000020, "Wrong size on FSoundVariation"); \ static_assert(offsetof(FSoundVariation, SoundWave) == 0x000000, "Member 'FSoundVariation::SoundWave' has a wrong offset!"); \ static_assert(offsetof(FSoundVariation, ProbabilityWeight) == 0x000008, "Member 'FSoundVariation::ProbabilityWeight' has a wrong offset!"); \ static_assert(offsetof(FSoundVariation, VolumeRange) == 0x00000C, "Member 'FSoundVariation::VolumeRange' has a wrong offset!"); \ static_assert(offsetof(FSoundVariation, PitchRange) == 0x000014, "Member 'FSoundVariation::PitchRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundSimple \ static_assert(alignof(USoundSimple) == 0x000008, "Wrong alignment on USoundSimple"); \ static_assert(sizeof(USoundSimple) == 0x000188, "Wrong size on USoundSimple"); \ static_assert(offsetof(USoundSimple, Variations) == 0x000170, "Member 'USoundSimple::Variations' has a wrong offset!"); \ static_assert(offsetof(USoundSimple, SoundWave) == 0x000180, "Member 'USoundSimple::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_ConvertDecibelsToLinear \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_ConvertDecibelsToLinear) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_ConvertDecibelsToLinear"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_ConvertDecibelsToLinear) == 0x000008, "Wrong size on SoundUtilitiesBPFunctionLibrary_ConvertDecibelsToLinear"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_ConvertDecibelsToLinear, InDecibels) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_ConvertDecibelsToLinear::InDecibels' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_ConvertDecibelsToLinear, ReturnValue) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_ConvertDecibelsToLinear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels) == 0x00000C, "Wrong size on SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels, InLinear) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels::InLinear' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels, InFloor) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels::InFloor' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels, ReturnValue) == 0x000008, "Member 'SoundUtilitiesBPFunctionLibrary_ConvertLinearToDecibels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_GetBandwidthFromQ \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_GetBandwidthFromQ) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_GetBandwidthFromQ"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_GetBandwidthFromQ) == 0x000008, "Wrong size on SoundUtilitiesBPFunctionLibrary_GetBandwidthFromQ"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetBandwidthFromQ, InQ) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_GetBandwidthFromQ::InQ' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetBandwidthFromQ, ReturnValue) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_GetBandwidthFromQ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_GetBeatTempo \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_GetBeatTempo) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_GetBeatTempo"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_GetBeatTempo) == 0x000010, "Wrong size on SoundUtilitiesBPFunctionLibrary_GetBeatTempo"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetBeatTempo, BeatsPerMinute) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_GetBeatTempo::BeatsPerMinute' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetBeatTempo, BeatMultiplier) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_GetBeatTempo::BeatMultiplier' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetBeatTempo, DivisionsOfWholeNote) == 0x000008, "Member 'SoundUtilitiesBPFunctionLibrary_GetBeatTempo::DivisionsOfWholeNote' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetBeatTempo, ReturnValue) == 0x00000C, "Member 'SoundUtilitiesBPFunctionLibrary_GetBeatTempo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_GetFrequencyFromMIDIPitch \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_GetFrequencyFromMIDIPitch) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_GetFrequencyFromMIDIPitch"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_GetFrequencyFromMIDIPitch) == 0x000008, "Wrong size on SoundUtilitiesBPFunctionLibrary_GetFrequencyFromMIDIPitch"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetFrequencyFromMIDIPitch, MidiNote) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_GetFrequencyFromMIDIPitch::MidiNote' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetFrequencyFromMIDIPitch, ReturnValue) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_GetFrequencyFromMIDIPitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_GetFrequencyMultiplierFromSemitones \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_GetFrequencyMultiplierFromSemitones) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_GetFrequencyMultiplierFromSemitones"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_GetFrequencyMultiplierFromSemitones) == 0x000008, "Wrong size on SoundUtilitiesBPFunctionLibrary_GetFrequencyMultiplierFromSemitones"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetFrequencyMultiplierFromSemitones, InPitchSemitones) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_GetFrequencyMultiplierFromSemitones::InPitchSemitones' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetFrequencyMultiplierFromSemitones, ReturnValue) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_GetFrequencyMultiplierFromSemitones::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_GetGainFromMidiVelocity \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_GetGainFromMidiVelocity) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_GetGainFromMidiVelocity"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_GetGainFromMidiVelocity) == 0x000008, "Wrong size on SoundUtilitiesBPFunctionLibrary_GetGainFromMidiVelocity"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetGainFromMidiVelocity, InVelocity) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_GetGainFromMidiVelocity::InVelocity' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetGainFromMidiVelocity, ReturnValue) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_GetGainFromMidiVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped) == 0x000018, "Wrong size on SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped, InValue) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped::InValue' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped, InDomain) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped::InDomain' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped, InRange) == 0x00000C, "Member 'SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped::InRange' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped, ReturnValue) == 0x000014, "Member 'SoundUtilitiesBPFunctionLibrary_GetLinearFrequencyClamped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped) == 0x000018, "Wrong size on SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped, InValue) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped::InValue' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped, InDomain) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped::InDomain' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped, InRange) == 0x00000C, "Member 'SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped::InRange' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped, ReturnValue) == 0x000014, "Member 'SoundUtilitiesBPFunctionLibrary_GetLogFrequencyClamped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_GetMIDIPitchFromFrequency \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_GetMIDIPitchFromFrequency) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_GetMIDIPitchFromFrequency"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_GetMIDIPitchFromFrequency) == 0x000008, "Wrong size on SoundUtilitiesBPFunctionLibrary_GetMIDIPitchFromFrequency"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetMIDIPitchFromFrequency, Frequency) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_GetMIDIPitchFromFrequency::Frequency' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetMIDIPitchFromFrequency, ReturnValue) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_GetMIDIPitchFromFrequency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch) == 0x00000C, "Wrong size on SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch, BaseMidiNote) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch::BaseMidiNote' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch, TargetMidiNote) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch::TargetMidiNote' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch, ReturnValue) == 0x000008, "Member 'SoundUtilitiesBPFunctionLibrary_GetPitchScaleFromMIDIPitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundUtilitiesBPFunctionLibrary_GetQFromBandwidth \ static_assert(alignof(SoundUtilitiesBPFunctionLibrary_GetQFromBandwidth) == 0x000004, "Wrong alignment on SoundUtilitiesBPFunctionLibrary_GetQFromBandwidth"); \ static_assert(sizeof(SoundUtilitiesBPFunctionLibrary_GetQFromBandwidth) == 0x000008, "Wrong size on SoundUtilitiesBPFunctionLibrary_GetQFromBandwidth"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetQFromBandwidth, InBandwidth) == 0x000000, "Member 'SoundUtilitiesBPFunctionLibrary_GetQFromBandwidth::InBandwidth' has a wrong offset!"); \ static_assert(offsetof(SoundUtilitiesBPFunctionLibrary_GetQFromBandwidth, ReturnValue) == 0x000004, "Member 'SoundUtilitiesBPFunctionLibrary_GetQFromBandwidth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundUtilitiesBPFunctionLibrary \ static_assert(alignof(USoundUtilitiesBPFunctionLibrary) == 0x000008, "Wrong alignment on USoundUtilitiesBPFunctionLibrary"); \ static_assert(sizeof(USoundUtilitiesBPFunctionLibrary) == 0x000028, "Wrong size on USoundUtilitiesBPFunctionLibrary"); \ #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_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_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_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_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_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_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_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_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_SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener \ static_assert(alignof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener) == 0x000008, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener"); \ static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener) == 0x000008, "Wrong size on SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener"); \ static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener, EnvelopeFollowerListener) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener::EnvelopeFollowerListener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_SetSettings \ static_assert(alignof(SourceEffectEnvelopeFollowerPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_SetSettings"); \ static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_SetSettings) == 0x00000C, "Wrong size on SourceEffectEnvelopeFollowerPreset_SetSettings"); \ static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener \ static_assert(alignof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener) == 0x000008, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener"); \ static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener) == 0x000008, "Wrong size on SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener"); \ static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener, EnvelopeFollowerListener) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener::EnvelopeFollowerListener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectEnvelopeFollowerPreset \ static_assert(alignof(USourceEffectEnvelopeFollowerPreset) == 0x000008, "Wrong alignment on USourceEffectEnvelopeFollowerPreset"); \ static_assert(sizeof(USourceEffectEnvelopeFollowerPreset) == 0x0000A8, "Wrong size on USourceEffectEnvelopeFollowerPreset"); \ static_assert(offsetof(USourceEffectEnvelopeFollowerPreset, Settings) == 0x00009C, "Member 'USourceEffectEnvelopeFollowerPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEQPreset_SetSettings \ static_assert(alignof(SourceEffectEQPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectEQPreset_SetSettings"); \ static_assert(sizeof(SourceEffectEQPreset_SetSettings) == 0x000010, "Wrong size on SourceEffectEQPreset_SetSettings"); \ static_assert(offsetof(SourceEffectEQPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectEQPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectEQPreset \ static_assert(alignof(USourceEffectEQPreset) == 0x000008, "Wrong alignment on USourceEffectEQPreset"); \ static_assert(sizeof(USourceEffectEQPreset) == 0x0000B0, "Wrong size on USourceEffectEQPreset"); \ static_assert(offsetof(USourceEffectEQPreset, Settings) == 0x0000A0, "Member 'USourceEffectEQPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectFilterPreset_SetSettings \ static_assert(alignof(SourceEffectFilterPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectFilterPreset_SetSettings"); \ static_assert(sizeof(SourceEffectFilterPreset_SetSettings) == 0x000020, "Wrong size on SourceEffectFilterPreset_SetSettings"); \ static_assert(offsetof(SourceEffectFilterPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectFilterPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectFilterPreset \ static_assert(alignof(USourceEffectFilterPreset) == 0x000008, "Wrong alignment on USourceEffectFilterPreset"); \ static_assert(sizeof(USourceEffectFilterPreset) == 0x0000D0, "Wrong size on USourceEffectFilterPreset"); \ static_assert(offsetof(USourceEffectFilterPreset, Settings) == 0x0000B0, "Member 'USourceEffectFilterPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectFoldbackDistortionPreset_SetSettings \ static_assert(alignof(SourceEffectFoldbackDistortionPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectFoldbackDistortionPreset_SetSettings"); \ static_assert(sizeof(SourceEffectFoldbackDistortionPreset_SetSettings) == 0x00000C, "Wrong size on SourceEffectFoldbackDistortionPreset_SetSettings"); \ static_assert(offsetof(SourceEffectFoldbackDistortionPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectFoldbackDistortionPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectFoldbackDistortionPreset \ static_assert(alignof(USourceEffectFoldbackDistortionPreset) == 0x000008, "Wrong alignment on USourceEffectFoldbackDistortionPreset"); \ static_assert(sizeof(USourceEffectFoldbackDistortionPreset) == 0x0000A8, "Wrong size on USourceEffectFoldbackDistortionPreset"); \ static_assert(offsetof(USourceEffectFoldbackDistortionPreset, Settings) == 0x00009C, "Member 'USourceEffectFoldbackDistortionPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectMidSideSpreaderPreset_SetSettings \ static_assert(alignof(SourceEffectMidSideSpreaderPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectMidSideSpreaderPreset_SetSettings"); \ static_assert(sizeof(SourceEffectMidSideSpreaderPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectMidSideSpreaderPreset_SetSettings"); \ static_assert(offsetof(SourceEffectMidSideSpreaderPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectMidSideSpreaderPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectMidSideSpreaderPreset \ static_assert(alignof(USourceEffectMidSideSpreaderPreset) == 0x000008, "Wrong alignment on USourceEffectMidSideSpreaderPreset"); \ static_assert(sizeof(USourceEffectMidSideSpreaderPreset) == 0x0000A0, "Wrong size on USourceEffectMidSideSpreaderPreset"); \ static_assert(offsetof(USourceEffectMidSideSpreaderPreset, Settings) == 0x000098, "Member 'USourceEffectMidSideSpreaderPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_UAudioGenerator \ static_assert(alignof(UAudioGenerator) == 0x000008, "Wrong alignment on UAudioGenerator"); \ static_assert(sizeof(UAudioGenerator) == 0x0000A8, "Wrong size on UAudioGenerator"); \ #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_FShapedTextOptions \ static_assert(alignof(FShapedTextOptions) == 0x000001, "Wrong alignment on FShapedTextOptions"); \ static_assert(sizeof(FShapedTextOptions) == 0x000003, "Wrong size on FShapedTextOptions"); \ static_assert(offsetof(FShapedTextOptions, TextShapingMethod) == 0x000001, "Member 'FShapedTextOptions::TextShapingMethod' has a wrong offset!"); \ static_assert(offsetof(FShapedTextOptions, TextFlowDirection) == 0x000002, "Member 'FShapedTextOptions::TextFlowDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEventReply \ static_assert(alignof(FEventReply) == 0x000008, "Wrong alignment on FEventReply"); \ static_assert(sizeof(FEventReply) == 0x0000B8, "Wrong size on FEventReply"); \ #define DUMPER7_ASSERTS_FWidgetTransform \ static_assert(alignof(FWidgetTransform) == 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_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_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_FPaintContext \ static_assert(alignof(FPaintContext) == 0x000008, "Wrong alignment on FPaintContext"); \ static_assert(sizeof(FPaintContext) == 0x000030, "Wrong size on FPaintContext"); \ #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_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_FDynamicPropertyPath \ static_assert(alignof(FDynamicPropertyPath) == 0x000008, "Wrong alignment on FDynamicPropertyPath"); \ static_assert(sizeof(FDynamicPropertyPath) == 0x000028, "Wrong size on FDynamicPropertyPath"); \ #define DUMPER7_ASSERTS_FMovieScene2DTransformMask \ static_assert(alignof(FMovieScene2DTransformMask) == 0x000004, "Wrong alignment on FMovieScene2DTransformMask"); \ static_assert(sizeof(FMovieScene2DTransformMask) == 0x000004, "Wrong size on FMovieScene2DTransformMask"); \ static_assert(offsetof(FMovieScene2DTransformMask, Mask) == 0x000000, "Member 'FMovieScene2DTransformMask::Mask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneWidgetMaterialSectionTemplate \ static_assert(alignof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneWidgetMaterialSectionTemplate"); \ static_assert(sizeof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000090, "Wrong size on FMovieSceneWidgetMaterialSectionTemplate"); \ static_assert(offsetof(FMovieSceneWidgetMaterialSectionTemplate, BrushPropertyNamePath) == 0x000080, "Member 'FMovieSceneWidgetMaterialSectionTemplate::BrushPropertyNamePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRadialBoxSettings \ static_assert(alignof(FRadialBoxSettings) == 0x000004, "Wrong alignment on FRadialBoxSettings"); \ static_assert(sizeof(FRadialBoxSettings) == 0x000010, "Wrong size on FRadialBoxSettings"); \ static_assert(offsetof(FRadialBoxSettings, StartingAngle) == 0x000000, "Member 'FRadialBoxSettings::StartingAngle' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, bDistributeItemsEvenly) == 0x000004, "Member 'FRadialBoxSettings::bDistributeItemsEvenly' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, AngleBetweenItems) == 0x000008, "Member 'FRadialBoxSettings::AngleBetweenItems' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, SectorCentralAngle) == 0x00000C, "Member 'FRadialBoxSettings::SectorCentralAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichTextStyleRow \ static_assert(alignof(FRichTextStyleRow) == 0x000008, "Wrong alignment on FRichTextStyleRow"); \ static_assert(sizeof(FRichTextStyleRow) == 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_FUserWidgetPool \ static_assert(alignof(FUserWidgetPool) == 0x000008, "Wrong alignment on FUserWidgetPool"); \ static_assert(sizeof(FUserWidgetPool) == 0x000080, "Wrong size on FUserWidgetPool"); \ static_assert(offsetof(FUserWidgetPool, ActiveWidgets) == 0x000000, "Member 'FUserWidgetPool::ActiveWidgets' has a wrong offset!"); \ static_assert(offsetof(FUserWidgetPool, InactiveWidgets) == 0x000010, "Member 'FUserWidgetPool::InactiveWidgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintWidgetAnimationDelegateBinding \ static_assert(alignof(FBlueprintWidgetAnimationDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintWidgetAnimationDelegateBinding"); \ static_assert(sizeof(FBlueprintWidgetAnimationDelegateBinding) == 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_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_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_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_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_UPanelSlot \ static_assert(alignof(UPanelSlot) == 0x000008, "Wrong alignment on UPanelSlot"); \ static_assert(sizeof(UPanelSlot) == 0x000038, "Wrong size on UPanelSlot"); \ static_assert(offsetof(UPanelSlot, Parent) == 0x000028, "Member 'UPanelSlot::Parent' has a wrong offset!"); \ static_assert(offsetof(UPanelSlot, Content) == 0x000030, "Member 'UPanelSlot::Content' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlurSlot_SetHorizontalAlignment \ static_assert(alignof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetHorizontalAlignment"); \ static_assert(sizeof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetHorizontalAlignment"); \ static_assert(offsetof(BackgroundBlurSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlurSlot_SetPadding \ static_assert(alignof(BackgroundBlurSlot_SetPadding) == 0x000004, "Wrong alignment on BackgroundBlurSlot_SetPadding"); \ static_assert(sizeof(BackgroundBlurSlot_SetPadding) == 0x000010, "Wrong size on BackgroundBlurSlot_SetPadding"); \ static_assert(offsetof(BackgroundBlurSlot_SetPadding, InPadding) == 0x000000, "Member 'BackgroundBlurSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlurSlot_SetVerticalAlignment \ static_assert(alignof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetVerticalAlignment"); \ static_assert(sizeof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetVerticalAlignment"); \ static_assert(offsetof(BackgroundBlurSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBackgroundBlurSlot \ static_assert(alignof(UBackgroundBlurSlot) == 0x000008, "Wrong alignment on UBackgroundBlurSlot"); \ static_assert(sizeof(UBackgroundBlurSlot) == 0x000060, "Wrong size on UBackgroundBlurSlot"); \ static_assert(offsetof(UBackgroundBlurSlot, Padding) == 0x000038, "Member 'UBackgroundBlurSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlurSlot, HorizontalAlignment) == 0x000048, "Member 'UBackgroundBlurSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlurSlot, VerticalAlignment) == 0x000049, "Member 'UBackgroundBlurSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_UNamedSlot \ static_assert(alignof(UNamedSlot) == 0x000008, "Wrong alignment on UNamedSlot"); \ static_assert(sizeof(UNamedSlot) == 0x000130, "Wrong size on UNamedSlot"); \ #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_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_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_URichTextBlockDecorator \ static_assert(alignof(URichTextBlockDecorator) == 0x000008, "Wrong alignment on URichTextBlockDecorator"); \ static_assert(sizeof(URichTextBlockDecorator) == 0x000028, "Wrong size on URichTextBlockDecorator"); \ #define DUMPER7_ASSERTS_AsyncTaskDownloadImage_DownloadImage \ static_assert(alignof(AsyncTaskDownloadImage_DownloadImage) == 0x000008, "Wrong alignment on AsyncTaskDownloadImage_DownloadImage"); \ static_assert(sizeof(AsyncTaskDownloadImage_DownloadImage) == 0x000018, "Wrong size on AsyncTaskDownloadImage_DownloadImage"); \ static_assert(offsetof(AsyncTaskDownloadImage_DownloadImage, URL) == 0x000000, "Member 'AsyncTaskDownloadImage_DownloadImage::URL' has a wrong offset!"); \ static_assert(offsetof(AsyncTaskDownloadImage_DownloadImage, ReturnValue) == 0x000010, "Member 'AsyncTaskDownloadImage_DownloadImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncTaskDownloadImage \ static_assert(alignof(UAsyncTaskDownloadImage) == 0x000008, "Wrong alignment on UAsyncTaskDownloadImage"); \ static_assert(sizeof(UAsyncTaskDownloadImage) == 0x000050, "Wrong size on UAsyncTaskDownloadImage"); \ static_assert(offsetof(UAsyncTaskDownloadImage, OnSuccess) == 0x000030, "Member 'UAsyncTaskDownloadImage::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UAsyncTaskDownloadImage, OnFail) == 0x000040, "Member 'UAsyncTaskDownloadImage::OnFail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetApplyAlphaToBlur \ static_assert(alignof(BackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong alignment on BackgroundBlur_SetApplyAlphaToBlur"); \ static_assert(sizeof(BackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong size on BackgroundBlur_SetApplyAlphaToBlur"); \ static_assert(offsetof(BackgroundBlur_SetApplyAlphaToBlur, bInApplyAlphaToBlur) == 0x000000, "Member 'BackgroundBlur_SetApplyAlphaToBlur::bInApplyAlphaToBlur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetBlurRadius \ static_assert(alignof(BackgroundBlur_SetBlurRadius) == 0x000004, "Wrong alignment on BackgroundBlur_SetBlurRadius"); \ static_assert(sizeof(BackgroundBlur_SetBlurRadius) == 0x000004, "Wrong size on BackgroundBlur_SetBlurRadius"); \ static_assert(offsetof(BackgroundBlur_SetBlurRadius, InBlurRadius) == 0x000000, "Member 'BackgroundBlur_SetBlurRadius::InBlurRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetBlurStrength \ static_assert(alignof(BackgroundBlur_SetBlurStrength) == 0x000004, "Wrong alignment on BackgroundBlur_SetBlurStrength"); \ static_assert(sizeof(BackgroundBlur_SetBlurStrength) == 0x000004, "Wrong size on BackgroundBlur_SetBlurStrength"); \ static_assert(offsetof(BackgroundBlur_SetBlurStrength, InStrength) == 0x000000, "Member 'BackgroundBlur_SetBlurStrength::InStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_UMovieScene2DTransformPropertySystem \ static_assert(alignof(UMovieScene2DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene2DTransformPropertySystem"); \ static_assert(sizeof(UMovieScene2DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene2DTransformPropertySystem"); \ #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_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_UMovieScene2DTransformTrack \ static_assert(alignof(UMovieScene2DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene2DTransformTrack"); \ static_assert(sizeof(UMovieScene2DTransformTrack) == 0x0000C0, "Wrong size on UMovieScene2DTransformTrack"); \ #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_UMovieSceneMarginPropertySystem \ static_assert(alignof(UMovieSceneMarginPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneMarginPropertySystem"); \ static_assert(sizeof(UMovieSceneMarginPropertySystem) == 0x000058, "Wrong size on UMovieSceneMarginPropertySystem"); \ #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_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_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_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_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_URichTextBlockImageDecorator \ static_assert(alignof(URichTextBlockImageDecorator) == 0x000008, "Wrong alignment on URichTextBlockImageDecorator"); \ static_assert(sizeof(URichTextBlockImageDecorator) == 0x000030, "Wrong size on URichTextBlockImageDecorator"); \ static_assert(offsetof(URichTextBlockImageDecorator, ImageSet) == 0x000028, "Member 'URichTextBlockImageDecorator::ImageSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SafeZone_SetSidesToPad \ static_assert(alignof(SafeZone_SetSidesToPad) == 0x000001, "Wrong alignment on SafeZone_SetSidesToPad"); \ static_assert(sizeof(SafeZone_SetSidesToPad) == 0x000004, "Wrong size on SafeZone_SetSidesToPad"); \ static_assert(offsetof(SafeZone_SetSidesToPad, InPadLeft) == 0x000000, "Member 'SafeZone_SetSidesToPad::InPadLeft' has a wrong offset!"); \ static_assert(offsetof(SafeZone_SetSidesToPad, InPadRight) == 0x000001, "Member 'SafeZone_SetSidesToPad::InPadRight' has a wrong offset!"); \ static_assert(offsetof(SafeZone_SetSidesToPad, InPadTop) == 0x000002, "Member 'SafeZone_SetSidesToPad::InPadTop' has a wrong offset!"); \ static_assert(offsetof(SafeZone_SetSidesToPad, InPadBottom) == 0x000003, "Member 'SafeZone_SetSidesToPad::InPadBottom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USafeZone \ static_assert(alignof(USafeZone) == 0x000008, "Wrong alignment on USafeZone"); \ static_assert(sizeof(USafeZone) == 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_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_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_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_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_VerticalBoxSlot_SetHorizontalAlignment \ static_assert(alignof(VerticalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on VerticalBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(VerticalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on VerticalBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(VerticalBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'VerticalBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalBoxSlot_SetPadding \ static_assert(alignof(VerticalBoxSlot_SetPadding) == 0x000004, "Wrong alignment on VerticalBoxSlot_SetPadding"); \ static_assert(sizeof(VerticalBoxSlot_SetPadding) == 0x000010, "Wrong size on VerticalBoxSlot_SetPadding"); \ static_assert(offsetof(VerticalBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'VerticalBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalBoxSlot_SetSize \ static_assert(alignof(VerticalBoxSlot_SetSize) == 0x000004, "Wrong alignment on VerticalBoxSlot_SetSize"); \ static_assert(sizeof(VerticalBoxSlot_SetSize) == 0x000008, "Wrong size on VerticalBoxSlot_SetSize"); \ static_assert(offsetof(VerticalBoxSlot_SetSize, InSize) == 0x000000, "Member 'VerticalBoxSlot_SetSize::InSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalBoxSlot_SetVerticalAlignment \ static_assert(alignof(VerticalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on VerticalBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(VerticalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on VerticalBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(VerticalBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'VerticalBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVerticalBoxSlot \ static_assert(alignof(UVerticalBoxSlot) == 0x000008, "Wrong alignment on UVerticalBoxSlot"); \ static_assert(sizeof(UVerticalBoxSlot) == 0x000060, "Wrong size on UVerticalBoxSlot"); \ static_assert(offsetof(UVerticalBoxSlot, Size) == 0x000038, "Member 'UVerticalBoxSlot::Size' has a wrong offset!"); \ static_assert(offsetof(UVerticalBoxSlot, Padding) == 0x000040, "Member 'UVerticalBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UVerticalBoxSlot, HorizontalAlignment) == 0x000058, "Member 'UVerticalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UVerticalBoxSlot, VerticalAlignment) == 0x000059, "Member 'UVerticalBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Viewport_SetViewLocation \ static_assert(alignof(Viewport_SetViewLocation) == 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_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_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_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_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_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_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_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_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) == 0x000230, "Wrong size on AControlPointMeshActor"); \ static_assert(offsetof(AControlPointMeshActor, ControlPointMeshComponent) == 0x000228, "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) == 0x0005A0, "Wrong size on ALandscapeProxy"); \ static_assert(offsetof(ALandscapeProxy, SplineComponent) == 0x000228, "Member 'ALandscapeProxy::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeGuid) == 0x000230, "Member 'ALandscapeProxy::LandscapeGuid' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeSectionOffset) == 0x000240, "Member 'ALandscapeProxy::LandscapeSectionOffset' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, MaxLODLevel) == 0x000248, "Member 'ALandscapeProxy::MaxLODLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODDistanceFactor) == 0x00024C, "Member 'ALandscapeProxy::LODDistanceFactor' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODFalloff) == 0x000250, "Member 'ALandscapeProxy::LODFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, ComponentScreenSizeToUseSubSections) == 0x000254, "Member 'ALandscapeProxy::ComponentScreenSizeToUseSubSections' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LOD0ScreenSize) == 0x000258, "Member 'ALandscapeProxy::LOD0ScreenSize' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LOD0DistributionSetting) == 0x00025C, "Member 'ALandscapeProxy::LOD0DistributionSetting' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODDistributionSetting) == 0x000260, "Member 'ALandscapeProxy::LODDistributionSetting' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSize) == 0x000264, "Member 'ALandscapeProxy::TessellationComponentScreenSize' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, UseTessellationComponentScreenSizeFalloff) == 0x000268, "Member 'ALandscapeProxy::UseTessellationComponentScreenSizeFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSizeFalloff) == 0x00026C, "Member 'ALandscapeProxy::TessellationComponentScreenSizeFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, OccluderGeometryLOD) == 0x000270, "Member 'ALandscapeProxy::OccluderGeometryLOD' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StaticLightingLOD) == 0x000274, "Member 'ALandscapeProxy::StaticLightingLOD' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, DefaultPhysMaterial) == 0x000278, "Member 'ALandscapeProxy::DefaultPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StreamingDistanceMultiplier) == 0x000280, "Member 'ALandscapeProxy::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeMaterial) == 0x000288, "Member 'ALandscapeProxy::LandscapeMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeHoleMaterial) == 0x0002B0, "Member 'ALandscapeProxy::LandscapeHoleMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeMaterialsOverride) == 0x0002B8, "Member 'ALandscapeProxy::LandscapeMaterialsOverride' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bMeshHoles) == 0x0002C8, "Member 'ALandscapeProxy::bMeshHoles' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, MeshHolesMaxLod) == 0x0002C9, "Member 'ALandscapeProxy::MeshHolesMaxLod' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, RuntimeVirtualTextures) == 0x0002D0, "Member 'ALandscapeProxy::RuntimeVirtualTextures' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureNumLods) == 0x0002E0, "Member 'ALandscapeProxy::VirtualTextureNumLods' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureLodBias) == 0x0002E4, "Member 'ALandscapeProxy::VirtualTextureLodBias' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureRenderPassType) == 0x0002E8, "Member 'ALandscapeProxy::VirtualTextureRenderPassType' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NegativeZBoundsExtension) == 0x0002EC, "Member 'ALandscapeProxy::NegativeZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, PositiveZBoundsExtension) == 0x0002F0, "Member 'ALandscapeProxy::PositiveZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeComponents) == 0x0002F8, "Member 'ALandscapeProxy::LandscapeComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionComponents) == 0x000308, "Member 'ALandscapeProxy::CollisionComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, FoliageComponents) == 0x000318, "Member 'ALandscapeProxy::FoliageComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bHasLandscapeGrass) == 0x00038C, "Member 'ALandscapeProxy::bHasLandscapeGrass' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StaticLightingResolution) == 0x000390, "Member 'ALandscapeProxy::StaticLightingResolution' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LightingChannels) == 0x0003A5, "Member 'ALandscapeProxy::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CustomDepthStencilWriteMask) == 0x0003AC, "Member 'ALandscapeProxy::CustomDepthStencilWriteMask' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CustomDepthStencilValue) == 0x0003B0, "Member 'ALandscapeProxy::CustomDepthStencilValue' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LDMaxDrawDistance) == 0x0003B4, "Member 'ALandscapeProxy::LDMaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LightmassSettings) == 0x0003B8, "Member 'ALandscapeProxy::LightmassSettings' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionMipLevel) == 0x0003D0, "Member 'ALandscapeProxy::CollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, SimpleCollisionMipLevel) == 0x0003D4, "Member 'ALandscapeProxy::SimpleCollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionThickness) == 0x0003D8, "Member 'ALandscapeProxy::CollisionThickness' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, BodyInstance) == 0x0003E0, "Member 'ALandscapeProxy::BodyInstance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, ComponentSizeQuads) == 0x00053C, "Member 'ALandscapeProxy::ComponentSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, SubsectionSizeQuads) == 0x000540, "Member 'ALandscapeProxy::SubsectionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NumSubsections) == 0x000544, "Member 'ALandscapeProxy::NumSubsections' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bUseDynamicMaterialInstance) == 0x00054C, "Member 'ALandscapeProxy::bUseDynamicMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NavigationGeometryGatheringMode) == 0x00054D, "Member 'ALandscapeProxy::NavigationGeometryGatheringMode' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bUseLandscapeForCullingInvisibleHLODVertices) == 0x00054E, "Member 'ALandscapeProxy::bUseLandscapeForCullingInvisibleHLODVertices' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bHasLayersContent) == 0x00054F, "Member 'ALandscapeProxy::bHasLayersContent' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, WeightmapUsageMap) == 0x000550, "Member 'ALandscapeProxy::WeightmapUsageMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscape \ static_assert(alignof(ALandscape) == 0x000008, "Wrong alignment on ALandscape"); \ static_assert(sizeof(ALandscape) == 0x0005A0, "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) == 0x000228, "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) == 0x000228, "Wrong size on ALandscapeGizmoActor"); \ #define DUMPER7_ASSERTS_ALandscapeGizmoActiveActor \ static_assert(alignof(ALandscapeGizmoActiveActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActiveActor"); \ static_assert(sizeof(ALandscapeGizmoActiveActor) == 0x000278, "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_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_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_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_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) == 0x000230, "Wrong size on ALandscapeMeshProxyActor"); \ static_assert(offsetof(ALandscapeMeshProxyActor, LandscapeMeshProxyComponent) == 0x000228, "Member 'ALandscapeMeshProxyActor::LandscapeMeshProxyComponent' 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_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) == 0x0005C0, "Wrong size on ALandscapeStreamingProxy"); \ static_assert(offsetof(ALandscapeStreamingProxy, LandscapeActor) == 0x0005A0, "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_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_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_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_BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation \ static_assert(alignof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation) == 0x000008, "Wrong alignment on BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation"); \ static_assert(sizeof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation) == 0x000070, "Wrong size on BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, EntryPoint) == 0x000000, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, Temp_bool_Variable) == 0x000004, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, CallFunc_GetSettings_ReturnValue) == 0x000008, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, K2Node_Event_OwnerController) == 0x000010, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000020, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x00002C, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, CallFunc_GetBlackboardValueAsVector_ReturnValue_1) == 0x000038, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::CallFunc_GetBlackboardValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, CallFunc_Normal_ReturnValue) == 0x000044, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000050, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x00005C, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation, K2Node_Select_Default) == 0x000068, "Member 'BTT_SentinelAi_LookAtLocation_C_ExecuteUbergraph_BTT_SentinelAi_LookAtLocation::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_LookAtLocation_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAi_LookAtLocation_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAi_LookAtLocation_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAi_LookAtLocation_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAi_LookAtLocation_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAi_LookAtLocation_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_LookAtLocation_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAi_LookAtLocation_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAi_LookAtLocation_C \ static_assert(alignof(UBTT_SentinelAi_LookAtLocation_C) == 0x000008, "Wrong alignment on UBTT_SentinelAi_LookAtLocation_C"); \ static_assert(sizeof(UBTT_SentinelAi_LookAtLocation_C) == 0x000128, "Wrong size on UBTT_SentinelAi_LookAtLocation_C"); \ static_assert(offsetof(UBTT_SentinelAi_LookAtLocation_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SentinelAi_LookAtLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_LookAtLocation_C, LookAtLocationKeySelector) == 0x0000B0, "Member 'UBTT_SentinelAi_LookAtLocation_C::LookAtLocationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_LookAtLocation_C, LookAtDirectionKeySelector) == 0x0000D8, "Member 'UBTT_SentinelAi_LookAtLocation_C::LookAtDirectionKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_LookAtLocation_C, DirectionDistance) == 0x000100, "Member 'UBTT_SentinelAi_LookAtLocation_C::DirectionDistance' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_LookAtLocation_C, BodyRotationSpeed) == 0x000104, "Member 'UBTT_SentinelAi_LookAtLocation_C::BodyRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_LookAtLocation_C, BP_SentinelPawn) == 0x000108, "Member 'UBTT_SentinelAi_LookAtLocation_C::BP_SentinelPawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_LookAtLocation_C, ComputedLookAtLocation) == 0x000110, "Member 'UBTT_SentinelAi_LookAtLocation_C::ComputedLookAtLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_LookAtLocation_C, VisionRotationSpeed) == 0x00011C, "Member 'UBTT_SentinelAi_LookAtLocation_C::VisionRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_LookAtLocation_C, OverrideVisionRotationSpeed) == 0x000120, "Member 'UBTT_SentinelAi_LookAtLocation_C::OverrideVisionRotationSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundVisualizationStatics_CalculateFrequencySpectrum \ static_assert(alignof(SoundVisualizationStatics_CalculateFrequencySpectrum) == 0x000008, "Wrong alignment on SoundVisualizationStatics_CalculateFrequencySpectrum"); \ static_assert(sizeof(SoundVisualizationStatics_CalculateFrequencySpectrum) == 0x000028, "Wrong size on SoundVisualizationStatics_CalculateFrequencySpectrum"); \ static_assert(offsetof(SoundVisualizationStatics_CalculateFrequencySpectrum, SoundWave) == 0x000000, "Member 'SoundVisualizationStatics_CalculateFrequencySpectrum::SoundWave' has a wrong offset!"); \ static_assert(offsetof(SoundVisualizationStatics_CalculateFrequencySpectrum, Channel) == 0x000008, "Member 'SoundVisualizationStatics_CalculateFrequencySpectrum::Channel' has a wrong offset!"); \ static_assert(offsetof(SoundVisualizationStatics_CalculateFrequencySpectrum, StartTime) == 0x00000C, "Member 'SoundVisualizationStatics_CalculateFrequencySpectrum::StartTime' has a wrong offset!"); \ static_assert(offsetof(SoundVisualizationStatics_CalculateFrequencySpectrum, TimeLength) == 0x000010, "Member 'SoundVisualizationStatics_CalculateFrequencySpectrum::TimeLength' has a wrong offset!"); \ static_assert(offsetof(SoundVisualizationStatics_CalculateFrequencySpectrum, SpectrumWidth) == 0x000014, "Member 'SoundVisualizationStatics_CalculateFrequencySpectrum::SpectrumWidth' has a wrong offset!"); \ static_assert(offsetof(SoundVisualizationStatics_CalculateFrequencySpectrum, OutSpectrum) == 0x000018, "Member 'SoundVisualizationStatics_CalculateFrequencySpectrum::OutSpectrum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundVisualizationStatics_GetAmplitude \ static_assert(alignof(SoundVisualizationStatics_GetAmplitude) == 0x000008, "Wrong alignment on SoundVisualizationStatics_GetAmplitude"); \ static_assert(sizeof(SoundVisualizationStatics_GetAmplitude) == 0x000028, "Wrong size on SoundVisualizationStatics_GetAmplitude"); \ static_assert(offsetof(SoundVisualizationStatics_GetAmplitude, SoundWave) == 0x000000, "Member 'SoundVisualizationStatics_GetAmplitude::SoundWave' has a wrong offset!"); \ static_assert(offsetof(SoundVisualizationStatics_GetAmplitude, Channel) == 0x000008, "Member 'SoundVisualizationStatics_GetAmplitude::Channel' has a wrong offset!"); \ static_assert(offsetof(SoundVisualizationStatics_GetAmplitude, StartTime) == 0x00000C, "Member 'SoundVisualizationStatics_GetAmplitude::StartTime' has a wrong offset!"); \ static_assert(offsetof(SoundVisualizationStatics_GetAmplitude, TimeLength) == 0x000010, "Member 'SoundVisualizationStatics_GetAmplitude::TimeLength' has a wrong offset!"); \ static_assert(offsetof(SoundVisualizationStatics_GetAmplitude, AmplitudeBuckets) == 0x000014, "Member 'SoundVisualizationStatics_GetAmplitude::AmplitudeBuckets' has a wrong offset!"); \ static_assert(offsetof(SoundVisualizationStatics_GetAmplitude, OutAmplitudes) == 0x000018, "Member 'SoundVisualizationStatics_GetAmplitude::OutAmplitudes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundVisualizationStatics \ static_assert(alignof(USoundVisualizationStatics) == 0x000008, "Wrong alignment on USoundVisualizationStatics"); \ static_assert(sizeof(USoundVisualizationStatics) == 0x000028, "Wrong size on USoundVisualizationStatics"); \ #define DUMPER7_ASSERTS_UUMG_InputKeyRow_C \ static_assert(alignof(UUMG_InputKeyRow_C) == 0x000008, "Wrong alignment on UUMG_InputKeyRow_C"); \ static_assert(sizeof(UUMG_InputKeyRow_C) == 0x000478, "Wrong size on UUMG_InputKeyRow_C"); \ #define DUMPER7_ASSERTS_FFurLod \ static_assert(alignof(FFurLod) == 0x000004, "Wrong alignment on FFurLod"); \ static_assert(sizeof(FFurLod) == 0x000010, "Wrong size on FFurLod"); \ static_assert(offsetof(FFurLod, ScreenSize) == 0x000000, "Member 'FFurLod::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(FFurLod, LayerCount) == 0x000004, "Member 'FFurLod::LayerCount' has a wrong offset!"); \ static_assert(offsetof(FFurLod, Lod) == 0x000008, "Member 'FFurLod::Lod' has a wrong offset!"); \ static_assert(offsetof(FFurLod, PhysicsEnabled) == 0x00000C, "Member 'FFurLod::PhysicsEnabled' has a wrong offset!"); \ static_assert(offsetof(FFurLod, DisableMorphTargets) == 0x00000D, "Member 'FFurLod::DisableMorphTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGFurComponent \ static_assert(alignof(UGFurComponent) == 0x000010, "Wrong alignment on UGFurComponent"); \ static_assert(sizeof(UGFurComponent) == 0x000640, "Wrong size on UGFurComponent"); \ static_assert(offsetof(UGFurComponent, SkeletalGrowMesh) == 0x000478, "Member 'UGFurComponent::SkeletalGrowMesh' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, StaticGrowMesh) == 0x000480, "Member 'UGFurComponent::StaticGrowMesh' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, FurSplines) == 0x000488, "Member 'UGFurComponent::FurSplines' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, SkeletalGuideMeshes) == 0x000490, "Member 'UGFurComponent::SkeletalGuideMeshes' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, StaticGuideMeshes) == 0x0004A0, "Member 'UGFurComponent::StaticGuideMeshes' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, LayerCount) == 0x0004B0, "Member 'UGFurComponent::LayerCount' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, MinScreenSize) == 0x0004B4, "Member 'UGFurComponent::MinScreenSize' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, LODs) == 0x0004B8, "Member 'UGFurComponent::LODs' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, LODFromParent) == 0x0004C8, "Member 'UGFurComponent::LODFromParent' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, ShellBias) == 0x0004CC, "Member 'UGFurComponent::ShellBias' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, FurLength) == 0x0004D0, "Member 'UGFurComponent::FurLength' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, MinFurLength) == 0x0004D4, "Member 'UGFurComponent::MinFurLength' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, RemoveFacesWithoutSplines) == 0x0004D8, "Member 'UGFurComponent::RemoveFacesWithoutSplines' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, PhysicsEnabled) == 0x0004D9, "Member 'UGFurComponent::PhysicsEnabled' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, ForceDistribution) == 0x0004DC, "Member 'UGFurComponent::ForceDistribution' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, Stiffness) == 0x0004E0, "Member 'UGFurComponent::Stiffness' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, Damping) == 0x0004E4, "Member 'UGFurComponent::Damping' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, ConstantForce) == 0x0004E8, "Member 'UGFurComponent::ConstantForce' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, MaxForce) == 0x0004F4, "Member 'UGFurComponent::MaxForce' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, MaxForceTorqueFactor) == 0x0004F8, "Member 'UGFurComponent::MaxForceTorqueFactor' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, ReferenceHairBias) == 0x0004FC, "Member 'UGFurComponent::ReferenceHairBias' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, HairLengthForceUniformity) == 0x000500, "Member 'UGFurComponent::HairLengthForceUniformity' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, MaxPhysicsOffsetLength) == 0x000504, "Member 'UGFurComponent::MaxPhysicsOffsetLength' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, NoiseStrength) == 0x000508, "Member 'UGFurComponent::NoiseStrength' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, DisableMorphTargets) == 0x00050C, "Member 'UGFurComponent::DisableMorphTargets' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, StreamingDistanceMultiplier) == 0x000510, "Member 'UGFurComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGFurComponent, FurMaterials) == 0x000590, "Member 'UGFurComponent::FurMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFurSplines \ static_assert(alignof(UFurSplines) == 0x000008, "Wrong alignment on UFurSplines"); \ static_assert(sizeof(UFurSplines) == 0x000080, "Wrong size on UFurSplines"); \ static_assert(offsetof(UFurSplines, Vertices) == 0x000028, "Member 'UFurSplines::Vertices' has a wrong offset!"); \ static_assert(offsetof(UFurSplines, Index_0) == 0x000038, "Member 'UFurSplines::Index_0' has a wrong offset!"); \ static_assert(offsetof(UFurSplines, Count) == 0x000048, "Member 'UFurSplines::Count' has a wrong offset!"); \ static_assert(offsetof(UFurSplines, ControlPointCount) == 0x000058, "Member 'UFurSplines::ControlPointCount' has a wrong offset!"); \ static_assert(offsetof(UFurSplines, ImportFilename) == 0x000060, "Member 'UFurSplines::ImportFilename' has a wrong offset!"); \ static_assert(offsetof(UFurSplines, Version) == 0x000070, "Member 'UFurSplines::Version' has a wrong offset!"); \ static_assert(offsetof(UFurSplines, ImportTransformation) == 0x000074, "Member 'UFurSplines::ImportTransformation' has a wrong offset!"); \ static_assert(offsetof(UFurSplines, Threshold) == 0x000078, "Member 'UFurSplines::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrefabVariantRule \ static_assert(alignof(FPrefabVariantRule) == 0x000008, "Wrong alignment on FPrefabVariantRule"); \ static_assert(sizeof(FPrefabVariantRule) == 0x000020, "Wrong size on FPrefabVariantRule"); \ static_assert(offsetof(FPrefabVariantRule, Scope) == 0x000000, "Member 'FPrefabVariantRule::Scope' has a wrong offset!"); \ static_assert(offsetof(FPrefabVariantRule, Rule) == 0x000008, "Member 'FPrefabVariantRule::Rule' has a wrong offset!"); \ static_assert(offsetof(FPrefabVariantRule, RuleType) == 0x000018, "Member 'FPrefabVariantRule::RuleType' has a wrong offset!"); \ static_assert(offsetof(FPrefabVariantRule, bEnable) == 0x000019, "Member 'FPrefabVariantRule::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPrefabExporter \ static_assert(alignof(UPrefabExporter) == 0x000008, "Wrong alignment on UPrefabExporter"); \ static_assert(sizeof(UPrefabExporter) == 0x000078, "Wrong size on UPrefabExporter"); \ #define DUMPER7_ASSERTS_UPrefabObjectExporterT3D \ static_assert(alignof(UPrefabObjectExporterT3D) == 0x000008, "Wrong alignment on UPrefabObjectExporterT3D"); \ static_assert(sizeof(UPrefabObjectExporterT3D) == 0x000078, "Wrong size on UPrefabObjectExporterT3D"); \ #define DUMPER7_ASSERTS_PrefabActor_DestroyPrefabActor \ static_assert(alignof(PrefabActor_DestroyPrefabActor) == 0x000001, "Wrong alignment on PrefabActor_DestroyPrefabActor"); \ static_assert(sizeof(PrefabActor_DestroyPrefabActor) == 0x000001, "Wrong size on PrefabActor_DestroyPrefabActor"); \ static_assert(offsetof(PrefabActor_DestroyPrefabActor, bDestroyAttachedChildren) == 0x000000, "Member 'PrefabActor_DestroyPrefabActor::bDestroyAttachedChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrefabActor_SetMobility \ static_assert(alignof(PrefabActor_SetMobility) == 0x000001, "Wrong alignment on PrefabActor_SetMobility"); \ static_assert(sizeof(PrefabActor_SetMobility) == 0x000001, "Wrong size on PrefabActor_SetMobility"); \ static_assert(offsetof(PrefabActor_SetMobility, InMobility) == 0x000000, "Member 'PrefabActor_SetMobility::InMobility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrefabActor_SetPrefab \ static_assert(alignof(PrefabActor_SetPrefab) == 0x000008, "Wrong alignment on PrefabActor_SetPrefab"); \ static_assert(sizeof(PrefabActor_SetPrefab) == 0x000010, "Wrong size on PrefabActor_SetPrefab"); \ static_assert(offsetof(PrefabActor_SetPrefab, NewPrefab) == 0x000000, "Member 'PrefabActor_SetPrefab::NewPrefab' has a wrong offset!"); \ static_assert(offsetof(PrefabActor_SetPrefab, bForceRevertEvenDisconnected) == 0x000008, "Member 'PrefabActor_SetPrefab::bForceRevertEvenDisconnected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrefabActor_GetPrefab \ static_assert(alignof(PrefabActor_GetPrefab) == 0x000008, "Wrong alignment on PrefabActor_GetPrefab"); \ static_assert(sizeof(PrefabActor_GetPrefab) == 0x000008, "Wrong size on PrefabActor_GetPrefab"); \ static_assert(offsetof(PrefabActor_GetPrefab, ReturnValue) == 0x000000, "Member 'PrefabActor_GetPrefab::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APrefabActor \ static_assert(alignof(APrefabActor) == 0x000008, "Wrong alignment on APrefabActor"); \ static_assert(sizeof(APrefabActor) == 0x000230, "Wrong size on APrefabActor"); \ static_assert(offsetof(APrefabActor, PrefabComponent) == 0x000228, "Member 'APrefabActor::PrefabComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPrefabAsset \ static_assert(alignof(UPrefabAsset) == 0x000008, "Wrong alignment on UPrefabAsset"); \ static_assert(sizeof(UPrefabAsset) == 0x0000D0, "Wrong size on UPrefabAsset"); \ static_assert(offsetof(UPrefabAsset, AssetReferences) == 0x000028, "Member 'UPrefabAsset::AssetReferences' has a wrong offset!"); \ static_assert(offsetof(UPrefabAsset, GeneratedBlueprintAssetReference) == 0x000078, "Member 'UPrefabAsset::GeneratedBlueprintAssetReference' has a wrong offset!"); \ static_assert(offsetof(UPrefabAsset, PrefabId) == 0x000090, "Member 'UPrefabAsset::PrefabId' has a wrong offset!"); \ static_assert(offsetof(UPrefabAsset, PrefabContent) == 0x0000A0, "Member 'UPrefabAsset::PrefabContent' has a wrong offset!"); \ static_assert(offsetof(UPrefabAsset, PrefabHash) == 0x0000B0, "Member 'UPrefabAsset::PrefabHash' has a wrong offset!"); \ static_assert(offsetof(UPrefabAsset, NumActors) == 0x0000C0, "Member 'UPrefabAsset::NumActors' has a wrong offset!"); \ static_assert(offsetof(UPrefabAsset, PrefabPivot) == 0x0000C4, "Member 'UPrefabAsset::PrefabPivot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPrefabVariantAsset \ static_assert(alignof(UPrefabVariantAsset) == 0x000008, "Wrong alignment on UPrefabVariantAsset"); \ static_assert(sizeof(UPrefabVariantAsset) == 0x0000D8, "Wrong size on UPrefabVariantAsset"); \ static_assert(offsetof(UPrefabVariantAsset, Parent) == 0x0000D0, "Member 'UPrefabVariantAsset::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPrefabComponent \ static_assert(alignof(UPrefabComponent) == 0x000010, "Wrong alignment on UPrefabComponent"); \ static_assert(sizeof(UPrefabComponent) == 0x0004D0, "Wrong size on UPrefabComponent"); \ static_assert(offsetof(UPrefabComponent, Prefab) == 0x000458, "Member 'UPrefabComponent::Prefab' has a wrong offset!"); \ static_assert(offsetof(UPrefabComponent, GeneratedBlueprint) == 0x000460, "Member 'UPrefabComponent::GeneratedBlueprint' has a wrong offset!"); \ static_assert(offsetof(UPrefabComponent, PrefabInstancesMap) == 0x000468, "Member 'UPrefabComponent::PrefabInstancesMap' has a wrong offset!"); \ static_assert(offsetof(UPrefabComponent, VariantRulesOverwrite) == 0x0004B8, "Member 'UPrefabComponent::VariantRulesOverwrite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrefabFunctionLibrary_SpawnPrefab \ static_assert(alignof(PrefabFunctionLibrary_SpawnPrefab) == 0x000010, "Wrong alignment on PrefabFunctionLibrary_SpawnPrefab"); \ static_assert(sizeof(PrefabFunctionLibrary_SpawnPrefab) == 0x000070, "Wrong size on PrefabFunctionLibrary_SpawnPrefab"); \ static_assert(offsetof(PrefabFunctionLibrary_SpawnPrefab, WorldContextObject) == 0x000000, "Member 'PrefabFunctionLibrary_SpawnPrefab::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PrefabFunctionLibrary_SpawnPrefab, PrefabAsset) == 0x000008, "Member 'PrefabFunctionLibrary_SpawnPrefab::PrefabAsset' has a wrong offset!"); \ static_assert(offsetof(PrefabFunctionLibrary_SpawnPrefab, SpawnTransform) == 0x000010, "Member 'PrefabFunctionLibrary_SpawnPrefab::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(PrefabFunctionLibrary_SpawnPrefab, OutSpawnPrefabInstances) == 0x000040, "Member 'PrefabFunctionLibrary_SpawnPrefab::OutSpawnPrefabInstances' has a wrong offset!"); \ static_assert(offsetof(PrefabFunctionLibrary_SpawnPrefab, bSpawnInstancesOnly) == 0x000050, "Member 'PrefabFunctionLibrary_SpawnPrefab::bSpawnInstancesOnly' has a wrong offset!"); \ static_assert(offsetof(PrefabFunctionLibrary_SpawnPrefab, CollisionHandlingOverride) == 0x000051, "Member 'PrefabFunctionLibrary_SpawnPrefab::CollisionHandlingOverride' has a wrong offset!"); \ static_assert(offsetof(PrefabFunctionLibrary_SpawnPrefab, Owner) == 0x000058, "Member 'PrefabFunctionLibrary_SpawnPrefab::Owner' has a wrong offset!"); \ static_assert(offsetof(PrefabFunctionLibrary_SpawnPrefab, ReturnValue) == 0x000060, "Member 'PrefabFunctionLibrary_SpawnPrefab::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPrefabFunctionLibrary \ static_assert(alignof(UPrefabFunctionLibrary) == 0x000008, "Wrong alignment on UPrefabFunctionLibrary"); \ static_assert(sizeof(UPrefabFunctionLibrary) == 0x000028, "Wrong size on UPrefabFunctionLibrary"); \ #define DUMPER7_ASSERTS_UPrefabLevelExporter \ static_assert(alignof(UPrefabLevelExporter) == 0x000008, "Wrong alignment on UPrefabLevelExporter"); \ static_assert(sizeof(UPrefabLevelExporter) == 0x000088, "Wrong size on UPrefabLevelExporter"); \ #define DUMPER7_ASSERTS_UPrefabToolSettings \ static_assert(alignof(UPrefabToolSettings) == 0x000008, "Wrong alignment on UPrefabToolSettings"); \ static_assert(sizeof(UPrefabToolSettings) == 0x000100, "Wrong size on UPrefabToolSettings"); \ static_assert(offsetof(UPrefabToolSettings, bReplaceActorsWithCreatedPrefab) == 0x000028, "Member 'UPrefabToolSettings::bReplaceActorsWithCreatedPrefab' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bAutoIncludeAttachedActorsWhenCreateNewPrefab) == 0x000029, "Member 'UPrefabToolSettings::bAutoIncludeAttachedActorsWhenCreateNewPrefab' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bNestedPrefabSupport) == 0x00002A, "Member 'UPrefabToolSettings::bNestedPrefabSupport' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bRestorePrefabActorCollapseStatusAfterPIE) == 0x00002B, "Member 'UPrefabToolSettings::bRestorePrefabActorCollapseStatusAfterPIE' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bCollapseAllPrefabActorsAfterMapOpened) == 0x00002C, "Member 'UPrefabToolSettings::bCollapseAllPrefabActorsAfterMapOpened' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bMoveActorsInWorldAfterSetPrefabPivot) == 0x00002D, "Member 'UPrefabToolSettings::bMoveActorsInWorldAfterSetPrefabPivot' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bDuplicateNoRevertWithOffset) == 0x00002E, "Member 'UPrefabToolSettings::bDuplicateNoRevertWithOffset' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, NewPrefabNamePattern) == 0x000030, "Member 'UPrefabToolSettings::NewPrefabNamePattern' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, UITheme) == 0x000040, "Member 'UPrefabToolSettings::UITheme' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bUpdateAllPrefabActorsWhenOpenMap) == 0x000044, "Member 'UPrefabToolSettings::bUpdateAllPrefabActorsWhenOpenMap' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bCheckPrefabChangeBeforeUpdateAllPrefabActorsWhenOpenMap) == 0x000045, "Member 'UPrefabToolSettings::bCheckPrefabChangeBeforeUpdateAllPrefabActorsWhenOpenMap' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bUpdateAllPrefabActorsWhenApply) == 0x000046, "Member 'UPrefabToolSettings::bUpdateAllPrefabActorsWhenApply' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bApplyToNestedPrefab) == 0x000047, "Member 'UPrefabToolSettings::bApplyToNestedPrefab' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bEnableApplyFromDisconnectedPrefabActor) == 0x000048, "Member 'UPrefabToolSettings::bEnableApplyFromDisconnectedPrefabActor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bTryQuickApplyFirstWhenApply) == 0x000049, "Member 'UPrefabToolSettings::bTryQuickApplyFirstWhenApply' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bAutoAddRemoveVariantActorPrefix) == 0x00004A, "Member 'UPrefabToolSettings::bAutoAddRemoveVariantActorPrefix' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, VariantActorPrefix) == 0x000050, "Member 'UPrefabToolSettings::VariantActorPrefix' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bEnablePrefabComponentVisualizer) == 0x000060, "Member 'UPrefabToolSettings::bEnablePrefabComponentVisualizer' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, PrefabComponentVisualizerType) == 0x000061, "Member 'UPrefabToolSettings::PrefabComponentVisualizerType' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bDisplayPrefabComponentVisualizerEvenNotSelected) == 0x000062, "Member 'UPrefabToolSettings::bDisplayPrefabComponentVisualizerEvenNotSelected' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, PrefabViewVisualizerColor) == 0x000064, "Member 'UPrefabToolSettings::PrefabViewVisualizerColor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, TargetActorColor) == 0x000068, "Member 'UPrefabToolSettings::TargetActorColor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, UnLockedConnectedColor) == 0x00006C, "Member 'UPrefabToolSettings::UnLockedConnectedColor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, LockedConnectedColor) == 0x000070, "Member 'UPrefabToolSettings::LockedConnectedColor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, UnLockedDisConnectedColor) == 0x000074, "Member 'UPrefabToolSettings::UnLockedDisConnectedColor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, LockedDisConnectedColor) == 0x000078, "Member 'UPrefabToolSettings::LockedDisConnectedColor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, UnLockedNoPrefabAssignedColor) == 0x00007C, "Member 'UPrefabToolSettings::UnLockedNoPrefabAssignedColor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, LockedNoPrefabAssignedColor) == 0x000080, "Member 'UPrefabToolSettings::LockedNoPrefabAssignedColor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, PrefabMaterialPath) == 0x000088, "Member 'UPrefabToolSettings::PrefabMaterialPath' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bShadedPrefabViewVisualizer) == 0x0000C8, "Member 'UPrefabToolSettings::bShadedPrefabViewVisualizer' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bLockPrefabSelectionByDefault) == 0x0000C9, "Member 'UPrefabToolSettings::bLockPrefabSelectionByDefault' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bDisableLockPrefabSelectionFeature) == 0x0000CA, "Member 'UPrefabToolSettings::bDisableLockPrefabSelectionFeature' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bForceApplyPerInstanceVertexColor) == 0x0000CB, "Member 'UPrefabToolSettings::bForceApplyPerInstanceVertexColor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bHideChildActorsInPIEIfHiddenInEditor) == 0x0000CC, "Member 'UPrefabToolSettings::bHideChildActorsInPIEIfHiddenInEditor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bCanToggleChildActorVisibilityInPIE) == 0x0000CD, "Member 'UPrefabToolSettings::bCanToggleChildActorVisibilityInPIE' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bIgnoreLayersInPrefab) == 0x0000CF, "Member 'UPrefabToolSettings::bIgnoreLayersInPrefab' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bSupportGenerateBlueprint) == 0x0000D0, "Member 'UPrefabToolSettings::bSupportGenerateBlueprint' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bHarvestComponentsWhenGeneratingBlueprint) == 0x0000D1, "Member 'UPrefabToolSettings::bHarvestComponentsWhenGeneratingBlueprint' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bUseActorNameAsVariableNameWhenGeneratingBlueprint) == 0x0000D2, "Member 'UPrefabToolSettings::bUseActorNameAsVariableNameWhenGeneratingBlueprint' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bForceMobilityToMovableWhenGeneratingBlueprint) == 0x0000D3, "Member 'UPrefabToolSettings::bForceMobilityToMovableWhenGeneratingBlueprint' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, IgnoreActorClassesWhenGeneratingBlueprint) == 0x0000D8, "Member 'UPrefabToolSettings::IgnoreActorClassesWhenGeneratingBlueprint' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, IgnoreActorTagsWhenGeneratingBlueprint) == 0x0000E8, "Member 'UPrefabToolSettings::IgnoreActorTagsWhenGeneratingBlueprint' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bFlashPrefabWindowForTargetPrefabActor) == 0x0000F8, "Member 'UPrefabToolSettings::bFlashPrefabWindowForTargetPrefabActor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bEnablePrefabTextEditor) == 0x0000F9, "Member 'UPrefabToolSettings::bEnablePrefabTextEditor' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bDebugMode) == 0x0000FA, "Member 'UPrefabToolSettings::bDebugMode' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bDisableThumbnailRender) == 0x0000FB, "Member 'UPrefabToolSettings::bDisableThumbnailRender' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bShowPrefabInstanceTagInPrefabToolWindow) == 0x0000FC, "Member 'UPrefabToolSettings::bShowPrefabInstanceTagInPrefabToolWindow' has a wrong offset!"); \ static_assert(offsetof(UPrefabToolSettings, bSkipActorReferenceReplacement) == 0x0000FD, "Member 'UPrefabToolSettings::bSkipActorReferenceReplacement' has a wrong offset!"); \ #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_UHandlerComponentFactory \ static_assert(alignof(UHandlerComponentFactory) == 0x000008, "Wrong alignment on UHandlerComponentFactory"); \ static_assert(sizeof(UHandlerComponentFactory) == 0x000028, "Wrong size on UHandlerComponentFactory"); \ #define DUMPER7_ASSERTS_UBP_NQF_Zurg_C \ static_assert(alignof(UBP_NQF_Zurg_C) == 0x000008, "Wrong alignment on UBP_NQF_Zurg_C"); \ static_assert(sizeof(UBP_NQF_Zurg_C) == 0x000048, "Wrong size on UBP_NQF_Zurg_C"); \ #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_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_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_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_FInAppPurchaseReceiptInfo \ static_assert(alignof(FInAppPurchaseReceiptInfo) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo"); \ static_assert(sizeof(FInAppPurchaseReceiptInfo) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo::ItemId' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo::ValidationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseRestoreInfo2 \ static_assert(alignof(FInAppPurchaseRestoreInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo2"); \ static_assert(sizeof(FInAppPurchaseRestoreInfo2) == 0x000030, "Wrong size on FInAppPurchaseRestoreInfo2"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseRestoreInfo2::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseRestoreInfo2::ItemId' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseRestoreInfo2::ValidationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_ConnectionCallbackProxy_ConnectToService \ static_assert(alignof(ConnectionCallbackProxy_ConnectToService) == 0x000008, "Wrong alignment on ConnectionCallbackProxy_ConnectToService"); \ static_assert(sizeof(ConnectionCallbackProxy_ConnectToService) == 0x000018, "Wrong size on ConnectionCallbackProxy_ConnectToService"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, WorldContextObject) == 0x000000, "Member 'ConnectionCallbackProxy_ConnectToService::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, PlayerController) == 0x000008, "Member 'ConnectionCallbackProxy_ConnectToService::PlayerController' has a wrong offset!"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, ReturnValue) == 0x000010, "Member 'ConnectionCallbackProxy_ConnectToService::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConnectionCallbackProxy \ static_assert(alignof(UConnectionCallbackProxy) == 0x000008, "Wrong alignment on UConnectionCallbackProxy"); \ static_assert(sizeof(UConnectionCallbackProxy) == 0x000078, "Wrong size on UConnectionCallbackProxy"); \ static_assert(offsetof(UConnectionCallbackProxy, OnSuccess) == 0x000030, "Member 'UConnectionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UConnectionCallbackProxy, OnFailure) == 0x000040, "Member 'UConnectionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreateSessionCallbackProxy_CreateSession \ static_assert(alignof(CreateSessionCallbackProxy_CreateSession) == 0x000008, "Wrong alignment on CreateSessionCallbackProxy_CreateSession"); \ static_assert(sizeof(CreateSessionCallbackProxy_CreateSession) == 0x000020, "Wrong size on CreateSessionCallbackProxy_CreateSession"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, WorldContextObject) == 0x000000, "Member 'CreateSessionCallbackProxy_CreateSession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PlayerController) == 0x000008, "Member 'CreateSessionCallbackProxy_CreateSession::PlayerController' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PublicConnections) == 0x000010, "Member 'CreateSessionCallbackProxy_CreateSession::PublicConnections' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, bUseLAN) == 0x000014, "Member 'CreateSessionCallbackProxy_CreateSession::bUseLAN' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, ReturnValue) == 0x000018, "Member 'CreateSessionCallbackProxy_CreateSession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreateSessionCallbackProxy \ static_assert(alignof(UCreateSessionCallbackProxy) == 0x000008, "Wrong alignment on UCreateSessionCallbackProxy"); \ static_assert(sizeof(UCreateSessionCallbackProxy) == 0x000098, "Wrong size on UCreateSessionCallbackProxy"); \ static_assert(offsetof(UCreateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UCreateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UCreateSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UCreateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DestroySessionCallbackProxy_DestroySession \ static_assert(alignof(DestroySessionCallbackProxy_DestroySession) == 0x000008, "Wrong alignment on DestroySessionCallbackProxy_DestroySession"); \ static_assert(sizeof(DestroySessionCallbackProxy_DestroySession) == 0x000018, "Wrong size on DestroySessionCallbackProxy_DestroySession"); \ static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, WorldContextObject) == 0x000000, "Member 'DestroySessionCallbackProxy_DestroySession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, PlayerController) == 0x000008, "Member 'DestroySessionCallbackProxy_DestroySession::PlayerController' has a wrong offset!"); \ static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, ReturnValue) == 0x000010, "Member 'DestroySessionCallbackProxy_DestroySession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDestroySessionCallbackProxy \ static_assert(alignof(UDestroySessionCallbackProxy) == 0x000008, "Wrong alignment on UDestroySessionCallbackProxy"); \ static_assert(sizeof(UDestroySessionCallbackProxy) == 0x000078, "Wrong size on UDestroySessionCallbackProxy"); \ static_assert(offsetof(UDestroySessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UDestroySessionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UDestroySessionCallbackProxy, OnFailure) == 0x000040, "Member 'UDestroySessionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EndMatchCallbackProxy_EndMatch \ static_assert(alignof(EndMatchCallbackProxy_EndMatch) == 0x000008, "Wrong alignment on EndMatchCallbackProxy_EndMatch"); \ static_assert(sizeof(EndMatchCallbackProxy_EndMatch) == 0x000040, "Wrong size on EndMatchCallbackProxy_EndMatch"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, WorldContextObject) == 0x000000, "Member 'EndMatchCallbackProxy_EndMatch::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, PlayerController) == 0x000008, "Member 'EndMatchCallbackProxy_EndMatch::PlayerController' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchActor) == 0x000010, "Member 'EndMatchCallbackProxy_EndMatch::MatchActor' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchID) == 0x000020, "Member 'EndMatchCallbackProxy_EndMatch::MatchID' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, LocalPlayerOutcome) == 0x000030, "Member 'EndMatchCallbackProxy_EndMatch::LocalPlayerOutcome' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, OtherPlayersOutcome) == 0x000031, "Member 'EndMatchCallbackProxy_EndMatch::OtherPlayersOutcome' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, ReturnValue) == 0x000038, "Member 'EndMatchCallbackProxy_EndMatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEndMatchCallbackProxy \ static_assert(alignof(UEndMatchCallbackProxy) == 0x000008, "Wrong alignment on UEndMatchCallbackProxy"); \ static_assert(sizeof(UEndMatchCallbackProxy) == 0x000080, "Wrong size on UEndMatchCallbackProxy"); \ static_assert(offsetof(UEndMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UEndMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UEndMatchCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x000258, "Wrong size on AOnlineBeacon"); \ static_assert(offsetof(AOnlineBeacon, BeaconConnectionInitialTimeout) == 0x000230, "Member 'AOnlineBeacon::BeaconConnectionInitialTimeout' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeacon, BeaconConnectionTimeout) == 0x000234, "Member 'AOnlineBeacon::BeaconConnectionTimeout' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeacon, NetDriver) == 0x000238, "Member 'AOnlineBeacon::NetDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconClient \ static_assert(alignof(AOnlineBeaconClient) == 0x000008, "Wrong alignment on AOnlineBeaconClient"); \ static_assert(sizeof(AOnlineBeaconClient) == 0x0002B8, "Wrong size on AOnlineBeaconClient"); \ static_assert(offsetof(AOnlineBeaconClient, BeaconOwner) == 0x000258, "Member 'AOnlineBeaconClient::BeaconOwner' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconClient, BeaconConnection) == 0x000260, "Member 'AOnlineBeaconClient::BeaconConnection' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconClient, ConnectionState) == 0x000268, "Member 'AOnlineBeaconClient::ConnectionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconHost \ static_assert(alignof(AOnlineBeaconHost) == 0x000008, "Wrong alignment on AOnlineBeaconHost"); \ static_assert(sizeof(AOnlineBeaconHost) == 0x000310, "Wrong size on AOnlineBeaconHost"); \ static_assert(offsetof(AOnlineBeaconHost, ListenPort) == 0x000258, "Member 'AOnlineBeaconHost::ListenPort' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHost, ClientActors) == 0x000260, "Member 'AOnlineBeaconHost::ClientActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconHostObject \ static_assert(alignof(AOnlineBeaconHostObject) == 0x000008, "Wrong alignment on AOnlineBeaconHostObject"); \ static_assert(sizeof(AOnlineBeaconHostObject) == 0x000250, "Wrong size on AOnlineBeaconHostObject"); \ static_assert(offsetof(AOnlineBeaconHostObject, BeaconTypeName) == 0x000228, "Member 'AOnlineBeaconHostObject::BeaconTypeName' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHostObject, ClientBeaconActorClass) == 0x000238, "Member 'AOnlineBeaconHostObject::ClientBeaconActorClass' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHostObject, ClientActors) == 0x000240, "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) == 0x000378, "Wrong size on APartyBeaconClient"); \ static_assert(offsetof(APartyBeaconClient, DestSessionId) == 0x0002E8, "Member 'APartyBeaconClient::DestSessionId' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, PendingReservation) == 0x0002F8, "Member 'APartyBeaconClient::PendingReservation' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, RequestType) == 0x000348, "Member 'APartyBeaconClient::RequestType' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, bPendingReservationSent) == 0x000349, "Member 'APartyBeaconClient::bPendingReservationSent' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, bCancelReservation) == 0x00034A, "Member 'APartyBeaconClient::bCancelReservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APartyBeaconHost \ static_assert(alignof(APartyBeaconHost) == 0x000008, "Wrong alignment on APartyBeaconHost"); \ static_assert(sizeof(APartyBeaconHost) == 0x0002C8, "Wrong size on APartyBeaconHost"); \ static_assert(offsetof(APartyBeaconHost, State) == 0x000250, "Member 'APartyBeaconHost::State' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, bLogoutOnSessionTimeout) == 0x0002B8, "Member 'APartyBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, SessionTimeoutSecs) == 0x0002BC, "Member 'APartyBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, TravelSessionTimeoutSecs) == 0x0002C0, "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) == 0x0003A0, "Wrong size on ASpectatorBeaconClient"); \ static_assert(offsetof(ASpectatorBeaconClient, DestSessionId) == 0x0002E8, "Member 'ASpectatorBeaconClient::DestSessionId' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, PendingReservation) == 0x0002F8, "Member 'ASpectatorBeaconClient::PendingReservation' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, RequestType) == 0x000370, "Member 'ASpectatorBeaconClient::RequestType' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, bPendingReservationSent) == 0x000371, "Member 'ASpectatorBeaconClient::bPendingReservationSent' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, bCancelReservation) == 0x000372, "Member 'ASpectatorBeaconClient::bCancelReservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpectatorBeaconHost \ static_assert(alignof(ASpectatorBeaconHost) == 0x000008, "Wrong alignment on ASpectatorBeaconHost"); \ static_assert(sizeof(ASpectatorBeaconHost) == 0x0002C8, "Wrong size on ASpectatorBeaconHost"); \ static_assert(offsetof(ASpectatorBeaconHost, State) == 0x000250, "Member 'ASpectatorBeaconHost::State' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, bLogoutOnSessionTimeout) == 0x0002B8, "Member 'ASpectatorBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, SessionTimeoutSecs) == 0x0002BC, "Member 'ASpectatorBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, TravelSessionTimeoutSecs) == 0x0002C0, "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) == 0x0002B8, "Wrong size on ATestBeaconClient"); \ #define DUMPER7_ASSERTS_ATestBeaconHost \ static_assert(alignof(ATestBeaconHost) == 0x000008, "Wrong alignment on ATestBeaconHost"); \ static_assert(sizeof(ATestBeaconHost) == 0x000250, "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_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_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_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_FRegisteredDeviceInfo \ static_assert(alignof(FRegisteredDeviceInfo) == 0x000008, "Wrong alignment on FRegisteredDeviceInfo"); \ static_assert(sizeof(FRegisteredDeviceInfo) == 0x000020, "Wrong size on FRegisteredDeviceInfo"); \ static_assert(offsetof(FRegisteredDeviceInfo, Handle) == 0x000000, "Member 'FRegisteredDeviceInfo::Handle' has a wrong offset!"); \ static_assert(offsetof(FRegisteredDeviceInfo, VendorID) == 0x000004, "Member 'FRegisteredDeviceInfo::VendorID' has a wrong offset!"); \ static_assert(offsetof(FRegisteredDeviceInfo, ProductID) == 0x000008, "Member 'FRegisteredDeviceInfo::ProductID' has a wrong offset!"); \ static_assert(offsetof(FRegisteredDeviceInfo, DeviceName) == 0x000010, "Member 'FRegisteredDeviceInfo::DeviceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRawInputDeviceAxisProperties \ static_assert(alignof(FRawInputDeviceAxisProperties) == 0x000008, "Wrong alignment on FRawInputDeviceAxisProperties"); \ static_assert(sizeof(FRawInputDeviceAxisProperties) == 0x000028, "Wrong size on FRawInputDeviceAxisProperties"); \ static_assert(offsetof(FRawInputDeviceAxisProperties, Key) == 0x000008, "Member 'FRawInputDeviceAxisProperties::Key' has a wrong offset!"); \ static_assert(offsetof(FRawInputDeviceAxisProperties, Offset) == 0x000024, "Member 'FRawInputDeviceAxisProperties::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRawInputDeviceButtonProperties \ static_assert(alignof(FRawInputDeviceButtonProperties) == 0x000008, "Wrong alignment on FRawInputDeviceButtonProperties"); \ static_assert(sizeof(FRawInputDeviceButtonProperties) == 0x000020, "Wrong size on FRawInputDeviceButtonProperties"); \ static_assert(offsetof(FRawInputDeviceButtonProperties, Key) == 0x000008, "Member 'FRawInputDeviceButtonProperties::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRawInputDeviceConfiguration \ static_assert(alignof(FRawInputDeviceConfiguration) == 0x000008, "Wrong alignment on FRawInputDeviceConfiguration"); \ static_assert(sizeof(FRawInputDeviceConfiguration) == 0x000040, "Wrong size on FRawInputDeviceConfiguration"); \ static_assert(offsetof(FRawInputDeviceConfiguration, VendorID) == 0x000000, "Member 'FRawInputDeviceConfiguration::VendorID' has a wrong offset!"); \ static_assert(offsetof(FRawInputDeviceConfiguration, ProductID) == 0x000010, "Member 'FRawInputDeviceConfiguration::ProductID' has a wrong offset!"); \ static_assert(offsetof(FRawInputDeviceConfiguration, AxisProperties) == 0x000020, "Member 'FRawInputDeviceConfiguration::AxisProperties' has a wrong offset!"); \ static_assert(offsetof(FRawInputDeviceConfiguration, ButtonProperties) == 0x000030, "Member 'FRawInputDeviceConfiguration::ButtonProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RawInputFunctionLibrary_GetRegisteredDevices \ static_assert(alignof(RawInputFunctionLibrary_GetRegisteredDevices) == 0x000008, "Wrong alignment on RawInputFunctionLibrary_GetRegisteredDevices"); \ static_assert(sizeof(RawInputFunctionLibrary_GetRegisteredDevices) == 0x000010, "Wrong size on RawInputFunctionLibrary_GetRegisteredDevices"); \ static_assert(offsetof(RawInputFunctionLibrary_GetRegisteredDevices, ReturnValue) == 0x000000, "Member 'RawInputFunctionLibrary_GetRegisteredDevices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URawInputFunctionLibrary \ static_assert(alignof(URawInputFunctionLibrary) == 0x000008, "Wrong alignment on URawInputFunctionLibrary"); \ static_assert(sizeof(URawInputFunctionLibrary) == 0x000028, "Wrong size on URawInputFunctionLibrary"); \ #define DUMPER7_ASSERTS_URawInputSettings \ static_assert(alignof(URawInputSettings) == 0x000008, "Wrong alignment on URawInputSettings"); \ static_assert(sizeof(URawInputSettings) == 0x000050, "Wrong size on URawInputSettings"); \ static_assert(offsetof(URawInputSettings, DeviceConfigurations) == 0x000038, "Member 'URawInputSettings::DeviceConfigurations' has a wrong offset!"); \ static_assert(offsetof(URawInputSettings, bRegisterDefaultDevice) == 0x000048, "Member 'URawInputSettings::bRegisterDefaultDevice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkFunctionLibrary_BinkLoadingMovie_GetDuration \ static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ static_assert(offsetof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration, ReturnValue) == 0x000000, "Member 'BinkFunctionLibrary_BinkLoadingMovie_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkFunctionLibrary_BinkLoadingMovie_GetTime \ static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetTime) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetTime"); \ static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetTime) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetTime"); \ static_assert(offsetof(BinkFunctionLibrary_BinkLoadingMovie_GetTime, ReturnValue) == 0x000000, "Member 'BinkFunctionLibrary_BinkLoadingMovie_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBinkFunctionLibrary \ static_assert(alignof(UBinkFunctionLibrary) == 0x000008, "Wrong alignment on UBinkFunctionLibrary"); \ static_assert(sizeof(UBinkFunctionLibrary) == 0x000028, "Wrong size on UBinkFunctionLibrary"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_Draw \ static_assert(alignof(BinkMediaPlayer_Draw) == 0x000008, "Wrong alignment on BinkMediaPlayer_Draw"); \ static_assert(sizeof(BinkMediaPlayer_Draw) == 0x000018, "Wrong size on BinkMediaPlayer_Draw"); \ static_assert(offsetof(BinkMediaPlayer_Draw, Texture) == 0x000000, "Member 'BinkMediaPlayer_Draw::Texture' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Draw, tonemap) == 0x000008, "Member 'BinkMediaPlayer_Draw::tonemap' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Draw, out_nits) == 0x00000C, "Member 'BinkMediaPlayer_Draw::out_nits' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Draw, Alpha) == 0x000010, "Member 'BinkMediaPlayer_Draw::Alpha' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Draw, srgb_decode) == 0x000014, "Member 'BinkMediaPlayer_Draw::srgb_decode' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Draw, hdr) == 0x000015, "Member 'BinkMediaPlayer_Draw::hdr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_OpenUrl \ static_assert(alignof(BinkMediaPlayer_OpenUrl) == 0x000008, "Wrong alignment on BinkMediaPlayer_OpenUrl"); \ static_assert(sizeof(BinkMediaPlayer_OpenUrl) == 0x000018, "Wrong size on BinkMediaPlayer_OpenUrl"); \ static_assert(offsetof(BinkMediaPlayer_OpenUrl, NewUrl) == 0x000000, "Member 'BinkMediaPlayer_OpenUrl::NewUrl' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_OpenUrl, ReturnValue) == 0x000010, "Member 'BinkMediaPlayer_OpenUrl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_Pause \ static_assert(alignof(BinkMediaPlayer_Pause) == 0x000001, "Wrong alignment on BinkMediaPlayer_Pause"); \ static_assert(sizeof(BinkMediaPlayer_Pause) == 0x000001, "Wrong size on BinkMediaPlayer_Pause"); \ static_assert(offsetof(BinkMediaPlayer_Pause, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Pause::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_Play \ static_assert(alignof(BinkMediaPlayer_Play) == 0x000001, "Wrong alignment on BinkMediaPlayer_Play"); \ static_assert(sizeof(BinkMediaPlayer_Play) == 0x000001, "Wrong size on BinkMediaPlayer_Play"); \ static_assert(offsetof(BinkMediaPlayer_Play, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Play::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_Rewind \ static_assert(alignof(BinkMediaPlayer_Rewind) == 0x000001, "Wrong alignment on BinkMediaPlayer_Rewind"); \ static_assert(sizeof(BinkMediaPlayer_Rewind) == 0x000001, "Wrong size on BinkMediaPlayer_Rewind"); \ static_assert(offsetof(BinkMediaPlayer_Rewind, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Rewind::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_Seek \ static_assert(alignof(BinkMediaPlayer_Seek) == 0x000008, "Wrong alignment on BinkMediaPlayer_Seek"); \ static_assert(sizeof(BinkMediaPlayer_Seek) == 0x000010, "Wrong size on BinkMediaPlayer_Seek"); \ static_assert(offsetof(BinkMediaPlayer_Seek, InTime) == 0x000000, "Member 'BinkMediaPlayer_Seek::InTime' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Seek, ReturnValue) == 0x000008, "Member 'BinkMediaPlayer_Seek::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SetLooping \ static_assert(alignof(BinkMediaPlayer_SetLooping) == 0x000001, "Wrong alignment on BinkMediaPlayer_SetLooping"); \ static_assert(sizeof(BinkMediaPlayer_SetLooping) == 0x000002, "Wrong size on BinkMediaPlayer_SetLooping"); \ static_assert(offsetof(BinkMediaPlayer_SetLooping, InLooping) == 0x000000, "Member 'BinkMediaPlayer_SetLooping::InLooping' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_SetLooping, ReturnValue) == 0x000001, "Member 'BinkMediaPlayer_SetLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SetRate \ static_assert(alignof(BinkMediaPlayer_SetRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_SetRate"); \ static_assert(sizeof(BinkMediaPlayer_SetRate) == 0x000008, "Wrong size on BinkMediaPlayer_SetRate"); \ static_assert(offsetof(BinkMediaPlayer_SetRate, Rate) == 0x000000, "Member 'BinkMediaPlayer_SetRate::Rate' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_SetRate, ReturnValue) == 0x000004, "Member 'BinkMediaPlayer_SetRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SetVolume \ static_assert(alignof(BinkMediaPlayer_SetVolume) == 0x000004, "Wrong alignment on BinkMediaPlayer_SetVolume"); \ static_assert(sizeof(BinkMediaPlayer_SetVolume) == 0x000004, "Wrong size on BinkMediaPlayer_SetVolume"); \ static_assert(offsetof(BinkMediaPlayer_SetVolume, Rate) == 0x000000, "Member 'BinkMediaPlayer_SetVolume::Rate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_CanPause \ static_assert(alignof(BinkMediaPlayer_CanPause) == 0x000001, "Wrong alignment on BinkMediaPlayer_CanPause"); \ static_assert(sizeof(BinkMediaPlayer_CanPause) == 0x000001, "Wrong size on BinkMediaPlayer_CanPause"); \ static_assert(offsetof(BinkMediaPlayer_CanPause, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_CanPause::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_CanPlay \ static_assert(alignof(BinkMediaPlayer_CanPlay) == 0x000001, "Wrong alignment on BinkMediaPlayer_CanPlay"); \ static_assert(sizeof(BinkMediaPlayer_CanPlay) == 0x000001, "Wrong size on BinkMediaPlayer_CanPlay"); \ static_assert(offsetof(BinkMediaPlayer_CanPlay, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_CanPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_GetDuration \ static_assert(alignof(BinkMediaPlayer_GetDuration) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetDuration"); \ static_assert(sizeof(BinkMediaPlayer_GetDuration) == 0x000008, "Wrong size on BinkMediaPlayer_GetDuration"); \ static_assert(offsetof(BinkMediaPlayer_GetDuration, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_GetRate \ static_assert(alignof(BinkMediaPlayer_GetRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_GetRate"); \ static_assert(sizeof(BinkMediaPlayer_GetRate) == 0x000004, "Wrong size on BinkMediaPlayer_GetRate"); \ static_assert(offsetof(BinkMediaPlayer_GetRate, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_GetTime \ static_assert(alignof(BinkMediaPlayer_GetTime) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetTime"); \ static_assert(sizeof(BinkMediaPlayer_GetTime) == 0x000008, "Wrong size on BinkMediaPlayer_GetTime"); \ static_assert(offsetof(BinkMediaPlayer_GetTime, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_GetUrl \ static_assert(alignof(BinkMediaPlayer_GetUrl) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetUrl"); \ static_assert(sizeof(BinkMediaPlayer_GetUrl) == 0x000010, "Wrong size on BinkMediaPlayer_GetUrl"); \ static_assert(offsetof(BinkMediaPlayer_GetUrl, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetUrl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_IsInitialized \ static_assert(alignof(BinkMediaPlayer_IsInitialized) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsInitialized"); \ static_assert(sizeof(BinkMediaPlayer_IsInitialized) == 0x000001, "Wrong size on BinkMediaPlayer_IsInitialized"); \ static_assert(offsetof(BinkMediaPlayer_IsInitialized, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_IsLooping \ static_assert(alignof(BinkMediaPlayer_IsLooping) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsLooping"); \ static_assert(sizeof(BinkMediaPlayer_IsLooping) == 0x000001, "Wrong size on BinkMediaPlayer_IsLooping"); \ static_assert(offsetof(BinkMediaPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_IsPaused \ static_assert(alignof(BinkMediaPlayer_IsPaused) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsPaused"); \ static_assert(sizeof(BinkMediaPlayer_IsPaused) == 0x000001, "Wrong size on BinkMediaPlayer_IsPaused"); \ static_assert(offsetof(BinkMediaPlayer_IsPaused, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_IsPlaying \ static_assert(alignof(BinkMediaPlayer_IsPlaying) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsPlaying"); \ static_assert(sizeof(BinkMediaPlayer_IsPlaying) == 0x000001, "Wrong size on BinkMediaPlayer_IsPlaying"); \ static_assert(offsetof(BinkMediaPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_IsStopped \ static_assert(alignof(BinkMediaPlayer_IsStopped) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsStopped"); \ static_assert(sizeof(BinkMediaPlayer_IsStopped) == 0x000001, "Wrong size on BinkMediaPlayer_IsStopped"); \ static_assert(offsetof(BinkMediaPlayer_IsStopped, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsStopped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsRate \ static_assert(alignof(BinkMediaPlayer_SupportsRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_SupportsRate"); \ static_assert(sizeof(BinkMediaPlayer_SupportsRate) == 0x000008, "Wrong size on BinkMediaPlayer_SupportsRate"); \ static_assert(offsetof(BinkMediaPlayer_SupportsRate, Rate) == 0x000000, "Member 'BinkMediaPlayer_SupportsRate::Rate' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_SupportsRate, Unthinned) == 0x000004, "Member 'BinkMediaPlayer_SupportsRate::Unthinned' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_SupportsRate, ReturnValue) == 0x000005, "Member 'BinkMediaPlayer_SupportsRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsScrubbing \ static_assert(alignof(BinkMediaPlayer_SupportsScrubbing) == 0x000001, "Wrong alignment on BinkMediaPlayer_SupportsScrubbing"); \ static_assert(sizeof(BinkMediaPlayer_SupportsScrubbing) == 0x000001, "Wrong size on BinkMediaPlayer_SupportsScrubbing"); \ static_assert(offsetof(BinkMediaPlayer_SupportsScrubbing, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_SupportsScrubbing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsSeeking \ static_assert(alignof(BinkMediaPlayer_SupportsSeeking) == 0x000001, "Wrong alignment on BinkMediaPlayer_SupportsSeeking"); \ static_assert(sizeof(BinkMediaPlayer_SupportsSeeking) == 0x000001, "Wrong size on BinkMediaPlayer_SupportsSeeking"); \ static_assert(offsetof(BinkMediaPlayer_SupportsSeeking, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_SupportsSeeking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBinkMediaPlayer \ static_assert(alignof(UBinkMediaPlayer) == 0x000008, "Wrong alignment on UBinkMediaPlayer"); \ static_assert(sizeof(UBinkMediaPlayer) == 0x0000F8, "Wrong size on UBinkMediaPlayer"); \ static_assert(offsetof(UBinkMediaPlayer, OnMediaClosed) == 0x000030, "Member 'UBinkMediaPlayer::OnMediaClosed' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, OnMediaOpened) == 0x000040, "Member 'UBinkMediaPlayer::OnMediaOpened' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, OnMediaReachedEnd) == 0x000050, "Member 'UBinkMediaPlayer::OnMediaReachedEnd' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, OnPlaybackSuspended) == 0x000060, "Member 'UBinkMediaPlayer::OnPlaybackSuspended' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkDestinationUpperLeft) == 0x000074, "Member 'UBinkMediaPlayer::BinkDestinationUpperLeft' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkDestinationLowerRight) == 0x00007C, "Member 'UBinkMediaPlayer::BinkDestinationLowerRight' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, URL) == 0x000088, "Member 'UBinkMediaPlayer::URL' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkBufferMode) == 0x000098, "Member 'UBinkMediaPlayer::BinkBufferMode' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkSoundTrack) == 0x000099, "Member 'UBinkMediaPlayer::BinkSoundTrack' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkSoundTrackStart) == 0x00009C, "Member 'UBinkMediaPlayer::BinkSoundTrackStart' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkDrawStyle) == 0x0000A0, "Member 'UBinkMediaPlayer::BinkDrawStyle' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkLayerDepth) == 0x0000A4, "Member 'UBinkMediaPlayer::BinkLayerDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaTexture_SetMediaPlayer \ static_assert(alignof(BinkMediaTexture_SetMediaPlayer) == 0x000008, "Wrong alignment on BinkMediaTexture_SetMediaPlayer"); \ static_assert(sizeof(BinkMediaTexture_SetMediaPlayer) == 0x000008, "Wrong size on BinkMediaTexture_SetMediaPlayer"); \ static_assert(offsetof(BinkMediaTexture_SetMediaPlayer, InMediaPlayer) == 0x000000, "Member 'BinkMediaTexture_SetMediaPlayer::InMediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBinkMediaTexture \ static_assert(alignof(UBinkMediaTexture) == 0x000010, "Wrong alignment on UBinkMediaTexture"); \ static_assert(sizeof(UBinkMediaTexture) == 0x0001B0, "Wrong size on UBinkMediaTexture"); \ static_assert(offsetof(UBinkMediaTexture, AddressX) == 0x000178, "Member 'UBinkMediaTexture::AddressX' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, AddressY) == 0x000179, "Member 'UBinkMediaTexture::AddressY' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, MediaPlayer) == 0x000180, "Member 'UBinkMediaTexture::MediaPlayer' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, PixelFormat) == 0x000188, "Member 'UBinkMediaTexture::PixelFormat' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, tonemap) == 0x000189, "Member 'UBinkMediaTexture::tonemap' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, OutputNits) == 0x00018C, "Member 'UBinkMediaTexture::OutputNits' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, Alpha) == 0x000190, "Member 'UBinkMediaTexture::Alpha' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, DecodeSRGB) == 0x000194, "Member 'UBinkMediaTexture::DecodeSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBinkMoviePlayerSettings \ static_assert(alignof(UBinkMoviePlayerSettings) == 0x000008, "Wrong alignment on UBinkMoviePlayerSettings"); \ static_assert(sizeof(UBinkMoviePlayerSettings) == 0x000048, "Wrong size on UBinkMoviePlayerSettings"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkBufferMode) == 0x000028, "Member 'UBinkMoviePlayerSettings::BinkBufferMode' has a wrong offset!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkSoundTrack) == 0x000029, "Member 'UBinkMoviePlayerSettings::BinkSoundTrack' has a wrong offset!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkSoundTrackStart) == 0x00002C, "Member 'UBinkMoviePlayerSettings::BinkSoundTrackStart' has a wrong offset!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkDestinationUpperLeft) == 0x000030, "Member 'UBinkMoviePlayerSettings::BinkDestinationUpperLeft' has a wrong offset!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkDestinationLowerRight) == 0x000038, "Member 'UBinkMoviePlayerSettings::BinkDestinationLowerRight' has a wrong offset!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkPixelFormat) == 0x000040, "Member 'UBinkMoviePlayerSettings::BinkPixelFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_U__Delegates__UBP_HKSessionSaveData_C__pf982286738 \ static_assert(alignof(U__Delegates__UBP_HKSessionSaveData_C__pf982286738) == 0x000008, "Wrong alignment on U__Delegates__UBP_HKSessionSaveData_C__pf982286738"); \ static_assert(sizeof(U__Delegates__UBP_HKSessionSaveData_C__pf982286738) == 0x000028, "Wrong size on U__Delegates__UBP_HKSessionSaveData_C__pf982286738"); \ #define DUMPER7_ASSERTS_U__Delegates__UCOMP_CatScratchableComponent_C__pf753797727 \ static_assert(alignof(U__Delegates__UCOMP_CatScratchableComponent_C__pf753797727) == 0x000008, "Wrong alignment on U__Delegates__UCOMP_CatScratchableComponent_C__pf753797727"); \ static_assert(sizeof(U__Delegates__UCOMP_CatScratchableComponent_C__pf753797727) == 0x000028, "Wrong size on U__Delegates__UCOMP_CatScratchableComponent_C__pf753797727"); \ #define DUMPER7_ASSERTS_U__Delegates__UCOMP_Voice_C__pf269380078 \ static_assert(alignof(U__Delegates__UCOMP_Voice_C__pf269380078) == 0x000008, "Wrong alignment on U__Delegates__UCOMP_Voice_C__pf269380078"); \ static_assert(sizeof(U__Delegates__UCOMP_Voice_C__pf269380078) == 0x000028, "Wrong size on U__Delegates__UCOMP_Voice_C__pf269380078"); \ #define DUMPER7_ASSERTS_BP_props_base_C_ExecuteUbergraph_BP_props_base \ static_assert(alignof(BP_props_base_C_ExecuteUbergraph_BP_props_base) == 0x000008, "Wrong alignment on BP_props_base_C_ExecuteUbergraph_BP_props_base"); \ static_assert(sizeof(BP_props_base_C_ExecuteUbergraph_BP_props_base) == 0x000108, "Wrong size on BP_props_base_C_ExecuteUbergraph_BP_props_base"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, EntryPoint) == 0x000000, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000004, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, Temp_bool_Has_Been_Initd_Variable) == 0x000006, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, Temp_bool_Has_Been_Initd_Variable_1) == 0x000007, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_Event_MyComp) == 0x000008, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_Event_MyComp' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_Event_Other) == 0x000010, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_Event_Other' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_Event_OtherComp) == 0x000018, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_Event_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_Event_bSelfMoved) == 0x000020, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_Event_bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_Event_HitLocation) == 0x000024, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_Event_HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_Event_HitNormal) == 0x000030, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_Event_HitNormal' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_Event_NormalImpulse) == 0x00003C, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_Event_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_Event_Hit) == 0x000048, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave) == 0x0000D0, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, Temp_bool_IsClosed_Variable_1) == 0x0000D9, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, CallFunc_IsValid_ReturnValue) == 0x0000DA, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000DC, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, Temp_bool_Has_Been_Initd_Variable_2) == 0x0000E8, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, K2Node_ComponentBoundEvent__physicsEventsComponent) == 0x0000F0, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::K2Node_ComponentBoundEvent__physicsEventsComponent' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, Temp_bool_IsClosed_Variable_2) == 0x0000F8, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ExecuteUbergraph_BP_props_base, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000100, "Member 'BP_props_base_C_ExecuteUbergraph_BP_props_base::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_props_base_C_BndEvt__BP_props_base_COMP_PhysicsAudioComponent_K2Node_ComponentBoundEvent_1_SurfaceMovingDelegate__DelegateSignature \ static_assert(alignof(BP_props_base_C_BndEvt__BP_props_base_COMP_PhysicsAudioComponent_K2Node_ComponentBoundEvent_1_SurfaceMovingDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_props_base_C_BndEvt__BP_props_base_COMP_PhysicsAudioComponent_K2Node_ComponentBoundEvent_1_SurfaceMovingDelegate__DelegateSignature"); \ static_assert(sizeof(BP_props_base_C_BndEvt__BP_props_base_COMP_PhysicsAudioComponent_K2Node_ComponentBoundEvent_1_SurfaceMovingDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_props_base_C_BndEvt__BP_props_base_COMP_PhysicsAudioComponent_K2Node_ComponentBoundEvent_1_SurfaceMovingDelegate__DelegateSignature"); \ static_assert(offsetof(BP_props_base_C_BndEvt__BP_props_base_COMP_PhysicsAudioComponent_K2Node_ComponentBoundEvent_1_SurfaceMovingDelegate__DelegateSignature, _physicsEventsComponent) == 0x000000, "Member 'BP_props_base_C_BndEvt__BP_props_base_COMP_PhysicsAudioComponent_K2Node_ComponentBoundEvent_1_SurfaceMovingDelegate__DelegateSignature::_physicsEventsComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_props_base_C_ReceiveHit \ static_assert(alignof(BP_props_base_C_ReceiveHit) == 0x000008, "Wrong alignment on BP_props_base_C_ReceiveHit"); \ static_assert(sizeof(BP_props_base_C_ReceiveHit) == 0x0000C8, "Wrong size on BP_props_base_C_ReceiveHit"); \ static_assert(offsetof(BP_props_base_C_ReceiveHit, MyComp) == 0x000000, "Member 'BP_props_base_C_ReceiveHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ReceiveHit, Other) == 0x000008, "Member 'BP_props_base_C_ReceiveHit::Other' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ReceiveHit, OtherComp) == 0x000010, "Member 'BP_props_base_C_ReceiveHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'BP_props_base_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'BP_props_base_C_ReceiveHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ReceiveHit, HitNormal) == 0x000028, "Member 'BP_props_base_C_ReceiveHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'BP_props_base_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_props_base_C_ReceiveHit, Hit) == 0x000040, "Member 'BP_props_base_C_ReceiveHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_props_base_C \ static_assert(alignof(ABP_props_base_C) == 0x000008, "Wrong alignment on ABP_props_base_C"); \ static_assert(sizeof(ABP_props_base_C) == 0x000270, "Wrong size on ABP_props_base_C"); \ static_assert(offsetof(ABP_props_base_C, UberGraphFrame) == 0x000228, "Member 'ABP_props_base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_props_base_C, vibration) == 0x000230, "Member 'ABP_props_base_C::vibration' has a wrong offset!"); \ static_assert(offsetof(ABP_props_base_C, COMP_PhysicsAudioComponent) == 0x000238, "Member 'ABP_props_base_C::COMP_PhysicsAudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_props_base_C, Streaming) == 0x000240, "Member 'ABP_props_base_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_props_base_C, StaticMesh) == 0x000248, "Member 'ABP_props_base_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_props_base_C, DoEmitNoise) == 0x000250, "Member 'ABP_props_base_C::DoEmitNoise' has a wrong offset!"); \ static_assert(offsetof(ABP_props_base_C, IntervalBetweenNoiseEmissions) == 0x000254, "Member 'ABP_props_base_C::IntervalBetweenNoiseEmissions' has a wrong offset!"); \ static_assert(offsetof(ABP_props_base_C, TimeBeforeFirstNoiseEmission) == 0x000258, "Member 'ABP_props_base_C::TimeBeforeFirstNoiseEmission' has a wrong offset!"); \ static_assert(offsetof(ABP_props_base_C, CustomNoiseEmitter) == 0x000260, "Member 'ABP_props_base_C::CustomNoiseEmitter' has a wrong offset!"); \ static_assert(offsetof(ABP_props_base_C, ZurgSoundOwningDuration) == 0x000268, "Member 'ABP_props_base_C::ZurgSoundOwningDuration' 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_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_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_FToyoSplinePointData \ static_assert(alignof(FToyoSplinePointData) == 0x000004, "Wrong alignment on FToyoSplinePointData"); \ static_assert(sizeof(FToyoSplinePointData) == 0x00001C, "Wrong size on FToyoSplinePointData"); \ static_assert(offsetof(FToyoSplinePointData, MeshType) == 0x000000, "Member 'FToyoSplinePointData::MeshType' has a wrong offset!"); \ static_assert(offsetof(FToyoSplinePointData, ToyoMeshIndex) == 0x000004, "Member 'FToyoSplinePointData::ToyoMeshIndex' has a wrong offset!"); \ static_assert(offsetof(FToyoSplinePointData, JointMeshIndex) == 0x000008, "Member 'FToyoSplinePointData::JointMeshIndex' has a wrong offset!"); \ static_assert(offsetof(FToyoSplinePointData, ToyoMaterialIndex) == 0x00000C, "Member 'FToyoSplinePointData::ToyoMaterialIndex' has a wrong offset!"); \ static_assert(offsetof(FToyoSplinePointData, JointMaterialIndex) == 0x000010, "Member 'FToyoSplinePointData::JointMaterialIndex' has a wrong offset!"); \ static_assert(offsetof(FToyoSplinePointData, bToyoCollisionEnabled) == 0x000014, "Member 'FToyoSplinePointData::bToyoCollisionEnabled' has a wrong offset!"); \ static_assert(offsetof(FToyoSplinePointData, bJointCollisionEnabled) == 0x000015, "Member 'FToyoSplinePointData::bJointCollisionEnabled' has a wrong offset!"); \ static_assert(offsetof(FToyoSplinePointData, bShowToyoMesh) == 0x000016, "Member 'FToyoSplinePointData::bShowToyoMesh' has a wrong offset!"); \ static_assert(offsetof(FToyoSplinePointData, bShowJointMesh) == 0x000017, "Member 'FToyoSplinePointData::bShowJointMesh' has a wrong offset!"); \ static_assert(offsetof(FToyoSplinePointData, bEnableSnapping) == 0x000018, "Member 'FToyoSplinePointData::bEnableSnapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FToyoSplineMeshData \ static_assert(alignof(FToyoSplineMeshData) == 0x000008, "Wrong alignment on FToyoSplineMeshData"); \ static_assert(sizeof(FToyoSplineMeshData) == 0x000018, "Wrong size on FToyoSplineMeshData"); \ static_assert(offsetof(FToyoSplineMeshData, MeshesList) == 0x000000, "Member 'FToyoSplineMeshData::MeshesList' has a wrong offset!"); \ static_assert(offsetof(FToyoSplineMeshData, ForwardAxis) == 0x000010, "Member 'FToyoSplineMeshData::ForwardAxis' has a wrong offset!"); \ static_assert(offsetof(FToyoSplineMeshData, bIsBig) == 0x000011, "Member 'FToyoSplineMeshData::bIsBig' has a wrong offset!"); \ static_assert(offsetof(FToyoSplineMeshData, MaxDistance) == 0x000014, "Member 'FToyoSplineMeshData::MaxDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FToyoJointData \ static_assert(alignof(FToyoJointData) == 0x000008, "Wrong alignment on FToyoJointData"); \ static_assert(sizeof(FToyoJointData) == 0x000020, "Wrong size on FToyoJointData"); \ static_assert(offsetof(FToyoJointData, Mesh) == 0x000000, "Member 'FToyoJointData::Mesh' has a wrong offset!"); \ static_assert(offsetof(FToyoJointData, RotationOffset) == 0x000008, "Member 'FToyoJointData::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FToyoJointData, Scale) == 0x000014, "Member 'FToyoJointData::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AToyoActor \ static_assert(alignof(AToyoActor) == 0x000008, "Wrong alignment on AToyoActor"); \ static_assert(sizeof(AToyoActor) == 0x000368, "Wrong size on AToyoActor"); \ static_assert(offsetof(AToyoActor, Scale) == 0x000228, "Member 'AToyoActor::Scale' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, MaxRadius) == 0x00022C, "Member 'AToyoActor::MaxRadius' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, SnapDistance) == 0x000230, "Member 'AToyoActor::SnapDistance' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, SegmentLengthCalcMode) == 0x000234, "Member 'AToyoActor::SegmentLengthCalcMode' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, SplineMeshUpDefinition) == 0x000235, "Member 'AToyoActor::SplineMeshUpDefinition' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, CustomSplineUpDir) == 0x000238, "Member 'AToyoActor::CustomSplineUpDir' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, bUseSplineRoll) == 0x000244, "Member 'AToyoActor::bUseSplineRoll' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, RollScale) == 0x000248, "Member 'AToyoActor::RollScale' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, bSmoothInterpRollScale) == 0x00024C, "Member 'AToyoActor::bSmoothInterpRollScale' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, bEnableCollision) == 0x00024D, "Member 'AToyoActor::bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, CollisionProfileName) == 0x000250, "Member 'AToyoActor::CollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, PhysicalMaterial) == 0x000258, "Member 'AToyoActor::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, bGeneratesOverlapEvents) == 0x000260, "Member 'AToyoActor::bGeneratesOverlapEvents' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, bGeneratesHitEvents) == 0x000261, "Member 'AToyoActor::bGeneratesHitEvents' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, Small) == 0x000268, "Member 'AToyoActor::Small' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, Medium) == 0x000280, "Member 'AToyoActor::Medium' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, Big) == 0x000298, "Member 'AToyoActor::Big' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, ToyoMaterials) == 0x0002B0, "Member 'AToyoActor::ToyoMaterials' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, JointsData) == 0x0002C0, "Member 'AToyoActor::JointsData' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, JointMaterials) == 0x0002D0, "Member 'AToyoActor::JointMaterials' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, StartEndData) == 0x0002E0, "Member 'AToyoActor::StartEndData' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, StartEndMaterials) == 0x0002F0, "Member 'AToyoActor::StartEndMaterials' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, StartFlipRotation) == 0x000300, "Member 'AToyoActor::StartFlipRotation' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, EndFlipRotation) == 0x00030C, "Member 'AToyoActor::EndFlipRotation' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, PropsData) == 0x000318, "Member 'AToyoActor::PropsData' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, PropsMaterials) == 0x000328, "Member 'AToyoActor::PropsMaterials' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, DummyRoot) == 0x000338, "Member 'AToyoActor::DummyRoot' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, SplineComponent) == 0x000340, "Member 'AToyoActor::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, ToyoSplineMeshCompsList) == 0x000348, "Member 'AToyoActor::ToyoSplineMeshCompsList' has a wrong offset!"); \ static_assert(offsetof(AToyoActor, JointMeshCompsList) == 0x000358, "Member 'AToyoActor::JointMeshCompsList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToyoJointMeshComponent \ static_assert(alignof(UToyoJointMeshComponent) == 0x000010, "Wrong alignment on UToyoJointMeshComponent"); \ static_assert(sizeof(UToyoJointMeshComponent) == 0x0004F0, "Wrong size on UToyoJointMeshComponent"); \ static_assert(offsetof(UToyoJointMeshComponent, MeshIndex) == 0x0004E0, "Member 'UToyoJointMeshComponent::MeshIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToyoSplineComponent \ static_assert(alignof(UToyoSplineComponent) == 0x000010, "Wrong alignment on UToyoSplineComponent"); \ static_assert(sizeof(UToyoSplineComponent) == 0x000560, "Wrong size on UToyoSplineComponent"); \ static_assert(offsetof(UToyoSplineComponent, ToyoSplinePointsData) == 0x000548, "Member 'UToyoSplineComponent::ToyoSplinePointsData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToyoSplineMeshComponent \ static_assert(alignof(UToyoSplineMeshComponent) == 0x000010, "Wrong alignment on UToyoSplineMeshComponent"); \ static_assert(sizeof(UToyoSplineMeshComponent) == 0x000580, "Wrong size on UToyoSplineMeshComponent"); \ static_assert(offsetof(UToyoSplineMeshComponent, MeshIndex) == 0x000578, "Member 'UToyoSplineMeshComponent::MeshIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToyoToolRuntimeSettings \ static_assert(alignof(UToyoToolRuntimeSettings) == 0x000008, "Wrong alignment on UToyoToolRuntimeSettings"); \ static_assert(sizeof(UToyoToolRuntimeSettings) == 0x000058, "Wrong size on UToyoToolRuntimeSettings"); \ static_assert(offsetof(UToyoToolRuntimeSettings, DefaultToyoPhysicalMaterial) == 0x000028, "Member 'UToyoToolRuntimeSettings::DefaultToyoPhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(UToyoToolRuntimeSettings, DefaultCollisionProfileName) == 0x000050, "Member 'UToyoToolRuntimeSettings::DefaultCollisionProfileName' has a wrong offset!"); \ #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_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_UMovieSceneMatineeCameraShakeEvaluator \ static_assert(alignof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneMatineeCameraShakeEvaluator"); \ static_assert(sizeof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneMatineeCameraShakeEvaluator"); \ #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_FMovieScene3DPathSectionTemplate \ static_assert(alignof(FMovieScene3DPathSectionTemplate) == 0x000008, "Wrong alignment on FMovieScene3DPathSectionTemplate"); \ static_assert(sizeof(FMovieScene3DPathSectionTemplate) == 0x0000E0, "Wrong size on FMovieScene3DPathSectionTemplate"); \ static_assert(offsetof(FMovieScene3DPathSectionTemplate, PathBindingID) == 0x000020, "Member 'FMovieScene3DPathSectionTemplate::PathBindingID' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DPathSectionTemplate, TimingCurve) == 0x000038, "Member 'FMovieScene3DPathSectionTemplate::TimingCurve' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DPathSectionTemplate, FrontAxisEnum) == 0x0000D8, "Member 'FMovieScene3DPathSectionTemplate::FrontAxisEnum' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DPathSectionTemplate, UpAxisEnum) == 0x0000D9, "Member 'FMovieScene3DPathSectionTemplate::UpAxisEnum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTransformMask \ static_assert(alignof(FMovieSceneTransformMask) == 0x000004, "Wrong alignment on FMovieSceneTransformMask"); \ static_assert(sizeof(FMovieSceneTransformMask) == 0x000004, "Wrong size on FMovieSceneTransformMask"); \ static_assert(offsetof(FMovieSceneTransformMask, Mask) == 0x000000, "Member 'FMovieSceneTransformMask::Mask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScene3DTransformKeyStruct \ static_assert(alignof(FMovieScene3DTransformKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DTransformKeyStruct"); \ static_assert(sizeof(FMovieScene3DTransformKeyStruct) == 0x000048, "Wrong size on FMovieScene3DTransformKeyStruct"); \ static_assert(offsetof(FMovieScene3DTransformKeyStruct, Location) == 0x000008, "Member 'FMovieScene3DTransformKeyStruct::Location' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DTransformKeyStruct, Rotation) == 0x000014, "Member 'FMovieScene3DTransformKeyStruct::Rotation' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DTransformKeyStruct, Scale) == 0x000020, "Member 'FMovieScene3DTransformKeyStruct::Scale' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DTransformKeyStruct, Time) == 0x00002C, "Member 'FMovieScene3DTransformKeyStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScene3DScaleKeyStruct \ static_assert(alignof(FMovieScene3DScaleKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DScaleKeyStruct"); \ static_assert(sizeof(FMovieScene3DScaleKeyStruct) == 0x000030, "Wrong size on FMovieScene3DScaleKeyStruct"); \ static_assert(offsetof(FMovieScene3DScaleKeyStruct, Scale) == 0x000008, "Member 'FMovieScene3DScaleKeyStruct::Scale' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DScaleKeyStruct, Time) == 0x000014, "Member 'FMovieScene3DScaleKeyStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScene3DRotationKeyStruct \ static_assert(alignof(FMovieScene3DRotationKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DRotationKeyStruct"); \ static_assert(sizeof(FMovieScene3DRotationKeyStruct) == 0x000030, "Wrong size on FMovieScene3DRotationKeyStruct"); \ static_assert(offsetof(FMovieScene3DRotationKeyStruct, Rotation) == 0x000008, "Member 'FMovieScene3DRotationKeyStruct::Rotation' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DRotationKeyStruct, Time) == 0x000014, "Member 'FMovieScene3DRotationKeyStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScene3DLocationKeyStruct \ static_assert(alignof(FMovieScene3DLocationKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DLocationKeyStruct"); \ static_assert(sizeof(FMovieScene3DLocationKeyStruct) == 0x000030, "Wrong size on FMovieScene3DLocationKeyStruct"); \ static_assert(offsetof(FMovieScene3DLocationKeyStruct, Location) == 0x000008, "Member 'FMovieScene3DLocationKeyStruct::Location' has a wrong offset!"); \ static_assert(offsetof(FMovieScene3DLocationKeyStruct, Time) == 0x000014, "Member 'FMovieScene3DLocationKeyStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FMovieSceneCameraAnimSectionData \ static_assert(alignof(FMovieSceneCameraAnimSectionData) == 0x000008, "Wrong alignment on FMovieSceneCameraAnimSectionData"); \ static_assert(sizeof(FMovieSceneCameraAnimSectionData) == 0x000020, "Wrong size on FMovieSceneCameraAnimSectionData"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, CameraAnim) == 0x000000, "Member 'FMovieSceneCameraAnimSectionData::CameraAnim' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, PlayRate) == 0x000008, "Member 'FMovieSceneCameraAnimSectionData::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, PlayScale) == 0x00000C, "Member 'FMovieSceneCameraAnimSectionData::PlayScale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, blendInTime) == 0x000010, "Member 'FMovieSceneCameraAnimSectionData::blendInTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, blendOutTime) == 0x000014, "Member 'FMovieSceneCameraAnimSectionData::blendOutTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionData, bLooping) == 0x000018, "Member 'FMovieSceneCameraAnimSectionData::bLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraAnimSectionTemplate \ static_assert(alignof(FMovieSceneCameraAnimSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraAnimSectionTemplate"); \ static_assert(sizeof(FMovieSceneCameraAnimSectionTemplate) == 0x000048, "Wrong size on FMovieSceneCameraAnimSectionTemplate"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraAnimSectionTemplate::SourceData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraAnimSectionTemplate, SectionStartTime) == 0x000040, "Member 'FMovieSceneCameraAnimSectionTemplate::SectionStartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSectionData \ static_assert(alignof(FMovieSceneCameraShakeSectionData) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSectionData"); \ static_assert(sizeof(FMovieSceneCameraShakeSectionData) == 0x000020, "Wrong size on FMovieSceneCameraShakeSectionData"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionData, ShakeClass) == 0x000000, "Member 'FMovieSceneCameraShakeSectionData::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionData, PlayScale) == 0x000008, "Member 'FMovieSceneCameraShakeSectionData::PlayScale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionData, PlaySpace) == 0x00000C, "Member 'FMovieSceneCameraShakeSectionData::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionData, UserDefinedPlaySpace) == 0x000010, "Member 'FMovieSceneCameraShakeSectionData::UserDefinedPlaySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceShakeSectionTemplate \ static_assert(alignof(FMovieSceneCameraShakeSourceShakeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceShakeSectionTemplate"); \ static_assert(sizeof(FMovieSceneCameraShakeSourceShakeSectionTemplate) == 0x000048, "Wrong size on FMovieSceneCameraShakeSourceShakeSectionTemplate"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SourceData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SectionStartTime) == 0x000040, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SectionStartTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SectionEndTime) == 0x000044, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SectionEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTrigger \ static_assert(alignof(FMovieSceneCameraShakeSourceTrigger) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTrigger"); \ static_assert(sizeof(FMovieSceneCameraShakeSourceTrigger) == 0x000020, "Wrong size on FMovieSceneCameraShakeSourceTrigger"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, ShakeClass) == 0x000000, "Member 'FMovieSceneCameraShakeSourceTrigger::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, PlayScale) == 0x000008, "Member 'FMovieSceneCameraShakeSourceTrigger::PlayScale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, PlaySpace) == 0x00000C, "Member 'FMovieSceneCameraShakeSourceTrigger::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, UserDefinedPlaySpace) == 0x000010, "Member 'FMovieSceneCameraShakeSourceTrigger::UserDefinedPlaySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTriggerChannel \ static_assert(alignof(FMovieSceneCameraShakeSourceTriggerChannel) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTriggerChannel"); \ static_assert(sizeof(FMovieSceneCameraShakeSourceTriggerChannel) == 0x000088, "Wrong size on FMovieSceneCameraShakeSourceTriggerChannel"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyTimes) == 0x000008, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyTimes' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyValues) == 0x000018, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTriggerSectionTemplate \ static_assert(alignof(FMovieSceneCameraShakeSourceTriggerSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTriggerSectionTemplate"); \ static_assert(sizeof(FMovieSceneCameraShakeSourceTriggerSectionTemplate) == 0x000040, "Wrong size on FMovieSceneCameraShakeSourceTriggerSectionTemplate"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerSectionTemplate, TriggerTimes) == 0x000020, "Member 'FMovieSceneCameraShakeSourceTriggerSectionTemplate::TriggerTimes' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerSectionTemplate, TriggerValues) == 0x000030, "Member 'FMovieSceneCameraShakeSourceTriggerSectionTemplate::TriggerValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCameraShakeSectionTemplate \ static_assert(alignof(FMovieSceneCameraShakeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSectionTemplate"); \ static_assert(sizeof(FMovieSceneCameraShakeSectionTemplate) == 0x000048, "Wrong size on FMovieSceneCameraShakeSectionTemplate"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraShakeSectionTemplate::SourceData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneCameraShakeSectionTemplate, SectionStartTime) == 0x000040, "Member 'FMovieSceneCameraShakeSectionTemplate::SectionStartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneEventPtrs \ static_assert(alignof(FMovieSceneEventPtrs) == 0x000008, "Wrong alignment on FMovieSceneEventPtrs"); \ static_assert(sizeof(FMovieSceneEventPtrs) == 0x000028, "Wrong size on FMovieSceneEventPtrs"); \ static_assert(offsetof(FMovieSceneEventPtrs, Function) == 0x000000, "Member 'FMovieSceneEventPtrs::Function' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEventPtrs, BoundObjectProperty) == 0x000008, "Member 'FMovieSceneEventPtrs::BoundObjectProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvent \ static_assert(alignof(FMovieSceneEvent) == 0x000008, "Wrong alignment on FMovieSceneEvent"); \ static_assert(sizeof(FMovieSceneEvent) == 0x000028, "Wrong size on FMovieSceneEvent"); \ static_assert(offsetof(FMovieSceneEvent, Ptrs) == 0x000000, "Member 'FMovieSceneEvent::Ptrs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEventPayloadVariable \ static_assert(alignof(FMovieSceneEventPayloadVariable) == 0x000008, "Wrong alignment on FMovieSceneEventPayloadVariable"); \ static_assert(sizeof(FMovieSceneEventPayloadVariable) == 0x000010, "Wrong size on FMovieSceneEventPayloadVariable"); \ static_assert(offsetof(FMovieSceneEventPayloadVariable, Value) == 0x000000, "Member 'FMovieSceneEventPayloadVariable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEventChannel \ static_assert(alignof(FMovieSceneEventChannel) == 0x000008, "Wrong alignment on FMovieSceneEventChannel"); \ static_assert(sizeof(FMovieSceneEventChannel) == 0x000088, "Wrong size on FMovieSceneEventChannel"); \ static_assert(offsetof(FMovieSceneEventChannel, KeyTimes) == 0x000008, "Member 'FMovieSceneEventChannel::KeyTimes' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEventChannel, KeyValues) == 0x000018, "Member 'FMovieSceneEventChannel::KeyValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEventParameters \ static_assert(alignof(FMovieSceneEventParameters) == 0x000008, "Wrong alignment on FMovieSceneEventParameters"); \ static_assert(sizeof(FMovieSceneEventParameters) == 0x000028, "Wrong size on FMovieSceneEventParameters"); \ #define DUMPER7_ASSERTS_FEventPayload \ static_assert(alignof(FEventPayload) == 0x000008, "Wrong alignment on FEventPayload"); \ static_assert(sizeof(FEventPayload) == 0x000030, "Wrong size on FEventPayload"); \ static_assert(offsetof(FEventPayload, EventName) == 0x000000, "Member 'FEventPayload::EventName' has a wrong offset!"); \ static_assert(offsetof(FEventPayload, Parameters) == 0x000008, "Member 'FEventPayload::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_FMovieSceneSkeletalAnimationParams \ static_assert(alignof(FMovieSceneSkeletalAnimationParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationParams"); \ static_assert(sizeof(FMovieSceneSkeletalAnimationParams) == 0x0000D8, "Wrong size on FMovieSceneSkeletalAnimationParams"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Animation) == 0x000000, "Member 'FMovieSceneSkeletalAnimationParams::Animation' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneSkeletalAnimationParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneSkeletalAnimationParams::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneSkeletalAnimationParams::EndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, PlayRate) == 0x000014, "Member 'FMovieSceneSkeletalAnimationParams::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, SlotName) == 0x00001C, "Member 'FMovieSceneSkeletalAnimationParams::SlotName' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Weight) == 0x000028, "Member 'FMovieSceneSkeletalAnimationParams::Weight' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bSkipAnimNotifiers) == 0x0000C8, "Member 'FMovieSceneSkeletalAnimationParams::bSkipAnimNotifiers' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bForceCustomMode) == 0x0000C9, "Member 'FMovieSceneSkeletalAnimationParams::bForceCustomMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartOffset) == 0x0000CC, "Member 'FMovieSceneSkeletalAnimationParams::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndOffset) == 0x0000D0, "Member 'FMovieSceneSkeletalAnimationParams::EndOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplateParameters \ static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x0000E0, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionStartTime) == 0x0000D8, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionEndTime) == 0x0000DC, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplate \ static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplate"); \ static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000100, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplate"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneSkeletalAnimationSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimRootMotionTrackParams \ static_assert(alignof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ static_assert(sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000030, "Wrong size on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ #define DUMPER7_ASSERTS_FMovieSceneSlomoSectionTemplate \ static_assert(alignof(FMovieSceneSlomoSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSlomoSectionTemplate"); \ static_assert(sizeof(FMovieSceneSlomoSectionTemplate) == 0x0000C0, "Wrong size on FMovieSceneSlomoSectionTemplate"); \ static_assert(offsetof(FMovieSceneSlomoSectionTemplate, SlomoCurve) == 0x000020, "Member 'FMovieSceneSlomoSectionTemplate::SlomoCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelVisibilityComponentData \ static_assert(alignof(FLevelVisibilityComponentData) == 0x000008, "Wrong alignment on FLevelVisibilityComponentData"); \ static_assert(sizeof(FLevelVisibilityComponentData) == 0x000008, "Wrong size on FLevelVisibilityComponentData"); \ static_assert(offsetof(FLevelVisibilityComponentData, Section) == 0x000000, "Member 'FLevelVisibilityComponentData::Section' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneVisibilitySectionTemplate \ static_assert(alignof(FMovieSceneVisibilitySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneVisibilitySectionTemplate"); \ static_assert(sizeof(FMovieSceneVisibilitySectionTemplate) == 0x0000C8, "Wrong size on FMovieSceneVisibilitySectionTemplate"); \ #define DUMPER7_ASSERTS_MovieSceneTransformOrigin_BP_GetTransformOrigin \ static_assert(alignof(MovieSceneTransformOrigin_BP_GetTransformOrigin) == 0x000010, "Wrong alignment on MovieSceneTransformOrigin_BP_GetTransformOrigin"); \ static_assert(sizeof(MovieSceneTransformOrigin_BP_GetTransformOrigin) == 0x000030, "Wrong size on MovieSceneTransformOrigin_BP_GetTransformOrigin"); \ static_assert(offsetof(MovieSceneTransformOrigin_BP_GetTransformOrigin, ReturnValue) == 0x000000, "Member 'MovieSceneTransformOrigin_BP_GetTransformOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneTransformOrigin \ static_assert(alignof(IMovieSceneTransformOrigin) == 0x000001, "Wrong alignment on IMovieSceneTransformOrigin"); \ static_assert(sizeof(IMovieSceneTransformOrigin) == 0x000001, "Wrong size on IMovieSceneTransformOrigin"); \ #define DUMPER7_ASSERTS_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_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_UMovieSceneCameraShakeEvaluator \ static_assert(alignof(UMovieSceneCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeEvaluator"); \ static_assert(sizeof(UMovieSceneCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneCameraShakeEvaluator"); \ #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_UIntegerChannelEvaluatorSystem \ static_assert(alignof(UIntegerChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UIntegerChannelEvaluatorSystem"); \ static_assert(sizeof(UIntegerChannelEvaluatorSystem) == 0x000040, "Wrong size on UIntegerChannelEvaluatorSystem"); \ #define DUMPER7_ASSERTS_MovieScene3DConstraintSection_SetConstraintBindingID \ static_assert(alignof(MovieScene3DConstraintSection_SetConstraintBindingID) == 0x000004, "Wrong alignment on MovieScene3DConstraintSection_SetConstraintBindingID"); \ static_assert(sizeof(MovieScene3DConstraintSection_SetConstraintBindingID) == 0x000018, "Wrong size on MovieScene3DConstraintSection_SetConstraintBindingID"); \ static_assert(offsetof(MovieScene3DConstraintSection_SetConstraintBindingID, InConstraintBindingID) == 0x000000, "Member 'MovieScene3DConstraintSection_SetConstraintBindingID::InConstraintBindingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScene3DConstraintSection_GetConstraintBindingID \ static_assert(alignof(MovieScene3DConstraintSection_GetConstraintBindingID) == 0x000004, "Wrong alignment on MovieScene3DConstraintSection_GetConstraintBindingID"); \ static_assert(sizeof(MovieScene3DConstraintSection_GetConstraintBindingID) == 0x000018, "Wrong size on MovieScene3DConstraintSection_GetConstraintBindingID"); \ static_assert(offsetof(MovieScene3DConstraintSection_GetConstraintBindingID, ReturnValue) == 0x000000, "Member 'MovieScene3DConstraintSection_GetConstraintBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DConstraintSection \ static_assert(alignof(UMovieScene3DConstraintSection) == 0x000008, "Wrong alignment on UMovieScene3DConstraintSection"); \ static_assert(sizeof(UMovieScene3DConstraintSection) == 0x000110, "Wrong size on UMovieScene3DConstraintSection"); \ static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintId) == 0x0000E8, "Member 'UMovieScene3DConstraintSection::ConstraintId' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintBindingID) == 0x0000F8, "Member 'UMovieScene3DConstraintSection::ConstraintBindingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DAttachSection \ static_assert(alignof(UMovieScene3DAttachSection) == 0x000008, "Wrong alignment on UMovieScene3DAttachSection"); \ static_assert(sizeof(UMovieScene3DAttachSection) == 0x000130, "Wrong size on UMovieScene3DAttachSection"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachSocketName) == 0x000118, "Member 'UMovieScene3DAttachSection::AttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachComponentName) == 0x000120, "Member 'UMovieScene3DAttachSection::AttachComponentName' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentLocationRule) == 0x000128, "Member 'UMovieScene3DAttachSection::AttachmentLocationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentRotationRule) == 0x000129, "Member 'UMovieScene3DAttachSection::AttachmentRotationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentScaleRule) == 0x00012A, "Member 'UMovieScene3DAttachSection::AttachmentScaleRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentLocationRule) == 0x00012B, "Member 'UMovieScene3DAttachSection::DetachmentLocationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentRotationRule) == 0x00012C, "Member 'UMovieScene3DAttachSection::DetachmentRotationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentScaleRule) == 0x00012D, "Member 'UMovieScene3DAttachSection::DetachmentScaleRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_UMovieSceneEventSystem \ static_assert(alignof(UMovieSceneEventSystem) == 0x000008, "Wrong alignment on UMovieSceneEventSystem"); \ static_assert(sizeof(UMovieSceneEventSystem) == 0x000090, "Wrong size on UMovieSceneEventSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePreSpawnEventSystem \ static_assert(alignof(UMovieScenePreSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePreSpawnEventSystem"); \ static_assert(sizeof(UMovieScenePreSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePreSpawnEventSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePostSpawnEventSystem \ static_assert(alignof(UMovieScenePostSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostSpawnEventSystem"); \ static_assert(sizeof(UMovieScenePostSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePostSpawnEventSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePostEvalEventSystem \ static_assert(alignof(UMovieScenePostEvalEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostEvalEventSystem"); \ static_assert(sizeof(UMovieScenePostEvalEventSystem) == 0x000090, "Wrong size on UMovieScenePostEvalEventSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEventTrack \ static_assert(alignof(UMovieSceneEventTrack) == 0x000008, "Wrong alignment on UMovieSceneEventTrack"); \ static_assert(sizeof(UMovieSceneEventTrack) == 0x0000B8, "Wrong size on UMovieSceneEventTrack"); \ static_assert(offsetof(UMovieSceneEventTrack, EventPosition) == 0x0000A4, "Member 'UMovieSceneEventTrack::EventPosition' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneEventTrack, Sections) == 0x0000A8, "Member 'UMovieSceneEventTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventTriggerSection \ static_assert(alignof(UMovieSceneEventTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneEventTriggerSection"); \ static_assert(sizeof(UMovieSceneEventTriggerSection) == 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_UMovieSceneIntegerTrack \ static_assert(alignof(UMovieSceneIntegerTrack) == 0x000008, "Wrong alignment on UMovieSceneIntegerTrack"); \ static_assert(sizeof(UMovieSceneIntegerTrack) == 0x0000C0, "Wrong size on UMovieSceneIntegerTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneInterrogatedPropertyInstantiatorSystem \ static_assert(alignof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ static_assert(sizeof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x0001E8, "Wrong size on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetLevelNames \ static_assert(alignof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_SetLevelNames"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_SetLevelNames"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_SetLevelNames, InLevelNames) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetLevelNames::InLevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetVisibility \ static_assert(alignof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_SetVisibility"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_SetVisibility"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_SetVisibility, InVisibility) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetLevelNames \ static_assert(alignof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_GetLevelNames"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_GetLevelNames"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_GetLevelNames, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetLevelNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetVisibility \ static_assert(alignof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_GetVisibility"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_GetVisibility"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_GetVisibility, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetVisibility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySection \ static_assert(alignof(UMovieSceneLevelVisibilitySection) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySection"); \ static_assert(sizeof(UMovieSceneLevelVisibilitySection) == 0x000108, "Wrong size on UMovieSceneLevelVisibilitySection"); \ static_assert(offsetof(UMovieSceneLevelVisibilitySection, Visibility) == 0x0000F0, "Member 'UMovieSceneLevelVisibilitySection::Visibility' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLevelVisibilitySection, LevelNames) == 0x0000F8, "Member 'UMovieSceneLevelVisibilitySection::LevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySystem \ static_assert(alignof(UMovieSceneLevelVisibilitySystem) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySystem"); \ static_assert(sizeof(UMovieSceneLevelVisibilitySystem) == 0x0001A8, "Wrong size on UMovieSceneLevelVisibilitySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneLevelVisibilityTrack \ static_assert(alignof(UMovieSceneLevelVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilityTrack"); \ static_assert(sizeof(UMovieSceneLevelVisibilityTrack) == 0x0000A0, "Wrong size on UMovieSceneLevelVisibilityTrack"); \ static_assert(offsetof(UMovieSceneLevelVisibilityTrack, Sections) == 0x000090, "Member 'UMovieSceneLevelVisibilityTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMaterialParameterCollectionTrack \ static_assert(alignof(UMovieSceneMaterialParameterCollectionTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterCollectionTrack"); \ static_assert(sizeof(UMovieSceneMaterialParameterCollectionTrack) == 0x0000B0, "Wrong size on UMovieSceneMaterialParameterCollectionTrack"); \ static_assert(offsetof(UMovieSceneMaterialParameterCollectionTrack, MPC) == 0x0000A8, "Member 'UMovieSceneMaterialParameterCollectionTrack::MPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneComponentMaterialTrack \ static_assert(alignof(UMovieSceneComponentMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialTrack"); \ static_assert(sizeof(UMovieSceneComponentMaterialTrack) == 0x0000B0, "Wrong size on UMovieSceneComponentMaterialTrack"); \ static_assert(offsetof(UMovieSceneComponentMaterialTrack, MaterialIndex) == 0x0000A8, "Member 'UMovieSceneComponentMaterialTrack::MaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMotionVectorSimulationSystem \ static_assert(alignof(UMovieSceneMotionVectorSimulationSystem) == 0x000008, "Wrong alignment on UMovieSceneMotionVectorSimulationSystem"); \ static_assert(sizeof(UMovieSceneMotionVectorSimulationSystem) == 0x000098, "Wrong size on UMovieSceneMotionVectorSimulationSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneObjectPropertySection \ static_assert(alignof(UMovieSceneObjectPropertySection) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertySection"); \ static_assert(sizeof(UMovieSceneObjectPropertySection) == 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_BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink \ static_assert(alignof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink) == 0x000008, "Wrong alignment on BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink"); \ static_assert(sizeof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink) == 0x0001A0, "Wrong size on BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, EntryPoint) == 0x000000, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000008, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000010, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000018, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000020, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000024, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000028, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000B1, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_GetPlayLength_ReturnValue) == 0x0000B4, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B8, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_InternalBreakableDelay_ReturnValue) == 0x0000BC, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_IsFollowingSpline_ReturnValue) == 0x0000C1, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0000C4, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000D0, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_BooleanAND_ReturnValue) == 0x0000DC, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_BooleanAND_ReturnValue_1) == 0x0000DD, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_BooleanAND_ReturnValue_2) == 0x0000DE, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_GetPlayLength_ReturnValue_1) == 0x0000E0, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_GetPlayLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_FindPlayerCatPawn_Cat) == 0x0000E8, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000F0, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_OtherActor) == 0x0000F8, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_OtherComp) == 0x000100, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000108, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_bFromSweep) == 0x00010C, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, K2Node_ComponentBoundEvent_SweepResult) == 0x000110, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000198, "Member 'BP_CatDrink_C_ExecuteUbergraph_BP_CatDrink::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatDrink_C_BndEvt__BP_CatDrink_CancelZone_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatDrink_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatDrink_C_SetCatPawn \ static_assert(alignof(BP_CatDrink_C_SetCatPawn) == 0x000008, "Wrong alignment on BP_CatDrink_C_SetCatPawn"); \ static_assert(sizeof(BP_CatDrink_C_SetCatPawn) == 0x000008, "Wrong size on BP_CatDrink_C_SetCatPawn"); \ static_assert(offsetof(BP_CatDrink_C_SetCatPawn, cat_0) == 0x000000, "Member 'BP_CatDrink_C_SetCatPawn::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatDrink_C \ static_assert(alignof(ABP_CatDrink_C) == 0x000008, "Wrong alignment on ABP_CatDrink_C"); \ static_assert(sizeof(ABP_CatDrink_C) == 0x0002D8, "Wrong size on ABP_CatDrink_C"); \ static_assert(offsetof(ABP_CatDrink_C, UberGraphFrame_BP_CatDrink_C) == 0x000298, "Member 'ABP_CatDrink_C::UberGraphFrame_BP_CatDrink_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatDrink_C, CancelZone) == 0x0002A0, "Member 'ABP_CatDrink_C::CancelZone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatDrink_C, Arrow) == 0x0002A8, "Member 'ABP_CatDrink_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatDrink_C, ActiveZone) == 0x0002B0, "Member 'ABP_CatDrink_C::ActiveZone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatDrink_C, Drink_Start) == 0x0002B8, "Member 'ABP_CatDrink_C::Drink_Start' has a wrong offset!"); \ static_assert(offsetof(ABP_CatDrink_C, Drink_Loop) == 0x0002C0, "Member 'ABP_CatDrink_C::Drink_Loop' has a wrong offset!"); \ static_assert(offsetof(ABP_CatDrink_C, Drink_End) == 0x0002C8, "Member 'ABP_CatDrink_C::Drink_End' has a wrong offset!"); \ static_assert(offsetof(ABP_CatDrink_C, DrinkDuration) == 0x0002D0, "Member 'ABP_CatDrink_C::DrinkDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_CatDrink_C, PlayerPassThroughCancelZone) == 0x0002D4, "Member 'ABP_CatDrink_C::PlayerPassThroughCancelZone' has a wrong offset!"); \ #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_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_FMovieSceneTangentData \ static_assert(alignof(FMovieSceneTangentData) == 0x000004, "Wrong alignment on FMovieSceneTangentData"); \ static_assert(sizeof(FMovieSceneTangentData) == 0x000014, "Wrong size on FMovieSceneTangentData"); \ static_assert(offsetof(FMovieSceneTangentData, ArriveTangent) == 0x000000, "Member 'FMovieSceneTangentData::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentData, LeaveTangent) == 0x000004, "Member 'FMovieSceneTangentData::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentData, ArriveTangentWeight) == 0x000008, "Member 'FMovieSceneTangentData::ArriveTangentWeight' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentData, LeaveTangentWeight) == 0x00000C, "Member 'FMovieSceneTangentData::LeaveTangentWeight' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentData, TangentWeightMode) == 0x000010, "Member 'FMovieSceneTangentData::TangentWeightMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFloatValue \ static_assert(alignof(FMovieSceneFloatValue) == 0x000004, "Wrong alignment on FMovieSceneFloatValue"); \ static_assert(sizeof(FMovieSceneFloatValue) == 0x00001C, "Wrong size on FMovieSceneFloatValue"); \ static_assert(offsetof(FMovieSceneFloatValue, Value) == 0x000000, "Member 'FMovieSceneFloatValue::Value' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValue, Tangent) == 0x000004, "Member 'FMovieSceneFloatValue::Tangent' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValue, InterpMode) == 0x000018, "Member 'FMovieSceneFloatValue::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValue, TangentMode) == 0x000019, "Member 'FMovieSceneFloatValue::TangentMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValue, PaddingByte) == 0x00001A, "Member 'FMovieSceneFloatValue::PaddingByte' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneKeyHandleMap \ static_assert(alignof(FMovieSceneKeyHandleMap) == 0x000008, "Wrong alignment on FMovieSceneKeyHandleMap"); \ static_assert(sizeof(FMovieSceneKeyHandleMap) == 0x000060, "Wrong size on FMovieSceneKeyHandleMap"); \ #define DUMPER7_ASSERTS_FMovieSceneFloatChannel \ static_assert(alignof(FMovieSceneFloatChannel) == 0x000008, "Wrong alignment on FMovieSceneFloatChannel"); \ static_assert(sizeof(FMovieSceneFloatChannel) == 0x0000A0, "Wrong size on FMovieSceneFloatChannel"); \ static_assert(offsetof(FMovieSceneFloatChannel, PreInfinityExtrap) == 0x000008, "Member 'FMovieSceneFloatChannel::PreInfinityExtrap' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, PostInfinityExtrap) == 0x000009, "Member 'FMovieSceneFloatChannel::PostInfinityExtrap' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, Times) == 0x000010, "Member 'FMovieSceneFloatChannel::Times' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, Values) == 0x000020, "Member 'FMovieSceneFloatChannel::Values' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, DefaultValue) == 0x000030, "Member 'FMovieSceneFloatChannel::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, bHasDefaultValue) == 0x000034, "Member 'FMovieSceneFloatChannel::bHasDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, KeyHandles) == 0x000038, "Member 'FMovieSceneFloatChannel::KeyHandles' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannel, TickResolution) == 0x000098, "Member 'FMovieSceneFloatChannel::TickResolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneEvaluationFieldEntityTree \ static_assert(alignof(FMovieSceneEvaluationFieldEntityTree) == 0x000008, "Wrong alignment on FMovieSceneEvaluationFieldEntityTree"); \ static_assert(sizeof(FMovieSceneEvaluationFieldEntityTree) == 0x000060, "Wrong size on FMovieSceneEvaluationFieldEntityTree"); \ #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_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_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_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_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_FMovieSceneFrameRange \ static_assert(alignof(FMovieSceneFrameRange) == 0x000004, "Wrong alignment on FMovieSceneFrameRange"); \ static_assert(sizeof(FMovieSceneFrameRange) == 0x000010, "Wrong size on FMovieSceneFrameRange"); \ #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_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_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_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_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_FMovieSceneTrackImplementation \ static_assert(alignof(FMovieSceneTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementation"); \ static_assert(sizeof(FMovieSceneTrackImplementation) == 0x000010, "Wrong size on FMovieSceneTrackImplementation"); \ #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_FMovieSceneEvaluationHookComponent \ static_assert(alignof(FMovieSceneEvaluationHookComponent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookComponent"); \ static_assert(sizeof(FMovieSceneEvaluationHookComponent) == 0x000020, "Wrong size on FMovieSceneEvaluationHookComponent"); \ static_assert(offsetof(FMovieSceneEvaluationHookComponent, Interface) == 0x000000, "Member 'FMovieSceneEvaluationHookComponent::Interface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackInstanceComponent \ static_assert(alignof(FMovieSceneTrackInstanceComponent) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceComponent"); \ static_assert(sizeof(FMovieSceneTrackInstanceComponent) == 0x000010, "Wrong size on FMovieSceneTrackInstanceComponent"); \ static_assert(offsetof(FMovieSceneTrackInstanceComponent, Owner) == 0x000000, "Member 'FMovieSceneTrackInstanceComponent::Owner' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackInstanceComponent, TrackInstanceClass) == 0x000008, "Member 'FMovieSceneTrackInstanceComponent::TrackInstanceClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FMovieSceneBinding \ static_assert(alignof(FMovieSceneBinding) == 0x000008, "Wrong alignment on FMovieSceneBinding"); \ static_assert(sizeof(FMovieSceneBinding) == 0x000030, "Wrong size on FMovieSceneBinding"); \ static_assert(offsetof(FMovieSceneBinding, ObjectGuid) == 0x000000, "Member 'FMovieSceneBinding::ObjectGuid' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBinding, BindingName) == 0x000010, "Member 'FMovieSceneBinding::BindingName' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBinding, Tracks) == 0x000020, "Member 'FMovieSceneBinding::Tracks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneBindingOverrideData \ static_assert(alignof(FMovieSceneBindingOverrideData) == 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_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_FMovieSceneCompiledSequenceFlagStruct \ static_assert(alignof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong alignment on FMovieSceneCompiledSequenceFlagStruct"); \ static_assert(sizeof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong size on FMovieSceneCompiledSequenceFlagStruct"); \ #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_FMovieSceneEntitySystemGraphNodes \ static_assert(alignof(FMovieSceneEntitySystemGraphNodes) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNodes"); \ static_assert(sizeof(FMovieSceneEntitySystemGraphNodes) == 0x000038, "Wrong size on FMovieSceneEntitySystemGraphNodes"); \ #define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraph \ static_assert(alignof(FMovieSceneEntitySystemGraph) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraph"); \ static_assert(sizeof(FMovieSceneEntitySystemGraph) == 0x000138, "Wrong size on FMovieSceneEntitySystemGraph"); \ static_assert(offsetof(FMovieSceneEntitySystemGraph, Nodes) == 0x000080, "Member 'FMovieSceneEntitySystemGraph::Nodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraphNode \ static_assert(alignof(FMovieSceneEntitySystemGraphNode) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNode"); \ static_assert(sizeof(FMovieSceneEntitySystemGraphNode) == 0x000028, "Wrong size on FMovieSceneEntitySystemGraphNode"); \ static_assert(offsetof(FMovieSceneEntitySystemGraphNode, System) == 0x000020, "Member 'FMovieSceneEntitySystemGraphNode::System' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvalTemplatePtr \ static_assert(alignof(FMovieSceneEvalTemplatePtr) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplatePtr"); \ static_assert(sizeof(FMovieSceneEvalTemplatePtr) == 0x000088, "Wrong size on FMovieSceneEvalTemplatePtr"); \ #define DUMPER7_ASSERTS_FMovieSceneEmptyStruct \ static_assert(alignof(FMovieSceneEmptyStruct) == 0x000001, "Wrong alignment on FMovieSceneEmptyStruct"); \ static_assert(sizeof(FMovieSceneEmptyStruct) == 0x000001, "Wrong size on FMovieSceneEmptyStruct"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationGroupLUTIndex \ static_assert(alignof(FMovieSceneEvaluationGroupLUTIndex) == 0x000004, "Wrong alignment on FMovieSceneEvaluationGroupLUTIndex"); \ static_assert(sizeof(FMovieSceneEvaluationGroupLUTIndex) == 0x000008, "Wrong size on FMovieSceneEvaluationGroupLUTIndex"); \ static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumInitPtrs) == 0x000000, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumInitPtrs' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumEvalPtrs) == 0x000004, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumEvalPtrs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceID \ static_assert(alignof(FMovieSceneSequenceID) == 0x000004, "Wrong alignment on FMovieSceneSequenceID"); \ static_assert(sizeof(FMovieSceneSequenceID) == 0x000004, "Wrong size on FMovieSceneSequenceID"); \ static_assert(offsetof(FMovieSceneSequenceID, Value) == 0x000000, "Member 'FMovieSceneSequenceID::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneEvaluationGroup \ static_assert(alignof(FMovieSceneEvaluationGroup) == 0x000008, "Wrong alignment on FMovieSceneEvaluationGroup"); \ static_assert(sizeof(FMovieSceneEvaluationGroup) == 0x000030, "Wrong size on FMovieSceneEvaluationGroup"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, LUTIndices) == 0x000000, "Member 'FMovieSceneEvaluationGroup::LUTIndices' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, TrackLUT) == 0x000010, "Member 'FMovieSceneEvaluationGroup::TrackLUT' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, SectionLUT) == 0x000020, "Member 'FMovieSceneEvaluationGroup::SectionLUT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationKey \ static_assert(alignof(FMovieSceneEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationKey"); \ static_assert(sizeof(FMovieSceneEvaluationKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationKey"); \ static_assert(offsetof(FMovieSceneEvaluationKey, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationKey::SequenceID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationKey, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationKey::TrackIdentifier' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationKey, SectionIndex) == 0x000008, "Member 'FMovieSceneEvaluationKey::SectionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneOrderedEvaluationKey \ static_assert(alignof(FMovieSceneOrderedEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneOrderedEvaluationKey"); \ static_assert(sizeof(FMovieSceneOrderedEvaluationKey) == 0x000010, "Wrong size on FMovieSceneOrderedEvaluationKey"); \ static_assert(offsetof(FMovieSceneOrderedEvaluationKey, Key) == 0x000000, "Member 'FMovieSceneOrderedEvaluationKey::Key' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneOrderedEvaluationKey, SetupIndex) == 0x00000C, "Member 'FMovieSceneOrderedEvaluationKey::SetupIndex' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneOrderedEvaluationKey, TearDownIndex) == 0x00000E, "Member 'FMovieSceneOrderedEvaluationKey::TearDownIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationMetaData \ static_assert(alignof(FMovieSceneEvaluationMetaData) == 0x000008, "Wrong alignment on FMovieSceneEvaluationMetaData"); \ static_assert(sizeof(FMovieSceneEvaluationMetaData) == 0x000020, "Wrong size on FMovieSceneEvaluationMetaData"); \ static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveSequences) == 0x000000, "Member 'FMovieSceneEvaluationMetaData::ActiveSequences' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveEntities) == 0x000010, "Member 'FMovieSceneEvaluationMetaData::ActiveEntities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationField \ static_assert(alignof(FMovieSceneEvaluationField) == 0x000008, "Wrong alignment on FMovieSceneEvaluationField"); \ static_assert(sizeof(FMovieSceneEvaluationField) == 0x000030, "Wrong size on FMovieSceneEvaluationField"); \ static_assert(offsetof(FMovieSceneEvaluationField, Ranges) == 0x000000, "Member 'FMovieSceneEvaluationField::Ranges' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationField, Groups) == 0x000010, "Member 'FMovieSceneEvaluationField::Groups' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationField, MetaData) == 0x000020, "Member 'FMovieSceneEvaluationField::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneEvaluationFieldEntityKey \ static_assert(alignof(FMovieSceneEvaluationFieldEntityKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldEntityKey"); \ static_assert(sizeof(FMovieSceneEvaluationFieldEntityKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationFieldEntityKey"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntityKey, EntityOwner) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntityKey::EntityOwner' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntityKey, EntityID) == 0x000008, "Member 'FMovieSceneEvaluationFieldEntityKey::EntityID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntity \ static_assert(alignof(FMovieSceneEvaluationFieldEntity) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldEntity"); \ static_assert(sizeof(FMovieSceneEvaluationFieldEntity) == 0x000010, "Wrong size on FMovieSceneEvaluationFieldEntity"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntity, Key) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntity::Key' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntity, SharedMetaDataIndex) == 0x00000C, "Member 'FMovieSceneEvaluationFieldEntity::SharedMetaDataIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneEvaluationHookEvent \ static_assert(alignof(FMovieSceneEvaluationHookEvent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEvent"); \ static_assert(sizeof(FMovieSceneEvaluationHookEvent) == 0x000038, "Wrong size on FMovieSceneEvaluationHookEvent"); \ static_assert(offsetof(FMovieSceneEvaluationHookEvent, Hook) == 0x000000, "Member 'FMovieSceneEvaluationHookEvent::Hook' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationHookEventContainer \ static_assert(alignof(FMovieSceneEvaluationHookEventContainer) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEventContainer"); \ static_assert(sizeof(FMovieSceneEvaluationHookEventContainer) == 0x000010, "Wrong size on FMovieSceneEvaluationHookEventContainer"); \ static_assert(offsetof(FMovieSceneEvaluationHookEventContainer, Events) == 0x000000, "Member 'FMovieSceneEvaluationHookEventContainer::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneEvaluationTemplate \ static_assert(alignof(FMovieSceneEvaluationTemplate) == 0x000008, "Wrong alignment on FMovieSceneEvaluationTemplate"); \ static_assert(sizeof(FMovieSceneEvaluationTemplate) == 0x000160, "Wrong size on FMovieSceneEvaluationTemplate"); \ static_assert(offsetof(FMovieSceneEvaluationTemplate, Tracks) == 0x000000, "Member 'FMovieSceneEvaluationTemplate::Tracks' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTemplate, SequenceSignature) == 0x0000A0, "Member 'FMovieSceneEvaluationTemplate::SequenceSignature' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTemplate, TemplateSerialNumber) == 0x0000B0, "Member 'FMovieSceneEvaluationTemplate::TemplateSerialNumber' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTemplate, TemplateLedger) == 0x0000B8, "Member 'FMovieSceneEvaluationTemplate::TemplateLedger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSubSectionData \ static_assert(alignof(FMovieSceneSubSectionData) == 0x000004, "Wrong alignment on FMovieSceneSubSectionData"); \ static_assert(sizeof(FMovieSceneSubSectionData) == 0x00001C, "Wrong size on FMovieSceneSubSectionData"); \ static_assert(offsetof(FMovieSceneSubSectionData, Section) == 0x000000, "Member 'FMovieSceneSubSectionData::Section' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSectionData, ObjectBindingId) == 0x000008, "Member 'FMovieSceneSubSectionData::ObjectBindingId' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSectionData, Flags) == 0x000018, "Member 'FMovieSceneSubSectionData::Flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneRootEvaluationTemplateInstance \ static_assert(alignof(FMovieSceneRootEvaluationTemplateInstance) == 0x000008, "Wrong alignment on FMovieSceneRootEvaluationTemplateInstance"); \ static_assert(sizeof(FMovieSceneRootEvaluationTemplateInstance) == 0x0000E8, "Wrong size on FMovieSceneRootEvaluationTemplateInstance"); \ static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, WeakRootSequence) == 0x000000, "Member 'FMovieSceneRootEvaluationTemplateInstance::WeakRootSequence' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, CompiledDataManager) == 0x000008, "Member 'FMovieSceneRootEvaluationTemplateInstance::CompiledDataManager' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, EntitySystemLinker) == 0x000018, "Member 'FMovieSceneRootEvaluationTemplateInstance::EntitySystemLinker' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, DirectorInstances) == 0x000090, "Member 'FMovieSceneRootEvaluationTemplateInstance::DirectorInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneKeyStruct \ static_assert(alignof(FMovieSceneKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneKeyStruct"); \ static_assert(sizeof(FMovieSceneKeyStruct) == 0x000008, "Wrong size on FMovieSceneKeyStruct"); \ #define DUMPER7_ASSERTS_FMovieSceneKeyTimeStruct \ static_assert(alignof(FMovieSceneKeyTimeStruct) == 0x000008, "Wrong alignment on FMovieSceneKeyTimeStruct"); \ static_assert(sizeof(FMovieSceneKeyTimeStruct) == 0x000028, "Wrong size on FMovieSceneKeyTimeStruct"); \ static_assert(offsetof(FMovieSceneKeyTimeStruct, Time) == 0x000008, "Member 'FMovieSceneKeyTimeStruct::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeneratedMovieSceneKeyStruct \ static_assert(alignof(FGeneratedMovieSceneKeyStruct) == 0x000010, "Wrong alignment on FGeneratedMovieSceneKeyStruct"); \ static_assert(sizeof(FGeneratedMovieSceneKeyStruct) == 0x000050, "Wrong size on FGeneratedMovieSceneKeyStruct"); \ #define DUMPER7_ASSERTS_FMovieSceneObjectPathChannelKeyValue \ static_assert(alignof(FMovieSceneObjectPathChannelKeyValue) == 0x000008, "Wrong alignment on FMovieSceneObjectPathChannelKeyValue"); \ static_assert(sizeof(FMovieSceneObjectPathChannelKeyValue) == 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_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_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_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_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_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_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_IMovieSceneTrackTemplateProducer \ static_assert(alignof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong alignment on IMovieSceneTrackTemplateProducer"); \ static_assert(sizeof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong size on IMovieSceneTrackTemplateProducer"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetBoundObjects \ static_assert(alignof(MovieSceneSequencePlayer_GetBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetBoundObjects"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetBoundObjects) == 0x000028, "Wrong size on MovieSceneSequencePlayer_GetBoundObjects"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetBoundObjects, ObjectBinding) == 0x000000, "Member 'MovieSceneSequencePlayer_GetBoundObjects::ObjectBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetBoundObjects, ReturnValue) == 0x000018, "Member 'MovieSceneSequencePlayer_GetBoundObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetDisableCameraCuts \ static_assert(alignof(MovieSceneSequencePlayer_GetDisableCameraCuts) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_GetDisableCameraCuts"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetDisableCameraCuts) == 0x000001, "Wrong size on MovieSceneSequencePlayer_GetDisableCameraCuts"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetDisableCameraCuts, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetDisableCameraCuts::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetObjectBindings \ static_assert(alignof(MovieSceneSequencePlayer_GetObjectBindings) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetObjectBindings"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetObjectBindings) == 0x000018, "Wrong size on MovieSceneSequencePlayer_GetObjectBindings"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetObjectBindings, InObject) == 0x000000, "Member 'MovieSceneSequencePlayer_GetObjectBindings::InObject' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequencePlayer_GetObjectBindings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToFrame \ static_assert(alignof(MovieSceneSequencePlayer_JumpToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_JumpToFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_JumpToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_JumpToFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_JumpToFrame, newPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToFrame::newPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToMarkedFrame \ static_assert(alignof(MovieSceneSequencePlayer_JumpToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_JumpToMarkedFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_JumpToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_JumpToMarkedFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_JumpToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToMarkedFrame::InLabel' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_JumpToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_JumpToMarkedFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToSeconds \ static_assert(alignof(MovieSceneSequencePlayer_JumpToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_JumpToSeconds"); \ static_assert(sizeof(MovieSceneSequencePlayer_JumpToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_JumpToSeconds"); \ static_assert(offsetof(MovieSceneSequencePlayer_JumpToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToSeconds::TimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayLooping \ static_assert(alignof(MovieSceneSequencePlayer_PlayLooping) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayLooping"); \ static_assert(sizeof(MovieSceneSequencePlayer_PlayLooping) == 0x000004, "Wrong size on MovieSceneSequencePlayer_PlayLooping"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayLooping, NumLoops) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayLooping::NumLoops' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayTo \ static_assert(alignof(MovieSceneSequencePlayer_PlayTo) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_PlayTo"); \ static_assert(sizeof(MovieSceneSequencePlayer_PlayTo) == 0x000028, "Wrong size on MovieSceneSequencePlayer_PlayTo"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayTo, PlaybackParams) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayTo::PlaybackParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToFrame \ static_assert(alignof(MovieSceneSequencePlayer_PlayToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayToFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_PlayToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_PlayToFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayToFrame, newPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToFrame::newPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToMarkedFrame \ static_assert(alignof(MovieSceneSequencePlayer_PlayToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_PlayToMarkedFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_PlayToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_PlayToMarkedFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToMarkedFrame::InLabel' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_PlayToMarkedFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToSeconds \ static_assert(alignof(MovieSceneSequencePlayer_PlayToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayToSeconds"); \ static_assert(sizeof(MovieSceneSequencePlayer_PlayToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_PlayToSeconds"); \ static_assert(offsetof(MovieSceneSequencePlayer_PlayToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToSeconds::TimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent \ static_assert(alignof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent"); \ static_assert(sizeof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent"); \ static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, Method) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::Method' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, RelevantTime) == 0x000004, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::RelevantTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_OnStopEvent \ static_assert(alignof(MovieSceneSequencePlayer_RPC_OnStopEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ static_assert(sizeof(MovieSceneSequencePlayer_RPC_OnStopEvent) == 0x000008, "Wrong size on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnStopEvent, StoppedTime) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_OnStopEvent::StoppedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToFrame \ static_assert(alignof(MovieSceneSequencePlayer_ScrubToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_ScrubToFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_ScrubToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_ScrubToFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_ScrubToFrame, newPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToFrame::newPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToMarkedFrame \ static_assert(alignof(MovieSceneSequencePlayer_ScrubToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_ScrubToMarkedFrame"); \ static_assert(sizeof(MovieSceneSequencePlayer_ScrubToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_ScrubToMarkedFrame"); \ static_assert(offsetof(MovieSceneSequencePlayer_ScrubToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToMarkedFrame::InLabel' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_ScrubToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_ScrubToMarkedFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToSeconds \ static_assert(alignof(MovieSceneSequencePlayer_ScrubToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_ScrubToSeconds"); \ static_assert(sizeof(MovieSceneSequencePlayer_ScrubToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_ScrubToSeconds"); \ static_assert(offsetof(MovieSceneSequencePlayer_ScrubToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToSeconds::TimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetDisableCameraCuts \ static_assert(alignof(MovieSceneSequencePlayer_SetDisableCameraCuts) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_SetDisableCameraCuts"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetDisableCameraCuts) == 0x000001, "Wrong size on MovieSceneSequencePlayer_SetDisableCameraCuts"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetDisableCameraCuts, bInDisableCameraCuts) == 0x000000, "Member 'MovieSceneSequencePlayer_SetDisableCameraCuts::bInDisableCameraCuts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetFrameRange \ static_assert(alignof(MovieSceneSequencePlayer_SetFrameRange) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetFrameRange"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetFrameRange) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_SetFrameRange"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, StartFrame) == 0x000000, "Member 'MovieSceneSequencePlayer_SetFrameRange::StartFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, Duration) == 0x000004, "Member 'MovieSceneSequencePlayer_SetFrameRange::Duration' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, SubFrames) == 0x000008, "Member 'MovieSceneSequencePlayer_SetFrameRange::SubFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetFrameRate \ static_assert(alignof(MovieSceneSequencePlayer_SetFrameRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetFrameRate"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetFrameRate) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetFrameRate"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRate, FrameRate) == 0x000000, "Member 'MovieSceneSequencePlayer_SetFrameRate::FrameRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetPlaybackPosition \ static_assert(alignof(MovieSceneSequencePlayer_SetPlaybackPosition) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_SetPlaybackPosition"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetPlaybackPosition) == 0x000028, "Wrong size on MovieSceneSequencePlayer_SetPlaybackPosition"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetPlaybackPosition, PlaybackParams) == 0x000000, "Member 'MovieSceneSequencePlayer_SetPlaybackPosition::PlaybackParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetPlayRate \ static_assert(alignof(MovieSceneSequencePlayer_SetPlayRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetPlayRate"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetPlayRate) == 0x000004, "Wrong size on MovieSceneSequencePlayer_SetPlayRate"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetPlayRate, PlayRate) == 0x000000, "Member 'MovieSceneSequencePlayer_SetPlayRate::PlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetTimeRange \ static_assert(alignof(MovieSceneSequencePlayer_SetTimeRange) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetTimeRange"); \ static_assert(sizeof(MovieSceneSequencePlayer_SetTimeRange) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetTimeRange"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetTimeRange, StartTime_0) == 0x000000, "Member 'MovieSceneSequencePlayer_SetTimeRange::StartTime_0' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequencePlayer_SetTimeRange, Duration) == 0x000004, "Member 'MovieSceneSequencePlayer_SetTimeRange::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetCurrentTime \ static_assert(alignof(MovieSceneSequencePlayer_GetCurrentTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetCurrentTime"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetCurrentTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetCurrentTime"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetCurrentTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetCurrentTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetDuration \ static_assert(alignof(MovieSceneSequencePlayer_GetDuration) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetDuration"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetDuration) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetDuration"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetDuration, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetEndTime \ static_assert(alignof(MovieSceneSequencePlayer_GetEndTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetEndTime"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetEndTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetEndTime"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetEndTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetEndTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetFrameDuration \ static_assert(alignof(MovieSceneSequencePlayer_GetFrameDuration) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetFrameDuration"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetFrameDuration) == 0x000004, "Wrong size on MovieSceneSequencePlayer_GetFrameDuration"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetFrameDuration, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetFrameDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetFrameRate \ static_assert(alignof(MovieSceneSequencePlayer_GetFrameRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetFrameRate"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetFrameRate) == 0x000008, "Wrong size on MovieSceneSequencePlayer_GetFrameRate"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetFrameRate, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetPlayRate \ static_assert(alignof(MovieSceneSequencePlayer_GetPlayRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetPlayRate"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetPlayRate) == 0x000004, "Wrong size on MovieSceneSequencePlayer_GetPlayRate"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetPlayRate, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetPlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetSequence \ static_assert(alignof(MovieSceneSequencePlayer_GetSequence) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetSequence"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetSequence) == 0x000008, "Wrong size on MovieSceneSequencePlayer_GetSequence"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetSequence, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetStartTime \ static_assert(alignof(MovieSceneSequencePlayer_GetStartTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetStartTime"); \ static_assert(sizeof(MovieSceneSequencePlayer_GetStartTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetStartTime"); \ static_assert(offsetof(MovieSceneSequencePlayer_GetStartTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_IsPaused \ static_assert(alignof(MovieSceneSequencePlayer_IsPaused) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_IsPaused"); \ static_assert(sizeof(MovieSceneSequencePlayer_IsPaused) == 0x000001, "Wrong size on MovieSceneSequencePlayer_IsPaused"); \ static_assert(offsetof(MovieSceneSequencePlayer_IsPaused, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_IsPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_IsPlaying \ static_assert(alignof(MovieSceneSequencePlayer_IsPlaying) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_IsPlaying"); \ static_assert(sizeof(MovieSceneSequencePlayer_IsPlaying) == 0x000001, "Wrong size on MovieSceneSequencePlayer_IsPlaying"); \ static_assert(offsetof(MovieSceneSequencePlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequencePlayer_IsReversed \ static_assert(alignof(MovieSceneSequencePlayer_IsReversed) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_IsReversed"); \ static_assert(sizeof(MovieSceneSequencePlayer_IsReversed) == 0x000001, "Wrong size on MovieSceneSequencePlayer_IsReversed"); \ static_assert(offsetof(MovieSceneSequencePlayer_IsReversed, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_IsReversed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSequencePlayer \ static_assert(alignof(UMovieSceneSequencePlayer) == 0x000008, "Wrong alignment on UMovieSceneSequencePlayer"); \ static_assert(sizeof(UMovieSceneSequencePlayer) == 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_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_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_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_UMovieSceneNameableTrack \ static_assert(alignof(UMovieSceneNameableTrack) == 0x000008, "Wrong alignment on UMovieSceneNameableTrack"); \ static_assert(sizeof(UMovieSceneNameableTrack) == 0x000090, "Wrong size on UMovieSceneNameableTrack"); \ #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_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_UMovieSceneMasterInstantiatorSystem \ static_assert(alignof(UMovieSceneMasterInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneMasterInstantiatorSystem"); \ static_assert(sizeof(UMovieSceneMasterInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneMasterInstantiatorSystem"); \ #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_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_UMovieSceneHookSection \ static_assert(alignof(UMovieSceneHookSection) == 0x000008, "Wrong alignment on UMovieSceneHookSection"); \ static_assert(sizeof(UMovieSceneHookSection) == 0x000100, "Wrong size on UMovieSceneHookSection"); \ #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_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_INodeAndChannelMappings \ static_assert(alignof(INodeAndChannelMappings) == 0x000001, "Wrong alignment on INodeAndChannelMappings"); \ static_assert(sizeof(INodeAndChannelMappings) == 0x000001, "Wrong size on INodeAndChannelMappings"); \ #define DUMPER7_ASSERTS_UMovieSceneNodeGroup \ static_assert(alignof(UMovieSceneNodeGroup) == 0x000008, "Wrong alignment on UMovieSceneNodeGroup"); \ static_assert(sizeof(UMovieSceneNodeGroup) == 0x000028, "Wrong size on UMovieSceneNodeGroup"); \ #define DUMPER7_ASSERTS_UMovieSceneNodeGroupCollection \ static_assert(alignof(UMovieSceneNodeGroupCollection) == 0x000008, "Wrong alignment on UMovieSceneNodeGroupCollection"); \ static_assert(sizeof(UMovieSceneNodeGroupCollection) == 0x000028, "Wrong size on UMovieSceneNodeGroupCollection"); \ #define DUMPER7_ASSERTS_UMovieScene \ static_assert(alignof(UMovieScene) == 0x000008, "Wrong alignment on UMovieScene"); \ static_assert(sizeof(UMovieScene) == 0x000148, "Wrong size on UMovieScene"); \ static_assert(offsetof(UMovieScene, Spawnables) == 0x000050, "Member 'UMovieScene::Spawnables' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, Possessables) == 0x000060, "Member 'UMovieScene::Possessables' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, ObjectBindings) == 0x000070, "Member 'UMovieScene::ObjectBindings' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, BindingGroups) == 0x000080, "Member 'UMovieScene::BindingGroups' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, MasterTracks) == 0x0000D0, "Member 'UMovieScene::MasterTracks' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, CameraCutTrack) == 0x0000E0, "Member 'UMovieScene::CameraCutTrack' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, SelectionRange) == 0x0000E8, "Member 'UMovieScene::SelectionRange' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, PlaybackRange) == 0x0000F8, "Member 'UMovieScene::PlaybackRange' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, TickResolution) == 0x000108, "Member 'UMovieScene::TickResolution' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, DisplayRate) == 0x000110, "Member 'UMovieScene::DisplayRate' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, EvaluationType) == 0x000118, "Member 'UMovieScene::EvaluationType' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, ClockSource) == 0x000119, "Member 'UMovieScene::ClockSource' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, CustomClockSourcePath) == 0x000120, "Member 'UMovieScene::CustomClockSourcePath' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, MarkedFrames) == 0x000138, "Member 'UMovieScene::MarkedFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneBindingOverrides \ static_assert(alignof(UMovieSceneBindingOverrides) == 0x000008, "Wrong alignment on UMovieSceneBindingOverrides"); \ static_assert(sizeof(UMovieSceneBindingOverrides) == 0x000090, "Wrong size on UMovieSceneBindingOverrides"); \ static_assert(offsetof(UMovieSceneBindingOverrides, BindingData) == 0x000028, "Member 'UMovieSceneBindingOverrides::BindingData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneBindingOwnerInterface \ static_assert(alignof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong alignment on IMovieSceneBindingOwnerInterface"); \ static_assert(sizeof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong size on IMovieSceneBindingOwnerInterface"); \ #define DUMPER7_ASSERTS_UMovieSceneBlenderSystem \ static_assert(alignof(UMovieSceneBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneBlenderSystem"); \ static_assert(sizeof(UMovieSceneBlenderSystem) == 0x000068, "Wrong size on UMovieSceneBlenderSystem"); \ #define DUMPER7_ASSERTS_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_UMovieSceneBoundSceneComponentInstantiator \ static_assert(alignof(UMovieSceneBoundSceneComponentInstantiator) == 0x000008, "Wrong alignment on UMovieSceneBoundSceneComponentInstantiator"); \ static_assert(sizeof(UMovieSceneBoundSceneComponentInstantiator) == 0x000040, "Wrong size on UMovieSceneBoundSceneComponentInstantiator"); \ #define DUMPER7_ASSERTS_IMovieSceneSceneComponentImpersonator \ static_assert(alignof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong alignment on IMovieSceneSceneComponentImpersonator"); \ static_assert(sizeof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong size on IMovieSceneSceneComponentImpersonator"); \ #define DUMPER7_ASSERTS_UMovieSceneCompiledData \ static_assert(alignof(UMovieSceneCompiledData) == 0x000008, "Wrong alignment on UMovieSceneCompiledData"); \ static_assert(sizeof(UMovieSceneCompiledData) == 0x0003F8, "Wrong size on UMovieSceneCompiledData"); \ static_assert(offsetof(UMovieSceneCompiledData, EvaluationTemplate) == 0x000028, "Member 'UMovieSceneCompiledData::EvaluationTemplate' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, Hierarchy) == 0x000188, "Member 'UMovieSceneCompiledData::Hierarchy' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, EntityComponentField) == 0x0002A0, "Member 'UMovieSceneCompiledData::EntityComponentField' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, TrackTemplateField) == 0x000390, "Member 'UMovieSceneCompiledData::TrackTemplateField' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, DeterminismFences) == 0x0003C0, "Member 'UMovieSceneCompiledData::DeterminismFences' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, CompiledSignature) == 0x0003D0, "Member 'UMovieSceneCompiledData::CompiledSignature' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, CompilerVersion) == 0x0003E0, "Member 'UMovieSceneCompiledData::CompilerVersion' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, AccumulatedMask) == 0x0003F0, "Member 'UMovieSceneCompiledData::AccumulatedMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, AllocatedMask) == 0x0003F1, "Member 'UMovieSceneCompiledData::AllocatedMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, AccumulatedFlags) == 0x0003F2, "Member 'UMovieSceneCompiledData::AccumulatedFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UMovieSceneEvalTimeSystem \ static_assert(alignof(UMovieSceneEvalTimeSystem) == 0x000008, "Wrong alignment on UMovieSceneEvalTimeSystem"); \ static_assert(sizeof(UMovieSceneEvalTimeSystem) == 0x000050, "Wrong size on UMovieSceneEvalTimeSystem"); \ #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_IMovieSceneKeyProxy \ static_assert(alignof(IMovieSceneKeyProxy) == 0x000001, "Wrong alignment on IMovieSceneKeyProxy"); \ static_assert(sizeof(IMovieSceneKeyProxy) == 0x000001, "Wrong size on IMovieSceneKeyProxy"); \ #define DUMPER7_ASSERTS_IMovieScenePreAnimatedStateSystemInterface \ static_assert(alignof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong alignment on IMovieScenePreAnimatedStateSystemInterface"); \ static_assert(sizeof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong size on IMovieScenePreAnimatedStateSystemInterface"); \ #define DUMPER7_ASSERTS_UMovieSceneCachePreAnimatedStateSystem \ static_assert(alignof(UMovieSceneCachePreAnimatedStateSystem) == 0x000008, "Wrong alignment on UMovieSceneCachePreAnimatedStateSystem"); \ static_assert(sizeof(UMovieSceneCachePreAnimatedStateSystem) == 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_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_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_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_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_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) == 0x000280, "Wrong size on ATemplateSequenceActor"); \ static_assert(offsetof(ATemplateSequenceActor, PlaybackSettings) == 0x000238, "Member 'ATemplateSequenceActor::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, SequencePlayer) == 0x000250, "Member 'ATemplateSequenceActor::SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, TemplateSequence) == 0x000258, "Member 'ATemplateSequenceActor::TemplateSequence' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, BindingOverride) == 0x000270, "Member 'ATemplateSequenceActor::BindingOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequencePlayer_CreateTemplateSequencePlayer \ static_assert(alignof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ static_assert(sizeof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000038, "Wrong size on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, WorldContextObject) == 0x000000, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, TemplateSequence) == 0x000008, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::TemplateSequence' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, Settings) == 0x000010, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::Settings' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, OutActor) == 0x000028, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::OutActor' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, ReturnValue) == 0x000030, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTemplateSequencePlayer \ static_assert(alignof(UTemplateSequencePlayer) == 0x000008, "Wrong alignment on UTemplateSequencePlayer"); \ static_assert(sizeof(UTemplateSequencePlayer) == 0x0004F0, "Wrong size on UTemplateSequencePlayer"); \ #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_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_FMyPluginStruct \ static_assert(alignof(FMyPluginStruct) == 0x000008, "Wrong alignment on FMyPluginStruct"); \ static_assert(sizeof(FMyPluginStruct) == 0x000010, "Wrong size on FMyPluginStruct"); \ static_assert(offsetof(FMyPluginStruct, TestString) == 0x000000, "Member 'FMyPluginStruct::TestString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMyPluginObject \ static_assert(alignof(UMyPluginObject) == 0x000008, "Wrong alignment on UMyPluginObject"); \ static_assert(sizeof(UMyPluginObject) == 0x000038, "Wrong size on UMyPluginObject"); \ static_assert(offsetof(UMyPluginObject, MyStruct) == 0x000028, "Member 'UMyPluginObject::MyStruct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioCurveSourceComponent \ static_assert(alignof(UAudioCurveSourceComponent) == 0x000010, "Wrong alignment on UAudioCurveSourceComponent"); \ static_assert(sizeof(UAudioCurveSourceComponent) == 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_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_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_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_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_UDatasmithAssetImportData \ static_assert(alignof(UDatasmithAssetImportData) == 0x000008, "Wrong alignment on UDatasmithAssetImportData"); \ static_assert(sizeof(UDatasmithAssetImportData) == 0x000028, "Wrong size on UDatasmithAssetImportData"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshImportData \ static_assert(alignof(UDatasmithStaticMeshImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshImportData"); \ static_assert(sizeof(UDatasmithStaticMeshImportData) == 0x000028, "Wrong size on UDatasmithStaticMeshImportData"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshCADImportData \ static_assert(alignof(UDatasmithStaticMeshCADImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshCADImportData"); \ static_assert(sizeof(UDatasmithStaticMeshCADImportData) == 0x000028, "Wrong size on UDatasmithStaticMeshCADImportData"); \ #define DUMPER7_ASSERTS_UDatasmithObjectTemplate \ static_assert(alignof(UDatasmithObjectTemplate) == 0x000008, "Wrong alignment on UDatasmithObjectTemplate"); \ static_assert(sizeof(UDatasmithObjectTemplate) == 0x000030, "Wrong size on UDatasmithObjectTemplate"); \ #define DUMPER7_ASSERTS_UDatasmithActorTemplate \ static_assert(alignof(UDatasmithActorTemplate) == 0x000008, "Wrong alignment on UDatasmithActorTemplate"); \ static_assert(sizeof(UDatasmithActorTemplate) == 0x0000D0, "Wrong size on UDatasmithActorTemplate"); \ static_assert(offsetof(UDatasmithActorTemplate, Layers) == 0x000030, "Member 'UDatasmithActorTemplate::Layers' has a wrong offset!"); \ static_assert(offsetof(UDatasmithActorTemplate, Tags) == 0x000080, "Member 'UDatasmithActorTemplate::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithAdditionalData \ static_assert(alignof(UDatasmithAdditionalData) == 0x000008, "Wrong alignment on UDatasmithAdditionalData"); \ static_assert(sizeof(UDatasmithAdditionalData) == 0x000028, "Wrong size on UDatasmithAdditionalData"); \ #define DUMPER7_ASSERTS_ADatasmithAreaLightActor \ static_assert(alignof(ADatasmithAreaLightActor) == 0x000008, "Wrong alignment on ADatasmithAreaLightActor"); \ static_assert(sizeof(ADatasmithAreaLightActor) == 0x000280, "Wrong size on ADatasmithAreaLightActor"); \ static_assert(offsetof(ADatasmithAreaLightActor, Mobility) == 0x000228, "Member 'ADatasmithAreaLightActor::Mobility' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, LightType) == 0x000229, "Member 'ADatasmithAreaLightActor::LightType' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, LightShape) == 0x00022A, "Member 'ADatasmithAreaLightActor::LightShape' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Dimensions) == 0x00022C, "Member 'ADatasmithAreaLightActor::Dimensions' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Intensity) == 0x000234, "Member 'ADatasmithAreaLightActor::Intensity' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IntensityUnits) == 0x000238, "Member 'ADatasmithAreaLightActor::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Color) == 0x00023C, "Member 'ADatasmithAreaLightActor::Color' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Temperature) == 0x00024C, "Member 'ADatasmithAreaLightActor::Temperature' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IESTexture) == 0x000250, "Member 'ADatasmithAreaLightActor::IESTexture' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, bUseIESBrightness) == 0x000258, "Member 'ADatasmithAreaLightActor::bUseIESBrightness' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IESBrightnessScale) == 0x00025C, "Member 'ADatasmithAreaLightActor::IESBrightnessScale' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Rotation) == 0x000260, "Member 'ADatasmithAreaLightActor::Rotation' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SourceRadius) == 0x00026C, "Member 'ADatasmithAreaLightActor::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SourceLength) == 0x000270, "Member 'ADatasmithAreaLightActor::SourceLength' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, AttenuationRadius) == 0x000274, "Member 'ADatasmithAreaLightActor::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SpotlightInnerAngle) == 0x000278, "Member 'ADatasmithAreaLightActor::SpotlightInnerAngle' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SpotlightOuterAngle) == 0x00027C, "Member 'ADatasmithAreaLightActor::SpotlightOuterAngle' has a wrong offset!"); \ #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_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) == 0x000238, "Wrong size on ADatasmithImportedSequencesActor"); \ static_assert(offsetof(ADatasmithImportedSequencesActor, ImportedSequences) == 0x000228, "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) == 0x000280, "Wrong size on ADatasmithSceneActor"); \ static_assert(offsetof(ADatasmithSceneActor, Scene) == 0x000228, "Member 'ADatasmithSceneActor::Scene' has a wrong offset!"); \ static_assert(offsetof(ADatasmithSceneActor, RelatedActors) == 0x000230, "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_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) == 0x000290, "Wrong size on ALevelVariantSetsActor"); \ static_assert(offsetof(ALevelVariantSetsActor, LevelVariantSets) == 0x000228, "Member 'ALevelVariantSetsActor::LevelVariantSets' has a wrong offset!"); \ static_assert(offsetof(ALevelVariantSetsActor, DirectorInstances) == 0x000240, "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) == 0x000250, "Wrong size on ASwitchActor"); \ static_assert(offsetof(ASwitchActor, SceneComponent) == 0x000240, "Member 'ASwitchActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ASwitchActor, LastSelectedOption) == 0x000248, "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_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) == 0x000230, "Wrong size on AGeometryCacheActor"); \ static_assert(offsetof(AGeometryCacheActor, GeometryCacheComponent) == 0x000228, "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_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_AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot \ static_assert(alignof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot) == 0x000008, "Wrong alignment on AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot"); \ static_assert(sizeof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot) == 0x000028, "Wrong size on AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot"); \ static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, ScreenshotName) == 0x000000, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::ScreenshotName' has a wrong offset!"); \ static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MaxGlobalError) == 0x000010, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MaxGlobalError' has a wrong offset!"); \ static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MaxLocalError) == 0x000014, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MaxLocalError' has a wrong offset!"); \ static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MapNameOverride) == 0x000018, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MapNameOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAutomationUtilsBlueprintLibrary \ static_assert(alignof(UAutomationUtilsBlueprintLibrary) == 0x000008, "Wrong alignment on UAutomationUtilsBlueprintLibrary"); \ static_assert(sizeof(UAutomationUtilsBlueprintLibrary) == 0x000028, "Wrong size on UAutomationUtilsBlueprintLibrary"); \ #define DUMPER7_ASSERTS_FClothCollisionPrim_Sphere \ static_assert(alignof(FClothCollisionPrim_Sphere) == 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_UClothingInteractor \ static_assert(alignof(UClothingInteractor) == 0x000008, "Wrong alignment on UClothingInteractor"); \ static_assert(sizeof(UClothingInteractor) == 0x000030, "Wrong size on UClothingInteractor"); \ #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_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_UClothPhysicalMeshDataBase_Legacy \ static_assert(alignof(UClothPhysicalMeshDataBase_Legacy) == 0x000008, "Wrong alignment on UClothPhysicalMeshDataBase_Legacy"); \ static_assert(sizeof(UClothPhysicalMeshDataBase_Legacy) == 0x0000E0, "Wrong size on UClothPhysicalMeshDataBase_Legacy"); \ static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Vertices) == 0x000028, "Member 'UClothPhysicalMeshDataBase_Legacy::Vertices' has a wrong offset!"); \ static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Normals) == 0x000038, "Member 'UClothPhysicalMeshDataBase_Legacy::Normals' has a wrong offset!"); \ static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Indices) == 0x000048, "Member 'UClothPhysicalMeshDataBase_Legacy::Indices' has a wrong offset!"); \ static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, InverseMasses) == 0x000058, "Member 'UClothPhysicalMeshDataBase_Legacy::InverseMasses' has a wrong offset!"); \ static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, BoneData) == 0x000068, "Member 'UClothPhysicalMeshDataBase_Legacy::BoneData' has a wrong offset!"); \ static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, NumFixedVerts) == 0x000078, "Member 'UClothPhysicalMeshDataBase_Legacy::NumFixedVerts' has a wrong offset!"); \ static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, MaxBoneWeights) == 0x00007C, "Member 'UClothPhysicalMeshDataBase_Legacy::MaxBoneWeights' has a wrong offset!"); \ static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, SelfCollisionIndices) == 0x000080, "Member 'UClothPhysicalMeshDataBase_Legacy::SelfCollisionIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothConstraintSetup_Legacy \ static_assert(alignof(FClothConstraintSetup_Legacy) == 0x000004, "Wrong alignment on FClothConstraintSetup_Legacy"); \ static_assert(sizeof(FClothConstraintSetup_Legacy) == 0x000010, "Wrong size on FClothConstraintSetup_Legacy"); \ static_assert(offsetof(FClothConstraintSetup_Legacy, Stiffness) == 0x000000, "Member 'FClothConstraintSetup_Legacy::Stiffness' has a wrong offset!"); \ static_assert(offsetof(FClothConstraintSetup_Legacy, StiffnessMultiplier) == 0x000004, "Member 'FClothConstraintSetup_Legacy::StiffnessMultiplier' has a wrong offset!"); \ static_assert(offsetof(FClothConstraintSetup_Legacy, StretchLimit) == 0x000008, "Member 'FClothConstraintSetup_Legacy::StretchLimit' has a wrong offset!"); \ static_assert(offsetof(FClothConstraintSetup_Legacy, CompressionLimit) == 0x00000C, "Member 'FClothConstraintSetup_Legacy::CompressionLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothConfig_Legacy \ static_assert(alignof(FClothConfig_Legacy) == 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_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_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_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_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_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_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_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_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_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_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_FMovieSceneNiagaraSystemTrackImplementation \ static_assert(alignof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackImplementation"); \ static_assert(sizeof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000028, "Wrong size on FMovieSceneNiagaraSystemTrackImplementation"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionStartFrame) == 0x000010, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionStartFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndFrame) == 0x000014, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionStartBehavior) == 0x000018, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionStartBehavior' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEvaluateBehavior) == 0x00001C, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEvaluateBehavior' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndBehavior) == 0x000020, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndBehavior' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, AgeUpdateMode) == 0x000024, "Member 'FMovieSceneNiagaraSystemTrackImplementation::AgeUpdateMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraSystemTrackTemplate \ static_assert(alignof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000020, "Wrong size on FMovieSceneNiagaraSystemTrackTemplate"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraVectorParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x0002C8, "Wrong size on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, VectorChannels) == 0x000040, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::VectorChannels' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, ChannelsUsed) == 0x0002C0, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::ChannelsUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraBakerTextureSource \ static_assert(alignof(FNiagaraBakerTextureSource) == 0x000004, "Wrong alignment on FNiagaraBakerTextureSource"); \ static_assert(sizeof(FNiagaraBakerTextureSource) == 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_FNiagaraScalabilityState \ static_assert(alignof(FNiagaraScalabilityState) == 0x000004, "Wrong alignment on FNiagaraScalabilityState"); \ static_assert(sizeof(FNiagaraScalabilityState) == 0x000008, "Wrong size on FNiagaraScalabilityState"); \ static_assert(offsetof(FNiagaraScalabilityState, Significance) == 0x000000, "Member 'FNiagaraScalabilityState::Significance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraCompileDependency \ static_assert(alignof(FNiagaraCompileDependency) == 0x000008, "Wrong alignment on FNiagaraCompileDependency"); \ static_assert(sizeof(FNiagaraCompileDependency) == 0x000050, "Wrong size on FNiagaraCompileDependency"); \ static_assert(offsetof(FNiagaraCompileDependency, LinkerErrorMessage) == 0x000000, "Member 'FNiagaraCompileDependency::LinkerErrorMessage' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, NodeGuid) == 0x000010, "Member 'FNiagaraCompileDependency::NodeGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, PinGuid) == 0x000020, "Member 'FNiagaraCompileDependency::PinGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, StackGuids) == 0x000030, "Member 'FNiagaraCompileDependency::StackGuids' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, DependentVariable) == 0x000040, "Member 'FNiagaraCompileDependency::DependentVariable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraRandInfo \ static_assert(alignof(FNiagaraRandInfo) == 0x000004, "Wrong alignment on FNiagaraRandInfo"); \ static_assert(sizeof(FNiagaraRandInfo) == 0x00000C, "Wrong size on FNiagaraRandInfo"); \ static_assert(offsetof(FNiagaraRandInfo, Seed1) == 0x000000, "Member 'FNiagaraRandInfo::Seed1' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRandInfo, Seed2) == 0x000004, "Member 'FNiagaraRandInfo::Seed2' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRandInfo, Seed3) == 0x000008, "Member 'FNiagaraRandInfo::Seed3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraUserParameterBinding \ static_assert(alignof(FNiagaraUserParameterBinding) == 0x000008, "Wrong alignment on FNiagaraUserParameterBinding"); \ static_assert(sizeof(FNiagaraUserParameterBinding) == 0x000020, "Wrong size on FNiagaraUserParameterBinding"); \ static_assert(offsetof(FNiagaraUserParameterBinding, Parameter) == 0x000000, "Member 'FNiagaraUserParameterBinding::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptVariableBinding \ static_assert(alignof(FNiagaraScriptVariableBinding) == 0x000004, "Wrong alignment on FNiagaraScriptVariableBinding"); \ static_assert(sizeof(FNiagaraScriptVariableBinding) == 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_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_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_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_FBasicParticleData \ static_assert(alignof(FBasicParticleData) == 0x000004, "Wrong alignment on FBasicParticleData"); \ static_assert(sizeof(FBasicParticleData) == 0x00001C, "Wrong size on FBasicParticleData"); \ static_assert(offsetof(FBasicParticleData, Position) == 0x000000, "Member 'FBasicParticleData::Position' has a wrong offset!"); \ static_assert(offsetof(FBasicParticleData, Size) == 0x00000C, "Member 'FBasicParticleData::Size' has a wrong offset!"); \ static_assert(offsetof(FBasicParticleData, Velocity) == 0x000010, "Member 'FBasicParticleData::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshTriCoordinate \ static_assert(alignof(FMeshTriCoordinate) == 0x000004, "Wrong alignment on FMeshTriCoordinate"); \ static_assert(sizeof(FMeshTriCoordinate) == 0x000010, "Wrong size on FMeshTriCoordinate"); \ static_assert(offsetof(FMeshTriCoordinate, Tri) == 0x000000, "Member 'FMeshTriCoordinate::Tri' has a wrong offset!"); \ static_assert(offsetof(FMeshTriCoordinate, BaryCoord) == 0x000004, "Member 'FMeshTriCoordinate::BaryCoord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNDIStaticMeshSectionFilter \ static_assert(alignof(FNDIStaticMeshSectionFilter) == 0x000008, "Wrong alignment on FNDIStaticMeshSectionFilter"); \ static_assert(sizeof(FNDIStaticMeshSectionFilter) == 0x000010, "Wrong size on FNDIStaticMeshSectionFilter"); \ static_assert(offsetof(FNDIStaticMeshSectionFilter, AllowedMaterialSlots) == 0x000000, "Member 'FNDIStaticMeshSectionFilter::AllowedMaterialSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraTypeLayoutInfo \ static_assert(alignof(FNiagaraTypeLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraTypeLayoutInfo"); \ static_assert(sizeof(FNiagaraTypeLayoutInfo) == 0x000060, "Wrong size on FNiagaraTypeLayoutInfo"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentByteOffsets) == 0x000000, "Member 'FNiagaraTypeLayoutInfo::FloatComponentByteOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentRegisterOffsets) == 0x000010, "Member 'FNiagaraTypeLayoutInfo::FloatComponentRegisterOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentByteOffsets) == 0x000020, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentByteOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentRegisterOffsets) == 0x000030, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentRegisterOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentByteOffsets) == 0x000040, "Member 'FNiagaraTypeLayoutInfo::HalfComponentByteOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentRegisterOffsets) == 0x000050, "Member 'FNiagaraTypeLayoutInfo::HalfComponentRegisterOffsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariableLayoutInfo \ static_assert(alignof(FNiagaraVariableLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraVariableLayoutInfo"); \ static_assert(sizeof(FNiagaraVariableLayoutInfo) == 0x000070, "Wrong size on FNiagaraVariableLayoutInfo"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, FloatComponentStart) == 0x000000, "Member 'FNiagaraVariableLayoutInfo::FloatComponentStart' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, Int32ComponentStart) == 0x000004, "Member 'FNiagaraVariableLayoutInfo::Int32ComponentStart' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, HalfComponentStart) == 0x000008, "Member 'FNiagaraVariableLayoutInfo::HalfComponentStart' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, LayoutInfo) == 0x000010, "Member 'FNiagaraVariableLayoutInfo::LayoutInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDataSetCompiledData \ static_assert(alignof(FNiagaraDataSetCompiledData) == 0x000008, "Wrong alignment on FNiagaraDataSetCompiledData"); \ static_assert(sizeof(FNiagaraDataSetCompiledData) == 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_FNiagaraSimpleClientInfo \ static_assert(alignof(FNiagaraSimpleClientInfo) == 0x000008, "Wrong alignment on FNiagaraSimpleClientInfo"); \ static_assert(sizeof(FNiagaraSimpleClientInfo) == 0x000040, "Wrong size on FNiagaraSimpleClientInfo"); \ static_assert(offsetof(FNiagaraSimpleClientInfo, Systems) == 0x000000, "Member 'FNiagaraSimpleClientInfo::Systems' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSimpleClientInfo, Actors) == 0x000010, "Member 'FNiagaraSimpleClientInfo::Actors' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSimpleClientInfo, Components) == 0x000020, "Member 'FNiagaraSimpleClientInfo::Components' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSimpleClientInfo, Emitters) == 0x000030, "Member 'FNiagaraSimpleClientInfo::Emitters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerCaptureSettings \ static_assert(alignof(FNiagaraOutlinerCaptureSettings) == 0x000004, "Wrong alignment on FNiagaraOutlinerCaptureSettings"); \ static_assert(sizeof(FNiagaraOutlinerCaptureSettings) == 0x00000C, "Wrong size on FNiagaraOutlinerCaptureSettings"); \ static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bTriggerCapture) == 0x000000, "Member 'FNiagaraOutlinerCaptureSettings::bTriggerCapture' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerCaptureSettings, CaptureDelayFrames) == 0x000004, "Member 'FNiagaraOutlinerCaptureSettings::CaptureDelayFrames' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bGatherPerfData) == 0x000008, "Member 'FNiagaraOutlinerCaptureSettings::bGatherPerfData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraRequestSimpleClientInfoMessage \ static_assert(alignof(FNiagaraRequestSimpleClientInfoMessage) == 0x000001, "Wrong alignment on FNiagaraRequestSimpleClientInfoMessage"); \ static_assert(sizeof(FNiagaraRequestSimpleClientInfoMessage) == 0x000001, "Wrong size on FNiagaraRequestSimpleClientInfoMessage"); \ #define DUMPER7_ASSERTS_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_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_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_FNiagaraDebuggerExecuteConsoleCommand \ static_assert(alignof(FNiagaraDebuggerExecuteConsoleCommand) == 0x000008, "Wrong alignment on FNiagaraDebuggerExecuteConsoleCommand"); \ static_assert(sizeof(FNiagaraDebuggerExecuteConsoleCommand) == 0x000018, "Wrong size on FNiagaraDebuggerExecuteConsoleCommand"); \ static_assert(offsetof(FNiagaraDebuggerExecuteConsoleCommand, Command) == 0x000000, "Member 'FNiagaraDebuggerExecuteConsoleCommand::Command' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebuggerExecuteConsoleCommand, bRequiresWorld) == 0x000010, "Member 'FNiagaraDebuggerExecuteConsoleCommand::bRequiresWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDebuggerConnectionClosed \ static_assert(alignof(FNiagaraDebuggerConnectionClosed) == 0x000004, "Wrong alignment on FNiagaraDebuggerConnectionClosed"); \ static_assert(sizeof(FNiagaraDebuggerConnectionClosed) == 0x000020, "Wrong size on FNiagaraDebuggerConnectionClosed"); \ static_assert(offsetof(FNiagaraDebuggerConnectionClosed, SessionId) == 0x000000, "Member 'FNiagaraDebuggerConnectionClosed::SessionId' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebuggerConnectionClosed, InstanceId) == 0x000010, "Member 'FNiagaraDebuggerConnectionClosed::InstanceId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDebuggerAcceptConnection \ static_assert(alignof(FNiagaraDebuggerAcceptConnection) == 0x000004, "Wrong alignment on FNiagaraDebuggerAcceptConnection"); \ static_assert(sizeof(FNiagaraDebuggerAcceptConnection) == 0x000020, "Wrong size on FNiagaraDebuggerAcceptConnection"); \ static_assert(offsetof(FNiagaraDebuggerAcceptConnection, SessionId) == 0x000000, "Member 'FNiagaraDebuggerAcceptConnection::SessionId' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebuggerAcceptConnection, InstanceId) == 0x000010, "Member 'FNiagaraDebuggerAcceptConnection::InstanceId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FNiagaraParameters \ static_assert(alignof(FNiagaraParameters) == 0x000008, "Wrong alignment on FNiagaraParameters"); \ static_assert(sizeof(FNiagaraParameters) == 0x000010, "Wrong size on FNiagaraParameters"); \ static_assert(offsetof(FNiagaraParameters, Parameters) == 0x000000, "Member 'FNiagaraParameters::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariableWithOffset \ static_assert(alignof(FNiagaraVariableWithOffset) == 0x000004, "Wrong alignment on FNiagaraVariableWithOffset"); \ static_assert(sizeof(FNiagaraVariableWithOffset) == 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_FNiagaraPerfBaselineStats \ static_assert(alignof(FNiagaraPerfBaselineStats) == 0x000004, "Wrong alignment on FNiagaraPerfBaselineStats"); \ static_assert(sizeof(FNiagaraPerfBaselineStats) == 0x000010, "Wrong size on FNiagaraPerfBaselineStats"); \ static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceAvg_GT) == 0x000000, "Member 'FNiagaraPerfBaselineStats::PerInstanceAvg_GT' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceAvg_RT) == 0x000004, "Member 'FNiagaraPerfBaselineStats::PerInstanceAvg_RT' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceMax_GT) == 0x000008, "Member 'FNiagaraPerfBaselineStats::PerInstanceMax_GT' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceMax_RT) == 0x00000C, "Member 'FNiagaraPerfBaselineStats::PerInstanceMax_RT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraPlatformSetConflictEntry \ static_assert(alignof(FNiagaraPlatformSetConflictEntry) == 0x000004, "Wrong alignment on FNiagaraPlatformSetConflictEntry"); \ static_assert(sizeof(FNiagaraPlatformSetConflictEntry) == 0x00000C, "Wrong size on FNiagaraPlatformSetConflictEntry"); \ static_assert(offsetof(FNiagaraPlatformSetConflictEntry, ProfileName) == 0x000000, "Member 'FNiagaraPlatformSetConflictEntry::ProfileName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetConflictEntry, QualityLevelMask) == 0x000008, "Member 'FNiagaraPlatformSetConflictEntry::QualityLevelMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraPlatformSetConflictInfo \ static_assert(alignof(FNiagaraPlatformSetConflictInfo) == 0x000008, "Wrong alignment on FNiagaraPlatformSetConflictInfo"); \ static_assert(sizeof(FNiagaraPlatformSetConflictInfo) == 0x000018, "Wrong size on FNiagaraPlatformSetConflictInfo"); \ static_assert(offsetof(FNiagaraPlatformSetConflictInfo, SetAIndex) == 0x000000, "Member 'FNiagaraPlatformSetConflictInfo::SetAIndex' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetConflictInfo, SetBIndex) == 0x000004, "Member 'FNiagaraPlatformSetConflictInfo::SetBIndex' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetConflictInfo, Conflicts) == 0x000008, "Member 'FNiagaraPlatformSetConflictInfo::Conflicts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNiagaraScriptExecutionPaddingInfo \ static_assert(alignof(FNiagaraScriptExecutionPaddingInfo) == 0x000002, "Wrong alignment on FNiagaraScriptExecutionPaddingInfo"); \ static_assert(sizeof(FNiagaraScriptExecutionPaddingInfo) == 0x000008, "Wrong size on FNiagaraScriptExecutionPaddingInfo"); \ static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, SrcOffset) == 0x000000, "Member 'FNiagaraScriptExecutionPaddingInfo::SrcOffset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, DestOffset) == 0x000002, "Member 'FNiagaraScriptExecutionPaddingInfo::DestOffset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, SrcSize) == 0x000004, "Member 'FNiagaraScriptExecutionPaddingInfo::SrcSize' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, DestSize) == 0x000006, "Member 'FNiagaraScriptExecutionPaddingInfo::DestSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptExecutionParameterStore \ static_assert(alignof(FNiagaraScriptExecutionParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptExecutionParameterStore"); \ static_assert(sizeof(FNiagaraScriptExecutionParameterStore) == 0x000098, "Wrong size on FNiagaraScriptExecutionParameterStore"); \ static_assert(offsetof(FNiagaraScriptExecutionParameterStore, ParameterSize) == 0x000078, "Member 'FNiagaraScriptExecutionParameterStore::ParameterSize' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptExecutionParameterStore, PaddedParameterSize) == 0x00007C, "Member 'FNiagaraScriptExecutionParameterStore::PaddedParameterSize' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptExecutionParameterStore, PaddingInfo) == 0x000080, "Member 'FNiagaraScriptExecutionParameterStore::PaddingInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptHighlight \ static_assert(alignof(FNiagaraScriptHighlight) == 0x000008, "Wrong alignment on FNiagaraScriptHighlight"); \ static_assert(sizeof(FNiagaraScriptHighlight) == 0x000028, "Wrong size on FNiagaraScriptHighlight"); \ static_assert(offsetof(FNiagaraScriptHighlight, Color) == 0x000000, "Member 'FNiagaraScriptHighlight::Color' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptHighlight, DisplayName) == 0x000010, "Member 'FNiagaraScriptHighlight::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemCompileRequest \ static_assert(alignof(FNiagaraSystemCompileRequest) == 0x000008, "Wrong alignment on FNiagaraSystemCompileRequest"); \ static_assert(sizeof(FNiagaraSystemCompileRequest) == 0x000080, "Wrong size on FNiagaraSystemCompileRequest"); \ static_assert(offsetof(FNiagaraSystemCompileRequest, RootObjects) == 0x000008, "Member 'FNiagaraSystemCompileRequest::RootObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEmitterCompiledScriptPair \ static_assert(alignof(FEmitterCompiledScriptPair) == 0x000008, "Wrong alignment on FEmitterCompiledScriptPair"); \ static_assert(sizeof(FEmitterCompiledScriptPair) == 0x000090, "Wrong size on FEmitterCompiledScriptPair"); \ #define DUMPER7_ASSERTS_FNiagaraParameterDataSetBinding \ static_assert(alignof(FNiagaraParameterDataSetBinding) == 0x000004, "Wrong alignment on FNiagaraParameterDataSetBinding"); \ static_assert(sizeof(FNiagaraParameterDataSetBinding) == 0x000008, "Wrong size on FNiagaraParameterDataSetBinding"); \ static_assert(offsetof(FNiagaraParameterDataSetBinding, ParameterOffset) == 0x000000, "Member 'FNiagaraParameterDataSetBinding::ParameterOffset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraParameterDataSetBinding, DataSetComponentOffset) == 0x000004, "Member 'FNiagaraParameterDataSetBinding::DataSetComponentOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraParameterDataSetBindingCollection \ static_assert(alignof(FNiagaraParameterDataSetBindingCollection) == 0x000008, "Wrong alignment on FNiagaraParameterDataSetBindingCollection"); \ static_assert(sizeof(FNiagaraParameterDataSetBindingCollection) == 0x000020, "Wrong size on FNiagaraParameterDataSetBindingCollection"); \ static_assert(offsetof(FNiagaraParameterDataSetBindingCollection, FloatOffsets) == 0x000000, "Member 'FNiagaraParameterDataSetBindingCollection::FloatOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraParameterDataSetBindingCollection, Int32Offsets) == 0x000010, "Member 'FNiagaraParameterDataSetBindingCollection::Int32Offsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemCompiledData \ static_assert(alignof(FNiagaraSystemCompiledData) == 0x000008, "Wrong alignment on FNiagaraSystemCompiledData"); \ static_assert(sizeof(FNiagaraSystemCompiledData) == 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_FNiagaraNumeric \ static_assert(alignof(FNiagaraNumeric) == 0x000001, "Wrong alignment on FNiagaraNumeric"); \ static_assert(sizeof(FNiagaraNumeric) == 0x000001, "Wrong size on FNiagaraNumeric"); \ #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_FNiagaraWildcard \ static_assert(alignof(FNiagaraWildcard) == 0x000001, "Wrong alignment on FNiagaraWildcard"); \ static_assert(sizeof(FNiagaraWildcard) == 0x000001, "Wrong size on FNiagaraWildcard"); \ #define DUMPER7_ASSERTS_FNiagaraUserRedirectionParameterStore \ static_assert(alignof(FNiagaraUserRedirectionParameterStore) == 0x000008, "Wrong alignment on FNiagaraUserRedirectionParameterStore"); \ static_assert(sizeof(FNiagaraUserRedirectionParameterStore) == 0x0000C8, "Wrong size on FNiagaraUserRedirectionParameterStore"); \ static_assert(offsetof(FNiagaraUserRedirectionParameterStore, UserParameterRedirects) == 0x000078, "Member 'FNiagaraUserRedirectionParameterStore::UserParameterRedirects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariant \ static_assert(alignof(FNiagaraVariant) == 0x000008, "Wrong alignment on FNiagaraVariant"); \ static_assert(sizeof(FNiagaraVariant) == 0x000028, "Wrong size on FNiagaraVariant"); \ static_assert(offsetof(FNiagaraVariant, Object) == 0x000000, "Member 'FNiagaraVariant::Object' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariant, DataInterface) == 0x000008, "Member 'FNiagaraVariant::DataInterface' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariant, Bytes) == 0x000010, "Member 'FNiagaraVariant::Bytes' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariant, CurrentMode) == 0x000020, "Member 'FNiagaraVariant::CurrentMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraWorldManagerTickFunction \ static_assert(alignof(FNiagaraWorldManagerTickFunction) == 0x000008, "Wrong alignment on FNiagaraWorldManagerTickFunction"); \ static_assert(sizeof(FNiagaraWorldManagerTickFunction) == 0x000030, "Wrong size on FNiagaraWorldManagerTickFunction"); \ #define DUMPER7_ASSERTS_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_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_UMovieSceneNiagaraFloatParameterTrack \ static_assert(alignof(UMovieSceneNiagaraFloatParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraFloatParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraFloatParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraFloatParameterTrack"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterface \ static_assert(alignof(UNiagaraDataInterface) == 0x000008, "Wrong alignment on UNiagaraDataInterface"); \ static_assert(sizeof(UNiagaraDataInterface) == 0x000038, "Wrong size on UNiagaraDataInterface"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceRWBase \ static_assert(alignof(UNiagaraDataInterfaceRWBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRWBase"); \ static_assert(sizeof(UNiagaraDataInterfaceRWBase) == 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_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_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_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) == 0x000238, "Wrong size on ANiagaraActor"); \ static_assert(offsetof(ANiagaraActor, NiagaraComponent) == 0x000228, "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_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_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_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_UNiagaraDataInterfaceSimpleCounter \ static_assert(alignof(UNiagaraDataInterfaceSimpleCounter) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSimpleCounter"); \ static_assert(sizeof(UNiagaraDataInterfaceSimpleCounter) == 0x000038, "Wrong size on UNiagaraDataInterfaceSimpleCounter"); \ #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_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_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) == 0x000238, "Wrong size on ANiagaraPerfBaselineActor"); \ static_assert(offsetof(ANiagaraPerfBaselineActor, Controller) == 0x000228, "Member 'ANiagaraPerfBaselineActor::Controller' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPerfBaselineActor, Label) == 0x000230, "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) == 0x000228, "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) == 0x000278, "Wrong size on ANiagaraPreviewGrid"); \ static_assert(offsetof(ANiagaraPreviewGrid, System) == 0x000228, "Member 'ANiagaraPreviewGrid::System' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, ResetMode) == 0x000230, "Member 'ANiagaraPreviewGrid::ResetMode' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisX) == 0x000238, "Member 'ANiagaraPreviewGrid::PreviewAxisX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisY) == 0x000240, "Member 'ANiagaraPreviewGrid::PreviewAxisY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewClass) == 0x000248, "Member 'ANiagaraPreviewGrid::PreviewClass' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, SpacingX) == 0x000250, "Member 'ANiagaraPreviewGrid::SpacingX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, SpacingY) == 0x000254, "Member 'ANiagaraPreviewGrid::SpacingY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, NumX) == 0x000258, "Member 'ANiagaraPreviewGrid::NumX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, NumY) == 0x00025C, "Member 'ANiagaraPreviewGrid::NumY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewComponents) == 0x000260, "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_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_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_FFullAdventureState \ static_assert(alignof(FFullAdventureState) == 0x000001, "Wrong alignment on FFullAdventureState"); \ static_assert(sizeof(FFullAdventureState) == 0x00000D, "Wrong size on FFullAdventureState"); \ static_assert(offsetof(FFullAdventureState, Chapter_38_346BDF864FBECC6BC5F32B937FD2D66F) == 0x000000, "Member 'FFullAdventureState::Chapter_38_346BDF864FBECC6BC5F32B937FD2D66F' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, B12Flat_2_189E9C1447F7D1CCE4111EB1DC53C158) == 0x000001, "Member 'FFullAdventureState::B12Flat_2_189E9C1447F7D1CCE4111EB1DC53C158' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, SlumsPart1_5_C9FB9557440AAC382C1C269DFCBDFEB3) == 0x000002, "Member 'FFullAdventureState::SlumsPart1_5_C9FB9557440AAC382C1C269DFCBDFEB3' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, Rooftops_8_3105828E4EB14129DF841486C2DAF8B3) == 0x000003, "Member 'FFullAdventureState::Rooftops_8_3105828E4EB14129DF841486C2DAF8B3' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, SlumsPart2_11_73553BE941FFF398186E76802B677F24) == 0x000004, "Member 'FFullAdventureState::SlumsPart2_11_73553BE941FFF398186E76802B677F24' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, DeadEnd_14_DD8E9787484FF41EA85D9EAB4D3DAC4B) == 0x000005, "Member 'FFullAdventureState::DeadEnd_14_DD8E9787484FF41EA85D9EAB4D3DAC4B' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, Sewers_17_3E0C51B94CAF6755C142A9A74DA52875) == 0x000006, "Member 'FFullAdventureState::Sewers_17_3E0C51B94CAF6755C142A9A74DA52875' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, AntVillage_20_F52EE7714F24FCD7E495DCB7800184A2) == 0x000007, "Member 'FFullAdventureState::AntVillage_20_F52EE7714F24FCD7E495DCB7800184A2' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, MidtownPart1_23_26C2EC964D0B4D082837FBB5E5A0830E) == 0x000008, "Member 'FFullAdventureState::MidtownPart1_23_26C2EC964D0B4D082837FBB5E5A0830E' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, Factory_26_C2C1AACD4312A8CBE8EA4BB4A81E8B4F) == 0x000009, "Member 'FFullAdventureState::Factory_26_C2C1AACD4312A8CBE8EA4BB4A81E8B4F' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, MidtownPart2_29_351073B644EF0AA9B57384AA38DC287B) == 0x00000A, "Member 'FFullAdventureState::MidtownPart2_29_351073B644EF0AA9B57384AA38DC287B' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, Jail_32_DDE8EAD94581BDBB459FE7BEABCDA7F8) == 0x00000B, "Member 'FFullAdventureState::Jail_32_DDE8EAD94581BDBB459FE7BEABCDA7F8' has a wrong offset!"); \ static_assert(offsetof(FFullAdventureState, CleanCity_35_75B22A18440E49DE497C0D9407C85FDE) == 0x00000C, "Member 'FFullAdventureState::CleanCity_35_75B22A18440E49DE497C0D9407C85FDE' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotify_PlayNiagaraEffect_GetSpawnedEffect \ static_assert(alignof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong alignment on AnimNotify_PlayNiagaraEffect_GetSpawnedEffect"); \ static_assert(sizeof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong size on AnimNotify_PlayNiagaraEffect_GetSpawnedEffect"); \ static_assert(offsetof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect, ReturnValue) == 0x000000, "Member 'AnimNotify_PlayNiagaraEffect_GetSpawnedEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_PlayNiagaraEffect \ static_assert(alignof(UAnimNotify_PlayNiagaraEffect) == 0x000010, "Wrong alignment on UAnimNotify_PlayNiagaraEffect"); \ static_assert(sizeof(UAnimNotify_PlayNiagaraEffect) == 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_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_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_ABp_Cat_Cinematic_C \ static_assert(alignof(ABp_Cat_Cinematic_C) == 0x000008, "Wrong alignment on ABp_Cat_Cinematic_C"); \ static_assert(sizeof(ABp_Cat_Cinematic_C) == 0x000248, "Wrong size on ABp_Cat_Cinematic_C"); \ static_assert(offsetof(ABp_Cat_Cinematic_C, SKM_Cat) == 0x000228, "Member 'ABp_Cat_Cinematic_C::SKM_Cat' has a wrong offset!"); \ static_assert(offsetof(ABp_Cat_Cinematic_C, SKM_Backpack) == 0x000230, "Member 'ABp_Cat_Cinematic_C::SKM_Backpack' has a wrong offset!"); \ static_assert(offsetof(ABp_Cat_Cinematic_C, GFur) == 0x000238, "Member 'ABp_Cat_Cinematic_C::GFur' has a wrong offset!"); \ static_assert(offsetof(ABp_Cat_Cinematic_C, BackPack_) == 0x000240, "Member 'ABp_Cat_Cinematic_C::BackPack_' 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_BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint \ static_assert(alignof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint) == 0x000008, "Wrong alignment on BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint"); \ static_assert(sizeof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint) == 0x000158, "Wrong size on BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, EntryPoint) == 0x000000, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_IsValid_ReturnValue) == 0x000006, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_IsAssertEnabled_ReturnValue) == 0x000007, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_IsAssertEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_Event_OwnerController_2) == 0x000008, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_Event_OwnerController_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_Event_ControlledPawn_2) == 0x000010, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_Event_OwnerController_1) == 0x000018, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000030, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller) == 0x000040, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, Temp_bool_Has_Been_Initd_Variable_1) == 0x000049, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000050, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_DynamicCast_AsBP_Sentinel_Target_Point) == 0x000058, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_DynamicCast_AsBP_Sentinel_Target_Point' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_IsValid_ReturnValue_1) == 0x000061, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000062, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_GetActorForwardVector_ReturnValue) == 0x000064, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000070, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_MakeRotator_ReturnValue) == 0x000074, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000080, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000084, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000090, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Greater_IntInt_ReturnValue) == 0x000091, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_BooleanAND_ReturnValue) == 0x000092, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, Temp_int_Variable) == 0x000094, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_BooleanOR_ReturnValue) == 0x000098, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Add_IntInt_ReturnValue) == 0x00009C, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, Temp_bool_IsClosed_Variable_1) == 0x0000A0, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000A1, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000A4, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_GetDisplayName_ReturnValue) == 0x0000A8, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B8, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C8, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000D8, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0000DC, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x0000E0, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_Event_OwnerController) == 0x0000F0, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_Event_ControlledPawn) == 0x0000F8, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_GetActorForwardVector_ReturnValue_2) == 0x000100, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_GetActorForwardVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x00010C, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Percent_IntInt_ReturnValue) == 0x000110, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000114, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000118, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x00011C, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_GetActorForwardVector_ReturnValue_3) == 0x000120, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_GetActorForwardVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x00012C, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, Temp_bool_Variable) == 0x000130, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, K2Node_Select_Default) == 0x000134, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_MakeRotator_ReturnValue_1) == 0x000138, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x000144, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000150, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_WaitOnCurrentWaypoint::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveAbortAI \ static_assert(alignof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveAbortAI"); \ static_assert(sizeof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveAbortAI) == 0x000010, "Wrong size on BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveAbortAI"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI \ static_assert(alignof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_WaitOnCurrentWaypoint_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAI_WaitOnCurrentWaypoint_C \ static_assert(alignof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C) == 0x000008, "Wrong alignment on UBTT_SentinelAI_WaitOnCurrentWaypoint_C"); \ static_assert(sizeof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C) == 0x000108, "Wrong size on UBTT_SentinelAI_WaitOnCurrentWaypoint_C"); \ static_assert(offsetof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SentinelAI_WaitOnCurrentWaypoint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C, SentinelPawn) == 0x0000B0, "Member 'UBTT_SentinelAI_WaitOnCurrentWaypoint_C::SentinelPawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C, SentinelAIController) == 0x0000B8, "Member 'UBTT_SentinelAI_WaitOnCurrentWaypoint_C::SentinelAIController' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C, CurrentWaypointKeySelector) == 0x0000C0, "Member 'UBTT_SentinelAI_WaitOnCurrentWaypoint_C::CurrentWaypointKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C, CurrentWaypoint) == 0x0000E8, "Member 'UBTT_SentinelAI_WaitOnCurrentWaypoint_C::CurrentWaypoint' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C, ScanCount) == 0x0000F0, "Member 'UBTT_SentinelAI_WaitOnCurrentWaypoint_C::ScanCount' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C, FirstRotationTime) == 0x0000F4, "Member 'UBTT_SentinelAI_WaitOnCurrentWaypoint_C::FirstRotationTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C, RotationSmoother) == 0x0000F8, "Member 'UBTT_SentinelAI_WaitOnCurrentWaypoint_C::RotationSmoother' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_WaitOnCurrentWaypoint_C, RotationSmootherValue) == 0x000104, "Member 'UBTT_SentinelAI_WaitOnCurrentWaypoint_C::RotationSmootherValue' 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_BP_leakrain_and_splash_B_C_UserConstructionScript \ static_assert(alignof(BP_leakrain_and_splash_B_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_leakrain_and_splash_B_C_UserConstructionScript"); \ static_assert(sizeof(BP_leakrain_and_splash_B_C_UserConstructionScript) == 0x0001D8, "Wrong size on BP_leakrain_and_splash_B_C_UserConstructionScript"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, Temp_object_Variable) == 0x000000, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue) == 0x00001C, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_LineTraceSingle_OutHit) == 0x000028, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_LineTraceSingle_ReturnValue) == 0x0000B0, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B1, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B2, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_Time) == 0x0000B4, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_Distance) == 0x0000B8, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_Location) == 0x0000BC, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C8, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_Normal) == 0x0000D4, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E0, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_PhysMat) == 0x0000F0, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_HitActor) == 0x0000F8, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_HitComponent) == 0x000100, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_HitBoneName) == 0x000108, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_HitItem) == 0x000110, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_ElementIndex) == 0x000114, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_FaceIndex) == 0x000118, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_TraceStart) == 0x00011C, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakHitResult_TraceEnd) == 0x000128, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000134, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000138, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x00013C, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000140, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000144, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000150, "Member 'BP_leakrain_and_splash_B_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B \ static_assert(alignof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B) == 0x000008, "Wrong alignment on BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B"); \ static_assert(sizeof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B) == 0x000130, "Wrong size on BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, EntryPoint) == 0x000000, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_int_Variable) == 0x000004, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, CallFunc_HashRandom_float) == 0x000008, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, CallFunc_HashRandom_int) == 0x00000C, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable) == 0x000010, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_1) == 0x000018, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_2) == 0x000020, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_3) == 0x000028, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_4) == 0x000030, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_5) == 0x000038, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_6) == 0x000040, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_7) == 0x000048, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_8) == 0x000050, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_9) == 0x000058, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_10) == 0x000060, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_11) == 0x000068, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_object_Variable_12) == 0x000070, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, K2Node_Select_Default) == 0x000078, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, CallFunc_Add_FloatFloat_ReturnValue) == 0x000080, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000084, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, Temp_bool_Variable) == 0x000088, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, CallFunc_Add_VectorVector_ReturnValue) == 0x00008C, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000098, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, CallFunc_IsValid_ReturnValue_1) == 0x000120, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B, K2Node_Select_Default_1) == 0x000128, "Member 'BP_leakrain_and_splash_B_C_ExecuteUbergraph_BP_leakrain_and_splash_B::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_leakrain_and_splash_B_C \ static_assert(alignof(ABP_leakrain_and_splash_B_C) == 0x000008, "Wrong alignment on ABP_leakrain_and_splash_B_C"); \ static_assert(sizeof(ABP_leakrain_and_splash_B_C) == 0x000268, "Wrong size on ABP_leakrain_and_splash_B_C"); \ static_assert(offsetof(ABP_leakrain_and_splash_B_C, UberGraphFrame) == 0x000228, "Member 'ABP_leakrain_and_splash_B_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_B_C, COMP_simpleLooper) == 0x000230, "Member 'ABP_leakrain_and_splash_B_C::COMP_simpleLooper' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_B_C, FX_splash) == 0x000238, "Member 'ABP_leakrain_and_splash_B_C::FX_splash' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_B_C, FX_Rain2) == 0x000240, "Member 'ABP_leakrain_and_splash_B_C::FX_Rain2' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_B_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_leakrain_and_splash_B_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_B_C, splashes) == 0x000250, "Member 'ABP_leakrain_and_splash_B_C::splashes' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_B_C, Ripples__) == 0x000251, "Member 'ABP_leakrain_and_splash_B_C::Ripples__' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_B_C, splash_sound) == 0x000258, "Member 'ABP_leakrain_and_splash_B_C::splash_sound' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_B_C, Volume) == 0x000260, "Member 'ABP_leakrain_and_splash_B_C::Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_B_C, Pitch) == 0x000264, "Member 'ABP_leakrain_and_splash_B_C::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReference \ static_assert(alignof(FActorSequenceObjectReference) == 0x000008, "Wrong alignment on FActorSequenceObjectReference"); \ static_assert(sizeof(FActorSequenceObjectReference) == 0x000028, "Wrong size on FActorSequenceObjectReference"); \ static_assert(offsetof(FActorSequenceObjectReference, Type) == 0x000000, "Member 'FActorSequenceObjectReference::Type' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReference, ActorId) == 0x000004, "Member 'FActorSequenceObjectReference::ActorId' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReference, PathToComponent) == 0x000018, "Member 'FActorSequenceObjectReference::PathToComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReferences \ static_assert(alignof(FActorSequenceObjectReferences) == 0x000008, "Wrong alignment on FActorSequenceObjectReferences"); \ static_assert(sizeof(FActorSequenceObjectReferences) == 0x000010, "Wrong size on FActorSequenceObjectReferences"); \ static_assert(offsetof(FActorSequenceObjectReferences, Array) == 0x000000, "Member 'FActorSequenceObjectReferences::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReferenceMap \ static_assert(alignof(FActorSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FActorSequenceObjectReferenceMap"); \ static_assert(sizeof(FActorSequenceObjectReferenceMap) == 0x000020, "Wrong size on FActorSequenceObjectReferenceMap"); \ static_assert(offsetof(FActorSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FActorSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReferenceMap, References) == 0x000010, "Member 'FActorSequenceObjectReferenceMap::References' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSequence \ static_assert(alignof(UActorSequence) == 0x000008, "Wrong alignment on UActorSequence"); \ static_assert(sizeof(UActorSequence) == 0x000088, "Wrong size on UActorSequence"); \ static_assert(offsetof(UActorSequence, MovieScene) == 0x000060, "Member 'UActorSequence::MovieScene' has a wrong offset!"); \ static_assert(offsetof(UActorSequence, ObjectReferences) == 0x000068, "Member 'UActorSequence::ObjectReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSequenceComponent \ static_assert(alignof(UActorSequenceComponent) == 0x000008, "Wrong alignment on UActorSequenceComponent"); \ static_assert(sizeof(UActorSequenceComponent) == 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_Tool_MultiCables_C_UserConstructionScript \ static_assert(alignof(Tool_MultiCables_C_UserConstructionScript) == 0x000010, "Wrong alignment on Tool_MultiCables_C_UserConstructionScript"); \ static_assert(sizeof(Tool_MultiCables_C_UserConstructionScript) == 0x0000F0, "Wrong size on Tool_MultiCables_C_UserConstructionScript"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'Tool_MultiCables_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, Temp_int_Variable) == 0x000040, "Member 'Tool_MultiCables_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000044, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_GetRollAtSplinePoint_ReturnValue) == 0x000048, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_GetRollAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000050, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_DegreesToRadians_ReturnValue) == 0x000058, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_DegreesToRadians_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x00005C, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_GetScaleAtSplinePoint_ReturnValue) == 0x000060, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_GetScaleAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000070, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000074, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000078, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_GetRollAtSplinePoint_ReturnValue_1) == 0x00007C, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_GetRollAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_MakeVector2D_ReturnValue) == 0x000080, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_DegreesToRadians_ReturnValue_1) == 0x000088, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_DegreesToRadians_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_GetScaleAtSplinePoint_ReturnValue_1) == 0x00008C, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_GetScaleAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Location) == 0x000098, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Location' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent) == 0x0000A4, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x0000B0, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x0000B4, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x0000B8, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Location_1) == 0x0000BC, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Location_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1) == 0x0000C8, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000D4, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000DC, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x0000E0, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000E4, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Tool_MultiCables_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000E8, "Member 'Tool_MultiCables_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATool_MultiCables_C \ static_assert(alignof(ATool_MultiCables_C) == 0x000008, "Wrong alignment on ATool_MultiCables_C"); \ static_assert(sizeof(ATool_MultiCables_C) == 0x000250, "Wrong size on ATool_MultiCables_C"); \ static_assert(offsetof(ATool_MultiCables_C, Spline) == 0x000228, "Member 'ATool_MultiCables_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ATool_MultiCables_C, DefaultSceneRoot) == 0x000230, "Member 'ATool_MultiCables_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ATool_MultiCables_C, StaticMesh) == 0x000238, "Member 'ATool_MultiCables_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ATool_MultiCables_C, Materials) == 0x000248, "Member 'ATool_MultiCables_C::Materials' 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_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_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_UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen \ static_assert(alignof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen) == 0x000008, "Wrong alignment on UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen"); \ static_assert(sizeof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen) == 0x000040, "Wrong size on UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, EntryPoint) == 0x000000, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000005, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, Temp_bool_Has_Been_Initd_Variable_1) == 0x000006, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, K2Node_CustomEvent_Delay) == 0x000008, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::K2Node_CustomEvent_Delay' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, CallFunc_SpawnSound2D_ReturnValue) == 0x000010, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, Temp_bool_IsClosed_Variable) == 0x000018, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, Temp_bool_IsClosed_Variable_1) == 0x000019, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, CallFunc_GetAudioManager_AudioManager) == 0x000020, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, CallFunc_GetAudioManager_AudioManager_1) == 0x000028, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::CallFunc_GetAudioManager_AudioManager_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, CallFunc_GetShowCatDeathEnabled_ReturnValue) == 0x000030, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::CallFunc_GetShowCatDeathEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000038, "Member 'UMG_HUD_DeathScreen_C_ExecuteUbergraph_UMG_HUD_DeathScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_DeathScreen_C_On_Death_Event \ static_assert(alignof(UMG_HUD_DeathScreen_C_On_Death_Event) == 0x000004, "Wrong alignment on UMG_HUD_DeathScreen_C_On_Death_Event"); \ static_assert(sizeof(UMG_HUD_DeathScreen_C_On_Death_Event) == 0x000004, "Wrong size on UMG_HUD_DeathScreen_C_On_Death_Event"); \ static_assert(offsetof(UMG_HUD_DeathScreen_C_On_Death_Event, Delay) == 0x000000, "Member 'UMG_HUD_DeathScreen_C_On_Death_Event::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_HUD_DeathScreen_C \ static_assert(alignof(UUMG_HUD_DeathScreen_C) == 0x000008, "Wrong alignment on UUMG_HUD_DeathScreen_C"); \ static_assert(sizeof(UUMG_HUD_DeathScreen_C) == 0x000298, "Wrong size on UUMG_HUD_DeathScreen_C"); \ static_assert(offsetof(UUMG_HUD_DeathScreen_C, UberGraphFrame) == 0x000260, "Member 'UUMG_HUD_DeathScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_DeathScreen_C, FadeIn) == 0x000268, "Member 'UUMG_HUD_DeathScreen_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_DeathScreen_C, HiddenDeathImage) == 0x000270, "Member 'UUMG_HUD_DeathScreen_C::HiddenDeathImage' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_DeathScreen_C, Overlay_0) == 0x000278, "Member 'UUMG_HUD_DeathScreen_C::Overlay_0' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_DeathScreen_C, RichTextBlock_272) == 0x000280, "Member 'UUMG_HUD_DeathScreen_C::RichTextBlock_272' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_DeathScreen_C, TitleBig) == 0x000288, "Member 'UUMG_HUD_DeathScreen_C::TitleBig' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_DeathScreen_C, Current_Opacity) == 0x000290, "Member 'UUMG_HUD_DeathScreen_C::Current_Opacity' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_DeathScreen_C, Death_Delay_Seconds) == 0x000294, "Member 'UUMG_HUD_DeathScreen_C::Death_Delay_Seconds' 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) == 0x000230, "Wrong size on ACableActor"); \ static_assert(offsetof(ACableActor, CableComponent) == 0x000228, "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_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_GooglePADFunctionLibrary_CancelDownload \ static_assert(alignof(GooglePADFunctionLibrary_CancelDownload) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_CancelDownload"); \ static_assert(sizeof(GooglePADFunctionLibrary_CancelDownload) == 0x000018, "Wrong size on GooglePADFunctionLibrary_CancelDownload"); \ static_assert(offsetof(GooglePADFunctionLibrary_CancelDownload, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_CancelDownload::AssetPacks' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_CancelDownload, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_CancelDownload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetAssetPackLocation \ static_assert(alignof(GooglePADFunctionLibrary_GetAssetPackLocation) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetAssetPackLocation"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetAssetPackLocation) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetAssetPackLocation"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, Location) == 0x000010, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, ReturnValue) == 0x000014, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetAssetsPath \ static_assert(alignof(GooglePADFunctionLibrary_GetAssetsPath) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetAssetsPath"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetAssetsPath) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetAssetsPath"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetsPath, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_GetAssetsPath::Location' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetsPath, ReturnValue) == 0x000008, "Member 'GooglePADFunctionLibrary_GetAssetsPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetBytesDownloaded \ static_assert(alignof(GooglePADFunctionLibrary_GetBytesDownloaded) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetBytesDownloaded"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetBytesDownloaded) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetBytesDownloaded"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetBytesDownloaded, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetBytesDownloaded::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetBytesDownloaded, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetBytesDownloaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetDownloadState \ static_assert(alignof(GooglePADFunctionLibrary_GetDownloadState) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetDownloadState"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetDownloadState) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetDownloadState"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_GetDownloadState::Name_0' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, State) == 0x000010, "Member 'GooglePADFunctionLibrary_GetDownloadState::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, ReturnValue) == 0x000014, "Member 'GooglePADFunctionLibrary_GetDownloadState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetDownloadStatus \ static_assert(alignof(GooglePADFunctionLibrary_GetDownloadStatus) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetDownloadStatus"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetDownloadStatus) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetDownloadStatus"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadStatus, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetDownloadStatus::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadStatus, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetDownloadStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus \ static_assert(alignof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus) == 0x000001, "Wrong alignment on GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus) == 0x000002, "Wrong size on GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus, status) == 0x000000, "Member 'GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus::status' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus, ReturnValue) == 0x000001, "Member 'GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetStorageMethod \ static_assert(alignof(GooglePADFunctionLibrary_GetStorageMethod) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetStorageMethod"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetStorageMethod) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetStorageMethod"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetStorageMethod, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_GetStorageMethod::Location' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetStorageMethod, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetStorageMethod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetTotalBytesToDownload \ static_assert(alignof(GooglePADFunctionLibrary_GetTotalBytesToDownload) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetTotalBytesToDownload"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetTotalBytesToDownload) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetTotalBytesToDownload"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetTotalBytesToDownload, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetTotalBytesToDownload::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetTotalBytesToDownload, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetTotalBytesToDownload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ReleaseAssetPackLocation \ static_assert(alignof(GooglePADFunctionLibrary_ReleaseAssetPackLocation) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_ReleaseAssetPackLocation"); \ static_assert(sizeof(GooglePADFunctionLibrary_ReleaseAssetPackLocation) == 0x000004, "Wrong size on GooglePADFunctionLibrary_ReleaseAssetPackLocation"); \ static_assert(offsetof(GooglePADFunctionLibrary_ReleaseAssetPackLocation, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_ReleaseAssetPackLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ReleaseDownloadState \ static_assert(alignof(GooglePADFunctionLibrary_ReleaseDownloadState) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_ReleaseDownloadState"); \ static_assert(sizeof(GooglePADFunctionLibrary_ReleaseDownloadState) == 0x000004, "Wrong size on GooglePADFunctionLibrary_ReleaseDownloadState"); \ static_assert(offsetof(GooglePADFunctionLibrary_ReleaseDownloadState, State) == 0x000000, "Member 'GooglePADFunctionLibrary_ReleaseDownloadState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestDownload \ static_assert(alignof(GooglePADFunctionLibrary_RequestDownload) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestDownload"); \ static_assert(sizeof(GooglePADFunctionLibrary_RequestDownload) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestDownload"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestDownload, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestDownload::AssetPacks' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestDownload, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestDownload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestInfo \ static_assert(alignof(GooglePADFunctionLibrary_RequestInfo) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestInfo"); \ static_assert(sizeof(GooglePADFunctionLibrary_RequestInfo) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestInfo"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestInfo, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestInfo::AssetPacks' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestInfo, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestRemoval \ static_assert(alignof(GooglePADFunctionLibrary_RequestRemoval) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestRemoval"); \ static_assert(sizeof(GooglePADFunctionLibrary_RequestRemoval) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestRemoval"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestRemoval, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestRemoval::Name_0' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestRemoval, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestRemoval::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ShowCellularDataConfirmation \ static_assert(alignof(GooglePADFunctionLibrary_ShowCellularDataConfirmation) == 0x000001, "Wrong alignment on GooglePADFunctionLibrary_ShowCellularDataConfirmation"); \ static_assert(sizeof(GooglePADFunctionLibrary_ShowCellularDataConfirmation) == 0x000001, "Wrong size on GooglePADFunctionLibrary_ShowCellularDataConfirmation"); \ static_assert(offsetof(GooglePADFunctionLibrary_ShowCellularDataConfirmation, ReturnValue) == 0x000000, "Member 'GooglePADFunctionLibrary_ShowCellularDataConfirmation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGooglePADFunctionLibrary \ static_assert(alignof(UGooglePADFunctionLibrary) == 0x000008, "Wrong alignment on UGooglePADFunctionLibrary"); \ static_assert(sizeof(UGooglePADFunctionLibrary) == 0x000028, "Wrong size on UGooglePADFunctionLibrary"); \ #define DUMPER7_ASSERTS_FLocationServicesData \ static_assert(alignof(FLocationServicesData) == 0x000004, "Wrong alignment on FLocationServicesData"); \ static_assert(sizeof(FLocationServicesData) == 0x000018, "Wrong size on FLocationServicesData"); \ static_assert(offsetof(FLocationServicesData, Timestamp) == 0x000000, "Member 'FLocationServicesData::Timestamp' has a wrong offset!"); \ static_assert(offsetof(FLocationServicesData, Longitude) == 0x000004, "Member 'FLocationServicesData::Longitude' has a wrong offset!"); \ static_assert(offsetof(FLocationServicesData, Latitude) == 0x000008, "Member 'FLocationServicesData::Latitude' has a wrong offset!"); \ static_assert(offsetof(FLocationServicesData, HorizontalAccuracy) == 0x00000C, "Member 'FLocationServicesData::HorizontalAccuracy' has a wrong offset!"); \ static_assert(offsetof(FLocationServicesData, VerticalAccuracy) == 0x000010, "Member 'FLocationServicesData::VerticalAccuracy' has a wrong offset!"); \ static_assert(offsetof(FLocationServicesData, Altitude) == 0x000014, "Member 'FLocationServicesData::Altitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_AreLocationServicesEnabled \ static_assert(alignof(LocationServices_AreLocationServicesEnabled) == 0x000001, "Wrong alignment on LocationServices_AreLocationServicesEnabled"); \ static_assert(sizeof(LocationServices_AreLocationServicesEnabled) == 0x000001, "Wrong size on LocationServices_AreLocationServicesEnabled"); \ static_assert(offsetof(LocationServices_AreLocationServicesEnabled, ReturnValue) == 0x000000, "Member 'LocationServices_AreLocationServicesEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_GetLastKnownLocation \ static_assert(alignof(LocationServices_GetLastKnownLocation) == 0x000004, "Wrong alignment on LocationServices_GetLastKnownLocation"); \ static_assert(sizeof(LocationServices_GetLastKnownLocation) == 0x000018, "Wrong size on LocationServices_GetLastKnownLocation"); \ static_assert(offsetof(LocationServices_GetLastKnownLocation, ReturnValue) == 0x000000, "Member 'LocationServices_GetLastKnownLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_GetLocationServicesImpl \ static_assert(alignof(LocationServices_GetLocationServicesImpl) == 0x000008, "Wrong alignment on LocationServices_GetLocationServicesImpl"); \ static_assert(sizeof(LocationServices_GetLocationServicesImpl) == 0x000008, "Wrong size on LocationServices_GetLocationServicesImpl"); \ static_assert(offsetof(LocationServices_GetLocationServicesImpl, ReturnValue) == 0x000000, "Member 'LocationServices_GetLocationServicesImpl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_InitLocationServices \ static_assert(alignof(LocationServices_InitLocationServices) == 0x000004, "Wrong alignment on LocationServices_InitLocationServices"); \ static_assert(sizeof(LocationServices_InitLocationServices) == 0x000010, "Wrong size on LocationServices_InitLocationServices"); \ static_assert(offsetof(LocationServices_InitLocationServices, Accuracy) == 0x000000, "Member 'LocationServices_InitLocationServices::Accuracy' has a wrong offset!"); \ static_assert(offsetof(LocationServices_InitLocationServices, UpdateFrequency) == 0x000004, "Member 'LocationServices_InitLocationServices::UpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(LocationServices_InitLocationServices, MinDistanceFilter) == 0x000008, "Member 'LocationServices_InitLocationServices::MinDistanceFilter' has a wrong offset!"); \ static_assert(offsetof(LocationServices_InitLocationServices, ReturnValue) == 0x00000C, "Member 'LocationServices_InitLocationServices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_IsLocationAccuracyAvailable \ static_assert(alignof(LocationServices_IsLocationAccuracyAvailable) == 0x000001, "Wrong alignment on LocationServices_IsLocationAccuracyAvailable"); \ static_assert(sizeof(LocationServices_IsLocationAccuracyAvailable) == 0x000002, "Wrong size on LocationServices_IsLocationAccuracyAvailable"); \ static_assert(offsetof(LocationServices_IsLocationAccuracyAvailable, Accuracy) == 0x000000, "Member 'LocationServices_IsLocationAccuracyAvailable::Accuracy' has a wrong offset!"); \ static_assert(offsetof(LocationServices_IsLocationAccuracyAvailable, ReturnValue) == 0x000001, "Member 'LocationServices_IsLocationAccuracyAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_StartLocationServices \ static_assert(alignof(LocationServices_StartLocationServices) == 0x000001, "Wrong alignment on LocationServices_StartLocationServices"); \ static_assert(sizeof(LocationServices_StartLocationServices) == 0x000001, "Wrong size on LocationServices_StartLocationServices"); \ static_assert(offsetof(LocationServices_StartLocationServices, ReturnValue) == 0x000000, "Member 'LocationServices_StartLocationServices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationServices_StopLocationServices \ static_assert(alignof(LocationServices_StopLocationServices) == 0x000001, "Wrong alignment on LocationServices_StopLocationServices"); \ static_assert(sizeof(LocationServices_StopLocationServices) == 0x000001, "Wrong size on LocationServices_StopLocationServices"); \ static_assert(offsetof(LocationServices_StopLocationServices, ReturnValue) == 0x000000, "Member 'LocationServices_StopLocationServices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocationServices \ static_assert(alignof(ULocationServices) == 0x000008, "Wrong alignment on ULocationServices"); \ static_assert(sizeof(ULocationServices) == 0x000028, "Wrong size on ULocationServices"); \ #define DUMPER7_ASSERTS_ULocationServicesImpl \ static_assert(alignof(ULocationServicesImpl) == 0x000008, "Wrong alignment on ULocationServicesImpl"); \ static_assert(sizeof(ULocationServicesImpl) == 0x000038, "Wrong size on ULocationServicesImpl"); \ static_assert(offsetof(ULocationServicesImpl, OnLocationChanged) == 0x000028, "Member 'ULocationServicesImpl::OnLocationChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobileInstalledContent_GetDiskFreeSpace \ static_assert(alignof(MobileInstalledContent_GetDiskFreeSpace) == 0x000004, "Wrong alignment on MobileInstalledContent_GetDiskFreeSpace"); \ static_assert(sizeof(MobileInstalledContent_GetDiskFreeSpace) == 0x000004, "Wrong size on MobileInstalledContent_GetDiskFreeSpace"); \ static_assert(offsetof(MobileInstalledContent_GetDiskFreeSpace, ReturnValue) == 0x000000, "Member 'MobileInstalledContent_GetDiskFreeSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobileInstalledContent_GetInstalledContentSize \ static_assert(alignof(MobileInstalledContent_GetInstalledContentSize) == 0x000004, "Wrong alignment on MobileInstalledContent_GetInstalledContentSize"); \ static_assert(sizeof(MobileInstalledContent_GetInstalledContentSize) == 0x000004, "Wrong size on MobileInstalledContent_GetInstalledContentSize"); \ static_assert(offsetof(MobileInstalledContent_GetInstalledContentSize, ReturnValue) == 0x000000, "Member 'MobileInstalledContent_GetInstalledContentSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobileInstalledContent_Mount \ static_assert(alignof(MobileInstalledContent_Mount) == 0x000008, "Wrong alignment on MobileInstalledContent_Mount"); \ static_assert(sizeof(MobileInstalledContent_Mount) == 0x000020, "Wrong size on MobileInstalledContent_Mount"); \ static_assert(offsetof(MobileInstalledContent_Mount, PakOrder) == 0x000000, "Member 'MobileInstalledContent_Mount::PakOrder' has a wrong offset!"); \ static_assert(offsetof(MobileInstalledContent_Mount, MountPoint) == 0x000008, "Member 'MobileInstalledContent_Mount::MountPoint' has a wrong offset!"); \ static_assert(offsetof(MobileInstalledContent_Mount, ReturnValue) == 0x000018, "Member 'MobileInstalledContent_Mount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMobileInstalledContent \ static_assert(alignof(UMobileInstalledContent) == 0x000008, "Wrong alignment on UMobileInstalledContent"); \ static_assert(sizeof(UMobileInstalledContent) == 0x000048, "Wrong size on UMobileInstalledContent"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadSize \ static_assert(alignof(MobilePendingContent_GetDownloadSize) == 0x000004, "Wrong alignment on MobilePendingContent_GetDownloadSize"); \ static_assert(sizeof(MobilePendingContent_GetDownloadSize) == 0x000004, "Wrong size on MobilePendingContent_GetDownloadSize"); \ static_assert(offsetof(MobilePendingContent_GetDownloadSize, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadSpeed \ static_assert(alignof(MobilePendingContent_GetDownloadSpeed) == 0x000004, "Wrong alignment on MobilePendingContent_GetDownloadSpeed"); \ static_assert(sizeof(MobilePendingContent_GetDownloadSpeed) == 0x000004, "Wrong size on MobilePendingContent_GetDownloadSpeed"); \ static_assert(offsetof(MobilePendingContent_GetDownloadSpeed, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadStatusText \ static_assert(alignof(MobilePendingContent_GetDownloadStatusText) == 0x000008, "Wrong alignment on MobilePendingContent_GetDownloadStatusText"); \ static_assert(sizeof(MobilePendingContent_GetDownloadStatusText) == 0x000018, "Wrong size on MobilePendingContent_GetDownloadStatusText"); \ static_assert(offsetof(MobilePendingContent_GetDownloadStatusText, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadStatusText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetInstallProgress \ static_assert(alignof(MobilePendingContent_GetInstallProgress) == 0x000004, "Wrong alignment on MobilePendingContent_GetInstallProgress"); \ static_assert(sizeof(MobilePendingContent_GetInstallProgress) == 0x000004, "Wrong size on MobilePendingContent_GetInstallProgress"); \ static_assert(offsetof(MobilePendingContent_GetInstallProgress, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetInstallProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetRequiredDiskSpace \ static_assert(alignof(MobilePendingContent_GetRequiredDiskSpace) == 0x000004, "Wrong alignment on MobilePendingContent_GetRequiredDiskSpace"); \ static_assert(sizeof(MobilePendingContent_GetRequiredDiskSpace) == 0x000004, "Wrong size on MobilePendingContent_GetRequiredDiskSpace"); \ static_assert(offsetof(MobilePendingContent_GetRequiredDiskSpace, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetRequiredDiskSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_GetTotalDownloadedSize \ static_assert(alignof(MobilePendingContent_GetTotalDownloadedSize) == 0x000004, "Wrong alignment on MobilePendingContent_GetTotalDownloadedSize"); \ static_assert(sizeof(MobilePendingContent_GetTotalDownloadedSize) == 0x000004, "Wrong size on MobilePendingContent_GetTotalDownloadedSize"); \ static_assert(offsetof(MobilePendingContent_GetTotalDownloadedSize, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetTotalDownloadedSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePendingContent_StartInstall \ static_assert(alignof(MobilePendingContent_StartInstall) == 0x000004, "Wrong alignment on MobilePendingContent_StartInstall"); \ static_assert(sizeof(MobilePendingContent_StartInstall) == 0x000020, "Wrong size on MobilePendingContent_StartInstall"); \ static_assert(offsetof(MobilePendingContent_StartInstall, OnSucceeded) == 0x000000, "Member 'MobilePendingContent_StartInstall::OnSucceeded' has a wrong offset!"); \ static_assert(offsetof(MobilePendingContent_StartInstall, OnFailed) == 0x000010, "Member 'MobilePendingContent_StartInstall::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMobilePendingContent \ static_assert(alignof(UMobilePendingContent) == 0x000008, "Wrong alignment on UMobilePendingContent"); \ static_assert(sizeof(UMobilePendingContent) == 0x000088, "Wrong size on UMobilePendingContent"); \ #define DUMPER7_ASSERTS_MobilePatchingLibrary_GetActiveDeviceProfileName \ static_assert(alignof(MobilePatchingLibrary_GetActiveDeviceProfileName) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetActiveDeviceProfileName"); \ static_assert(sizeof(MobilePatchingLibrary_GetActiveDeviceProfileName) == 0x000010, "Wrong size on MobilePatchingLibrary_GetActiveDeviceProfileName"); \ static_assert(offsetof(MobilePatchingLibrary_GetActiveDeviceProfileName, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_GetActiveDeviceProfileName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePatchingLibrary_GetInstalledContent \ static_assert(alignof(MobilePatchingLibrary_GetInstalledContent) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetInstalledContent"); \ static_assert(sizeof(MobilePatchingLibrary_GetInstalledContent) == 0x000018, "Wrong size on MobilePatchingLibrary_GetInstalledContent"); \ static_assert(offsetof(MobilePatchingLibrary_GetInstalledContent, InstallDirectory) == 0x000000, "Member 'MobilePatchingLibrary_GetInstalledContent::InstallDirectory' has a wrong offset!"); \ static_assert(offsetof(MobilePatchingLibrary_GetInstalledContent, ReturnValue) == 0x000010, "Member 'MobilePatchingLibrary_GetInstalledContent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePatchingLibrary_GetSupportedPlatformNames \ static_assert(alignof(MobilePatchingLibrary_GetSupportedPlatformNames) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetSupportedPlatformNames"); \ static_assert(sizeof(MobilePatchingLibrary_GetSupportedPlatformNames) == 0x000010, "Wrong size on MobilePatchingLibrary_GetSupportedPlatformNames"); \ static_assert(offsetof(MobilePatchingLibrary_GetSupportedPlatformNames, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_GetSupportedPlatformNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePatchingLibrary_HasActiveWiFiConnection \ static_assert(alignof(MobilePatchingLibrary_HasActiveWiFiConnection) == 0x000001, "Wrong alignment on MobilePatchingLibrary_HasActiveWiFiConnection"); \ static_assert(sizeof(MobilePatchingLibrary_HasActiveWiFiConnection) == 0x000001, "Wrong size on MobilePatchingLibrary_HasActiveWiFiConnection"); \ static_assert(offsetof(MobilePatchingLibrary_HasActiveWiFiConnection, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_HasActiveWiFiConnection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilePatchingLibrary_RequestContent \ static_assert(alignof(MobilePatchingLibrary_RequestContent) == 0x000008, "Wrong alignment on MobilePatchingLibrary_RequestContent"); \ static_assert(sizeof(MobilePatchingLibrary_RequestContent) == 0x000050, "Wrong size on MobilePatchingLibrary_RequestContent"); \ static_assert(offsetof(MobilePatchingLibrary_RequestContent, RemoteManifestURL) == 0x000000, "Member 'MobilePatchingLibrary_RequestContent::RemoteManifestURL' has a wrong offset!"); \ static_assert(offsetof(MobilePatchingLibrary_RequestContent, CloudURL) == 0x000010, "Member 'MobilePatchingLibrary_RequestContent::CloudURL' has a wrong offset!"); \ static_assert(offsetof(MobilePatchingLibrary_RequestContent, InstallDirectory) == 0x000020, "Member 'MobilePatchingLibrary_RequestContent::InstallDirectory' has a wrong offset!"); \ static_assert(offsetof(MobilePatchingLibrary_RequestContent, OnSucceeded) == 0x000030, "Member 'MobilePatchingLibrary_RequestContent::OnSucceeded' has a wrong offset!"); \ static_assert(offsetof(MobilePatchingLibrary_RequestContent, OnFailed) == 0x000040, "Member 'MobilePatchingLibrary_RequestContent::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMobilePatchingLibrary \ static_assert(alignof(UMobilePatchingLibrary) == 0x000008, "Wrong alignment on UMobilePatchingLibrary"); \ static_assert(sizeof(UMobilePatchingLibrary) == 0x000028, "Wrong size on UMobilePatchingLibrary"); \ #define DUMPER7_ASSERTS_USoundfieldEndpointSettingsBase \ static_assert(alignof(USoundfieldEndpointSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEndpointSettingsBase"); \ static_assert(sizeof(USoundfieldEndpointSettingsBase) == 0x000028, "Wrong size on USoundfieldEndpointSettingsBase"); \ #define DUMPER7_ASSERTS_USoundfieldEncodingSettingsBase \ static_assert(alignof(USoundfieldEncodingSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEncodingSettingsBase"); \ static_assert(sizeof(USoundfieldEncodingSettingsBase) == 0x000028, "Wrong size on USoundfieldEncodingSettingsBase"); \ #define DUMPER7_ASSERTS_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_UOcclusionPluginSourceSettingsBase \ static_assert(alignof(UOcclusionPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UOcclusionPluginSourceSettingsBase"); \ static_assert(sizeof(UOcclusionPluginSourceSettingsBase) == 0x000028, "Wrong size on UOcclusionPluginSourceSettingsBase"); \ #define DUMPER7_ASSERTS_UReverbPluginSourceSettingsBase \ static_assert(alignof(UReverbPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UReverbPluginSourceSettingsBase"); \ static_assert(sizeof(UReverbPluginSourceSettingsBase) == 0x000028, "Wrong size on UReverbPluginSourceSettingsBase"); \ #define DUMPER7_ASSERTS_USoundModulatorBase \ static_assert(alignof(USoundModulatorBase) == 0x000008, "Wrong alignment on USoundModulatorBase"); \ static_assert(sizeof(USoundModulatorBase) == 0x000028, "Wrong size on USoundModulatorBase"); \ #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_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_FCatPawnTickFunction \ static_assert(alignof(FCatPawnTickFunction) == 0x000008, "Wrong alignment on FCatPawnTickFunction"); \ static_assert(sizeof(FCatPawnTickFunction) == 0x000030, "Wrong size on FCatPawnTickFunction"); \ #define DUMPER7_ASSERTS_FProbeDirectionData \ static_assert(alignof(FProbeDirectionData) == 0x000010, "Wrong alignment on FProbeDirectionData"); \ static_assert(sizeof(FProbeDirectionData) == 0x000050, "Wrong size on FProbeDirectionData"); \ static_assert(offsetof(FProbeDirectionData, Index) == 0x000000, "Member 'FProbeDirectionData::Index' has a wrong offset!"); \ static_assert(offsetof(FProbeDirectionData, SurfaceVertices) == 0x000008, "Member 'FProbeDirectionData::SurfaceVertices' has a wrong offset!"); \ static_assert(offsetof(FProbeDirectionData, LimitPlane) == 0x000020, "Member 'FProbeDirectionData::LimitPlane' has a wrong offset!"); \ static_assert(offsetof(FProbeDirectionData, DistanceToPlane) == 0x000030, "Member 'FProbeDirectionData::DistanceToPlane' has a wrong offset!"); \ static_assert(offsetof(FProbeDirectionData, Direction) == 0x000034, "Member 'FProbeDirectionData::Direction' has a wrong offset!"); \ static_assert(offsetof(FProbeDirectionData, Angle) == 0x000040, "Member 'FProbeDirectionData::Angle' has a wrong offset!"); \ static_assert(offsetof(FProbeDirectionData, IsObstacle) == 0x000044, "Member 'FProbeDirectionData::IsObstacle' has a wrong offset!"); \ static_assert(offsetof(FProbeDirectionData, IsGap) == 0x000045, "Member 'FProbeDirectionData::IsGap' has a wrong offset!"); \ static_assert(offsetof(FProbeDirectionData, IsValid) == 0x000046, "Member 'FProbeDirectionData::IsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundProbeSegmentData \ static_assert(alignof(FGroundProbeSegmentData) == 0x000004, "Wrong alignment on FGroundProbeSegmentData"); \ static_assert(sizeof(FGroundProbeSegmentData) == 0x000010, "Wrong size on FGroundProbeSegmentData"); \ static_assert(offsetof(FGroundProbeSegmentData, Normal) == 0x000000, "Member 'FGroundProbeSegmentData::Normal' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeSegmentData, Type) == 0x00000C, "Member 'FGroundProbeSegmentData::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundProbeData \ static_assert(alignof(FGroundProbeData) == 0x000010, "Wrong alignment on FGroundProbeData"); \ static_assert(sizeof(FGroundProbeData) == 0x000090, "Wrong size on FGroundProbeData"); \ static_assert(offsetof(FGroundProbeData, Directions) == 0x000000, "Member 'FGroundProbeData::Directions' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeData, CleanSurfaceVertices) == 0x000010, "Member 'FGroundProbeData::CleanSurfaceVertices' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeData, CleanSurfaceSegmentsData) == 0x000020, "Member 'FGroundProbeData::CleanSurfaceSegmentsData' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeData, PhysicMaterial) == 0x000030, "Member 'FGroundProbeData::PhysicMaterial' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeData, RawLocation) == 0x000038, "Member 'FGroundProbeData::RawLocation' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeData, RawRotation) == 0x000050, "Member 'FGroundProbeData::RawRotation' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeData, Location) == 0x000060, "Member 'FGroundProbeData::Location' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeData, Rotation) == 0x000070, "Member 'FGroundProbeData::Rotation' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeData, GroundComponent) == 0x000080, "Member 'FGroundProbeData::GroundComponent' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeData, LimitsCount) == 0x000088, "Member 'FGroundProbeData::LimitsCount' has a wrong offset!"); \ static_assert(offsetof(FGroundProbeData, Radius) == 0x00008C, "Member 'FGroundProbeData::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FJumpData \ static_assert(alignof(FJumpData) == 0x000010, "Wrong alignment on FJumpData"); \ static_assert(sizeof(FJumpData) == 0x000460, "Wrong size on FJumpData"); \ static_assert(offsetof(FJumpData, startVelocity) == 0x000000, "Member 'FJumpData::startVelocity' has a wrong offset!"); \ static_assert(offsetof(FJumpData, beginProbe) == 0x000010, "Member 'FJumpData::beginProbe' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpMotionBegin) == 0x0000A0, "Member 'FJumpData::jumpMotionBegin' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpMotionBeginRotation) == 0x0000B0, "Member 'FJumpData::jumpMotionBeginRotation' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpBegin) == 0x0000C0, "Member 'FJumpData::jumpBegin' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpBeginRotation) == 0x0000D0, "Member 'FJumpData::jumpBeginRotation' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpEnd) == 0x0000E0, "Member 'FJumpData::jumpEnd' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpEndRotation) == 0x0000F0, "Member 'FJumpData::jumpEndRotation' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpEndFirstValidLocation) == 0x000100, "Member 'FJumpData::jumpEndFirstValidLocation' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpEndFirstValidRotation) == 0x000110, "Member 'FJumpData::jumpEndFirstValidRotation' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpMotionEnd) == 0x000120, "Member 'FJumpData::jumpMotionEnd' has a wrong offset!"); \ static_assert(offsetof(FJumpData, stopVelocity) == 0x00012C, "Member 'FJumpData::stopVelocity' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpEndProbe) == 0x000130, "Member 'FJumpData::jumpEndProbe' has a wrong offset!"); \ static_assert(offsetof(FJumpData, beginRail) == 0x0001C0, "Member 'FJumpData::beginRail' has a wrong offset!"); \ static_assert(offsetof(FJumpData, endRail) == 0x0001C8, "Member 'FJumpData::endRail' has a wrong offset!"); \ static_assert(offsetof(FJumpData, hasGap) == 0x000240, "Member 'FJumpData::hasGap' has a wrong offset!"); \ static_assert(offsetof(FJumpData, gapSize) == 0x000244, "Member 'FJumpData::gapSize' has a wrong offset!"); \ static_assert(offsetof(FJumpData, IsHanging) == 0x000248, "Member 'FJumpData::IsHanging' has a wrong offset!"); \ static_assert(offsetof(FJumpData, IsCrossing) == 0x000249, "Member 'FJumpData::IsCrossing' has a wrong offset!"); \ static_assert(offsetof(FJumpData, isSlowJump) == 0x00024A, "Member 'FJumpData::isSlowJump' has a wrong offset!"); \ static_assert(offsetof(FJumpData, isFailedJump) == 0x00024B, "Member 'FJumpData::isFailedJump' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpTarget) == 0x000250, "Member 'FJumpData::jumpTarget' has a wrong offset!"); \ static_assert(offsetof(FJumpData, jumpSearchRotation) == 0x000260, "Member 'FJumpData::jumpSearchRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLeaderTick \ static_assert(alignof(FLeaderTick) == 0x000008, "Wrong alignment on FLeaderTick"); \ static_assert(sizeof(FLeaderTick) == 0x000010, "Wrong size on FLeaderTick"); \ static_assert(offsetof(FLeaderTick, leader) == 0x000008, "Member 'FLeaderTick::leader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComponentPhysicsSettings \ static_assert(alignof(FComponentPhysicsSettings) == 0x000004, "Wrong alignment on FComponentPhysicsSettings"); \ static_assert(sizeof(FComponentPhysicsSettings) == 0x000008, "Wrong size on FComponentPhysicsSettings"); \ #define DUMPER7_ASSERTS_FSequenceState \ static_assert(alignof(FSequenceState) == 0x000008, "Wrong alignment on FSequenceState"); \ static_assert(sizeof(FSequenceState) == 0x000010, "Wrong size on FSequenceState"); \ static_assert(offsetof(FSequenceState, Sequence) == 0x000000, "Member 'FSequenceState::Sequence' has a wrong offset!"); \ static_assert(offsetof(FSequenceState, CheckpointName) == 0x000008, "Member 'FSequenceState::CheckpointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogLineSynchronizedActor \ static_assert(alignof(FDialogLineSynchronizedActor) == 0x000008, "Wrong alignment on FDialogLineSynchronizedActor"); \ static_assert(sizeof(FDialogLineSynchronizedActor) == 0x000018, "Wrong size on FDialogLineSynchronizedActor"); \ static_assert(offsetof(FDialogLineSynchronizedActor, Actor) == 0x000000, "Member 'FDialogLineSynchronizedActor::Actor' has a wrong offset!"); \ static_assert(offsetof(FDialogLineSynchronizedActor, ActorAnimations) == 0x000008, "Member 'FDialogLineSynchronizedActor::ActorAnimations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogLineSynchronized \ static_assert(alignof(FDialogLineSynchronized) == 0x000008, "Wrong alignment on FDialogLineSynchronized"); \ static_assert(sizeof(FDialogLineSynchronized) == 0x000028, "Wrong size on FDialogLineSynchronized"); \ static_assert(offsetof(FDialogLineSynchronized, Animations) == 0x000000, "Member 'FDialogLineSynchronized::Animations' has a wrong offset!"); \ static_assert(offsetof(FDialogLineSynchronized, ActorsSynchronizedAnimations) == 0x000010, "Member 'FDialogLineSynchronized::ActorsSynchronizedAnimations' has a wrong offset!"); \ static_assert(offsetof(FDialogLineSynchronized, KeepLastAnimAsIdle) == 0x000020, "Member 'FDialogLineSynchronized::KeepLastAnimAsIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogLineAdvanced \ static_assert(alignof(FDialogLineAdvanced) == 0x000008, "Wrong alignment on FDialogLineAdvanced"); \ static_assert(sizeof(FDialogLineAdvanced) == 0x000070, "Wrong size on FDialogLineAdvanced"); \ static_assert(offsetof(FDialogLineAdvanced, Animation) == 0x000000, "Member 'FDialogLineAdvanced::Animation' has a wrong offset!"); \ static_assert(offsetof(FDialogLineAdvanced, Synchronized) == 0x000008, "Member 'FDialogLineAdvanced::Synchronized' has a wrong offset!"); \ static_assert(offsetof(FDialogLineAdvanced, IsSynchronized) == 0x000030, "Member 'FDialogLineAdvanced::IsSynchronized' has a wrong offset!"); \ static_assert(offsetof(FDialogLineAdvanced, LoopAnimation) == 0x000031, "Member 'FDialogLineAdvanced::LoopAnimation' has a wrong offset!"); \ static_assert(offsetof(FDialogLineAdvanced, ScreenMaterial) == 0x000038, "Member 'FDialogLineAdvanced::ScreenMaterial' has a wrong offset!"); \ static_assert(offsetof(FDialogLineAdvanced, LookAtMode) == 0x000040, "Member 'FDialogLineAdvanced::LookAtMode' has a wrong offset!"); \ static_assert(offsetof(FDialogLineAdvanced, LookAtActor) == 0x000048, "Member 'FDialogLineAdvanced::LookAtActor' has a wrong offset!"); \ static_assert(offsetof(FDialogLineAdvanced, TurnTowardsMode) == 0x000050, "Member 'FDialogLineAdvanced::TurnTowardsMode' has a wrong offset!"); \ static_assert(offsetof(FDialogLineAdvanced, TurnTowardsActor) == 0x000058, "Member 'FDialogLineAdvanced::TurnTowardsActor' has a wrong offset!"); \ static_assert(offsetof(FDialogLineAdvanced, ShowDirectionActor) == 0x000060, "Member 'FDialogLineAdvanced::ShowDirectionActor' has a wrong offset!"); \ static_assert(offsetof(FDialogLineAdvanced, DroneTargetTransform) == 0x000068, "Member 'FDialogLineAdvanced::DroneTargetTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogLine \ static_assert(alignof(FDialogLine) == 0x000008, "Wrong alignment on FDialogLine"); \ static_assert(sizeof(FDialogLine) == 0x0000A0, "Wrong size on FDialogLine"); \ static_assert(offsetof(FDialogLine, Text) == 0x000000, "Member 'FDialogLine::Text' has a wrong offset!"); \ static_assert(offsetof(FDialogLine, EndDialog) == 0x000018, "Member 'FDialogLine::EndDialog' has a wrong offset!"); \ static_assert(offsetof(FDialogLine, ItemToGive) == 0x000020, "Member 'FDialogLine::ItemToGive' has a wrong offset!"); \ static_assert(offsetof(FDialogLine, MemoryToShow) == 0x000028, "Member 'FDialogLine::MemoryToShow' has a wrong offset!"); \ static_assert(offsetof(FDialogLine, Advanced) == 0x000030, "Member 'FDialogLine::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraCollisionData \ static_assert(alignof(FCameraCollisionData) == 0x000004, "Wrong alignment on FCameraCollisionData"); \ static_assert(sizeof(FCameraCollisionData) == 0x000018, "Wrong size on FCameraCollisionData"); \ #define DUMPER7_ASSERTS_FPendingInteraction \ static_assert(alignof(FPendingInteraction) == 0x000008, "Wrong alignment on FPendingInteraction"); \ static_assert(sizeof(FPendingInteraction) == 0x000008, "Wrong size on FPendingInteraction"); \ static_assert(offsetof(FPendingInteraction, Usable) == 0x000000, "Member 'FPendingInteraction::Usable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTraceBoneName \ static_assert(alignof(FTraceBoneName) == 0x000008, "Wrong alignment on FTraceBoneName"); \ static_assert(sizeof(FTraceBoneName) == 0x000010, "Wrong size on FTraceBoneName"); \ static_assert(offsetof(FTraceBoneName, BoneNames) == 0x000000, "Member 'FTraceBoneName::BoneNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBackpackScreenEntry \ static_assert(alignof(FBackpackScreenEntry) == 0x000008, "Wrong alignment on FBackpackScreenEntry"); \ static_assert(sizeof(FBackpackScreenEntry) == 0x000018, "Wrong size on FBackpackScreenEntry"); \ static_assert(offsetof(FBackpackScreenEntry, Class) == 0x000008, "Member 'FBackpackScreenEntry::Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCatInterpolateAlongSplineParams \ static_assert(alignof(FCatInterpolateAlongSplineParams) == 0x000004, "Wrong alignment on FCatInterpolateAlongSplineParams"); \ static_assert(sizeof(FCatInterpolateAlongSplineParams) == 0x000018, "Wrong size on FCatInterpolateAlongSplineParams"); \ static_assert(offsetof(FCatInterpolateAlongSplineParams, ResyncTime) == 0x000000, "Member 'FCatInterpolateAlongSplineParams::ResyncTime' has a wrong offset!"); \ static_assert(offsetof(FCatInterpolateAlongSplineParams, DoOverrideRotation) == 0x000004, "Member 'FCatInterpolateAlongSplineParams::DoOverrideRotation' has a wrong offset!"); \ static_assert(offsetof(FCatInterpolateAlongSplineParams, OverridenRotation) == 0x000008, "Member 'FCatInterpolateAlongSplineParams::OverridenRotation' has a wrong offset!"); \ static_assert(offsetof(FCatInterpolateAlongSplineParams, EarliestExit) == 0x000014, "Member 'FCatInterpolateAlongSplineParams::EarliestExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayingAnimationSynchronizedActors \ static_assert(alignof(FPlayingAnimationSynchronizedActors) == 0x000008, "Wrong alignment on FPlayingAnimationSynchronizedActors"); \ static_assert(sizeof(FPlayingAnimationSynchronizedActors) == 0x000018, "Wrong size on FPlayingAnimationSynchronizedActors"); \ static_assert(offsetof(FPlayingAnimationSynchronizedActors, ActorSynchronized) == 0x000000, "Member 'FPlayingAnimationSynchronizedActors::ActorSynchronized' has a wrong offset!"); \ static_assert(offsetof(FPlayingAnimationSynchronizedActors, Animations) == 0x000008, "Member 'FPlayingAnimationSynchronizedActors::Animations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayingAnimation \ static_assert(alignof(FPlayingAnimation) == 0x000008, "Wrong alignment on FPlayingAnimation"); \ static_assert(sizeof(FPlayingAnimation) == 0x000040, "Wrong size on FPlayingAnimation"); \ static_assert(offsetof(FPlayingAnimation, Animation) == 0x000000, "Member 'FPlayingAnimation::Animation' has a wrong offset!"); \ static_assert(offsetof(FPlayingAnimation, Duration) == 0x000008, "Member 'FPlayingAnimation::Duration' has a wrong offset!"); \ static_assert(offsetof(FPlayingAnimation, PlayPosition) == 0x00000C, "Member 'FPlayingAnimation::PlayPosition' has a wrong offset!"); \ static_assert(offsetof(FPlayingAnimation, IsLooping) == 0x000010, "Member 'FPlayingAnimation::IsLooping' has a wrong offset!"); \ static_assert(offsetof(FPlayingAnimation, IsSynchronized) == 0x000011, "Member 'FPlayingAnimation::IsSynchronized' has a wrong offset!"); \ static_assert(offsetof(FPlayingAnimation, DroidAnimations) == 0x000018, "Member 'FPlayingAnimation::DroidAnimations' has a wrong offset!"); \ static_assert(offsetof(FPlayingAnimation, SynchronizedData) == 0x000028, "Member 'FPlayingAnimation::SynchronizedData' has a wrong offset!"); \ static_assert(offsetof(FPlayingAnimation, KeepLastAnimationAsIdle) == 0x000038, "Member 'FPlayingAnimation::KeepLastAnimationAsIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FB12MemoryData \ static_assert(alignof(FB12MemoryData) == 0x000008, "Wrong alignment on FB12MemoryData"); \ static_assert(sizeof(FB12MemoryData) == 0x000050, "Wrong size on FB12MemoryData"); \ static_assert(offsetof(FB12MemoryData, ID) == 0x000000, "Member 'FB12MemoryData::ID' has a wrong offset!"); \ static_assert(offsetof(FB12MemoryData, Description) == 0x000008, "Member 'FB12MemoryData::Description' has a wrong offset!"); \ static_assert(offsetof(FB12MemoryData, LockedIcon) == 0x000020, "Member 'FB12MemoryData::LockedIcon' has a wrong offset!"); \ static_assert(offsetof(FB12MemoryData, UnlockedIcon) == 0x000028, "Member 'FB12MemoryData::UnlockedIcon' has a wrong offset!"); \ static_assert(offsetof(FB12MemoryData, UnlockedActor) == 0x000030, "Member 'FB12MemoryData::UnlockedActor' has a wrong offset!"); \ static_assert(offsetof(FB12MemoryData, LockedBackground) == 0x000038, "Member 'FB12MemoryData::LockedBackground' has a wrong offset!"); \ static_assert(offsetof(FB12MemoryData, Background) == 0x000040, "Member 'FB12MemoryData::Background' has a wrong offset!"); \ static_assert(offsetof(FB12MemoryData, Dialog) == 0x000048, "Member 'FB12MemoryData::Dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWalkableDebuggedPrimitive \ static_assert(alignof(FWalkableDebuggedPrimitive) == 0x000008, "Wrong alignment on FWalkableDebuggedPrimitive"); \ static_assert(sizeof(FWalkableDebuggedPrimitive) == 0x000020, "Wrong size on FWalkableDebuggedPrimitive"); \ static_assert(offsetof(FWalkableDebuggedPrimitive, Materials) == 0x000010, "Member 'FWalkableDebuggedPrimitive::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDroneSpringParams \ static_assert(alignof(FDroneSpringParams) == 0x000004, "Wrong alignment on FDroneSpringParams"); \ static_assert(sizeof(FDroneSpringParams) == 0x00000C, "Wrong size on FDroneSpringParams"); \ static_assert(offsetof(FDroneSpringParams, Stiffness) == 0x000000, "Member 'FDroneSpringParams::Stiffness' has a wrong offset!"); \ static_assert(offsetof(FDroneSpringParams, CriticalDamping) == 0x000004, "Member 'FDroneSpringParams::CriticalDamping' has a wrong offset!"); \ static_assert(offsetof(FDroneSpringParams, RotationTimeTo90) == 0x000008, "Member 'FDroneSpringParams::RotationTimeTo90' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomAnimation \ static_assert(alignof(FCustomAnimation) == 0x000010, "Wrong alignment on FCustomAnimation"); \ static_assert(sizeof(FCustomAnimation) == 0x000050, "Wrong size on FCustomAnimation"); \ static_assert(offsetof(FCustomAnimation, Animation) == 0x000000, "Member 'FCustomAnimation::Animation' has a wrong offset!"); \ static_assert(offsetof(FCustomAnimation, bIsLooping) == 0x000008, "Member 'FCustomAnimation::bIsLooping' has a wrong offset!"); \ static_assert(offsetof(FCustomAnimation, EnableLookAt) == 0x000009, "Member 'FCustomAnimation::EnableLookAt' has a wrong offset!"); \ static_assert(offsetof(FCustomAnimation, IsSynchronized) == 0x00000A, "Member 'FCustomAnimation::IsSynchronized' has a wrong offset!"); \ static_assert(offsetof(FCustomAnimation, KeepCollisions) == 0x00000B, "Member 'FCustomAnimation::KeepCollisions' has a wrong offset!"); \ static_assert(offsetof(FCustomAnimation, StartTransform) == 0x000010, "Member 'FCustomAnimation::StartTransform' has a wrong offset!"); \ static_assert(offsetof(FCustomAnimation, SynchronizationTime) == 0x000040, "Member 'FCustomAnimation::SynchronizationTime' has a wrong offset!"); \ static_assert(offsetof(FCustomAnimation, PlayRate) == 0x000044, "Member 'FCustomAnimation::PlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDriftParameters \ static_assert(alignof(FDriftParameters) == 0x000008, "Wrong alignment on FDriftParameters"); \ static_assert(sizeof(FDriftParameters) == 0x000018, "Wrong size on FDriftParameters"); \ static_assert(offsetof(FDriftParameters, AngleDriftFactorCurve) == 0x000000, "Member 'FDriftParameters::AngleDriftFactorCurve' has a wrong offset!"); \ static_assert(offsetof(FDriftParameters, SpeedDriftFactorCurve) == 0x000008, "Member 'FDriftParameters::SpeedDriftFactorCurve' has a wrong offset!"); \ static_assert(offsetof(FDriftParameters, DriftMultiplier) == 0x000010, "Member 'FDriftParameters::DriftMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReferenceSpeed \ static_assert(alignof(FReferenceSpeed) == 0x000010, "Wrong alignment on FReferenceSpeed"); \ static_assert(sizeof(FReferenceSpeed) == 0x000050, "Wrong size on FReferenceSpeed"); \ static_assert(offsetof(FReferenceSpeed, SpeedName) == 0x000000, "Member 'FReferenceSpeed::SpeedName' has a wrong offset!"); \ static_assert(offsetof(FReferenceSpeed, Animation) == 0x000008, "Member 'FReferenceSpeed::Animation' has a wrong offset!"); \ static_assert(offsetof(FReferenceSpeed, Speed) == 0x000010, "Member 'FReferenceSpeed::Speed' has a wrong offset!"); \ static_assert(offsetof(FReferenceSpeed, BeginMotion) == 0x000020, "Member 'FReferenceSpeed::BeginMotion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRailHangingTestResult \ static_assert(alignof(FRailHangingTestResult) == 0x000010, "Wrong alignment on FRailHangingTestResult"); \ static_assert(sizeof(FRailHangingTestResult) == 0x000070, "Wrong size on FRailHangingTestResult"); \ static_assert(offsetof(FRailHangingTestResult, Result) == 0x000000, "Member 'FRailHangingTestResult::Result' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, BaseLocation) == 0x000004, "Member 'FRailHangingTestResult::BaseLocation' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, BaseRotation) == 0x000010, "Member 'FRailHangingTestResult::BaseRotation' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, HangingLocation) == 0x000020, "Member 'FRailHangingTestResult::HangingLocation' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, HangingRotation) == 0x000030, "Member 'FRailHangingTestResult::HangingRotation' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, HangingPlane) == 0x000040, "Member 'FRailHangingTestResult::HangingPlane' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, CurrentQuadrantId) == 0x000050, "Member 'FRailHangingTestResult::CurrentQuadrantId' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, IdealQuadrantId) == 0x000054, "Member 'FRailHangingTestResult::IdealQuadrantId' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, TargetQuadrantId) == 0x000058, "Member 'FRailHangingTestResult::TargetQuadrantId' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, WallRatio) == 0x00005C, "Member 'FRailHangingTestResult::WallRatio' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, isWall) == 0x000060, "Member 'FRailHangingTestResult::isWall' has a wrong offset!"); \ static_assert(offsetof(FRailHangingTestResult, IsPointHanging) == 0x000061, "Member 'FRailHangingTestResult::IsPointHanging' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionDisplayKeyMappings \ static_assert(alignof(FActionDisplayKeyMappings) == 0x000008, "Wrong alignment on FActionDisplayKeyMappings"); \ static_assert(sizeof(FActionDisplayKeyMappings) == 0x000010, "Wrong size on FActionDisplayKeyMappings"); \ static_assert(offsetof(FActionDisplayKeyMappings, KeyMappings) == 0x000000, "Member 'FActionDisplayKeyMappings::KeyMappings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionDisplay \ static_assert(alignof(FActionDisplay) == 0x000008, "Wrong alignment on FActionDisplay"); \ static_assert(sizeof(FActionDisplay) == 0x000040, "Wrong size on FActionDisplay"); \ static_assert(offsetof(FActionDisplay, KeyMappingsSets) == 0x000000, "Member 'FActionDisplay::KeyMappingsSets' has a wrong offset!"); \ static_assert(offsetof(FActionDisplay, ActionBindingNames) == 0x000010, "Member 'FActionDisplay::ActionBindingNames' has a wrong offset!"); \ static_assert(offsetof(FActionDisplay, DisplayText) == 0x000020, "Member 'FActionDisplay::DisplayText' has a wrong offset!"); \ static_assert(offsetof(FActionDisplay, Priority) == 0x000038, "Member 'FActionDisplay::Priority' has a wrong offset!"); \ static_assert(offsetof(FActionDisplay, Enabled) == 0x00003C, "Member 'FActionDisplay::Enabled' has a wrong offset!"); \ static_assert(offsetof(FActionDisplay, ShowAllKeys) == 0x00003D, "Member 'FActionDisplay::ShowAllKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCatPawnPostAnimationTickFunction \ static_assert(alignof(FCatPawnPostAnimationTickFunction) == 0x000008, "Wrong alignment on FCatPawnPostAnimationTickFunction"); \ static_assert(sizeof(FCatPawnPostAnimationTickFunction) == 0x000030, "Wrong size on FCatPawnPostAnimationTickFunction"); \ #define DUMPER7_ASSERTS_FZurgSocket \ static_assert(alignof(FZurgSocket) == 0x000008, "Wrong alignment on FZurgSocket"); \ static_assert(sizeof(FZurgSocket) == 0x000010, "Wrong size on FZurgSocket"); \ static_assert(offsetof(FZurgSocket, SocketName) == 0x000000, "Member 'FZurgSocket::SocketName' has a wrong offset!"); \ static_assert(offsetof(FZurgSocket, Zurg) == 0x000008, "Member 'FZurgSocket::Zurg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLookAtData \ static_assert(alignof(FLookAtData) == 0x000008, "Wrong alignment on FLookAtData"); \ static_assert(sizeof(FLookAtData) == 0x000038, "Wrong size on FLookAtData"); \ static_assert(offsetof(FLookAtData, Type) == 0x000000, "Member 'FLookAtData::Type' has a wrong offset!"); \ static_assert(offsetof(FLookAtData, RelativeTarget) == 0x000004, "Member 'FLookAtData::RelativeTarget' has a wrong offset!"); \ static_assert(offsetof(FLookAtData, Target) == 0x000010, "Member 'FLookAtData::Target' has a wrong offset!"); \ static_assert(offsetof(FLookAtData, Actor) == 0x000020, "Member 'FLookAtData::Actor' has a wrong offset!"); \ static_assert(offsetof(FLookAtData, Component) == 0x000028, "Member 'FLookAtData::Component' has a wrong offset!"); \ static_assert(offsetof(FLookAtData, ComponentSocket) == 0x000030, "Member 'FLookAtData::ComponentSocket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInteractionData \ static_assert(alignof(FInteractionData) == 0x000008, "Wrong alignment on FInteractionData"); \ static_assert(sizeof(FInteractionData) == 0x000048, "Wrong size on FInteractionData"); \ static_assert(offsetof(FInteractionData, Usable) == 0x000000, "Member 'FInteractionData::Usable' has a wrong offset!"); \ static_assert(offsetof(FInteractionData, Feedback) == 0x000008, "Member 'FInteractionData::Feedback' has a wrong offset!"); \ static_assert(offsetof(FInteractionData, VisibilityOccluder) == 0x000038, "Member 'FInteractionData::VisibilityOccluder' has a wrong offset!"); \ static_assert(offsetof(FInteractionData, InteractionOccluder) == 0x000040, "Member 'FInteractionData::InteractionOccluder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundMaterialOverrideEntry \ static_assert(alignof(FGroundMaterialOverrideEntry) == 0x000004, "Wrong alignment on FGroundMaterialOverrideEntry"); \ static_assert(sizeof(FGroundMaterialOverrideEntry) == 0x000014, "Wrong size on FGroundMaterialOverrideEntry"); \ #define DUMPER7_ASSERTS_FCatLookAtEntry \ static_assert(alignof(FCatLookAtEntry) == 0x000008, "Wrong alignment on FCatLookAtEntry"); \ static_assert(sizeof(FCatLookAtEntry) == 0x000048, "Wrong size on FCatLookAtEntry"); \ static_assert(offsetof(FCatLookAtEntry, Data) == 0x000008, "Member 'FCatLookAtEntry::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlaveKillRequest \ static_assert(alignof(FSlaveKillRequest) == 0x000008, "Wrong alignment on FSlaveKillRequest"); \ static_assert(sizeof(FSlaveKillRequest) == 0x000010, "Wrong size on FSlaveKillRequest"); \ static_assert(offsetof(FSlaveKillRequest, damageApplier) == 0x000000, "Member 'FSlaveKillRequest::damageApplier' has a wrong offset!"); \ static_assert(offsetof(FSlaveKillRequest, slave) == 0x000008, "Member 'FSlaveKillRequest::slave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraThirdPersonPreset \ static_assert(alignof(FCameraThirdPersonPreset) == 0x000008, "Wrong alignment on FCameraThirdPersonPreset"); \ static_assert(sizeof(FCameraThirdPersonPreset) == 0x000090, "Wrong size on FCameraThirdPersonPreset"); \ static_assert(offsetof(FCameraThirdPersonPreset, SmoothEnabled) == 0x000000, "Member 'FCameraThirdPersonPreset::SmoothEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, SmoothUseSpeed) == 0x000001, "Member 'FCameraThirdPersonPreset::SmoothUseSpeed' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, SmoothTimeTo90Percent) == 0x000004, "Member 'FCameraThirdPersonPreset::SmoothTimeTo90Percent' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, SmoothOutEnabled) == 0x000008, "Member 'FCameraThirdPersonPreset::SmoothOutEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, SmoothOutUseSpeed) == 0x000009, "Member 'FCameraThirdPersonPreset::SmoothOutUseSpeed' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, SmoothOutTimeTo90Percent) == 0x00000C, "Member 'FCameraThirdPersonPreset::SmoothOutTimeTo90Percent' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, LookSpeedModifierEnabled) == 0x000010, "Member 'FCameraThirdPersonPreset::LookSpeedModifierEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, HorizontalLookSpeed) == 0x000014, "Member 'FCameraThirdPersonPreset::HorizontalLookSpeed' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, VerticalLookSpeed) == 0x000018, "Member 'FCameraThirdPersonPreset::VerticalLookSpeed' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, DistanceModifierEnabled) == 0x00001C, "Member 'FCameraThirdPersonPreset::DistanceModifierEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, DistanceRatio) == 0x000020, "Member 'FCameraThirdPersonPreset::DistanceRatio' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, FieldOfViewBaseEnabled) == 0x000024, "Member 'FCameraThirdPersonPreset::FieldOfViewBaseEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, FieldOfViewBase) == 0x000028, "Member 'FCameraThirdPersonPreset::FieldOfViewBase' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, FieldOfViewCurveEnabled) == 0x00002C, "Member 'FCameraThirdPersonPreset::FieldOfViewCurveEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, FieldOfViewCurve) == 0x000030, "Member 'FCameraThirdPersonPreset::FieldOfViewCurve' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, YawConstraintEnabled) == 0x000038, "Member 'FCameraThirdPersonPreset::YawConstraintEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, YawConstraintAmplitude) == 0x00003C, "Member 'FCameraThirdPersonPreset::YawConstraintAmplitude' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, YawConstraintDirection) == 0x000040, "Member 'FCameraThirdPersonPreset::YawConstraintDirection' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, PitchConstraintEnabled) == 0x00004C, "Member 'FCameraThirdPersonPreset::PitchConstraintEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, PitchConstraintMin) == 0x000050, "Member 'FCameraThirdPersonPreset::PitchConstraintMin' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, PitchConstraintMax) == 0x000054, "Member 'FCameraThirdPersonPreset::PitchConstraintMax' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, CameraSplineEnabled) == 0x000058, "Member 'FCameraThirdPersonPreset::CameraSplineEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, TargetSplineEnabled) == 0x000059, "Member 'FCameraThirdPersonPreset::TargetSplineEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, Splines) == 0x000060, "Member 'FCameraThirdPersonPreset::Splines' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, AbsoluteOffsetEnabled) == 0x000068, "Member 'FCameraThirdPersonPreset::AbsoluteOffsetEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, AbsoluteOffset) == 0x00006C, "Member 'FCameraThirdPersonPreset::AbsoluteOffset' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, AbsoluteOffsetUseMinMaxPitch) == 0x000078, "Member 'FCameraThirdPersonPreset::AbsoluteOffsetUseMinMaxPitch' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, AbsoluteOffsetPitchMin) == 0x00007C, "Member 'FCameraThirdPersonPreset::AbsoluteOffsetPitchMin' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, AbsoluteOffsetPitchMax) == 0x000080, "Member 'FCameraThirdPersonPreset::AbsoluteOffsetPitchMax' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, CollisionExtrapolationEnabled) == 0x000084, "Member 'FCameraThirdPersonPreset::CollisionExtrapolationEnabled' has a wrong offset!"); \ static_assert(offsetof(FCameraThirdPersonPreset, MaxCollisionExtrapolationDistance) == 0x000088, "Member 'FCameraThirdPersonPreset::MaxCollisionExtrapolationDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInteractionDebugData \ static_assert(alignof(FInteractionDebugData) == 0x000008, "Wrong alignment on FInteractionDebugData"); \ static_assert(sizeof(FInteractionDebugData) == 0x000010, "Wrong size on FInteractionDebugData"); \ static_assert(offsetof(FInteractionDebugData, RaycastFailReason) == 0x000008, "Member 'FInteractionDebugData::RaycastFailReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationStartUseStruct \ static_assert(alignof(FAnimationStartUseStruct) == 0x000008, "Wrong alignment on FAnimationStartUseStruct"); \ static_assert(sizeof(FAnimationStartUseStruct) == 0x000018, "Wrong size on FAnimationStartUseStruct"); \ static_assert(offsetof(FAnimationStartUseStruct, AnimationAsset) == 0x000000, "Member 'FAnimationStartUseStruct::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(FAnimationStartUseStruct, playSpeed) == 0x000008, "Member 'FAnimationStartUseStruct::playSpeed' has a wrong offset!"); \ static_assert(offsetof(FAnimationStartUseStruct, blendInTime) == 0x00000C, "Member 'FAnimationStartUseStruct::blendInTime' has a wrong offset!"); \ static_assert(offsetof(FAnimationStartUseStruct, blendOutTime) == 0x000010, "Member 'FAnimationStartUseStruct::blendOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationUsingStruct \ static_assert(alignof(FAnimationUsingStruct) == 0x000008, "Wrong alignment on FAnimationUsingStruct"); \ static_assert(sizeof(FAnimationUsingStruct) == 0x000018, "Wrong size on FAnimationUsingStruct"); \ static_assert(offsetof(FAnimationUsingStruct, AnimationAsset) == 0x000000, "Member 'FAnimationUsingStruct::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(FAnimationUsingStruct, loop) == 0x000008, "Member 'FAnimationUsingStruct::loop' has a wrong offset!"); \ static_assert(offsetof(FAnimationUsingStruct, playSpeed) == 0x00000C, "Member 'FAnimationUsingStruct::playSpeed' has a wrong offset!"); \ static_assert(offsetof(FAnimationUsingStruct, blendInTime) == 0x000010, "Member 'FAnimationUsingStruct::blendInTime' has a wrong offset!"); \ static_assert(offsetof(FAnimationUsingStruct, blendOutTime) == 0x000014, "Member 'FAnimationUsingStruct::blendOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseEvent \ static_assert(alignof(FNoiseEvent) == 0x000008, "Wrong alignment on FNoiseEvent"); \ static_assert(sizeof(FNoiseEvent) == 0x000020, "Wrong size on FNoiseEvent"); \ static_assert(offsetof(FNoiseEvent, Emitter) == 0x000010, "Member 'FNoiseEvent::Emitter' has a wrong offset!"); \ static_assert(offsetof(FNoiseEvent, noisable) == 0x000018, "Member 'FNoiseEvent::noisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDroneMoveToParams \ static_assert(alignof(FDroneMoveToParams) == 0x000004, "Wrong alignment on FDroneMoveToParams"); \ static_assert(sizeof(FDroneMoveToParams) == 0x000008, "Wrong size on FDroneMoveToParams"); \ static_assert(offsetof(FDroneMoveToParams, Speed) == 0x000000, "Member 'FDroneMoveToParams::Speed' has a wrong offset!"); \ static_assert(offsetof(FDroneMoveToParams, RotationTimeTo90) == 0x000004, "Member 'FDroneMoveToParams::RotationTimeTo90' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamingGroupSavedState \ static_assert(alignof(FStreamingGroupSavedState) == 0x000004, "Wrong alignment on FStreamingGroupSavedState"); \ static_assert(sizeof(FStreamingGroupSavedState) == 0x00000C, "Wrong size on FStreamingGroupSavedState"); \ static_assert(offsetof(FStreamingGroupSavedState, Name) == 0x000000, "Member 'FStreamingGroupSavedState::Name' has a wrong offset!"); \ static_assert(offsetof(FStreamingGroupSavedState, IsActive) == 0x000008, "Member 'FStreamingGroupSavedState::IsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectiveState \ static_assert(alignof(FObjectiveState) == 0x000001, "Wrong alignment on FObjectiveState"); \ static_assert(sizeof(FObjectiveState) == 0x000002, "Wrong size on FObjectiveState"); \ static_assert(offsetof(FObjectiveState, ID) == 0x000000, "Member 'FObjectiveState::ID' has a wrong offset!"); \ static_assert(offsetof(FObjectiveState, status) == 0x000001, "Member 'FObjectiveState::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActivityState \ static_assert(alignof(FActivityState) == 0x000008, "Wrong alignment on FActivityState"); \ static_assert(sizeof(FActivityState) == 0x000058, "Wrong size on FActivityState"); \ static_assert(offsetof(FActivityState, ID) == 0x000000, "Member 'FActivityState::ID' has a wrong offset!"); \ static_assert(offsetof(FActivityState, status) == 0x000001, "Member 'FActivityState::status' has a wrong offset!"); \ static_assert(offsetof(FActivityState, Objectives) == 0x000008, "Member 'FActivityState::Objectives' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSaveSlotCache \ static_assert(alignof(FSaveSlotCache) == 0x000008, "Wrong alignment on FSaveSlotCache"); \ static_assert(sizeof(FSaveSlotCache) == 0x000010, "Wrong size on FSaveSlotCache"); \ static_assert(offsetof(FSaveSlotCache, SaveGame) == 0x000008, "Member 'FSaveSlotCache::SaveGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDroneMovementTarget \ static_assert(alignof(FDroneMovementTarget) == 0x000008, "Wrong alignment on FDroneMovementTarget"); \ static_assert(sizeof(FDroneMovementTarget) == 0x000030, "Wrong size on FDroneMovementTarget"); \ static_assert(offsetof(FDroneMovementTarget, Component) == 0x000000, "Member 'FDroneMovementTarget::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPS5TriggerEffectData \ static_assert(alignof(FPS5TriggerEffectData) == 0x000001, "Wrong alignment on FPS5TriggerEffectData"); \ static_assert(sizeof(FPS5TriggerEffectData) == 0x000004, "Wrong size on FPS5TriggerEffectData"); \ static_assert(offsetof(FPS5TriggerEffectData, Mode) == 0x000000, "Member 'FPS5TriggerEffectData::Mode' has a wrong offset!"); \ static_assert(offsetof(FPS5TriggerEffectData, Value1) == 0x000001, "Member 'FPS5TriggerEffectData::Value1' has a wrong offset!"); \ static_assert(offsetof(FPS5TriggerEffectData, Value2) == 0x000002, "Member 'FPS5TriggerEffectData::Value2' has a wrong offset!"); \ static_assert(offsetof(FPS5TriggerEffectData, Value3) == 0x000003, "Member 'FPS5TriggerEffectData::Value3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlaveSpawnRequest \ static_assert(alignof(FSlaveSpawnRequest) == 0x000008, "Wrong alignment on FSlaveSpawnRequest"); \ static_assert(sizeof(FSlaveSpawnRequest) == 0x000020, "Wrong size on FSlaveSpawnRequest"); \ static_assert(offsetof(FSlaveSpawnRequest, leader) == 0x000000, "Member 'FSlaveSpawnRequest::leader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlaveTick \ static_assert(alignof(FSlaveTick) == 0x000008, "Wrong alignment on FSlaveTick"); \ static_assert(sizeof(FSlaveTick) == 0x000010, "Wrong size on FSlaveTick"); \ static_assert(offsetof(FSlaveTick, slave) == 0x000008, "Member 'FSlaveTick::slave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightToLightableTrace \ static_assert(alignof(FLightToLightableTrace) == 0x000008, "Wrong alignment on FLightToLightableTrace"); \ static_assert(sizeof(FLightToLightableTrace) == 0x000018, "Wrong size on FLightToLightableTrace"); \ static_assert(offsetof(FLightToLightableTrace, Light) == 0x000008, "Member 'FLightToLightableTrace::Light' has a wrong offset!"); \ static_assert(offsetof(FLightToLightableTrace, lightable) == 0x000010, "Member 'FLightToLightableTrace::lightable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightToSlaveTrace \ static_assert(alignof(FLightToSlaveTrace) == 0x000008, "Wrong alignment on FLightToSlaveTrace"); \ static_assert(sizeof(FLightToSlaveTrace) == 0x000018, "Wrong size on FLightToSlaveTrace"); \ static_assert(offsetof(FLightToSlaveTrace, Light) == 0x000008, "Member 'FLightToSlaveTrace::Light' has a wrong offset!"); \ static_assert(offsetof(FLightToSlaveTrace, slave) == 0x000010, "Member 'FLightToSlaveTrace::slave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawningRequest \ static_assert(alignof(FSpawningRequest) == 0x000004, "Wrong alignment on FSpawningRequest"); \ static_assert(sizeof(FSpawningRequest) == 0x000014, "Wrong size on FSpawningRequest"); \ static_assert(offsetof(FSpawningRequest, SpawnCount) == 0x000000, "Member 'FSpawningRequest::SpawnCount' has a wrong offset!"); \ static_assert(offsetof(FSpawningRequest, TimeInterval) == 0x000004, "Member 'FSpawningRequest::TimeInterval' has a wrong offset!"); \ static_assert(offsetof(FSpawningRequest, Duration) == 0x000008, "Member 'FSpawningRequest::Duration' has a wrong offset!"); \ static_assert(offsetof(FSpawningRequest, BeginTime) == 0x00000C, "Member 'FSpawningRequest::BeginTime' has a wrong offset!"); \ static_assert(offsetof(FSpawningRequest, ID) == 0x000010, "Member 'FSpawningRequest::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActivity \ static_assert(alignof(FActivity) == 0x000008, "Wrong alignment on FActivity"); \ static_assert(sizeof(FActivity) == 0x000018, "Wrong size on FActivity"); \ static_assert(offsetof(FActivity, ID) == 0x000000, "Member 'FActivity::ID' has a wrong offset!"); \ static_assert(offsetof(FActivity, Chapter) == 0x000001, "Member 'FActivity::Chapter' has a wrong offset!"); \ static_assert(offsetof(FActivity, Objectives) == 0x000008, "Member 'FActivity::Objectives' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActivitiesState \ static_assert(alignof(FActivitiesState) == 0x000008, "Wrong alignment on FActivitiesState"); \ static_assert(sizeof(FActivitiesState) == 0x000050, "Wrong size on FActivitiesState"); \ static_assert(offsetof(FActivitiesState, Activities) == 0x000000, "Member 'FActivitiesState::Activities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStatGroupBudget \ static_assert(alignof(FStatGroupBudget) == 0x000008, "Wrong alignment on FStatGroupBudget"); \ static_assert(sizeof(FStatGroupBudget) == 0x000040, "Wrong size on FStatGroupBudget"); \ static_assert(offsetof(FStatGroupBudget, Name) == 0x000000, "Member 'FStatGroupBudget::Name' has a wrong offset!"); \ static_assert(offsetof(FStatGroupBudget, Budget) == 0x000008, "Member 'FStatGroupBudget::Budget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCatPawnPostMovementTickFunction \ static_assert(alignof(FCatPawnPostMovementTickFunction) == 0x000008, "Wrong alignment on FCatPawnPostMovementTickFunction"); \ static_assert(sizeof(FCatPawnPostMovementTickFunction) == 0x000030, "Wrong size on FCatPawnPostMovementTickFunction"); \ #define DUMPER7_ASSERTS_FCatPawnPreAnimationTickFunction \ static_assert(alignof(FCatPawnPreAnimationTickFunction) == 0x000008, "Wrong alignment on FCatPawnPreAnimationTickFunction"); \ static_assert(sizeof(FCatPawnPreAnimationTickFunction) == 0x000030, "Wrong size on FCatPawnPreAnimationTickFunction"); \ #define DUMPER7_ASSERTS_FCatPawnPreInputTickFunction \ static_assert(alignof(FCatPawnPreInputTickFunction) == 0x000008, "Wrong alignment on FCatPawnPreInputTickFunction"); \ static_assert(sizeof(FCatPawnPreInputTickFunction) == 0x000030, "Wrong size on FCatPawnPreInputTickFunction"); \ #define DUMPER7_ASSERTS_FCatRemoteAction \ static_assert(alignof(FCatRemoteAction) == 0x000008, "Wrong alignment on FCatRemoteAction"); \ static_assert(sizeof(FCatRemoteAction) == 0x000010, "Wrong size on FCatRemoteAction"); \ static_assert(offsetof(FCatRemoteAction, Target) == 0x000000, "Member 'FCatRemoteAction::Target' has a wrong offset!"); \ static_assert(offsetof(FCatRemoteAction, PreciseMove) == 0x000008, "Member 'FCatRemoteAction::PreciseMove' has a wrong offset!"); \ static_assert(offsetof(FCatRemoteAction, JumpTransition) == 0x000009, "Member 'FCatRemoteAction::JumpTransition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStartData \ static_assert(alignof(FStartData) == 0x000008, "Wrong alignment on FStartData"); \ static_assert(sizeof(FStartData) == 0x000028, "Wrong size on FStartData"); \ static_assert(offsetof(FStartData, Inventory) == 0x000000, "Member 'FStartData::Inventory' has a wrong offset!"); \ static_assert(offsetof(FStartData, UnlockedMemories) == 0x000010, "Member 'FStartData::UnlockedMemories' has a wrong offset!"); \ static_assert(offsetof(FStartData, GodMode) == 0x000020, "Member 'FStartData::GodMode' has a wrong offset!"); \ static_assert(offsetof(FStartData, NoBackpack) == 0x000021, "Member 'FStartData::NoBackpack' has a wrong offset!"); \ static_assert(offsetof(FStartData, NoTorchlight) == 0x000022, "Member 'FStartData::NoTorchlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDebugProfile \ static_assert(alignof(FDebugProfile) == 0x000010, "Wrong alignment on FDebugProfile"); \ static_assert(sizeof(FDebugProfile) == 0x000090, "Wrong size on FDebugProfile"); \ static_assert(offsetof(FDebugProfile, StartupSaveName) == 0x000000, "Member 'FDebugProfile::StartupSaveName' has a wrong offset!"); \ static_assert(offsetof(FDebugProfile, PlayerStart) == 0x000010, "Member 'FDebugProfile::PlayerStart' has a wrong offset!"); \ static_assert(offsetof(FDebugProfile, UseQuickStartTransform) == 0x000018, "Member 'FDebugProfile::UseQuickStartTransform' has a wrong offset!"); \ static_assert(offsetof(FDebugProfile, QuickStartTransform) == 0x000020, "Member 'FDebugProfile::QuickStartTransform' has a wrong offset!"); \ static_assert(offsetof(FDebugProfile, StartData) == 0x000050, "Member 'FDebugProfile::StartData' has a wrong offset!"); \ static_assert(offsetof(FDebugProfile, JumpAnimationOverride) == 0x000078, "Member 'FDebugProfile::JumpAnimationOverride' has a wrong offset!"); \ static_assert(offsetof(FDebugProfile, StreamingDebugModeEnabled) == 0x000080, "Member 'FDebugProfile::StreamingDebugModeEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogEvent \ static_assert(alignof(FDialogEvent) == 0x000004, "Wrong alignment on FDialogEvent"); \ static_assert(sizeof(FDialogEvent) == 0x00000C, "Wrong size on FDialogEvent"); \ #define DUMPER7_ASSERTS_FDiskOperation \ static_assert(alignof(FDiskOperation) == 0x000010, "Wrong alignment on FDiskOperation"); \ static_assert(sizeof(FDiskOperation) == 0x000090, "Wrong size on FDiskOperation"); \ static_assert(offsetof(FDiskOperation, SaveGame) == 0x000070, "Member 'FDiskOperation::SaveGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDroidTick \ static_assert(alignof(FDroidTick) == 0x000008, "Wrong alignment on FDroidTick"); \ static_assert(sizeof(FDroidTick) == 0x000010, "Wrong size on FDroidTick"); \ static_assert(offsetof(FDroidTick, Droid) == 0x000008, "Member 'FDroidTick::Droid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayNoise \ static_assert(alignof(FGameplayNoise) == 0x000008, "Wrong alignment on FGameplayNoise"); \ static_assert(sizeof(FGameplayNoise) == 0x000058, "Wrong size on FGameplayNoise"); \ static_assert(offsetof(FGameplayNoise, Emitter) == 0x000018, "Member 'FGameplayNoise::Emitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundProbeOrthoDistanceField \ static_assert(alignof(FGroundProbeOrthoDistanceField) == 0x000010, "Wrong alignment on FGroundProbeOrthoDistanceField"); \ static_assert(sizeof(FGroundProbeOrthoDistanceField) == 0x0000D0, "Wrong size on FGroundProbeOrthoDistanceField"); \ #define DUMPER7_ASSERTS_FLookAtAnimationState \ static_assert(alignof(FLookAtAnimationState) == 0x000004, "Wrong alignment on FLookAtAnimationState"); \ static_assert(sizeof(FLookAtAnimationState) == 0x000010, "Wrong size on FLookAtAnimationState"); \ static_assert(offsetof(FLookAtAnimationState, CurrentRotation) == 0x000000, "Member 'FLookAtAnimationState::CurrentRotation' has a wrong offset!"); \ static_assert(offsetof(FLookAtAnimationState, Enable) == 0x00000C, "Member 'FLookAtAnimationState::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHKChapter \ static_assert(alignof(FHKChapter) == 0x000008, "Wrong alignment on FHKChapter"); \ static_assert(sizeof(FHKChapter) == 0x0000C0, "Wrong size on FHKChapter"); \ static_assert(offsetof(FHKChapter, Name) == 0x000000, "Member 'FHKChapter::Name' has a wrong offset!"); \ static_assert(offsetof(FHKChapter, ID) == 0x000018, "Member 'FHKChapter::ID' has a wrong offset!"); \ static_assert(offsetof(FHKChapter, MemoryIds) == 0x000020, "Member 'FHKChapter::MemoryIds' has a wrong offset!"); \ static_assert(offsetof(FHKChapter, StartLevel) == 0x000070, "Member 'FHKChapter::StartLevel' has a wrong offset!"); \ static_assert(offsetof(FHKChapter, UIImage) == 0x000098, "Member 'FHKChapter::UIImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomKeyMapping \ static_assert(alignof(FCustomKeyMapping) == 0x000008, "Wrong alignment on FCustomKeyMapping"); \ static_assert(sizeof(FCustomKeyMapping) == 0x000028, "Wrong size on FCustomKeyMapping"); \ static_assert(offsetof(FCustomKeyMapping, Key) == 0x000000, "Member 'FCustomKeyMapping::Key' has a wrong offset!"); \ static_assert(offsetof(FCustomKeyMapping, Name) == 0x000018, "Member 'FCustomKeyMapping::Name' has a wrong offset!"); \ static_assert(offsetof(FCustomKeyMapping, IsAxis) == 0x000020, "Member 'FCustomKeyMapping::IsAxis' has a wrong offset!"); \ static_assert(offsetof(FCustomKeyMapping, IsPad) == 0x000021, "Member 'FCustomKeyMapping::IsPad' has a wrong offset!"); \ static_assert(offsetof(FCustomKeyMapping, IsNegativeScale) == 0x000022, "Member 'FCustomKeyMapping::IsNegativeScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHKPlayerControllerPostUpdateTickFunction \ static_assert(alignof(FHKPlayerControllerPostUpdateTickFunction) == 0x000008, "Wrong alignment on FHKPlayerControllerPostUpdateTickFunction"); \ static_assert(sizeof(FHKPlayerControllerPostUpdateTickFunction) == 0x000030, "Wrong size on FHKPlayerControllerPostUpdateTickFunction"); \ #define DUMPER7_ASSERTS_FHKComponentSaveData \ static_assert(alignof(FHKComponentSaveData) == 0x000010, "Wrong alignment on FHKComponentSaveData"); \ static_assert(sizeof(FHKComponentSaveData) == 0x000050, "Wrong size on FHKComponentSaveData"); \ static_assert(offsetof(FHKComponentSaveData, RelativeTransform) == 0x000000, "Member 'FHKComponentSaveData::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(FHKComponentSaveData, Name) == 0x000030, "Member 'FHKComponentSaveData::Name' has a wrong offset!"); \ static_assert(offsetof(FHKComponentSaveData, Data) == 0x000038, "Member 'FHKComponentSaveData::Data' has a wrong offset!"); \ static_assert(offsetof(FHKComponentSaveData, NoAttachment) == 0x000048, "Member 'FHKComponentSaveData::NoAttachment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHKActorSaveData \ static_assert(alignof(FHKActorSaveData) == 0x000008, "Wrong alignment on FHKActorSaveData"); \ static_assert(sizeof(FHKActorSaveData) == 0x000030, "Wrong size on FHKActorSaveData"); \ static_assert(offsetof(FHKActorSaveData, Name) == 0x000000, "Member 'FHKActorSaveData::Name' has a wrong offset!"); \ static_assert(offsetof(FHKActorSaveData, Data) == 0x000008, "Member 'FHKActorSaveData::Data' has a wrong offset!"); \ static_assert(offsetof(FHKActorSaveData, ComponentsData) == 0x000018, "Member 'FHKActorSaveData::ComponentsData' has a wrong offset!"); \ static_assert(offsetof(FHKActorSaveData, Destroyed) == 0x000028, "Member 'FHKActorSaveData::Destroyed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHKLevelSaveData \ static_assert(alignof(FHKLevelSaveData) == 0x000008, "Wrong alignment on FHKLevelSaveData"); \ static_assert(sizeof(FHKLevelSaveData) == 0x000058, "Wrong size on FHKLevelSaveData"); \ static_assert(offsetof(FHKLevelSaveData, Name) == 0x000000, "Member 'FHKLevelSaveData::Name' has a wrong offset!"); \ static_assert(offsetof(FHKLevelSaveData, Actors) == 0x000008, "Member 'FHKLevelSaveData::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerSaveData \ static_assert(alignof(FPlayerSaveData) == 0x000010, "Wrong alignment on FPlayerSaveData"); \ static_assert(sizeof(FPlayerSaveData) == 0x000060, "Wrong size on FPlayerSaveData"); \ static_assert(offsetof(FPlayerSaveData, PlayerTransform) == 0x000000, "Member 'FPlayerSaveData::PlayerTransform' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, CameraRelativeRotation) == 0x000030, "Member 'FPlayerSaveData::CameraRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, HasBackpack) == 0x00003C, "Member 'FPlayerSaveData::HasBackpack' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, BackpackData) == 0x000040, "Member 'FPlayerSaveData::BackpackData' has a wrong offset!"); \ static_assert(offsetof(FPlayerSaveData, DroneData) == 0x000050, "Member 'FPlayerSaveData::DroneData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamingGroupData \ static_assert(alignof(FStreamingGroupData) == 0x000008, "Wrong alignment on FStreamingGroupData"); \ static_assert(sizeof(FStreamingGroupData) == 0x000040, "Wrong size on FStreamingGroupData"); \ static_assert(offsetof(FStreamingGroupData, Dependencies) == 0x000000, "Member 'FStreamingGroupData::Dependencies' has a wrong offset!"); \ static_assert(offsetof(FStreamingGroupData, Levels) == 0x000010, "Member 'FStreamingGroupData::Levels' has a wrong offset!"); \ static_assert(offsetof(FStreamingGroupData, Volumes) == 0x000020, "Member 'FStreamingGroupData::Volumes' has a wrong offset!"); \ static_assert(offsetof(FStreamingGroupData, GroupName) == 0x000030, "Member 'FStreamingGroupData::GroupName' has a wrong offset!"); \ static_assert(offsetof(FStreamingGroupData, InitiallyActive) == 0x000038, "Member 'FStreamingGroupData::InitiallyActive' has a wrong offset!"); \ static_assert(offsetof(FStreamingGroupData, IgnoreDebugMode) == 0x000039, "Member 'FStreamingGroupData::IgnoreDebugMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FJumpAnimationData \ static_assert(alignof(FJumpAnimationData) == 0x000008, "Wrong alignment on FJumpAnimationData"); \ static_assert(sizeof(FJumpAnimationData) == 0x000040, "Wrong size on FJumpAnimationData"); \ static_assert(offsetof(FJumpAnimationData, JumpAnimation) == 0x000000, "Member 'FJumpAnimationData::JumpAnimation' has a wrong offset!"); \ static_assert(offsetof(FJumpAnimationData, JumpFailAnimation) == 0x000008, "Member 'FJumpAnimationData::JumpFailAnimation' has a wrong offset!"); \ static_assert(offsetof(FJumpAnimationData, StopAnimation) == 0x000010, "Member 'FJumpAnimationData::StopAnimation' has a wrong offset!"); \ static_assert(offsetof(FJumpAnimationData, StopRailAnimation) == 0x000018, "Member 'FJumpAnimationData::StopRailAnimation' has a wrong offset!"); \ static_assert(offsetof(FJumpAnimationData, SlowAnimation) == 0x000020, "Member 'FJumpAnimationData::SlowAnimation' has a wrong offset!"); \ static_assert(offsetof(FJumpAnimationData, UseManualBounds) == 0x000028, "Member 'FJumpAnimationData::UseManualBounds' has a wrong offset!"); \ static_assert(offsetof(FJumpAnimationData, MinLengthBound) == 0x00002C, "Member 'FJumpAnimationData::MinLengthBound' has a wrong offset!"); \ static_assert(offsetof(FJumpAnimationData, MaxLengthBound) == 0x000030, "Member 'FJumpAnimationData::MaxLengthBound' has a wrong offset!"); \ static_assert(offsetof(FJumpAnimationData, MinHeightBound) == 0x000034, "Member 'FJumpAnimationData::MinHeightBound' has a wrong offset!"); \ static_assert(offsetof(FJumpAnimationData, MaxHeightBound) == 0x000038, "Member 'FJumpAnimationData::MaxHeightBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpeedAnimationData \ static_assert(alignof(FSpeedAnimationData) == 0x000008, "Wrong alignment on FSpeedAnimationData"); \ static_assert(sizeof(FSpeedAnimationData) == 0x000018, "Wrong size on FSpeedAnimationData"); \ static_assert(offsetof(FSpeedAnimationData, MoveAnimation) == 0x000000, "Member 'FSpeedAnimationData::MoveAnimation' has a wrong offset!"); \ static_assert(offsetof(FSpeedAnimationData, JumpAnimations) == 0x000008, "Member 'FSpeedAnimationData::JumpAnimations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FJumpBlock \ static_assert(alignof(FJumpBlock) == 0x000010, "Wrong alignment on FJumpBlock"); \ static_assert(sizeof(FJumpBlock) == 0x0000D0, "Wrong size on FJumpBlock"); \ static_assert(offsetof(FJumpBlock, Data) == 0x000000, "Member 'FJumpBlock::Data' has a wrong offset!"); \ static_assert(offsetof(FJumpBlock, Trajectory) == 0x000040, "Member 'FJumpBlock::Trajectory' has a wrong offset!"); \ static_assert(offsetof(FJumpBlock, SpeedName) == 0x000048, "Member 'FJumpBlock::SpeedName' has a wrong offset!"); \ static_assert(offsetof(FJumpBlock, BeginTime) == 0x000050, "Member 'FJumpBlock::BeginTime' has a wrong offset!"); \ static_assert(offsetof(FJumpBlock, EndTime) == 0x000054, "Member 'FJumpBlock::EndTime' has a wrong offset!"); \ static_assert(offsetof(FJumpBlock, BeginMotion) == 0x000060, "Member 'FJumpBlock::BeginMotion' has a wrong offset!"); \ static_assert(offsetof(FJumpBlock, EndMotion) == 0x000090, "Member 'FJumpBlock::EndMotion' has a wrong offset!"); \ static_assert(offsetof(FJumpBlock, HasEnablePlayerControlNotify) == 0x0000C0, "Member 'FJumpBlock::HasEnablePlayerControlNotify' has a wrong offset!"); \ static_assert(offsetof(FJumpBlock, HasExitJumpNotify) == 0x0000C1, "Member 'FJumpBlock::HasExitJumpNotify' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlaveGroup \ static_assert(alignof(FSlaveGroup) == 0x000008, "Wrong alignment on FSlaveGroup"); \ static_assert(sizeof(FSlaveGroup) == 0x000018, "Wrong size on FSlaveGroup"); \ static_assert(offsetof(FSlaveGroup, Slaves) == 0x000000, "Member 'FSlaveGroup::Slaves' has a wrong offset!"); \ static_assert(offsetof(FSlaveGroup, groupId) == 0x000010, "Member 'FSlaveGroup::groupId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoveToFrameOrder \ static_assert(alignof(FMoveToFrameOrder) == 0x000004, "Wrong alignment on FMoveToFrameOrder"); \ static_assert(sizeof(FMoveToFrameOrder) == 0x000018, "Wrong size on FMoveToFrameOrder"); \ #define DUMPER7_ASSERTS_Sentinel__EditorTick \ static_assert(alignof(Sentinel__EditorTick) == 0x000004, "Wrong alignment on Sentinel__EditorTick"); \ static_assert(sizeof(Sentinel__EditorTick) == 0x000004, "Wrong size on Sentinel__EditorTick"); \ static_assert(offsetof(Sentinel__EditorTick, _deltaTime) == 0x000000, "Member 'Sentinel__EditorTick::_deltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel__OnStreamedIn \ static_assert(alignof(Sentinel__OnStreamedIn) == 0x000008, "Wrong alignment on Sentinel__OnStreamedIn"); \ static_assert(sizeof(Sentinel__OnStreamedIn) == 0x000008, "Wrong size on Sentinel__OnStreamedIn"); \ static_assert(offsetof(Sentinel__OnStreamedIn, _streamingComponent) == 0x000000, "Member 'Sentinel__OnStreamedIn::_streamingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel__OnStreamedOut \ static_assert(alignof(Sentinel__OnStreamedOut) == 0x000008, "Wrong alignment on Sentinel__OnStreamedOut"); \ static_assert(sizeof(Sentinel__OnStreamedOut) == 0x000008, "Wrong size on Sentinel__OnStreamedOut"); \ static_assert(offsetof(Sentinel__OnStreamedOut, _streamingComponent) == 0x000000, "Member 'Sentinel__OnStreamedOut::_streamingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_AddForce \ static_assert(alignof(Sentinel_AddForce) == 0x000004, "Wrong alignment on Sentinel_AddForce"); \ static_assert(sizeof(Sentinel_AddForce) == 0x000010, "Wrong size on Sentinel_AddForce"); \ static_assert(offsetof(Sentinel_AddForce, _direction) == 0x000000, "Member 'Sentinel_AddForce::_direction' has a wrong offset!"); \ static_assert(offsetof(Sentinel_AddForce, _speed) == 0x00000C, "Member 'Sentinel_AddForce::_speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_GetClosestLocationOnPatrolPath \ static_assert(alignof(Sentinel_GetClosestLocationOnPatrolPath) == 0x000004, "Wrong alignment on Sentinel_GetClosestLocationOnPatrolPath"); \ static_assert(sizeof(Sentinel_GetClosestLocationOnPatrolPath) == 0x00000C, "Wrong size on Sentinel_GetClosestLocationOnPatrolPath"); \ static_assert(offsetof(Sentinel_GetClosestLocationOnPatrolPath, ReturnValue) == 0x000000, "Member 'Sentinel_GetClosestLocationOnPatrolPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_GetClosestWaypointToLocation \ static_assert(alignof(Sentinel_GetClosestWaypointToLocation) == 0x000008, "Wrong alignment on Sentinel_GetClosestWaypointToLocation"); \ static_assert(sizeof(Sentinel_GetClosestWaypointToLocation) == 0x000018, "Wrong size on Sentinel_GetClosestWaypointToLocation"); \ static_assert(offsetof(Sentinel_GetClosestWaypointToLocation, _location) == 0x000000, "Member 'Sentinel_GetClosestWaypointToLocation::_location' has a wrong offset!"); \ static_assert(offsetof(Sentinel_GetClosestWaypointToLocation, ReturnValue) == 0x000010, "Member 'Sentinel_GetClosestWaypointToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_GetNextWaypointFromLocation \ static_assert(alignof(Sentinel_GetNextWaypointFromLocation) == 0x000008, "Wrong alignment on Sentinel_GetNextWaypointFromLocation"); \ static_assert(sizeof(Sentinel_GetNextWaypointFromLocation) == 0x000018, "Wrong size on Sentinel_GetNextWaypointFromLocation"); \ static_assert(offsetof(Sentinel_GetNextWaypointFromLocation, _location) == 0x000000, "Member 'Sentinel_GetNextWaypointFromLocation::_location' has a wrong offset!"); \ static_assert(offsetof(Sentinel_GetNextWaypointFromLocation, ReturnValue) == 0x000010, "Member 'Sentinel_GetNextWaypointFromLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_MoveTo \ static_assert(alignof(Sentinel_MoveTo) == 0x000008, "Wrong alignment on Sentinel_MoveTo"); \ static_assert(sizeof(Sentinel_MoveTo) == 0x000028, "Wrong size on Sentinel_MoveTo"); \ static_assert(offsetof(Sentinel_MoveTo, _location) == 0x000000, "Member 'Sentinel_MoveTo::_location' has a wrong offset!"); \ static_assert(offsetof(Sentinel_MoveTo, _speed) == 0x00000C, "Member 'Sentinel_MoveTo::_speed' has a wrong offset!"); \ static_assert(offsetof(Sentinel_MoveTo, _zOffset) == 0x000010, "Member 'Sentinel_MoveTo::_zOffset' has a wrong offset!"); \ static_assert(offsetof(Sentinel_MoveTo, _rotateToVelocity) == 0x000014, "Member 'Sentinel_MoveTo::_rotateToVelocity' has a wrong offset!"); \ static_assert(offsetof(Sentinel_MoveTo, _queryFilter) == 0x000018, "Member 'Sentinel_MoveTo::_queryFilter' has a wrong offset!"); \ static_assert(offsetof(Sentinel_MoveTo, ReturnValue) == 0x000020, "Member 'Sentinel_MoveTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_MoveToOnNavMesh \ static_assert(alignof(Sentinel_MoveToOnNavMesh) == 0x000008, "Wrong alignment on Sentinel_MoveToOnNavMesh"); \ static_assert(sizeof(Sentinel_MoveToOnNavMesh) == 0x000028, "Wrong size on Sentinel_MoveToOnNavMesh"); \ static_assert(offsetof(Sentinel_MoveToOnNavMesh, _location) == 0x000000, "Member 'Sentinel_MoveToOnNavMesh::_location' has a wrong offset!"); \ static_assert(offsetof(Sentinel_MoveToOnNavMesh, _speed) == 0x00000C, "Member 'Sentinel_MoveToOnNavMesh::_speed' has a wrong offset!"); \ static_assert(offsetof(Sentinel_MoveToOnNavMesh, _zOffset) == 0x000010, "Member 'Sentinel_MoveToOnNavMesh::_zOffset' has a wrong offset!"); \ static_assert(offsetof(Sentinel_MoveToOnNavMesh, _rotateToVelocity) == 0x000014, "Member 'Sentinel_MoveToOnNavMesh::_rotateToVelocity' has a wrong offset!"); \ static_assert(offsetof(Sentinel_MoveToOnNavMesh, _queryFilter) == 0x000018, "Member 'Sentinel_MoveToOnNavMesh::_queryFilter' has a wrong offset!"); \ static_assert(offsetof(Sentinel_MoveToOnNavMesh, ReturnValue) == 0x000020, "Member 'Sentinel_MoveToOnNavMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_OnDisplayDebug \ static_assert(alignof(Sentinel_OnDisplayDebug) == 0x000008, "Wrong alignment on Sentinel_OnDisplayDebug"); \ static_assert(sizeof(Sentinel_OnDisplayDebug) == 0x000008, "Wrong size on Sentinel_OnDisplayDebug"); \ static_assert(offsetof(Sentinel_OnDisplayDebug, _canvas) == 0x000000, "Member 'Sentinel_OnDisplayDebug::_canvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_RotateToDirectionInTime \ static_assert(alignof(Sentinel_RotateToDirectionInTime) == 0x000004, "Wrong alignment on Sentinel_RotateToDirectionInTime"); \ static_assert(sizeof(Sentinel_RotateToDirectionInTime) == 0x000010, "Wrong size on Sentinel_RotateToDirectionInTime"); \ static_assert(offsetof(Sentinel_RotateToDirectionInTime, _direction) == 0x000000, "Member 'Sentinel_RotateToDirectionInTime::_direction' has a wrong offset!"); \ static_assert(offsetof(Sentinel_RotateToDirectionInTime, _time) == 0x00000C, "Member 'Sentinel_RotateToDirectionInTime::_time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_RotateToLocationInTime \ static_assert(alignof(Sentinel_RotateToLocationInTime) == 0x000004, "Wrong alignment on Sentinel_RotateToLocationInTime"); \ static_assert(sizeof(Sentinel_RotateToLocationInTime) == 0x000010, "Wrong size on Sentinel_RotateToLocationInTime"); \ static_assert(offsetof(Sentinel_RotateToLocationInTime, _location) == 0x000000, "Member 'Sentinel_RotateToLocationInTime::_location' has a wrong offset!"); \ static_assert(offsetof(Sentinel_RotateToLocationInTime, _time) == 0x00000C, "Member 'Sentinel_RotateToLocationInTime::_time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_SetAggressive \ static_assert(alignof(Sentinel_SetAggressive) == 0x000001, "Wrong alignment on Sentinel_SetAggressive"); \ static_assert(sizeof(Sentinel_SetAggressive) == 0x000001, "Wrong size on Sentinel_SetAggressive"); \ static_assert(offsetof(Sentinel_SetAggressive, _isAggressive) == 0x000000, "Member 'Sentinel_SetAggressive::_isAggressive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_SetInputMode \ static_assert(alignof(Sentinel_SetInputMode) == 0x000001, "Wrong alignment on Sentinel_SetInputMode"); \ static_assert(sizeof(Sentinel_SetInputMode) == 0x000001, "Wrong size on Sentinel_SetInputMode"); \ static_assert(offsetof(Sentinel_SetInputMode, _inputMode) == 0x000000, "Member 'Sentinel_SetInputMode::_inputMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_SetLockOnTarget \ static_assert(alignof(Sentinel_SetLockOnTarget) == 0x000008, "Wrong alignment on Sentinel_SetLockOnTarget"); \ static_assert(sizeof(Sentinel_SetLockOnTarget) == 0x000008, "Wrong size on Sentinel_SetLockOnTarget"); \ static_assert(offsetof(Sentinel_SetLockOnTarget, _targetActor) == 0x000000, "Member 'Sentinel_SetLockOnTarget::_targetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_SetSentinelActive \ static_assert(alignof(Sentinel_SetSentinelActive) == 0x000001, "Wrong alignment on Sentinel_SetSentinelActive"); \ static_assert(sizeof(Sentinel_SetSentinelActive) == 0x000001, "Wrong size on Sentinel_SetSentinelActive"); \ static_assert(offsetof(Sentinel_SetSentinelActive, _isActive) == 0x000000, "Member 'Sentinel_SetSentinelActive::_isActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_SetSettings \ static_assert(alignof(Sentinel_SetSettings) == 0x000008, "Wrong alignment on Sentinel_SetSettings"); \ static_assert(sizeof(Sentinel_SetSettings) == 0x000008, "Wrong size on Sentinel_SetSettings"); \ static_assert(offsetof(Sentinel_SetSettings, _newSettings) == 0x000000, "Member 'Sentinel_SetSettings::_newSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_SetTazerMode \ static_assert(alignof(Sentinel_SetTazerMode) == 0x000001, "Wrong alignment on Sentinel_SetTazerMode"); \ static_assert(sizeof(Sentinel_SetTazerMode) == 0x000001, "Wrong size on Sentinel_SetTazerMode"); \ static_assert(offsetof(Sentinel_SetTazerMode, _newTazerMode) == 0x000000, "Member 'Sentinel_SetTazerMode::_newTazerMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_SetVisonLightEnabled \ static_assert(alignof(Sentinel_SetVisonLightEnabled) == 0x000001, "Wrong alignment on Sentinel_SetVisonLightEnabled"); \ static_assert(sizeof(Sentinel_SetVisonLightEnabled) == 0x000001, "Wrong size on Sentinel_SetVisonLightEnabled"); \ static_assert(offsetof(Sentinel_SetVisonLightEnabled, _enable) == 0x000000, "Member 'Sentinel_SetVisonLightEnabled::_enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_Tazer_Loading_Tick \ static_assert(alignof(Sentinel_Tazer_Loading_Tick) == 0x000004, "Wrong alignment on Sentinel_Tazer_Loading_Tick"); \ static_assert(sizeof(Sentinel_Tazer_Loading_Tick) == 0x000004, "Wrong size on Sentinel_Tazer_Loading_Tick"); \ static_assert(offsetof(Sentinel_Tazer_Loading_Tick, _dt) == 0x000000, "Member 'Sentinel_Tazer_Loading_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_Tazer_Reloading_Tick \ static_assert(alignof(Sentinel_Tazer_Reloading_Tick) == 0x000004, "Wrong alignment on Sentinel_Tazer_Reloading_Tick"); \ static_assert(sizeof(Sentinel_Tazer_Reloading_Tick) == 0x000004, "Wrong size on Sentinel_Tazer_Reloading_Tick"); \ static_assert(offsetof(Sentinel_Tazer_Reloading_Tick, _dt) == 0x000000, "Member 'Sentinel_Tazer_Reloading_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_Tazer_UnLoading_Tick \ static_assert(alignof(Sentinel_Tazer_UnLoading_Tick) == 0x000004, "Wrong alignment on Sentinel_Tazer_UnLoading_Tick"); \ static_assert(sizeof(Sentinel_Tazer_UnLoading_Tick) == 0x000004, "Wrong size on Sentinel_Tazer_UnLoading_Tick"); \ static_assert(offsetof(Sentinel_Tazer_UnLoading_Tick, _dt) == 0x000000, "Member 'Sentinel_Tazer_UnLoading_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_TickRotateToDirectionInSpeed \ static_assert(alignof(Sentinel_TickRotateToDirectionInSpeed) == 0x000004, "Wrong alignment on Sentinel_TickRotateToDirectionInSpeed"); \ static_assert(sizeof(Sentinel_TickRotateToDirectionInSpeed) == 0x000010, "Wrong size on Sentinel_TickRotateToDirectionInSpeed"); \ static_assert(offsetof(Sentinel_TickRotateToDirectionInSpeed, _direction) == 0x000000, "Member 'Sentinel_TickRotateToDirectionInSpeed::_direction' has a wrong offset!"); \ static_assert(offsetof(Sentinel_TickRotateToDirectionInSpeed, _speed) == 0x00000C, "Member 'Sentinel_TickRotateToDirectionInSpeed::_speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_TickRotateToLocationInSpeed \ static_assert(alignof(Sentinel_TickRotateToLocationInSpeed) == 0x000004, "Wrong alignment on Sentinel_TickRotateToLocationInSpeed"); \ static_assert(sizeof(Sentinel_TickRotateToLocationInSpeed) == 0x000010, "Wrong size on Sentinel_TickRotateToLocationInSpeed"); \ static_assert(offsetof(Sentinel_TickRotateToLocationInSpeed, _location) == 0x000000, "Member 'Sentinel_TickRotateToLocationInSpeed::_location' has a wrong offset!"); \ static_assert(offsetof(Sentinel_TickRotateToLocationInSpeed, _speed) == 0x00000C, "Member 'Sentinel_TickRotateToLocationInSpeed::_speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_GetInputMode \ static_assert(alignof(Sentinel_GetInputMode) == 0x000001, "Wrong alignment on Sentinel_GetInputMode"); \ static_assert(sizeof(Sentinel_GetInputMode) == 0x000001, "Wrong size on Sentinel_GetInputMode"); \ static_assert(offsetof(Sentinel_GetInputMode, ReturnValue) == 0x000000, "Member 'Sentinel_GetInputMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_GetLockedTargetActor \ static_assert(alignof(Sentinel_GetLockedTargetActor) == 0x000008, "Wrong alignment on Sentinel_GetLockedTargetActor"); \ static_assert(sizeof(Sentinel_GetLockedTargetActor) == 0x000008, "Wrong size on Sentinel_GetLockedTargetActor"); \ static_assert(offsetof(Sentinel_GetLockedTargetActor, ReturnValue) == 0x000000, "Member 'Sentinel_GetLockedTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_GetSelectedNavMeshRecastActor \ static_assert(alignof(Sentinel_GetSelectedNavMeshRecastActor) == 0x000008, "Wrong alignment on Sentinel_GetSelectedNavMeshRecastActor"); \ static_assert(sizeof(Sentinel_GetSelectedNavMeshRecastActor) == 0x000008, "Wrong size on Sentinel_GetSelectedNavMeshRecastActor"); \ static_assert(offsetof(Sentinel_GetSelectedNavMeshRecastActor, ReturnValue) == 0x000000, "Member 'Sentinel_GetSelectedNavMeshRecastActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_GetSettings \ static_assert(alignof(Sentinel_GetSettings) == 0x000008, "Wrong alignment on Sentinel_GetSettings"); \ static_assert(sizeof(Sentinel_GetSettings) == 0x000008, "Wrong size on Sentinel_GetSettings"); \ static_assert(offsetof(Sentinel_GetSettings, ReturnValue) == 0x000000, "Member 'Sentinel_GetSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_GetTazerMode \ static_assert(alignof(Sentinel_GetTazerMode) == 0x000001, "Wrong alignment on Sentinel_GetTazerMode"); \ static_assert(sizeof(Sentinel_GetTazerMode) == 0x000001, "Wrong size on Sentinel_GetTazerMode"); \ static_assert(offsetof(Sentinel_GetTazerMode, ReturnValue) == 0x000000, "Member 'Sentinel_GetTazerMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_GetVisionLightEnabled \ static_assert(alignof(Sentinel_GetVisionLightEnabled) == 0x000001, "Wrong alignment on Sentinel_GetVisionLightEnabled"); \ static_assert(sizeof(Sentinel_GetVisionLightEnabled) == 0x000001, "Wrong size on Sentinel_GetVisionLightEnabled"); \ static_assert(offsetof(Sentinel_GetVisionLightEnabled, ReturnValue) == 0x000000, "Member 'Sentinel_GetVisionLightEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_IsActorInVision \ static_assert(alignof(Sentinel_IsActorInVision) == 0x000008, "Wrong alignment on Sentinel_IsActorInVision"); \ static_assert(sizeof(Sentinel_IsActorInVision) == 0x000020, "Wrong size on Sentinel_IsActorInVision"); \ static_assert(offsetof(Sentinel_IsActorInVision, _actorToCheck) == 0x000000, "Member 'Sentinel_IsActorInVision::_actorToCheck' has a wrong offset!"); \ static_assert(offsetof(Sentinel_IsActorInVision, _direction) == 0x000008, "Member 'Sentinel_IsActorInVision::_direction' has a wrong offset!"); \ static_assert(offsetof(Sentinel_IsActorInVision, _angleInDegree) == 0x000014, "Member 'Sentinel_IsActorInVision::_angleInDegree' has a wrong offset!"); \ static_assert(offsetof(Sentinel_IsActorInVision, _distance) == 0x000018, "Member 'Sentinel_IsActorInVision::_distance' has a wrong offset!"); \ static_assert(offsetof(Sentinel_IsActorInVision, _traceChannel) == 0x00001C, "Member 'Sentinel_IsActorInVision::_traceChannel' has a wrong offset!"); \ static_assert(offsetof(Sentinel_IsActorInVision, _drawDebug) == 0x00001D, "Member 'Sentinel_IsActorInVision::_drawDebug' has a wrong offset!"); \ static_assert(offsetof(Sentinel_IsActorInVision, ReturnValue) == 0x00001E, "Member 'Sentinel_IsActorInVision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_IsAggressive \ static_assert(alignof(Sentinel_IsAggressive) == 0x000001, "Wrong alignment on Sentinel_IsAggressive"); \ static_assert(sizeof(Sentinel_IsAggressive) == 0x000001, "Wrong size on Sentinel_IsAggressive"); \ static_assert(offsetof(Sentinel_IsAggressive, ReturnValue) == 0x000000, "Member 'Sentinel_IsAggressive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_IsSentinelActive \ static_assert(alignof(Sentinel_IsSentinelActive) == 0x000001, "Wrong alignment on Sentinel_IsSentinelActive"); \ static_assert(sizeof(Sentinel_IsSentinelActive) == 0x000001, "Wrong size on Sentinel_IsSentinelActive"); \ static_assert(offsetof(Sentinel_IsSentinelActive, ReturnValue) == 0x000000, "Member 'Sentinel_IsSentinelActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sentinel_OnSentinelActivityChange \ static_assert(alignof(Sentinel_OnSentinelActivityChange) == 0x000001, "Wrong alignment on Sentinel_OnSentinelActivityChange"); \ static_assert(sizeof(Sentinel_OnSentinelActivityChange) == 0x000001, "Wrong size on Sentinel_OnSentinelActivityChange"); \ static_assert(offsetof(Sentinel_OnSentinelActivityChange, _newActiveState) == 0x000000, "Member 'Sentinel_OnSentinelActivityChange::_newActiveState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASentinel \ static_assert(alignof(ASentinel) == 0x000010, "Wrong alignment on ASentinel"); \ static_assert(sizeof(ASentinel) == 0x000670, "Wrong size on ASentinel"); \ static_assert(offsetof(ASentinel, OnSentinelSettingsChanged) == 0x0004B8, "Member 'ASentinel::OnSentinelSettingsChanged' has a wrong offset!"); \ static_assert(offsetof(ASentinel, OnSentinelAggressivityChanged) == 0x0004C8, "Member 'ASentinel::OnSentinelAggressivityChanged' has a wrong offset!"); \ static_assert(offsetof(ASentinel, OnSentinelActivityChanged) == 0x0004D8, "Member 'ASentinel::OnSentinelActivityChanged' has a wrong offset!"); \ static_assert(offsetof(ASentinel, OnSentinelLockedTargetChanged) == 0x0004E8, "Member 'ASentinel::OnSentinelLockedTargetChanged' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_waypoints) == 0x0004F8, "Member 'ASentinel::m_waypoints' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_rotationSmoother) == 0x000510, "Member 'ASentinel::m_rotationSmoother' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_navigationQueryFilter) == 0x000540, "Member 'ASentinel::m_navigationQueryFilter' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_splinePathFindComponent) == 0x000548, "Member 'ASentinel::m_splinePathFindComponent' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_sentinelSettings) == 0x000550, "Member 'ASentinel::m_sentinelSettings' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_drawDebug) == 0x000558, "Member 'ASentinel::m_drawDebug' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_streamingComponent) == 0x000560, "Member 'ASentinel::m_streamingComponent' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_sentinelStateMachine) == 0x0005A0, "Member 'ASentinel::m_sentinelStateMachine' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_bonesNameForVisionDetection) == 0x0005B0, "Member 'ASentinel::m_bonesNameForVisionDetection' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_startSentinelActive) == 0x000659, "Member 'ASentinel::m_startSentinelActive' has a wrong offset!"); \ static_assert(offsetof(ASentinel, m_lockedTargetActor) == 0x000660, "Member 'ASentinel::m_lockedTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugProfileObject \ static_assert(alignof(UDebugProfileObject) == 0x000010, "Wrong alignment on UDebugProfileObject"); \ static_assert(sizeof(UDebugProfileObject) == 0x0000D0, "Wrong size on UDebugProfileObject"); \ static_assert(offsetof(UDebugProfileObject, bDebugProfileEnabled) == 0x000028, "Member 'UDebugProfileObject::bDebugProfileEnabled' has a wrong offset!"); \ static_assert(offsetof(UDebugProfileObject, DebugProfile) == 0x000030, "Member 'UDebugProfileObject::DebugProfile' has a wrong offset!"); \ static_assert(offsetof(UDebugProfileObject, MapName) == 0x0000C0, "Member 'UDebugProfileObject::MapName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKSubsystemSettings \ static_assert(alignof(UHKSubsystemSettings) == 0x000008, "Wrong alignment on UHKSubsystemSettings"); \ static_assert(sizeof(UHKSubsystemSettings) == 0x000028, "Wrong size on UHKSubsystemSettings"); \ #define DUMPER7_ASSERTS_UActivitySettings \ static_assert(alignof(UActivitySettings) == 0x000008, "Wrong alignment on UActivitySettings"); \ static_assert(sizeof(UActivitySettings) == 0x000030, "Wrong size on UActivitySettings"); \ static_assert(offsetof(UActivitySettings, ActivityData) == 0x000028, "Member 'UActivitySettings::ActivityData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKUserWidget \ static_assert(alignof(UHKUserWidget) == 0x000008, "Wrong alignment on UHKUserWidget"); \ static_assert(sizeof(UHKUserWidget) == 0x0002F0, "Wrong size on UHKUserWidget"); \ #define DUMPER7_ASSERTS_UControllerUnpluggedWidget \ static_assert(alignof(UControllerUnpluggedWidget) == 0x000008, "Wrong alignment on UControllerUnpluggedWidget"); \ static_assert(sizeof(UControllerUnpluggedWidget) == 0x0002F0, "Wrong size on UControllerUnpluggedWidget"); \ #define DUMPER7_ASSERTS_UHKGameSubsystem \ static_assert(alignof(UHKGameSubsystem) == 0x000008, "Wrong alignment on UHKGameSubsystem"); \ static_assert(sizeof(UHKGameSubsystem) == 0x000048, "Wrong size on UHKGameSubsystem"); \ static_assert(offsetof(UHKGameSubsystem, m_settings) == 0x000038, "Member 'UHKGameSubsystem::m_settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActivitySubsystem__OnChapterChanged \ static_assert(alignof(ActivitySubsystem__OnChapterChanged) == 0x000008, "Wrong alignment on ActivitySubsystem__OnChapterChanged"); \ static_assert(sizeof(ActivitySubsystem__OnChapterChanged) == 0x000010, "Wrong size on ActivitySubsystem__OnChapterChanged"); \ static_assert(offsetof(ActivitySubsystem__OnChapterChanged, _chapterSubsystem) == 0x000000, "Member 'ActivitySubsystem__OnChapterChanged::_chapterSubsystem' has a wrong offset!"); \ static_assert(offsetof(ActivitySubsystem__OnChapterChanged, _previousChapter) == 0x000008, "Member 'ActivitySubsystem__OnChapterChanged::_previousChapter' has a wrong offset!"); \ static_assert(offsetof(ActivitySubsystem__OnChapterChanged, _currentChapter) == 0x000009, "Member 'ActivitySubsystem__OnChapterChanged::_currentChapter' has a wrong offset!"); \ static_assert(offsetof(ActivitySubsystem__OnChapterChanged, _isOpeningChapter) == 0x00000A, "Member 'ActivitySubsystem__OnChapterChanged::_isOpeningChapter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActivitySubsystem_SetObjectiveComplete \ static_assert(alignof(ActivitySubsystem_SetObjectiveComplete) == 0x000001, "Wrong alignment on ActivitySubsystem_SetObjectiveComplete"); \ static_assert(sizeof(ActivitySubsystem_SetObjectiveComplete) == 0x000001, "Wrong size on ActivitySubsystem_SetObjectiveComplete"); \ static_assert(offsetof(ActivitySubsystem_SetObjectiveComplete, _id) == 0x000000, "Member 'ActivitySubsystem_SetObjectiveComplete::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActivitySubsystem_SetObjectiveRevealed \ static_assert(alignof(ActivitySubsystem_SetObjectiveRevealed) == 0x000001, "Wrong alignment on ActivitySubsystem_SetObjectiveRevealed"); \ static_assert(sizeof(ActivitySubsystem_SetObjectiveRevealed) == 0x000001, "Wrong size on ActivitySubsystem_SetObjectiveRevealed"); \ static_assert(offsetof(ActivitySubsystem_SetObjectiveRevealed, _id) == 0x000000, "Member 'ActivitySubsystem_SetObjectiveRevealed::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActivitySubsystem \ static_assert(alignof(UActivitySubsystem) == 0x000008, "Wrong alignment on UActivitySubsystem"); \ static_assert(sizeof(UActivitySubsystem) == 0x000118, "Wrong size on UActivitySubsystem"); \ #define DUMPER7_ASSERTS_UControlsViewWidget \ static_assert(alignof(UControlsViewWidget) == 0x000008, "Wrong alignment on UControlsViewWidget"); \ static_assert(sizeof(UControlsViewWidget) == 0x0002F8, "Wrong size on UControlsViewWidget"); \ static_assert(offsetof(UControlsViewWidget, BackButton) == 0x0002F0, "Member 'UControlsViewWidget::BackButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementSettings \ static_assert(alignof(UAchievementSettings) == 0x000008, "Wrong alignment on UAchievementSettings"); \ static_assert(sizeof(UAchievementSettings) == 0x000070, "Wrong size on UAchievementSettings"); \ static_assert(offsetof(UAchievementSettings, MeowTarget) == 0x000028, "Member 'UAchievementSettings::MeowTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, jumpTarget) == 0x00002C, "Member 'UAchievementSettings::jumpTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, SleepTargetMinutes) == 0x000030, "Member 'UAchievementSettings::SleepTargetMinutes' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, BasketballsDunkedTarget) == 0x000034, "Member 'UAchievementSettings::BasketballsDunkedTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, ZurgPursuitCompletedWithoutTouchTarget) == 0x000038, "Member 'UAchievementSettings::ZurgPursuitCompletedWithoutTouchTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, SentinelPatternCompletedWithoutDetectionTarget) == 0x00003C, "Member 'UAchievementSettings::SentinelPatternCompletedWithoutDetectionTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, DeathTarget) == 0x000040, "Member 'UAchievementSettings::DeathTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, ClubVinylScratchedTarget) == 0x000044, "Member 'UAchievementSettings::ClubVinylScratchedTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, SewersCompletedWithoutKillTarget) == 0x000048, "Member 'UAchievementSettings::SewersCompletedWithoutKillTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, GameCompleteTargetMinutes) == 0x00004C, "Member 'UAchievementSettings::GameCompleteTargetMinutes' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, AAKingMusicSheetsTarget) == 0x000050, "Member 'UAchievementSettings::AAKingMusicSheetsTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, PaperBagWornTarget) == 0x000054, "Member 'UAchievementSettings::PaperBagWornTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, TriedToPlayMahjongTarget) == 0x000058, "Member 'UAchievementSettings::TriedToPlayMahjongTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, RobotsRubbedAgainstTarget) == 0x00005C, "Member 'UAchievementSettings::RobotsRubbedAgainstTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, TVChannelsWatchedTarget) == 0x000060, "Member 'UAchievementSettings::TVChannelsWatchedTarget' has a wrong offset!"); \ static_assert(offsetof(UAchievementSettings, CollectedBadgesTarget) == 0x000064, "Member 'UAchievementSettings::CollectedBadgesTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightableComponent_EnlightenBegin \ static_assert(alignof(LightableComponent_EnlightenBegin) == 0x000008, "Wrong alignment on LightableComponent_EnlightenBegin"); \ static_assert(sizeof(LightableComponent_EnlightenBegin) == 0x000008, "Wrong size on LightableComponent_EnlightenBegin"); \ static_assert(offsetof(LightableComponent_EnlightenBegin, _spotlight) == 0x000000, "Member 'LightableComponent_EnlightenBegin::_spotlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightableComponent_EnlightenEnd \ static_assert(alignof(LightableComponent_EnlightenEnd) == 0x000008, "Wrong alignment on LightableComponent_EnlightenEnd"); \ static_assert(sizeof(LightableComponent_EnlightenEnd) == 0x000008, "Wrong size on LightableComponent_EnlightenEnd"); \ static_assert(offsetof(LightableComponent_EnlightenEnd, _spotlight) == 0x000000, "Member 'LightableComponent_EnlightenEnd::_spotlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightableComponent_GetOwnerSceneComponent \ static_assert(alignof(LightableComponent_GetOwnerSceneComponent) == 0x000008, "Wrong alignment on LightableComponent_GetOwnerSceneComponent"); \ static_assert(sizeof(LightableComponent_GetOwnerSceneComponent) == 0x000008, "Wrong size on LightableComponent_GetOwnerSceneComponent"); \ static_assert(offsetof(LightableComponent_GetOwnerSceneComponent, ReturnValue) == 0x000000, "Member 'LightableComponent_GetOwnerSceneComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightableComponent_IsEnlighten \ static_assert(alignof(LightableComponent_IsEnlighten) == 0x000004, "Wrong alignment on LightableComponent_IsEnlighten"); \ static_assert(sizeof(LightableComponent_IsEnlighten) == 0x000008, "Wrong size on LightableComponent_IsEnlighten"); \ static_assert(offsetof(LightableComponent_IsEnlighten, _enlighten) == 0x000000, "Member 'LightableComponent_IsEnlighten::_enlighten' has a wrong offset!"); \ static_assert(offsetof(LightableComponent_IsEnlighten, _lightingRatio) == 0x000004, "Member 'LightableComponent_IsEnlighten::_lightingRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightableComponent_GetLights \ static_assert(alignof(LightableComponent_GetLights) == 0x000008, "Wrong alignment on LightableComponent_GetLights"); \ static_assert(sizeof(LightableComponent_GetLights) == 0x000010, "Wrong size on LightableComponent_GetLights"); \ static_assert(offsetof(LightableComponent_GetLights, ReturnValue) == 0x000000, "Member 'LightableComponent_GetLights::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightableComponent \ static_assert(alignof(ULightableComponent) == 0x000010, "Wrong alignment on ULightableComponent"); \ static_assert(sizeof(ULightableComponent) == 0x000250, "Wrong size on ULightableComponent"); \ static_assert(offsetof(ULightableComponent, OnEnlightenBegin) == 0x0001F8, "Member 'ULightableComponent::OnEnlightenBegin' has a wrong offset!"); \ static_assert(offsetof(ULightableComponent, OnEnlightenEnd) == 0x000208, "Member 'ULightableComponent::OnEnlightenEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamagableLightableComponent_IsTakingDamage \ static_assert(alignof(DamagableLightableComponent_IsTakingDamage) == 0x000001, "Wrong alignment on DamagableLightableComponent_IsTakingDamage"); \ static_assert(sizeof(DamagableLightableComponent_IsTakingDamage) == 0x000001, "Wrong size on DamagableLightableComponent_IsTakingDamage"); \ static_assert(offsetof(DamagableLightableComponent_IsTakingDamage, ReturnValue) == 0x000000, "Member 'DamagableLightableComponent_IsTakingDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamagableLightableComponent \ static_assert(alignof(UDamagableLightableComponent) == 0x000010, "Wrong alignment on UDamagableLightableComponent"); \ static_assert(sizeof(UDamagableLightableComponent) == 0x000280, "Wrong size on UDamagableLightableComponent"); \ static_assert(offsetof(UDamagableLightableComponent, OnTakeDamage) == 0x000250, "Member 'UDamagableLightableComponent::OnTakeDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementSubsystem \ static_assert(alignof(UAchievementSubsystem) == 0x000008, "Wrong alignment on UAchievementSubsystem"); \ static_assert(sizeof(UAchievementSubsystem) == 0x0000B8, "Wrong size on UAchievementSubsystem"); \ #define DUMPER7_ASSERTS_UDebugInputWidget \ static_assert(alignof(UDebugInputWidget) == 0x000008, "Wrong alignment on UDebugInputWidget"); \ static_assert(sizeof(UDebugInputWidget) == 0x000310, "Wrong size on UDebugInputWidget"); \ static_assert(offsetof(UDebugInputWidget, grid) == 0x0002F0, "Member 'UDebugInputWidget::grid' has a wrong offset!"); \ static_assert(offsetof(UDebugInputWidget, ScrollBox) == 0x0002F8, "Member 'UDebugInputWidget::ScrollBox' has a wrong offset!"); \ static_assert(offsetof(UDebugInputWidget, BackButton) == 0x000300, "Member 'UDebugInputWidget::BackButton' has a wrong offset!"); \ static_assert(offsetof(UDebugInputWidget, m_keyIconWidgetClass) == 0x000308, "Member 'UDebugInputWidget::m_keyIconWidgetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActivityData \ static_assert(alignof(UActivityData) == 0x000008, "Wrong alignment on UActivityData"); \ static_assert(sizeof(UActivityData) == 0x000040, "Wrong size on UActivityData"); \ static_assert(offsetof(UActivityData, Activities) == 0x000030, "Member 'UActivityData::Activities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugSaveGame \ static_assert(alignof(UDebugSaveGame) == 0x000010, "Wrong alignment on UDebugSaveGame"); \ static_assert(sizeof(UDebugSaveGame) == 0x0000C0, "Wrong size on UDebugSaveGame"); \ static_assert(offsetof(UDebugSaveGame, bDebugProfileEnabled) == 0x000028, "Member 'UDebugSaveGame::bDebugProfileEnabled' has a wrong offset!"); \ static_assert(offsetof(UDebugSaveGame, DebugProfile) == 0x000030, "Member 'UDebugSaveGame::DebugProfile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorIdComponent \ static_assert(alignof(UActorIdComponent) == 0x000008, "Wrong alignment on UActorIdComponent"); \ static_assert(sizeof(UActorIdComponent) == 0x0000C0, "Wrong size on UActorIdComponent"); \ static_assert(offsetof(UActorIdComponent, m_id) == 0x0000B0, "Member 'UActorIdComponent::m_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_BeginDialogLine \ static_assert(alignof(Dialog_BeginDialogLine) == 0x000008, "Wrong alignment on Dialog_BeginDialogLine"); \ static_assert(sizeof(Dialog_BeginDialogLine) == 0x0000A0, "Wrong size on Dialog_BeginDialogLine"); \ static_assert(offsetof(Dialog_BeginDialogLine, _line) == 0x000000, "Member 'Dialog_BeginDialogLine::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_BeginShowItem \ static_assert(alignof(Dialog_BeginShowItem) == 0x000008, "Wrong alignment on Dialog_BeginShowItem"); \ static_assert(sizeof(Dialog_BeginShowItem) == 0x000008, "Wrong size on Dialog_BeginShowItem"); \ static_assert(offsetof(Dialog_BeginShowItem, _lootable) == 0x000000, "Member 'Dialog_BeginShowItem::_lootable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_CheckDialogEvent \ static_assert(alignof(Dialog_CheckDialogEvent) == 0x000004, "Wrong alignment on Dialog_CheckDialogEvent"); \ static_assert(sizeof(Dialog_CheckDialogEvent) == 0x00000C, "Wrong size on Dialog_CheckDialogEvent"); \ static_assert(offsetof(Dialog_CheckDialogEvent, _eventName) == 0x000000, "Member 'Dialog_CheckDialogEvent::_eventName' has a wrong offset!"); \ static_assert(offsetof(Dialog_CheckDialogEvent, ReturnValue) == 0x000008, "Member 'Dialog_CheckDialogEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_EndDialogLine \ static_assert(alignof(Dialog_EndDialogLine) == 0x000008, "Wrong alignment on Dialog_EndDialogLine"); \ static_assert(sizeof(Dialog_EndDialogLine) == 0x0000A0, "Wrong size on Dialog_EndDialogLine"); \ static_assert(offsetof(Dialog_EndDialogLine, _line) == 0x000000, "Member 'Dialog_EndDialogLine::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_OnItemShown \ static_assert(alignof(Dialog_OnItemShown) == 0x000008, "Wrong alignment on Dialog_OnItemShown"); \ static_assert(sizeof(Dialog_OnItemShown) == 0x000008, "Wrong size on Dialog_OnItemShown"); \ static_assert(offsetof(Dialog_OnItemShown, _lootable) == 0x000000, "Member 'Dialog_OnItemShown::_lootable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_PollNextDialogLineRequested \ static_assert(alignof(Dialog_PollNextDialogLineRequested) == 0x000001, "Wrong alignment on Dialog_PollNextDialogLineRequested"); \ static_assert(sizeof(Dialog_PollNextDialogLineRequested) == 0x000001, "Wrong size on Dialog_PollNextDialogLineRequested"); \ static_assert(offsetof(Dialog_PollNextDialogLineRequested, ReturnValue) == 0x000000, "Member 'Dialog_PollNextDialogLineRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_SetAutoResetCameraActivated \ static_assert(alignof(Dialog_SetAutoResetCameraActivated) == 0x000001, "Wrong alignment on Dialog_SetAutoResetCameraActivated"); \ static_assert(sizeof(Dialog_SetAutoResetCameraActivated) == 0x000001, "Wrong size on Dialog_SetAutoResetCameraActivated"); \ static_assert(offsetof(Dialog_SetAutoResetCameraActivated, _activated) == 0x000000, "Member 'Dialog_SetAutoResetCameraActivated::_activated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_SetCanBeShownItems \ static_assert(alignof(Dialog_SetCanBeShownItems) == 0x000001, "Wrong alignment on Dialog_SetCanBeShownItems"); \ static_assert(sizeof(Dialog_SetCanBeShownItems) == 0x000001, "Wrong size on Dialog_SetCanBeShownItems"); \ static_assert(offsetof(Dialog_SetCanBeShownItems, _value) == 0x000000, "Member 'Dialog_SetCanBeShownItems::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_ThrowDialogEvent \ static_assert(alignof(Dialog_ThrowDialogEvent) == 0x000004, "Wrong alignment on Dialog_ThrowDialogEvent"); \ static_assert(sizeof(Dialog_ThrowDialogEvent) == 0x000008, "Wrong size on Dialog_ThrowDialogEvent"); \ static_assert(offsetof(Dialog_ThrowDialogEvent, _eventName) == 0x000000, "Member 'Dialog_ThrowDialogEvent::_eventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_CanBeShownItems \ static_assert(alignof(Dialog_CanBeShownItems) == 0x000001, "Wrong alignment on Dialog_CanBeShownItems"); \ static_assert(sizeof(Dialog_CanBeShownItems) == 0x000001, "Wrong size on Dialog_CanBeShownItems"); \ static_assert(offsetof(Dialog_CanBeShownItems, ReturnValue) == 0x000000, "Member 'Dialog_CanBeShownItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_GetCat \ static_assert(alignof(Dialog_GetCat) == 0x000008, "Wrong alignment on Dialog_GetCat"); \ static_assert(sizeof(Dialog_GetCat) == 0x000008, "Wrong size on Dialog_GetCat"); \ static_assert(offsetof(Dialog_GetCat, ReturnValue) == 0x000000, "Member 'Dialog_GetCat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_GetCurrentLine \ static_assert(alignof(Dialog_GetCurrentLine) == 0x000008, "Wrong alignment on Dialog_GetCurrentLine"); \ static_assert(sizeof(Dialog_GetCurrentLine) == 0x0000A0, "Wrong size on Dialog_GetCurrentLine"); \ static_assert(offsetof(Dialog_GetCurrentLine, ReturnValue) == 0x000000, "Member 'Dialog_GetCurrentLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_GetCurrentSpeaker \ static_assert(alignof(Dialog_GetCurrentSpeaker) == 0x000008, "Wrong alignment on Dialog_GetCurrentSpeaker"); \ static_assert(sizeof(Dialog_GetCurrentSpeaker) == 0x000008, "Wrong size on Dialog_GetCurrentSpeaker"); \ static_assert(offsetof(Dialog_GetCurrentSpeaker, ReturnValue) == 0x000000, "Member 'Dialog_GetCurrentSpeaker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_GetCurrentSynchronizedAnimation \ static_assert(alignof(Dialog_GetCurrentSynchronizedAnimation) == 0x000008, "Wrong alignment on Dialog_GetCurrentSynchronizedAnimation"); \ static_assert(sizeof(Dialog_GetCurrentSynchronizedAnimation) == 0x000008, "Wrong size on Dialog_GetCurrentSynchronizedAnimation"); \ static_assert(offsetof(Dialog_GetCurrentSynchronizedAnimation, ReturnValue) == 0x000000, "Member 'Dialog_GetCurrentSynchronizedAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_IsAutoResetCameraActivated \ static_assert(alignof(Dialog_IsAutoResetCameraActivated) == 0x000001, "Wrong alignment on Dialog_IsAutoResetCameraActivated"); \ static_assert(sizeof(Dialog_IsAutoResetCameraActivated) == 0x000001, "Wrong size on Dialog_IsAutoResetCameraActivated"); \ static_assert(offsetof(Dialog_IsAutoResetCameraActivated, ReturnValue) == 0x000000, "Member 'Dialog_IsAutoResetCameraActivated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_IsBeingShownItem \ static_assert(alignof(Dialog_IsBeingShownItem) == 0x000001, "Wrong alignment on Dialog_IsBeingShownItem"); \ static_assert(sizeof(Dialog_IsBeingShownItem) == 0x000001, "Wrong size on Dialog_IsBeingShownItem"); \ static_assert(offsetof(Dialog_IsBeingShownItem, ReturnValue) == 0x000000, "Member 'Dialog_IsBeingShownItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_IsDialogRunning \ static_assert(alignof(Dialog_IsDialogRunning) == 0x000001, "Wrong alignment on Dialog_IsDialogRunning"); \ static_assert(sizeof(Dialog_IsDialogRunning) == 0x000001, "Wrong size on Dialog_IsDialogRunning"); \ static_assert(offsetof(Dialog_IsDialogRunning, ReturnValue) == 0x000000, "Member 'Dialog_IsDialogRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_IslineTextDisplayed \ static_assert(alignof(Dialog_IslineTextDisplayed) == 0x000001, "Wrong alignment on Dialog_IslineTextDisplayed"); \ static_assert(sizeof(Dialog_IslineTextDisplayed) == 0x000001, "Wrong size on Dialog_IslineTextDisplayed"); \ static_assert(offsetof(Dialog_IslineTextDisplayed, ReturnValue) == 0x000000, "Member 'Dialog_IslineTextDisplayed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dialog_IsUnrollRequested \ static_assert(alignof(Dialog_IsUnrollRequested) == 0x000001, "Wrong alignment on Dialog_IsUnrollRequested"); \ static_assert(sizeof(Dialog_IsUnrollRequested) == 0x000001, "Wrong size on Dialog_IsUnrollRequested"); \ static_assert(offsetof(Dialog_IsUnrollRequested, ReturnValue) == 0x000000, "Member 'Dialog_IsUnrollRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADialog \ static_assert(alignof(ADialog) == 0x000008, "Wrong alignment on ADialog"); \ static_assert(sizeof(ADialog) == 0x000328, "Wrong size on ADialog"); \ static_assert(offsetof(ADialog, m_billboard) == 0x000228, "Member 'ADialog::m_billboard' has a wrong offset!"); \ static_assert(offsetof(ADialog, m_save) == 0x000230, "Member 'ADialog::m_save' has a wrong offset!"); \ static_assert(offsetof(ADialog, m_canBeShownItems) == 0x000238, "Member 'ADialog::m_canBeShownItems' has a wrong offset!"); \ static_assert(offsetof(ADialog, m_autoResetCameraActivated) == 0x000239, "Member 'ADialog::m_autoResetCameraActivated' has a wrong offset!"); \ static_assert(offsetof(ADialog, m_currentSynchronizedAnimation) == 0x000300, "Member 'ADialog::m_currentSynchronizedAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorIdManager_FindActorById \ static_assert(alignof(ActorIdManager_FindActorById) == 0x000008, "Wrong alignment on ActorIdManager_FindActorById"); \ static_assert(sizeof(ActorIdManager_FindActorById) == 0x000018, "Wrong size on ActorIdManager_FindActorById"); \ static_assert(offsetof(ActorIdManager_FindActorById, _actorId) == 0x000000, "Member 'ActorIdManager_FindActorById::_actorId' has a wrong offset!"); \ static_assert(offsetof(ActorIdManager_FindActorById, _callingActor) == 0x000008, "Member 'ActorIdManager_FindActorById::_callingActor' has a wrong offset!"); \ static_assert(offsetof(ActorIdManager_FindActorById, ReturnValue) == 0x000010, "Member 'ActorIdManager_FindActorById::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AActorIdManager \ static_assert(alignof(AActorIdManager) == 0x000008, "Wrong alignment on AActorIdManager"); \ static_assert(sizeof(AActorIdManager) == 0x000278, "Wrong size on AActorIdManager"); \ #define DUMPER7_ASSERTS_UDialogBoxWidget \ static_assert(alignof(UDialogBoxWidget) == 0x000008, "Wrong alignment on UDialogBoxWidget"); \ static_assert(sizeof(UDialogBoxWidget) == 0x000360, "Wrong size on UDialogBoxWidget"); \ static_assert(offsetof(UDialogBoxWidget, TitleText) == 0x0002F0, "Member 'UDialogBoxWidget::TitleText' has a wrong offset!"); \ static_assert(offsetof(UDialogBoxWidget, OkButtonText) == 0x0002F8, "Member 'UDialogBoxWidget::OkButtonText' has a wrong offset!"); \ static_assert(offsetof(UDialogBoxWidget, CancelButtonText) == 0x000300, "Member 'UDialogBoxWidget::CancelButtonText' has a wrong offset!"); \ static_assert(offsetof(UDialogBoxWidget, OkButton) == 0x000308, "Member 'UDialogBoxWidget::OkButton' has a wrong offset!"); \ static_assert(offsetof(UDialogBoxWidget, CancelButton) == 0x000310, "Member 'UDialogBoxWidget::CancelButton' has a wrong offset!"); \ static_assert(offsetof(UDialogBoxWidget, SelectButton) == 0x000318, "Member 'UDialogBoxWidget::SelectButton' has a wrong offset!"); \ static_assert(offsetof(UDialogBoxWidget, BackButton) == 0x000320, "Member 'UDialogBoxWidget::BackButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotify_SoundEvent_SetEventName \ static_assert(alignof(AnimNotify_SoundEvent_SetEventName) == 0x000004, "Wrong alignment on AnimNotify_SoundEvent_SetEventName"); \ static_assert(sizeof(AnimNotify_SoundEvent_SetEventName) == 0x000008, "Wrong size on AnimNotify_SoundEvent_SetEventName"); \ static_assert(offsetof(AnimNotify_SoundEvent_SetEventName, _eventName) == 0x000000, "Member 'AnimNotify_SoundEvent_SetEventName::_eventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotify_SoundEvent_SetVelocity \ static_assert(alignof(AnimNotify_SoundEvent_SetVelocity) == 0x000004, "Wrong alignment on AnimNotify_SoundEvent_SetVelocity"); \ static_assert(sizeof(AnimNotify_SoundEvent_SetVelocity) == 0x000004, "Wrong size on AnimNotify_SoundEvent_SetVelocity"); \ static_assert(offsetof(AnimNotify_SoundEvent_SetVelocity, _velocity) == 0x000000, "Member 'AnimNotify_SoundEvent_SetVelocity::_velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_SoundEvent \ static_assert(alignof(UAnimNotify_SoundEvent) == 0x000008, "Wrong alignment on UAnimNotify_SoundEvent"); \ static_assert(sizeof(UAnimNotify_SoundEvent) == 0x000048, "Wrong size on UAnimNotify_SoundEvent"); \ static_assert(offsetof(UAnimNotify_SoundEvent, EventName) == 0x000038, "Member 'UAnimNotify_SoundEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_SoundEvent, Velocity) == 0x000040, "Member 'UAnimNotify_SoundEvent::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADroidManager \ static_assert(alignof(ADroidManager) == 0x000008, "Wrong alignment on ADroidManager"); \ static_assert(sizeof(ADroidManager) == 0x000258, "Wrong size on ADroidManager"); \ static_assert(offsetof(ADroidManager, m_maxDroidTicksPerFrame) == 0x000228, "Member 'ADroidManager::m_maxDroidTicksPerFrame' has a wrong offset!"); \ static_assert(offsetof(ADroidManager, m_droidSignificanceDistanceThreshold) == 0x00022C, "Member 'ADroidManager::m_droidSignificanceDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(ADroidManager, m_droids) == 0x000230, "Member 'ADroidManager::m_droids' has a wrong offset!"); \ static_assert(offsetof(ADroidManager, m_droidTickList) == 0x000240, "Member 'ADroidManager::m_droidTickList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAntiZurgLightableComponent \ static_assert(alignof(UAntiZurgLightableComponent) == 0x000010, "Wrong alignment on UAntiZurgLightableComponent"); \ static_assert(sizeof(UAntiZurgLightableComponent) == 0x000480, "Wrong size on UAntiZurgLightableComponent"); \ static_assert(offsetof(UAntiZurgLightableComponent, m_zurgManager) == 0x000470, "Member 'UAntiZurgLightableComponent::m_zurgManager' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgLightableComponent, m_ownerLifeComponent) == 0x000478, "Member 'UAntiZurgLightableComponent::m_ownerLifeComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent__OnLightableOwnerEndPlay \ static_assert(alignof(AntiZurgSpotlightComponent__OnLightableOwnerEndPlay) == 0x000008, "Wrong alignment on AntiZurgSpotlightComponent__OnLightableOwnerEndPlay"); \ static_assert(sizeof(AntiZurgSpotlightComponent__OnLightableOwnerEndPlay) == 0x000010, "Wrong size on AntiZurgSpotlightComponent__OnLightableOwnerEndPlay"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnLightableOwnerEndPlay, _actor) == 0x000000, "Member 'AntiZurgSpotlightComponent__OnLightableOwnerEndPlay::_actor' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnLightableOwnerEndPlay, EndPlayReason) == 0x000008, "Member 'AntiZurgSpotlightComponent__OnLightableOwnerEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin \ static_assert(alignof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin) == 0x000008, "Wrong alignment on AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin"); \ static_assert(sizeof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin) == 0x0000A8, "Wrong size on AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin, _overlappedComponent) == 0x000000, "Member 'AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin, _otherActor) == 0x000008, "Member 'AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin::_otherActor' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin, _otherComp) == 0x000010, "Member 'AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin::_otherComp' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin, _otherBodyIndex) == 0x000018, "Member 'AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin::_otherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin, _bFromSweep) == 0x00001C, "Member 'AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin::_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin, _sweepResult) == 0x000020, "Member 'AntiZurgSpotlightComponent__OnObstacleSphereOverlapBegin::_sweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd \ static_assert(alignof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd) == 0x000008, "Wrong alignment on AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd"); \ static_assert(sizeof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd) == 0x000020, "Wrong size on AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd, _overlappedComponent) == 0x000000, "Member 'AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd, _otherActor) == 0x000008, "Member 'AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd::_otherActor' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd, _otherComp) == 0x000010, "Member 'AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd::_otherComp' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd, _otherBodyIndex) == 0x000018, "Member 'AntiZurgSpotlightComponent__OnObstacleSphereOverlapEnd::_otherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_FindBestVisiblePointBySpotlight \ static_assert(alignof(AntiZurgSpotlightComponent_FindBestVisiblePointBySpotlight) == 0x000004, "Wrong alignment on AntiZurgSpotlightComponent_FindBestVisiblePointBySpotlight"); \ static_assert(sizeof(AntiZurgSpotlightComponent_FindBestVisiblePointBySpotlight) == 0x000028, "Wrong size on AntiZurgSpotlightComponent_FindBestVisiblePointBySpotlight"); \ static_assert(offsetof(AntiZurgSpotlightComponent_FindBestVisiblePointBySpotlight, _result) == 0x000000, "Member 'AntiZurgSpotlightComponent_FindBestVisiblePointBySpotlight::_result' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent_FindBestVisiblePointBySpotlight, _box) == 0x00000C, "Member 'AntiZurgSpotlightComponent_FindBestVisiblePointBySpotlight::_box' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_SetApplyDamage \ static_assert(alignof(AntiZurgSpotlightComponent_SetApplyDamage) == 0x000001, "Wrong alignment on AntiZurgSpotlightComponent_SetApplyDamage"); \ static_assert(sizeof(AntiZurgSpotlightComponent_SetApplyDamage) == 0x000001, "Wrong size on AntiZurgSpotlightComponent_SetApplyDamage"); \ static_assert(offsetof(AntiZurgSpotlightComponent_SetApplyDamage, _applyDamage) == 0x000000, "Member 'AntiZurgSpotlightComponent_SetApplyDamage::_applyDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_SetCanRepulseZurgs \ static_assert(alignof(AntiZurgSpotlightComponent_SetCanRepulseZurgs) == 0x000001, "Wrong alignment on AntiZurgSpotlightComponent_SetCanRepulseZurgs"); \ static_assert(sizeof(AntiZurgSpotlightComponent_SetCanRepulseZurgs) == 0x000001, "Wrong size on AntiZurgSpotlightComponent_SetCanRepulseZurgs"); \ static_assert(offsetof(AntiZurgSpotlightComponent_SetCanRepulseZurgs, _canRepulseZurg) == 0x000000, "Member 'AntiZurgSpotlightComponent_SetCanRepulseZurgs::_canRepulseZurg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_SetDamageApplicationTime \ static_assert(alignof(AntiZurgSpotlightComponent_SetDamageApplicationTime) == 0x000004, "Wrong alignment on AntiZurgSpotlightComponent_SetDamageApplicationTime"); \ static_assert(sizeof(AntiZurgSpotlightComponent_SetDamageApplicationTime) == 0x000004, "Wrong size on AntiZurgSpotlightComponent_SetDamageApplicationTime"); \ static_assert(offsetof(AntiZurgSpotlightComponent_SetDamageApplicationTime, _damageToApplyPerTime) == 0x000000, "Member 'AntiZurgSpotlightComponent_SetDamageApplicationTime::_damageToApplyPerTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_SetDamageToApplyPerTime \ static_assert(alignof(AntiZurgSpotlightComponent_SetDamageToApplyPerTime) == 0x000004, "Wrong alignment on AntiZurgSpotlightComponent_SetDamageToApplyPerTime"); \ static_assert(sizeof(AntiZurgSpotlightComponent_SetDamageToApplyPerTime) == 0x000004, "Wrong size on AntiZurgSpotlightComponent_SetDamageToApplyPerTime"); \ static_assert(offsetof(AntiZurgSpotlightComponent_SetDamageToApplyPerTime, _damageToApplyPerTime) == 0x000000, "Member 'AntiZurgSpotlightComponent_SetDamageToApplyPerTime::_damageToApplyPerTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_SetDistanceDamageCurve \ static_assert(alignof(AntiZurgSpotlightComponent_SetDistanceDamageCurve) == 0x000008, "Wrong alignment on AntiZurgSpotlightComponent_SetDistanceDamageCurve"); \ static_assert(sizeof(AntiZurgSpotlightComponent_SetDistanceDamageCurve) == 0x000008, "Wrong size on AntiZurgSpotlightComponent_SetDistanceDamageCurve"); \ static_assert(offsetof(AntiZurgSpotlightComponent_SetDistanceDamageCurve, _newDistanceDamageCurve) == 0x000000, "Member 'AntiZurgSpotlightComponent_SetDistanceDamageCurve::_newDistanceDamageCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_SetRadialDamageCurve \ static_assert(alignof(AntiZurgSpotlightComponent_SetRadialDamageCurve) == 0x000008, "Wrong alignment on AntiZurgSpotlightComponent_SetRadialDamageCurve"); \ static_assert(sizeof(AntiZurgSpotlightComponent_SetRadialDamageCurve) == 0x000008, "Wrong size on AntiZurgSpotlightComponent_SetRadialDamageCurve"); \ static_assert(offsetof(AntiZurgSpotlightComponent_SetRadialDamageCurve, _newRadialDamageCurve) == 0x000000, "Member 'AntiZurgSpotlightComponent_SetRadialDamageCurve::_newRadialDamageCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_CanApplyDamage \ static_assert(alignof(AntiZurgSpotlightComponent_CanApplyDamage) == 0x000001, "Wrong alignment on AntiZurgSpotlightComponent_CanApplyDamage"); \ static_assert(sizeof(AntiZurgSpotlightComponent_CanApplyDamage) == 0x000001, "Wrong size on AntiZurgSpotlightComponent_CanApplyDamage"); \ static_assert(offsetof(AntiZurgSpotlightComponent_CanApplyDamage, ReturnValue) == 0x000000, "Member 'AntiZurgSpotlightComponent_CanApplyDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_CanRepulseZurgs \ static_assert(alignof(AntiZurgSpotlightComponent_CanRepulseZurgs) == 0x000001, "Wrong alignment on AntiZurgSpotlightComponent_CanRepulseZurgs"); \ static_assert(sizeof(AntiZurgSpotlightComponent_CanRepulseZurgs) == 0x000001, "Wrong size on AntiZurgSpotlightComponent_CanRepulseZurgs"); \ static_assert(offsetof(AntiZurgSpotlightComponent_CanRepulseZurgs, ReturnValue) == 0x000000, "Member 'AntiZurgSpotlightComponent_CanRepulseZurgs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_ComputePointLightingRatio \ static_assert(alignof(AntiZurgSpotlightComponent_ComputePointLightingRatio) == 0x000004, "Wrong alignment on AntiZurgSpotlightComponent_ComputePointLightingRatio"); \ static_assert(sizeof(AntiZurgSpotlightComponent_ComputePointLightingRatio) == 0x000010, "Wrong size on AntiZurgSpotlightComponent_ComputePointLightingRatio"); \ static_assert(offsetof(AntiZurgSpotlightComponent_ComputePointLightingRatio, _pointLocation) == 0x000000, "Member 'AntiZurgSpotlightComponent_ComputePointLightingRatio::_pointLocation' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent_ComputePointLightingRatio, ReturnValue) == 0x00000C, "Member 'AntiZurgSpotlightComponent_ComputePointLightingRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_GetDamageApplicationTime \ static_assert(alignof(AntiZurgSpotlightComponent_GetDamageApplicationTime) == 0x000004, "Wrong alignment on AntiZurgSpotlightComponent_GetDamageApplicationTime"); \ static_assert(sizeof(AntiZurgSpotlightComponent_GetDamageApplicationTime) == 0x000004, "Wrong size on AntiZurgSpotlightComponent_GetDamageApplicationTime"); \ static_assert(offsetof(AntiZurgSpotlightComponent_GetDamageApplicationTime, ReturnValue) == 0x000000, "Member 'AntiZurgSpotlightComponent_GetDamageApplicationTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_GetDamageToApplyPerTime \ static_assert(alignof(AntiZurgSpotlightComponent_GetDamageToApplyPerTime) == 0x000004, "Wrong alignment on AntiZurgSpotlightComponent_GetDamageToApplyPerTime"); \ static_assert(sizeof(AntiZurgSpotlightComponent_GetDamageToApplyPerTime) == 0x000004, "Wrong size on AntiZurgSpotlightComponent_GetDamageToApplyPerTime"); \ static_assert(offsetof(AntiZurgSpotlightComponent_GetDamageToApplyPerTime, ReturnValue) == 0x000000, "Member 'AntiZurgSpotlightComponent_GetDamageToApplyPerTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_GetDistanceDamageCurve \ static_assert(alignof(AntiZurgSpotlightComponent_GetDistanceDamageCurve) == 0x000008, "Wrong alignment on AntiZurgSpotlightComponent_GetDistanceDamageCurve"); \ static_assert(sizeof(AntiZurgSpotlightComponent_GetDistanceDamageCurve) == 0x000008, "Wrong size on AntiZurgSpotlightComponent_GetDistanceDamageCurve"); \ static_assert(offsetof(AntiZurgSpotlightComponent_GetDistanceDamageCurve, ReturnValue) == 0x000000, "Member 'AntiZurgSpotlightComponent_GetDistanceDamageCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_GetRadialDamageCurve \ static_assert(alignof(AntiZurgSpotlightComponent_GetRadialDamageCurve) == 0x000008, "Wrong alignment on AntiZurgSpotlightComponent_GetRadialDamageCurve"); \ static_assert(sizeof(AntiZurgSpotlightComponent_GetRadialDamageCurve) == 0x000008, "Wrong size on AntiZurgSpotlightComponent_GetRadialDamageCurve"); \ static_assert(offsetof(AntiZurgSpotlightComponent_GetRadialDamageCurve, ReturnValue) == 0x000000, "Member 'AntiZurgSpotlightComponent_GetRadialDamageCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_GetSphereObstacleComponent \ static_assert(alignof(AntiZurgSpotlightComponent_GetSphereObstacleComponent) == 0x000008, "Wrong alignment on AntiZurgSpotlightComponent_GetSphereObstacleComponent"); \ static_assert(sizeof(AntiZurgSpotlightComponent_GetSphereObstacleComponent) == 0x000008, "Wrong size on AntiZurgSpotlightComponent_GetSphereObstacleComponent"); \ static_assert(offsetof(AntiZurgSpotlightComponent_GetSphereObstacleComponent, ReturnValue) == 0x000000, "Member 'AntiZurgSpotlightComponent_GetSphereObstacleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_GetSpotLightHitResults \ static_assert(alignof(AntiZurgSpotlightComponent_GetSpotLightHitResults) == 0x000008, "Wrong alignment on AntiZurgSpotlightComponent_GetSpotLightHitResults"); \ static_assert(sizeof(AntiZurgSpotlightComponent_GetSpotLightHitResults) == 0x000010, "Wrong size on AntiZurgSpotlightComponent_GetSpotLightHitResults"); \ static_assert(offsetof(AntiZurgSpotlightComponent_GetSpotLightHitResults, ReturnValue) == 0x000000, "Member 'AntiZurgSpotlightComponent_GetSpotLightHitResults::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgSpotlightComponent_IsPointVisibleByLight \ static_assert(alignof(AntiZurgSpotlightComponent_IsPointVisibleByLight) == 0x000008, "Wrong alignment on AntiZurgSpotlightComponent_IsPointVisibleByLight"); \ static_assert(sizeof(AntiZurgSpotlightComponent_IsPointVisibleByLight) == 0x000038, "Wrong size on AntiZurgSpotlightComponent_IsPointVisibleByLight"); \ static_assert(offsetof(AntiZurgSpotlightComponent_IsPointVisibleByLight, _location) == 0x000000, "Member 'AntiZurgSpotlightComponent_IsPointVisibleByLight::_location' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent_IsPointVisibleByLight, _ownerBox) == 0x00000C, "Member 'AntiZurgSpotlightComponent_IsPointVisibleByLight::_ownerBox' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent_IsPointVisibleByLight, _actorToIgnore) == 0x000028, "Member 'AntiZurgSpotlightComponent_IsPointVisibleByLight::_actorToIgnore' has a wrong offset!"); \ static_assert(offsetof(AntiZurgSpotlightComponent_IsPointVisibleByLight, ReturnValue) == 0x000030, "Member 'AntiZurgSpotlightComponent_IsPointVisibleByLight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAntiZurgSpotlightComponent \ static_assert(alignof(UAntiZurgSpotlightComponent) == 0x000010, "Wrong alignment on UAntiZurgSpotlightComponent"); \ static_assert(sizeof(UAntiZurgSpotlightComponent) == 0x0004B0, "Wrong size on UAntiZurgSpotlightComponent"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_canRepulseZurgs) == 0x000360, "Member 'UAntiZurgSpotlightComponent::m_canRepulseZurgs' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_useDynamicObstacle) == 0x000361, "Member 'UAntiZurgSpotlightComponent::m_useDynamicObstacle' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_applyDamage) == 0x000362, "Member 'UAntiZurgSpotlightComponent::m_applyDamage' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_damageToApplyPerDelay) == 0x000364, "Member 'UAntiZurgSpotlightComponent::m_damageToApplyPerDelay' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_damageApplicationDelayInSecond) == 0x000368, "Member 'UAntiZurgSpotlightComponent::m_damageApplicationDelayInSecond' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_drawDebug) == 0x00036C, "Member 'UAntiZurgSpotlightComponent::m_drawDebug' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_obstacleNavigationArea) == 0x000370, "Member 'UAntiZurgSpotlightComponent::m_obstacleNavigationArea' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_traceEveryFrame) == 0x000378, "Member 'UAntiZurgSpotlightComponent::m_traceEveryFrame' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_lightTraceChannel) == 0x000379, "Member 'UAntiZurgSpotlightComponent::m_lightTraceChannel' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_visionTraceChannel) == 0x00037A, "Member 'UAntiZurgSpotlightComponent::m_visionTraceChannel' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_obstacleSphereOverlappChannel) == 0x00037B, "Member 'UAntiZurgSpotlightComponent::m_obstacleSphereOverlappChannel' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_obstacleSphereComponent) == 0x000380, "Member 'UAntiZurgSpotlightComponent::m_obstacleSphereComponent' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_radialDamageCurve) == 0x000468, "Member 'UAntiZurgSpotlightComponent::m_radialDamageCurve' has a wrong offset!"); \ static_assert(offsetof(UAntiZurgSpotlightComponent, m_distanceDamageCurve) == 0x000470, "Member 'UAntiZurgSpotlightComponent::m_distanceDamageCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgZoneComponent__OnSphereBeginOverlap \ static_assert(alignof(AntiZurgZoneComponent__OnSphereBeginOverlap) == 0x000008, "Wrong alignment on AntiZurgZoneComponent__OnSphereBeginOverlap"); \ static_assert(sizeof(AntiZurgZoneComponent__OnSphereBeginOverlap) == 0x0000A8, "Wrong size on AntiZurgZoneComponent__OnSphereBeginOverlap"); \ static_assert(offsetof(AntiZurgZoneComponent__OnSphereBeginOverlap, OverlappedComponent) == 0x000000, "Member 'AntiZurgZoneComponent__OnSphereBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(AntiZurgZoneComponent__OnSphereBeginOverlap, OtherActor) == 0x000008, "Member 'AntiZurgZoneComponent__OnSphereBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(AntiZurgZoneComponent__OnSphereBeginOverlap, OtherComp) == 0x000010, "Member 'AntiZurgZoneComponent__OnSphereBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(AntiZurgZoneComponent__OnSphereBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'AntiZurgZoneComponent__OnSphereBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(AntiZurgZoneComponent__OnSphereBeginOverlap, bFromSweep) == 0x00001C, "Member 'AntiZurgZoneComponent__OnSphereBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(AntiZurgZoneComponent__OnSphereBeginOverlap, SweepResult) == 0x000020, "Member 'AntiZurgZoneComponent__OnSphereBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgZoneComponent__OnSphereEndOverlap \ static_assert(alignof(AntiZurgZoneComponent__OnSphereEndOverlap) == 0x000008, "Wrong alignment on AntiZurgZoneComponent__OnSphereEndOverlap"); \ static_assert(sizeof(AntiZurgZoneComponent__OnSphereEndOverlap) == 0x000020, "Wrong size on AntiZurgZoneComponent__OnSphereEndOverlap"); \ static_assert(offsetof(AntiZurgZoneComponent__OnSphereEndOverlap, OverlappedComp) == 0x000000, "Member 'AntiZurgZoneComponent__OnSphereEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(AntiZurgZoneComponent__OnSphereEndOverlap, OtherActor) == 0x000008, "Member 'AntiZurgZoneComponent__OnSphereEndOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(AntiZurgZoneComponent__OnSphereEndOverlap, OtherComp) == 0x000010, "Member 'AntiZurgZoneComponent__OnSphereEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(AntiZurgZoneComponent__OnSphereEndOverlap, OtherBodyIndex) == 0x000018, "Member 'AntiZurgZoneComponent__OnSphereEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgZoneComponent_SetSpotlightOwner \ static_assert(alignof(AntiZurgZoneComponent_SetSpotlightOwner) == 0x000008, "Wrong alignment on AntiZurgZoneComponent_SetSpotlightOwner"); \ static_assert(sizeof(AntiZurgZoneComponent_SetSpotlightOwner) == 0x000008, "Wrong size on AntiZurgZoneComponent_SetSpotlightOwner"); \ static_assert(offsetof(AntiZurgZoneComponent_SetSpotlightOwner, _newSpotlight) == 0x000000, "Member 'AntiZurgZoneComponent_SetSpotlightOwner::_newSpotlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AntiZurgZoneComponent_GetSpotLightOwner \ static_assert(alignof(AntiZurgZoneComponent_GetSpotLightOwner) == 0x000008, "Wrong alignment on AntiZurgZoneComponent_GetSpotLightOwner"); \ static_assert(sizeof(AntiZurgZoneComponent_GetSpotLightOwner) == 0x000008, "Wrong size on AntiZurgZoneComponent_GetSpotLightOwner"); \ static_assert(offsetof(AntiZurgZoneComponent_GetSpotLightOwner, ReturnValue) == 0x000000, "Member 'AntiZurgZoneComponent_GetSpotLightOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAntiZurgZoneComponent \ static_assert(alignof(UAntiZurgZoneComponent) == 0x000010, "Wrong alignment on UAntiZurgZoneComponent"); \ static_assert(sizeof(UAntiZurgZoneComponent) == 0x000480, "Wrong size on UAntiZurgZoneComponent"); \ static_assert(offsetof(UAntiZurgZoneComponent, m_navArea) == 0x000478, "Member 'UAntiZurgZoneComponent::m_navArea' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioHolder_OnHolderBeginOverlapCamera \ static_assert(alignof(AudioHolder_OnHolderBeginOverlapCamera) == 0x000008, "Wrong alignment on AudioHolder_OnHolderBeginOverlapCamera"); \ static_assert(sizeof(AudioHolder_OnHolderBeginOverlapCamera) == 0x000008, "Wrong size on AudioHolder_OnHolderBeginOverlapCamera"); \ static_assert(offsetof(AudioHolder_OnHolderBeginOverlapCamera, _otherActor) == 0x000000, "Member 'AudioHolder_OnHolderBeginOverlapCamera::_otherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioHolder_OnHolderEndOverlapCamera \ static_assert(alignof(AudioHolder_OnHolderEndOverlapCamera) == 0x000008, "Wrong alignment on AudioHolder_OnHolderEndOverlapCamera"); \ static_assert(sizeof(AudioHolder_OnHolderEndOverlapCamera) == 0x000008, "Wrong size on AudioHolder_OnHolderEndOverlapCamera"); \ static_assert(offsetof(AudioHolder_OnHolderEndOverlapCamera, _otherActor) == 0x000000, "Member 'AudioHolder_OnHolderEndOverlapCamera::_otherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioHolder_SetHolderCollisionEnabled \ static_assert(alignof(AudioHolder_SetHolderCollisionEnabled) == 0x000001, "Wrong alignment on AudioHolder_SetHolderCollisionEnabled"); \ static_assert(sizeof(AudioHolder_SetHolderCollisionEnabled) == 0x000001, "Wrong size on AudioHolder_SetHolderCollisionEnabled"); \ static_assert(offsetof(AudioHolder_SetHolderCollisionEnabled, _enabled) == 0x000000, "Member 'AudioHolder_SetHolderCollisionEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioHolder_SetHolderCollisionRadius \ static_assert(alignof(AudioHolder_SetHolderCollisionRadius) == 0x000004, "Wrong alignment on AudioHolder_SetHolderCollisionRadius"); \ static_assert(sizeof(AudioHolder_SetHolderCollisionRadius) == 0x000004, "Wrong size on AudioHolder_SetHolderCollisionRadius"); \ static_assert(offsetof(AudioHolder_SetHolderCollisionRadius, _radius) == 0x000000, "Member 'AudioHolder_SetHolderCollisionRadius::_radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioHolder_GetHolderAudio \ static_assert(alignof(AudioHolder_GetHolderAudio) == 0x000008, "Wrong alignment on AudioHolder_GetHolderAudio"); \ static_assert(sizeof(AudioHolder_GetHolderAudio) == 0x000010, "Wrong size on AudioHolder_GetHolderAudio"); \ static_assert(offsetof(AudioHolder_GetHolderAudio, _index) == 0x000000, "Member 'AudioHolder_GetHolderAudio::_index' has a wrong offset!"); \ static_assert(offsetof(AudioHolder_GetHolderAudio, ReturnValue) == 0x000008, "Member 'AudioHolder_GetHolderAudio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioHolder_IsHolderCollisionEnabled \ static_assert(alignof(AudioHolder_IsHolderCollisionEnabled) == 0x000001, "Wrong alignment on AudioHolder_IsHolderCollisionEnabled"); \ static_assert(sizeof(AudioHolder_IsHolderCollisionEnabled) == 0x000001, "Wrong size on AudioHolder_IsHolderCollisionEnabled"); \ static_assert(offsetof(AudioHolder_IsHolderCollisionEnabled, ReturnValue) == 0x000000, "Member 'AudioHolder_IsHolderCollisionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioHolder \ static_assert(alignof(UAudioHolder) == 0x000010, "Wrong alignment on UAudioHolder"); \ static_assert(sizeof(UAudioHolder) == 0x000220, "Wrong size on UAudioHolder"); \ static_assert(offsetof(UAudioHolder, AudioComponentCount) == 0x0001F8, "Member 'UAudioHolder::AudioComponentCount' has a wrong offset!"); \ static_assert(offsetof(UAudioHolder, MovementSnappingDistance) == 0x0001FC, "Member 'UAudioHolder::MovementSnappingDistance' has a wrong offset!"); \ static_assert(offsetof(UAudioHolder, m_audioComponents) == 0x000200, "Member 'UAudioHolder::m_audioComponents' has a wrong offset!"); \ static_assert(offsetof(UAudioHolder, m_cameraManager) == 0x000210, "Member 'UAudioHolder::m_cameraManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAudioManager \ static_assert(alignof(AAudioManager) == 0x000008, "Wrong alignment on AAudioManager"); \ static_assert(sizeof(AAudioManager) == 0x000250, "Wrong size on AAudioManager"); \ static_assert(offsetof(AAudioManager, m_maxAudioHolderTicksPerFrame) == 0x000228, "Member 'AAudioManager::m_maxAudioHolderTicksPerFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioSettingsWidget \ static_assert(alignof(UAudioSettingsWidget) == 0x000008, "Wrong alignment on UAudioSettingsWidget"); \ static_assert(sizeof(UAudioSettingsWidget) == 0x0003A0, "Wrong size on UAudioSettingsWidget"); \ static_assert(offsetof(UAudioSettingsWidget, MasterVolumeSliderBox) == 0x0002F0, "Member 'UAudioSettingsWidget::MasterVolumeSliderBox' has a wrong offset!"); \ static_assert(offsetof(UAudioSettingsWidget, MusicVolumeSliderBox) == 0x0002F8, "Member 'UAudioSettingsWidget::MusicVolumeSliderBox' has a wrong offset!"); \ static_assert(offsetof(UAudioSettingsWidget, EffectsVolumeSliderBox) == 0x000300, "Member 'UAudioSettingsWidget::EffectsVolumeSliderBox' has a wrong offset!"); \ static_assert(offsetof(UAudioSettingsWidget, BackButton) == 0x000308, "Member 'UAudioSettingsWidget::BackButton' has a wrong offset!"); \ static_assert(offsetof(UAudioSettingsWidget, DefaultsButton) == 0x000310, "Member 'UAudioSettingsWidget::DefaultsButton' has a wrong offset!"); \ static_assert(offsetof(UAudioSettingsWidget, TabLeftButton) == 0x000318, "Member 'UAudioSettingsWidget::TabLeftButton' has a wrong offset!"); \ static_assert(offsetof(UAudioSettingsWidget, TabRightButton) == 0x000320, "Member 'UAudioSettingsWidget::TabRightButton' has a wrong offset!"); \ static_assert(offsetof(UAudioSettingsWidget, SwitchTabTextBlock) == 0x000328, "Member 'UAudioSettingsWidget::SwitchTabTextBlock' has a wrong offset!"); \ static_assert(offsetof(UAudioSettingsWidget, m_resetToDefaultsDialogText) == 0x000330, "Member 'UAudioSettingsWidget::m_resetToDefaultsDialogText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_B12Memories_FindMemoryData \ static_assert(alignof(B12Memories_FindMemoryData) == 0x000008, "Wrong alignment on B12Memories_FindMemoryData"); \ static_assert(sizeof(B12Memories_FindMemoryData) == 0x000060, "Wrong size on B12Memories_FindMemoryData"); \ static_assert(offsetof(B12Memories_FindMemoryData, _memoryId) == 0x000000, "Member 'B12Memories_FindMemoryData::_memoryId' has a wrong offset!"); \ static_assert(offsetof(B12Memories_FindMemoryData, _outMemoryData) == 0x000008, "Member 'B12Memories_FindMemoryData::_outMemoryData' has a wrong offset!"); \ static_assert(offsetof(B12Memories_FindMemoryData, ReturnValue) == 0x000058, "Member 'B12Memories_FindMemoryData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_B12Memories_FindMemoryIndex \ static_assert(alignof(B12Memories_FindMemoryIndex) == 0x000004, "Wrong alignment on B12Memories_FindMemoryIndex"); \ static_assert(sizeof(B12Memories_FindMemoryIndex) == 0x000010, "Wrong size on B12Memories_FindMemoryIndex"); \ static_assert(offsetof(B12Memories_FindMemoryIndex, _memoryId) == 0x000000, "Member 'B12Memories_FindMemoryIndex::_memoryId' has a wrong offset!"); \ static_assert(offsetof(B12Memories_FindMemoryIndex, _outMainIndex) == 0x000008, "Member 'B12Memories_FindMemoryIndex::_outMainIndex' has a wrong offset!"); \ static_assert(offsetof(B12Memories_FindMemoryIndex, _outSideIndex) == 0x00000C, "Member 'B12Memories_FindMemoryIndex::_outSideIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_B12Memories_GetMemoryCount \ static_assert(alignof(B12Memories_GetMemoryCount) == 0x000004, "Wrong alignment on B12Memories_GetMemoryCount"); \ static_assert(sizeof(B12Memories_GetMemoryCount) == 0x000004, "Wrong size on B12Memories_GetMemoryCount"); \ static_assert(offsetof(B12Memories_GetMemoryCount, ReturnValue) == 0x000000, "Member 'B12Memories_GetMemoryCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UB12Memories \ static_assert(alignof(UB12Memories) == 0x000008, "Wrong alignment on UB12Memories"); \ static_assert(sizeof(UB12Memories) == 0x000050, "Wrong size on UB12Memories"); \ static_assert(offsetof(UB12Memories, MainMemories) == 0x000030, "Member 'UB12Memories::MainMemories' has a wrong offset!"); \ static_assert(offsetof(UB12Memories, Memories) == 0x000040, "Member 'UB12Memories::Memories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack__OnCatPossessed \ static_assert(alignof(Backpack__OnCatPossessed) == 0x000008, "Wrong alignment on Backpack__OnCatPossessed"); \ static_assert(sizeof(Backpack__OnCatPossessed) == 0x000010, "Wrong size on Backpack__OnCatPossessed"); \ static_assert(offsetof(Backpack__OnCatPossessed, _cat) == 0x000000, "Member 'Backpack__OnCatPossessed::_cat' has a wrong offset!"); \ static_assert(offsetof(Backpack__OnCatPossessed, _playerController) == 0x000008, "Member 'Backpack__OnCatPossessed::_playerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack__OnCatUnpossessed \ static_assert(alignof(Backpack__OnCatUnpossessed) == 0x000008, "Wrong alignment on Backpack__OnCatUnpossessed"); \ static_assert(sizeof(Backpack__OnCatUnpossessed) == 0x000010, "Wrong size on Backpack__OnCatUnpossessed"); \ static_assert(offsetof(Backpack__OnCatUnpossessed, _cat) == 0x000000, "Member 'Backpack__OnCatUnpossessed::_cat' has a wrong offset!"); \ static_assert(offsetof(Backpack__OnCatUnpossessed, _playerController) == 0x000008, "Member 'Backpack__OnCatUnpossessed::_playerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack__OnDialogBegan \ static_assert(alignof(Backpack__OnDialogBegan) == 0x000008, "Wrong alignment on Backpack__OnDialogBegan"); \ static_assert(sizeof(Backpack__OnDialogBegan) == 0x000008, "Wrong size on Backpack__OnDialogBegan"); \ static_assert(offsetof(Backpack__OnDialogBegan, _talkable) == 0x000000, "Member 'Backpack__OnDialogBegan::_talkable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack__OnDialogEnded \ static_assert(alignof(Backpack__OnDialogEnded) == 0x000008, "Wrong alignment on Backpack__OnDialogEnded"); \ static_assert(sizeof(Backpack__OnDialogEnded) == 0x000008, "Wrong size on Backpack__OnDialogEnded"); \ static_assert(offsetof(Backpack__OnDialogEnded, _talkable) == 0x000000, "Member 'Backpack__OnDialogEnded::_talkable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack__OnDialogLineBegan \ static_assert(alignof(Backpack__OnDialogLineBegan) == 0x000008, "Wrong alignment on Backpack__OnDialogLineBegan"); \ static_assert(sizeof(Backpack__OnDialogLineBegan) == 0x0000A8, "Wrong size on Backpack__OnDialogLineBegan"); \ static_assert(offsetof(Backpack__OnDialogLineBegan, _talkable) == 0x000000, "Member 'Backpack__OnDialogLineBegan::_talkable' has a wrong offset!"); \ static_assert(offsetof(Backpack__OnDialogLineBegan, _line) == 0x000008, "Member 'Backpack__OnDialogLineBegan::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack__OnDroneGUIClosed \ static_assert(alignof(Backpack__OnDroneGUIClosed) == 0x000008, "Wrong alignment on Backpack__OnDroneGUIClosed"); \ static_assert(sizeof(Backpack__OnDroneGUIClosed) == 0x000008, "Wrong size on Backpack__OnDroneGUIClosed"); \ static_assert(offsetof(Backpack__OnDroneGUIClosed, _drone) == 0x000000, "Member 'Backpack__OnDroneGUIClosed::_drone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack__OnDroneGUIOpened \ static_assert(alignof(Backpack__OnDroneGUIOpened) == 0x000008, "Wrong alignment on Backpack__OnDroneGUIOpened"); \ static_assert(sizeof(Backpack__OnDroneGUIOpened) == 0x000008, "Wrong size on Backpack__OnDroneGUIOpened"); \ static_assert(offsetof(Backpack__OnDroneGUIOpened, _drone) == 0x000000, "Member 'Backpack__OnDroneGUIOpened::_drone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack__OnHUDEndPlay \ static_assert(alignof(Backpack__OnHUDEndPlay) == 0x000008, "Wrong alignment on Backpack__OnHUDEndPlay"); \ static_assert(sizeof(Backpack__OnHUDEndPlay) == 0x000010, "Wrong size on Backpack__OnHUDEndPlay"); \ static_assert(offsetof(Backpack__OnHUDEndPlay, _actor) == 0x000000, "Member 'Backpack__OnHUDEndPlay::_actor' has a wrong offset!"); \ static_assert(offsetof(Backpack__OnHUDEndPlay, _endPlayReason) == 0x000008, "Member 'Backpack__OnHUDEndPlay::_endPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack__OnInventoryActorEndPlay \ static_assert(alignof(Backpack__OnInventoryActorEndPlay) == 0x000008, "Wrong alignment on Backpack__OnInventoryActorEndPlay"); \ static_assert(sizeof(Backpack__OnInventoryActorEndPlay) == 0x000010, "Wrong size on Backpack__OnInventoryActorEndPlay"); \ static_assert(offsetof(Backpack__OnInventoryActorEndPlay, _actor) == 0x000000, "Member 'Backpack__OnInventoryActorEndPlay::_actor' has a wrong offset!"); \ static_assert(offsetof(Backpack__OnInventoryActorEndPlay, _endPlayReason) == 0x000008, "Member 'Backpack__OnInventoryActorEndPlay::_endPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_AddObjectToInventory \ static_assert(alignof(Backpack_AddObjectToInventory) == 0x000008, "Wrong alignment on Backpack_AddObjectToInventory"); \ static_assert(sizeof(Backpack_AddObjectToInventory) == 0x000008, "Wrong size on Backpack_AddObjectToInventory"); \ static_assert(offsetof(Backpack_AddObjectToInventory, _lootable) == 0x000000, "Member 'Backpack_AddObjectToInventory::_lootable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_ChargeIEM \ static_assert(alignof(Backpack_ChargeIEM) == 0x000004, "Wrong alignment on Backpack_ChargeIEM"); \ static_assert(sizeof(Backpack_ChargeIEM) == 0x000004, "Wrong size on Backpack_ChargeIEM"); \ static_assert(offsetof(Backpack_ChargeIEM, _duration) == 0x000000, "Member 'Backpack_ChargeIEM::_duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_InstantiateAndAddActorToInventory \ static_assert(alignof(Backpack_InstantiateAndAddActorToInventory) == 0x000008, "Wrong alignment on Backpack_InstantiateAndAddActorToInventory"); \ static_assert(sizeof(Backpack_InstantiateAndAddActorToInventory) == 0x000008, "Wrong size on Backpack_InstantiateAndAddActorToInventory"); \ static_assert(offsetof(Backpack_InstantiateAndAddActorToInventory, _itemClass) == 0x000000, "Member 'Backpack_InstantiateAndAddActorToInventory::_itemClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_OpenGUI \ static_assert(alignof(Backpack_OpenGUI) == 0x000008, "Wrong alignment on Backpack_OpenGUI"); \ static_assert(sizeof(Backpack_OpenGUI) == 0x000008, "Wrong size on Backpack_OpenGUI"); \ static_assert(offsetof(Backpack_OpenGUI, _widgetClass) == 0x000000, "Member 'Backpack_OpenGUI::_widgetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_PopScreenWidget \ static_assert(alignof(Backpack_PopScreenWidget) == 0x000004, "Wrong alignment on Backpack_PopScreenWidget"); \ static_assert(sizeof(Backpack_PopScreenWidget) == 0x000008, "Wrong size on Backpack_PopScreenWidget"); \ static_assert(offsetof(Backpack_PopScreenWidget, _id) == 0x000000, "Member 'Backpack_PopScreenWidget::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_PushScreenWidget \ static_assert(alignof(Backpack_PushScreenWidget) == 0x000008, "Wrong alignment on Backpack_PushScreenWidget"); \ static_assert(sizeof(Backpack_PushScreenWidget) == 0x000018, "Wrong size on Backpack_PushScreenWidget"); \ static_assert(offsetof(Backpack_PushScreenWidget, _id) == 0x000000, "Member 'Backpack_PushScreenWidget::_id' has a wrong offset!"); \ static_assert(offsetof(Backpack_PushScreenWidget, _class) == 0x000008, "Member 'Backpack_PushScreenWidget::_class' has a wrong offset!"); \ static_assert(offsetof(Backpack_PushScreenWidget, _priority) == 0x000010, "Member 'Backpack_PushScreenWidget::_priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_RemoveObjectFromInventory \ static_assert(alignof(Backpack_RemoveObjectFromInventory) == 0x000008, "Wrong alignment on Backpack_RemoveObjectFromInventory"); \ static_assert(sizeof(Backpack_RemoveObjectFromInventory) == 0x000020, "Wrong size on Backpack_RemoveObjectFromInventory"); \ static_assert(offsetof(Backpack_RemoveObjectFromInventory, _lootable) == 0x000000, "Member 'Backpack_RemoveObjectFromInventory::_lootable' has a wrong offset!"); \ static_assert(offsetof(Backpack_RemoveObjectFromInventory, _position) == 0x000008, "Member 'Backpack_RemoveObjectFromInventory::_position' has a wrong offset!"); \ static_assert(offsetof(Backpack_RemoveObjectFromInventory, _rotation) == 0x000014, "Member 'Backpack_RemoveObjectFromInventory::_rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_SendExternalDialog \ static_assert(alignof(Backpack_SendExternalDialog) == 0x000008, "Wrong alignment on Backpack_SendExternalDialog"); \ static_assert(sizeof(Backpack_SendExternalDialog) == 0x000028, "Wrong size on Backpack_SendExternalDialog"); \ static_assert(offsetof(Backpack_SendExternalDialog, _dialog) == 0x000000, "Member 'Backpack_SendExternalDialog::_dialog' has a wrong offset!"); \ static_assert(offsetof(Backpack_SendExternalDialog, _speakerName) == 0x000008, "Member 'Backpack_SendExternalDialog::_speakerName' has a wrong offset!"); \ static_assert(offsetof(Backpack_SendExternalDialog, _movementMode) == 0x000020, "Member 'Backpack_SendExternalDialog::_movementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_SendExternalDialogClass \ static_assert(alignof(Backpack_SendExternalDialogClass) == 0x000008, "Wrong alignment on Backpack_SendExternalDialogClass"); \ static_assert(sizeof(Backpack_SendExternalDialogClass) == 0x000028, "Wrong size on Backpack_SendExternalDialogClass"); \ static_assert(offsetof(Backpack_SendExternalDialogClass, _dialogClass) == 0x000000, "Member 'Backpack_SendExternalDialogClass::_dialogClass' has a wrong offset!"); \ static_assert(offsetof(Backpack_SendExternalDialogClass, _speakerName) == 0x000008, "Member 'Backpack_SendExternalDialogClass::_speakerName' has a wrong offset!"); \ static_assert(offsetof(Backpack_SendExternalDialogClass, _movementMode) == 0x000020, "Member 'Backpack_SendExternalDialogClass::_movementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_SetB12HelpEnabled \ static_assert(alignof(Backpack_SetB12HelpEnabled) == 0x000001, "Wrong alignment on Backpack_SetB12HelpEnabled"); \ static_assert(sizeof(Backpack_SetB12HelpEnabled) == 0x000001, "Wrong size on Backpack_SetB12HelpEnabled"); \ static_assert(offsetof(Backpack_SetB12HelpEnabled, _enabled) == 0x000000, "Member 'Backpack_SetB12HelpEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_SetBackpackMeshVisible \ static_assert(alignof(Backpack_SetBackpackMeshVisible) == 0x000001, "Wrong alignment on Backpack_SetBackpackMeshVisible"); \ static_assert(sizeof(Backpack_SetBackpackMeshVisible) == 0x000001, "Wrong size on Backpack_SetBackpackMeshVisible"); \ static_assert(offsetof(Backpack_SetBackpackMeshVisible, _visible) == 0x000000, "Member 'Backpack_SetBackpackMeshVisible::_visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_SetExitDialogEnabled \ static_assert(alignof(Backpack_SetExitDialogEnabled) == 0x000001, "Wrong alignment on Backpack_SetExitDialogEnabled"); \ static_assert(sizeof(Backpack_SetExitDialogEnabled) == 0x000001, "Wrong size on Backpack_SetExitDialogEnabled"); \ static_assert(offsetof(Backpack_SetExitDialogEnabled, _enabled) == 0x000000, "Member 'Backpack_SetExitDialogEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_SetShowItemToB12Enabled \ static_assert(alignof(Backpack_SetShowItemToB12Enabled) == 0x000001, "Wrong alignment on Backpack_SetShowItemToB12Enabled"); \ static_assert(sizeof(Backpack_SetShowItemToB12Enabled) == 0x000001, "Wrong size on Backpack_SetShowItemToB12Enabled"); \ static_assert(offsetof(Backpack_SetShowItemToB12Enabled, _enabled) == 0x000000, "Member 'Backpack_SetShowItemToB12Enabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_UpdateScreenWidget \ static_assert(alignof(Backpack_UpdateScreenWidget) == 0x000008, "Wrong alignment on Backpack_UpdateScreenWidget"); \ static_assert(sizeof(Backpack_UpdateScreenWidget) == 0x000010, "Wrong size on Backpack_UpdateScreenWidget"); \ static_assert(offsetof(Backpack_UpdateScreenWidget, _id) == 0x000000, "Member 'Backpack_UpdateScreenWidget::_id' has a wrong offset!"); \ static_assert(offsetof(Backpack_UpdateScreenWidget, _class) == 0x000008, "Member 'Backpack_UpdateScreenWidget::_class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_Use \ static_assert(alignof(Backpack_Use) == 0x000008, "Wrong alignment on Backpack_Use"); \ static_assert(sizeof(Backpack_Use) == 0x000008, "Wrong size on Backpack_Use"); \ static_assert(offsetof(Backpack_Use, _usable) == 0x000000, "Member 'Backpack_Use::_usable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_FindItemInInventory \ static_assert(alignof(Backpack_FindItemInInventory) == 0x000008, "Wrong alignment on Backpack_FindItemInInventory"); \ static_assert(sizeof(Backpack_FindItemInInventory) == 0x000010, "Wrong size on Backpack_FindItemInInventory"); \ static_assert(offsetof(Backpack_FindItemInInventory, ID) == 0x000000, "Member 'Backpack_FindItemInInventory::ID' has a wrong offset!"); \ static_assert(offsetof(Backpack_FindItemInInventory, ReturnValue) == 0x000008, "Member 'Backpack_FindItemInInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetCatPawn \ static_assert(alignof(Backpack_GetCatPawn) == 0x000008, "Wrong alignment on Backpack_GetCatPawn"); \ static_assert(sizeof(Backpack_GetCatPawn) == 0x000008, "Wrong size on Backpack_GetCatPawn"); \ static_assert(offsetof(Backpack_GetCatPawn, ReturnValue) == 0x000000, "Member 'Backpack_GetCatPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetCurrentClosestInteraction \ static_assert(alignof(Backpack_GetCurrentClosestInteraction) == 0x000008, "Wrong alignment on Backpack_GetCurrentClosestInteraction"); \ static_assert(sizeof(Backpack_GetCurrentClosestInteraction) == 0x000008, "Wrong size on Backpack_GetCurrentClosestInteraction"); \ static_assert(offsetof(Backpack_GetCurrentClosestInteraction, ReturnValue) == 0x000000, "Member 'Backpack_GetCurrentClosestInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetCurrentDialog \ static_assert(alignof(Backpack_GetCurrentDialog) == 0x000008, "Wrong alignment on Backpack_GetCurrentDialog"); \ static_assert(sizeof(Backpack_GetCurrentDialog) == 0x000008, "Wrong size on Backpack_GetCurrentDialog"); \ static_assert(offsetof(Backpack_GetCurrentDialog, ReturnValue) == 0x000000, "Member 'Backpack_GetCurrentDialog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetCurrentInteraction \ static_assert(alignof(Backpack_GetCurrentInteraction) == 0x000008, "Wrong alignment on Backpack_GetCurrentInteraction"); \ static_assert(sizeof(Backpack_GetCurrentInteraction) == 0x000008, "Wrong size on Backpack_GetCurrentInteraction"); \ static_assert(offsetof(Backpack_GetCurrentInteraction, ReturnValue) == 0x000000, "Member 'Backpack_GetCurrentInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetDefaultStartInteractionSound \ static_assert(alignof(Backpack_GetDefaultStartInteractionSound) == 0x000008, "Wrong alignment on Backpack_GetDefaultStartInteractionSound"); \ static_assert(sizeof(Backpack_GetDefaultStartInteractionSound) == 0x000008, "Wrong size on Backpack_GetDefaultStartInteractionSound"); \ static_assert(offsetof(Backpack_GetDefaultStartInteractionSound, ReturnValue) == 0x000000, "Member 'Backpack_GetDefaultStartInteractionSound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetDialogDroneSocket \ static_assert(alignof(Backpack_GetDialogDroneSocket) == 0x000008, "Wrong alignment on Backpack_GetDialogDroneSocket"); \ static_assert(sizeof(Backpack_GetDialogDroneSocket) == 0x000010, "Wrong size on Backpack_GetDialogDroneSocket"); \ static_assert(offsetof(Backpack_GetDialogDroneSocket, _socketName) == 0x000000, "Member 'Backpack_GetDialogDroneSocket::_socketName' has a wrong offset!"); \ static_assert(offsetof(Backpack_GetDialogDroneSocket, ReturnValue) == 0x000008, "Member 'Backpack_GetDialogDroneSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetDrone \ static_assert(alignof(Backpack_GetDrone) == 0x000008, "Wrong alignment on Backpack_GetDrone"); \ static_assert(sizeof(Backpack_GetDrone) == 0x000008, "Wrong size on Backpack_GetDrone"); \ static_assert(offsetof(Backpack_GetDrone, ReturnValue) == 0x000000, "Member 'Backpack_GetDrone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetGUI \ static_assert(alignof(Backpack_GetGUI) == 0x000008, "Wrong alignment on Backpack_GetGUI"); \ static_assert(sizeof(Backpack_GetGUI) == 0x000008, "Wrong size on Backpack_GetGUI"); \ static_assert(offsetof(Backpack_GetGUI, ReturnValue) == 0x000000, "Member 'Backpack_GetGUI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetIEMDuration \ static_assert(alignof(Backpack_GetIEMDuration) == 0x000004, "Wrong alignment on Backpack_GetIEMDuration"); \ static_assert(sizeof(Backpack_GetIEMDuration) == 0x000004, "Wrong size on Backpack_GetIEMDuration"); \ static_assert(offsetof(Backpack_GetIEMDuration, ReturnValue) == 0x000000, "Member 'Backpack_GetIEMDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetInventory \ static_assert(alignof(Backpack_GetInventory) == 0x000008, "Wrong alignment on Backpack_GetInventory"); \ static_assert(sizeof(Backpack_GetInventory) == 0x000010, "Wrong size on Backpack_GetInventory"); \ static_assert(offsetof(Backpack_GetInventory, ReturnValue) == 0x000000, "Member 'Backpack_GetInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetMesh \ static_assert(alignof(Backpack_GetMesh) == 0x000008, "Wrong alignment on Backpack_GetMesh"); \ static_assert(sizeof(Backpack_GetMesh) == 0x000008, "Wrong size on Backpack_GetMesh"); \ static_assert(offsetof(Backpack_GetMesh, ReturnValue) == 0x000000, "Member 'Backpack_GetMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetPhotoCatalog \ static_assert(alignof(Backpack_GetPhotoCatalog) == 0x000008, "Wrong alignment on Backpack_GetPhotoCatalog"); \ static_assert(sizeof(Backpack_GetPhotoCatalog) == 0x000010, "Wrong size on Backpack_GetPhotoCatalog"); \ static_assert(offsetof(Backpack_GetPhotoCatalog, ReturnValue) == 0x000000, "Member 'Backpack_GetPhotoCatalog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetRemainingIEMTime \ static_assert(alignof(Backpack_GetRemainingIEMTime) == 0x000004, "Wrong alignment on Backpack_GetRemainingIEMTime"); \ static_assert(sizeof(Backpack_GetRemainingIEMTime) == 0x000004, "Wrong size on Backpack_GetRemainingIEMTime"); \ static_assert(offsetof(Backpack_GetRemainingIEMTime, ReturnValue) == 0x000000, "Member 'Backpack_GetRemainingIEMTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_GetTalkableComponent \ static_assert(alignof(Backpack_GetTalkableComponent) == 0x000008, "Wrong alignment on Backpack_GetTalkableComponent"); \ static_assert(sizeof(Backpack_GetTalkableComponent) == 0x000008, "Wrong size on Backpack_GetTalkableComponent"); \ static_assert(offsetof(Backpack_GetTalkableComponent, ReturnValue) == 0x000000, "Member 'Backpack_GetTalkableComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_HasIEM \ static_assert(alignof(Backpack_HasIEM) == 0x000001, "Wrong alignment on Backpack_HasIEM"); \ static_assert(sizeof(Backpack_HasIEM) == 0x000001, "Wrong size on Backpack_HasIEM"); \ static_assert(offsetof(Backpack_HasIEM, ReturnValue) == 0x000000, "Member 'Backpack_HasIEM::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_IsB12HelpEnabled \ static_assert(alignof(Backpack_IsB12HelpEnabled) == 0x000001, "Wrong alignment on Backpack_IsB12HelpEnabled"); \ static_assert(sizeof(Backpack_IsB12HelpEnabled) == 0x000001, "Wrong size on Backpack_IsB12HelpEnabled"); \ static_assert(offsetof(Backpack_IsB12HelpEnabled, ReturnValue) == 0x000000, "Member 'Backpack_IsB12HelpEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_IsBackpackMeshVisible \ static_assert(alignof(Backpack_IsBackpackMeshVisible) == 0x000001, "Wrong alignment on Backpack_IsBackpackMeshVisible"); \ static_assert(sizeof(Backpack_IsBackpackMeshVisible) == 0x000001, "Wrong size on Backpack_IsBackpackMeshVisible"); \ static_assert(offsetof(Backpack_IsBackpackMeshVisible, ReturnValue) == 0x000000, "Member 'Backpack_IsBackpackMeshVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_IsExitDialogEnabled \ static_assert(alignof(Backpack_IsExitDialogEnabled) == 0x000001, "Wrong alignment on Backpack_IsExitDialogEnabled"); \ static_assert(sizeof(Backpack_IsExitDialogEnabled) == 0x000001, "Wrong size on Backpack_IsExitDialogEnabled"); \ static_assert(offsetof(Backpack_IsExitDialogEnabled, ReturnValue) == 0x000000, "Member 'Backpack_IsExitDialogEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_IsGUIOpen \ static_assert(alignof(Backpack_IsGUIOpen) == 0x000001, "Wrong alignment on Backpack_IsGUIOpen"); \ static_assert(sizeof(Backpack_IsGUIOpen) == 0x000001, "Wrong size on Backpack_IsGUIOpen"); \ static_assert(offsetof(Backpack_IsGUIOpen, ReturnValue) == 0x000000, "Member 'Backpack_IsGUIOpen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_IsInteracting \ static_assert(alignof(Backpack_IsInteracting) == 0x000001, "Wrong alignment on Backpack_IsInteracting"); \ static_assert(sizeof(Backpack_IsInteracting) == 0x000001, "Wrong size on Backpack_IsInteracting"); \ static_assert(offsetof(Backpack_IsInteracting, ReturnValue) == 0x000000, "Member 'Backpack_IsInteracting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_IsInteractionEnabled \ static_assert(alignof(Backpack_IsInteractionEnabled) == 0x000001, "Wrong alignment on Backpack_IsInteractionEnabled"); \ static_assert(sizeof(Backpack_IsInteractionEnabled) == 0x000001, "Wrong size on Backpack_IsInteractionEnabled"); \ static_assert(offsetof(Backpack_IsInteractionEnabled, ReturnValue) == 0x000000, "Member 'Backpack_IsInteractionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_IsInventoryMenuEnabled \ static_assert(alignof(Backpack_IsInventoryMenuEnabled) == 0x000001, "Wrong alignment on Backpack_IsInventoryMenuEnabled"); \ static_assert(sizeof(Backpack_IsInventoryMenuEnabled) == 0x000001, "Wrong size on Backpack_IsInventoryMenuEnabled"); \ static_assert(offsetof(Backpack_IsInventoryMenuEnabled, ReturnValue) == 0x000000, "Member 'Backpack_IsInventoryMenuEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_IsShowItemToB12Enabled \ static_assert(alignof(Backpack_IsShowItemToB12Enabled) == 0x000001, "Wrong alignment on Backpack_IsShowItemToB12Enabled"); \ static_assert(sizeof(Backpack_IsShowItemToB12Enabled) == 0x000001, "Wrong size on Backpack_IsShowItemToB12Enabled"); \ static_assert(offsetof(Backpack_IsShowItemToB12Enabled, ReturnValue) == 0x000000, "Member 'Backpack_IsShowItemToB12Enabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_IsWithinDialog \ static_assert(alignof(Backpack_IsWithinDialog) == 0x000001, "Wrong alignment on Backpack_IsWithinDialog"); \ static_assert(sizeof(Backpack_IsWithinDialog) == 0x000001, "Wrong size on Backpack_IsWithinDialog"); \ static_assert(offsetof(Backpack_IsWithinDialog, ReturnValue) == 0x000000, "Member 'Backpack_IsWithinDialog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Backpack_IsWithinHelpDialog \ static_assert(alignof(Backpack_IsWithinHelpDialog) == 0x000001, "Wrong alignment on Backpack_IsWithinHelpDialog"); \ static_assert(sizeof(Backpack_IsWithinHelpDialog) == 0x000001, "Wrong size on Backpack_IsWithinHelpDialog"); \ static_assert(offsetof(Backpack_IsWithinHelpDialog, ReturnValue) == 0x000000, "Member 'Backpack_IsWithinHelpDialog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABackpack \ static_assert(alignof(ABackpack) == 0x000008, "Wrong alignment on ABackpack"); \ static_assert(sizeof(ABackpack) == 0x0003F0, "Wrong size on ABackpack"); \ static_assert(offsetof(ABackpack, PendingDialogBegan) == 0x000228, "Member 'ABackpack::PendingDialogBegan' has a wrong offset!"); \ static_assert(offsetof(ABackpack, PendingDialogEnded) == 0x000238, "Member 'ABackpack::PendingDialogEnded' has a wrong offset!"); \ static_assert(offsetof(ABackpack, DialogBegan) == 0x000248, "Member 'ABackpack::DialogBegan' has a wrong offset!"); \ static_assert(offsetof(ABackpack, DialogLineBegan) == 0x000258, "Member 'ABackpack::DialogLineBegan' has a wrong offset!"); \ static_assert(offsetof(ABackpack, DialogEnded) == 0x000268, "Member 'ABackpack::DialogEnded' has a wrong offset!"); \ static_assert(offsetof(ABackpack, AddedObjectToInventory) == 0x000278, "Member 'ABackpack::AddedObjectToInventory' has a wrong offset!"); \ static_assert(offsetof(ABackpack, RemovedObjectFromInventory) == 0x000288, "Member 'ABackpack::RemovedObjectFromInventory' has a wrong offset!"); \ static_assert(offsetof(ABackpack, EmptyInteractionTriggered) == 0x000298, "Member 'ABackpack::EmptyInteractionTriggered' has a wrong offset!"); \ static_assert(offsetof(ABackpack, UseStarted) == 0x0002A8, "Member 'ABackpack::UseStarted' has a wrong offset!"); \ static_assert(offsetof(ABackpack, UseEnded) == 0x0002B8, "Member 'ABackpack::UseEnded' has a wrong offset!"); \ static_assert(offsetof(ABackpack, DroneSet) == 0x0002C8, "Member 'ABackpack::DroneSet' has a wrong offset!"); \ static_assert(offsetof(ABackpack, DroneUnset) == 0x0002D8, "Member 'ABackpack::DroneUnset' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_mesh) == 0x0002E8, "Member 'ABackpack::m_mesh' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_screenWidgetComponent) == 0x0002F0, "Member 'ABackpack::m_screenWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_talkable) == 0x0002F8, "Member 'ABackpack::m_talkable' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_catPawn) == 0x000300, "Member 'ABackpack::m_catPawn' has a wrong offset!"); \ static_assert(offsetof(ABackpack, M_Drone) == 0x000308, "Member 'ABackpack::M_Drone' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_GUI) == 0x000310, "Member 'ABackpack::m_GUI' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_interactionCollider) == 0x000320, "Member 'ABackpack::m_interactionCollider' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_isBackpackMeshVisible) == 0x000328, "Member 'ABackpack::m_isBackpackMeshVisible' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_stateMachine) == 0x000330, "Member 'ABackpack::m_stateMachine' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_interactCollisionChannel) == 0x000338, "Member 'ABackpack::m_interactCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_IEMClass) == 0x000340, "Member 'ABackpack::m_IEMClass' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_currentDialog) == 0x000358, "Member 'ABackpack::m_currentDialog' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_pendingDialogRingTime) == 0x000360, "Member 'ABackpack::m_pendingDialogRingTime' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_interactionDetectionLossTime) == 0x000364, "Member 'ABackpack::m_interactionDetectionLossTime' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_B12HelpDisabledCount) == 0x000368, "Member 'ABackpack::m_B12HelpDisabledCount' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_showItemToB12DisabledCount) == 0x000369, "Member 'ABackpack::m_showItemToB12DisabledCount' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_exitDialogDisabledCount) == 0x00036A, "Member 'ABackpack::m_exitDialogDisabledCount' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_inventory) == 0x000370, "Member 'ABackpack::m_inventory' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_savedInventory) == 0x000380, "Member 'ABackpack::m_savedInventory' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_disableInventoryMenu) == 0x000390, "Member 'ABackpack::m_disableInventoryMenu' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_photos) == 0x000398, "Member 'ABackpack::m_photos' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_HUD) == 0x0003A8, "Member 'ABackpack::m_HUD' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_backpackScreenStack) == 0x0003B0, "Member 'ABackpack::m_backpackScreenStack' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_defaultBackpackScreenWidgetClass) == 0x0003C0, "Member 'ABackpack::m_defaultBackpackScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_IEMBackpackScreenWidgetClass) == 0x0003C8, "Member 'ABackpack::m_IEMBackpackScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_notificationScreenWidgetClass) == 0x0003D0, "Member 'ABackpack::m_notificationScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_usableBackpackScreenWidgetClass) == 0x0003D8, "Member 'ABackpack::m_usableBackpackScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_talkableBackpackScreenWidgetClass) == 0x0003E0, "Member 'ABackpack::m_talkableBackpackScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(ABackpack, m_defaultStartInteractionSound) == 0x0003E8, "Member 'ABackpack::m_defaultStartInteractionSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnBackpackSet \ static_assert(alignof(BackpackGUI_OnBackpackSet) == 0x000008, "Wrong alignment on BackpackGUI_OnBackpackSet"); \ static_assert(sizeof(BackpackGUI_OnBackpackSet) == 0x000008, "Wrong size on BackpackGUI_OnBackpackSet"); \ static_assert(offsetof(BackpackGUI_OnBackpackSet, _backpack) == 0x000000, "Member 'BackpackGUI_OnBackpackSet::_backpack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnCancelPressed \ static_assert(alignof(BackpackGUI_OnCancelPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnCancelPressed"); \ static_assert(sizeof(BackpackGUI_OnCancelPressed) == 0x000001, "Wrong size on BackpackGUI_OnCancelPressed"); \ static_assert(offsetof(BackpackGUI_OnCancelPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnCancelPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnDownPressed \ static_assert(alignof(BackpackGUI_OnDownPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnDownPressed"); \ static_assert(sizeof(BackpackGUI_OnDownPressed) == 0x000001, "Wrong size on BackpackGUI_OnDownPressed"); \ static_assert(offsetof(BackpackGUI_OnDownPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnDownPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnDpadDownPressed \ static_assert(alignof(BackpackGUI_OnDpadDownPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnDpadDownPressed"); \ static_assert(sizeof(BackpackGUI_OnDpadDownPressed) == 0x000001, "Wrong size on BackpackGUI_OnDpadDownPressed"); \ static_assert(offsetof(BackpackGUI_OnDpadDownPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnDpadDownPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnDpadLeftPressed \ static_assert(alignof(BackpackGUI_OnDpadLeftPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnDpadLeftPressed"); \ static_assert(sizeof(BackpackGUI_OnDpadLeftPressed) == 0x000001, "Wrong size on BackpackGUI_OnDpadLeftPressed"); \ static_assert(offsetof(BackpackGUI_OnDpadLeftPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnDpadLeftPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnDpadRightPressed \ static_assert(alignof(BackpackGUI_OnDpadRightPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnDpadRightPressed"); \ static_assert(sizeof(BackpackGUI_OnDpadRightPressed) == 0x000001, "Wrong size on BackpackGUI_OnDpadRightPressed"); \ static_assert(offsetof(BackpackGUI_OnDpadRightPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnDpadRightPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnDpadUpPressed \ static_assert(alignof(BackpackGUI_OnDpadUpPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnDpadUpPressed"); \ static_assert(sizeof(BackpackGUI_OnDpadUpPressed) == 0x000001, "Wrong size on BackpackGUI_OnDpadUpPressed"); \ static_assert(offsetof(BackpackGUI_OnDpadUpPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnDpadUpPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnLBPressed \ static_assert(alignof(BackpackGUI_OnLBPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnLBPressed"); \ static_assert(sizeof(BackpackGUI_OnLBPressed) == 0x000001, "Wrong size on BackpackGUI_OnLBPressed"); \ static_assert(offsetof(BackpackGUI_OnLBPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnLBPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnLeftPressed \ static_assert(alignof(BackpackGUI_OnLeftPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnLeftPressed"); \ static_assert(sizeof(BackpackGUI_OnLeftPressed) == 0x000001, "Wrong size on BackpackGUI_OnLeftPressed"); \ static_assert(offsetof(BackpackGUI_OnLeftPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnLeftPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnPhotoCatalogUpdated \ static_assert(alignof(BackpackGUI_OnPhotoCatalogUpdated) == 0x000008, "Wrong alignment on BackpackGUI_OnPhotoCatalogUpdated"); \ static_assert(sizeof(BackpackGUI_OnPhotoCatalogUpdated) == 0x000010, "Wrong size on BackpackGUI_OnPhotoCatalogUpdated"); \ static_assert(offsetof(BackpackGUI_OnPhotoCatalogUpdated, _photoCatalog) == 0x000000, "Member 'BackpackGUI_OnPhotoCatalogUpdated::_photoCatalog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnRBPressed \ static_assert(alignof(BackpackGUI_OnRBPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnRBPressed"); \ static_assert(sizeof(BackpackGUI_OnRBPressed) == 0x000001, "Wrong size on BackpackGUI_OnRBPressed"); \ static_assert(offsetof(BackpackGUI_OnRBPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnRBPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnRightHorizontalAxis \ static_assert(alignof(BackpackGUI_OnRightHorizontalAxis) == 0x000004, "Wrong alignment on BackpackGUI_OnRightHorizontalAxis"); \ static_assert(sizeof(BackpackGUI_OnRightHorizontalAxis) == 0x000008, "Wrong size on BackpackGUI_OnRightHorizontalAxis"); \ static_assert(offsetof(BackpackGUI_OnRightHorizontalAxis, _value) == 0x000000, "Member 'BackpackGUI_OnRightHorizontalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(BackpackGUI_OnRightHorizontalAxis, _handled) == 0x000004, "Member 'BackpackGUI_OnRightHorizontalAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnRightPressed \ static_assert(alignof(BackpackGUI_OnRightPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnRightPressed"); \ static_assert(sizeof(BackpackGUI_OnRightPressed) == 0x000001, "Wrong size on BackpackGUI_OnRightPressed"); \ static_assert(offsetof(BackpackGUI_OnRightPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnRightPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnRightVerticalAxis \ static_assert(alignof(BackpackGUI_OnRightVerticalAxis) == 0x000004, "Wrong alignment on BackpackGUI_OnRightVerticalAxis"); \ static_assert(sizeof(BackpackGUI_OnRightVerticalAxis) == 0x000008, "Wrong size on BackpackGUI_OnRightVerticalAxis"); \ static_assert(offsetof(BackpackGUI_OnRightVerticalAxis, _value) == 0x000000, "Member 'BackpackGUI_OnRightVerticalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(BackpackGUI_OnRightVerticalAxis, _handled) == 0x000004, "Member 'BackpackGUI_OnRightVerticalAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnUpdateInventory \ static_assert(alignof(BackpackGUI_OnUpdateInventory) == 0x000008, "Wrong alignment on BackpackGUI_OnUpdateInventory"); \ static_assert(sizeof(BackpackGUI_OnUpdateInventory) == 0x000010, "Wrong size on BackpackGUI_OnUpdateInventory"); \ static_assert(offsetof(BackpackGUI_OnUpdateInventory, _inventory) == 0x000000, "Member 'BackpackGUI_OnUpdateInventory::_inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnUpPressed \ static_assert(alignof(BackpackGUI_OnUpPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnUpPressed"); \ static_assert(sizeof(BackpackGUI_OnUpPressed) == 0x000001, "Wrong size on BackpackGUI_OnUpPressed"); \ static_assert(offsetof(BackpackGUI_OnUpPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnUpPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnValidatePressed \ static_assert(alignof(BackpackGUI_OnValidatePressed) == 0x000001, "Wrong alignment on BackpackGUI_OnValidatePressed"); \ static_assert(sizeof(BackpackGUI_OnValidatePressed) == 0x000001, "Wrong size on BackpackGUI_OnValidatePressed"); \ static_assert(offsetof(BackpackGUI_OnValidatePressed, _handled) == 0x000000, "Member 'BackpackGUI_OnValidatePressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnXPressed \ static_assert(alignof(BackpackGUI_OnXPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnXPressed"); \ static_assert(sizeof(BackpackGUI_OnXPressed) == 0x000001, "Wrong size on BackpackGUI_OnXPressed"); \ static_assert(offsetof(BackpackGUI_OnXPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnXPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_OnYPressed \ static_assert(alignof(BackpackGUI_OnYPressed) == 0x000001, "Wrong alignment on BackpackGUI_OnYPressed"); \ static_assert(sizeof(BackpackGUI_OnYPressed) == 0x000001, "Wrong size on BackpackGUI_OnYPressed"); \ static_assert(offsetof(BackpackGUI_OnYPressed, _handled) == 0x000000, "Member 'BackpackGUI_OnYPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_SetGUIMode \ static_assert(alignof(BackpackGUI_SetGUIMode) == 0x000001, "Wrong alignment on BackpackGUI_SetGUIMode"); \ static_assert(sizeof(BackpackGUI_SetGUIMode) == 0x000001, "Wrong size on BackpackGUI_SetGUIMode"); \ static_assert(offsetof(BackpackGUI_SetGUIMode, _mode) == 0x000000, "Member 'BackpackGUI_SetGUIMode::_mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_StartDialog \ static_assert(alignof(BackpackGUI_StartDialog) == 0x000008, "Wrong alignment on BackpackGUI_StartDialog"); \ static_assert(sizeof(BackpackGUI_StartDialog) == 0x000008, "Wrong size on BackpackGUI_StartDialog"); \ static_assert(offsetof(BackpackGUI_StartDialog, _droid) == 0x000000, "Member 'BackpackGUI_StartDialog::_droid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_GetBackpack \ static_assert(alignof(BackpackGUI_GetBackpack) == 0x000008, "Wrong alignment on BackpackGUI_GetBackpack"); \ static_assert(sizeof(BackpackGUI_GetBackpack) == 0x000008, "Wrong size on BackpackGUI_GetBackpack"); \ static_assert(offsetof(BackpackGUI_GetBackpack, ReturnValue) == 0x000000, "Member 'BackpackGUI_GetBackpack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_GetCatPawn \ static_assert(alignof(BackpackGUI_GetCatPawn) == 0x000008, "Wrong alignment on BackpackGUI_GetCatPawn"); \ static_assert(sizeof(BackpackGUI_GetCatPawn) == 0x000008, "Wrong size on BackpackGUI_GetCatPawn"); \ static_assert(offsetof(BackpackGUI_GetCatPawn, ReturnValue) == 0x000000, "Member 'BackpackGUI_GetCatPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackGUI_GetGUIMode \ static_assert(alignof(BackpackGUI_GetGUIMode) == 0x000001, "Wrong alignment on BackpackGUI_GetGUIMode"); \ static_assert(sizeof(BackpackGUI_GetGUIMode) == 0x000001, "Wrong size on BackpackGUI_GetGUIMode"); \ static_assert(offsetof(BackpackGUI_GetGUIMode, ReturnValue) == 0x000000, "Member 'BackpackGUI_GetGUIMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABackpackGUI \ static_assert(alignof(ABackpackGUI) == 0x000008, "Wrong alignment on ABackpackGUI"); \ static_assert(sizeof(ABackpackGUI) == 0x000278, "Wrong size on ABackpackGUI"); \ static_assert(offsetof(ABackpackGUI, m_GUIInputDeadZone) == 0x00026C, "Member 'ABackpackGUI::m_GUIInputDeadZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackScreenUserWidget_GetBackpack \ static_assert(alignof(BackpackScreenUserWidget_GetBackpack) == 0x000008, "Wrong alignment on BackpackScreenUserWidget_GetBackpack"); \ static_assert(sizeof(BackpackScreenUserWidget_GetBackpack) == 0x000008, "Wrong size on BackpackScreenUserWidget_GetBackpack"); \ static_assert(offsetof(BackpackScreenUserWidget_GetBackpack, ReturnValue) == 0x000000, "Member 'BackpackScreenUserWidget_GetBackpack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBackpackScreenUserWidget \ static_assert(alignof(UBackpackScreenUserWidget) == 0x000008, "Wrong alignment on UBackpackScreenUserWidget"); \ static_assert(sizeof(UBackpackScreenUserWidget) == 0x000268, "Wrong size on UBackpackScreenUserWidget"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase__OnAfterUseDone \ static_assert(alignof(CatUsableComponentBase__OnAfterUseDone) == 0x000008, "Wrong alignment on CatUsableComponentBase__OnAfterUseDone"); \ static_assert(sizeof(CatUsableComponentBase__OnAfterUseDone) == 0x000008, "Wrong size on CatUsableComponentBase__OnAfterUseDone"); \ static_assert(offsetof(CatUsableComponentBase__OnAfterUseDone, _cat) == 0x000000, "Member 'CatUsableComponentBase__OnAfterUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase__OnBeforeUseDone \ static_assert(alignof(CatUsableComponentBase__OnBeforeUseDone) == 0x000008, "Wrong alignment on CatUsableComponentBase__OnBeforeUseDone"); \ static_assert(sizeof(CatUsableComponentBase__OnBeforeUseDone) == 0x000008, "Wrong size on CatUsableComponentBase__OnBeforeUseDone"); \ static_assert(offsetof(CatUsableComponentBase__OnBeforeUseDone, _cat) == 0x000000, "Member 'CatUsableComponentBase__OnBeforeUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase__OnFocusGained \ static_assert(alignof(CatUsableComponentBase__OnFocusGained) == 0x000008, "Wrong alignment on CatUsableComponentBase__OnFocusGained"); \ static_assert(sizeof(CatUsableComponentBase__OnFocusGained) == 0x000008, "Wrong size on CatUsableComponentBase__OnFocusGained"); \ static_assert(offsetof(CatUsableComponentBase__OnFocusGained, _cat) == 0x000000, "Member 'CatUsableComponentBase__OnFocusGained::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase__OnFocusLost \ static_assert(alignof(CatUsableComponentBase__OnFocusLost) == 0x000008, "Wrong alignment on CatUsableComponentBase__OnFocusLost"); \ static_assert(sizeof(CatUsableComponentBase__OnFocusLost) == 0x000008, "Wrong size on CatUsableComponentBase__OnFocusLost"); \ static_assert(offsetof(CatUsableComponentBase__OnFocusLost, _cat) == 0x000000, "Member 'CatUsableComponentBase__OnFocusLost::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase__OnUseStarted \ static_assert(alignof(CatUsableComponentBase__OnUseStarted) == 0x000008, "Wrong alignment on CatUsableComponentBase__OnUseStarted"); \ static_assert(sizeof(CatUsableComponentBase__OnUseStarted) == 0x000008, "Wrong size on CatUsableComponentBase__OnUseStarted"); \ static_assert(offsetof(CatUsableComponentBase__OnUseStarted, _cat) == 0x000000, "Member 'CatUsableComponentBase__OnUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_CanInteract \ static_assert(alignof(CatUsableComponentBase_CanInteract) == 0x000008, "Wrong alignment on CatUsableComponentBase_CanInteract"); \ static_assert(sizeof(CatUsableComponentBase_CanInteract) == 0x000010, "Wrong size on CatUsableComponentBase_CanInteract"); \ static_assert(offsetof(CatUsableComponentBase_CanInteract, _cat) == 0x000000, "Member 'CatUsableComponentBase_CanInteract::_cat' has a wrong offset!"); \ static_assert(offsetof(CatUsableComponentBase_CanInteract, ReturnValue) == 0x000008, "Member 'CatUsableComponentBase_CanInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_IsValid \ static_assert(alignof(CatUsableComponentBase_IsValid) == 0x000008, "Wrong alignment on CatUsableComponentBase_IsValid"); \ static_assert(sizeof(CatUsableComponentBase_IsValid) == 0x000010, "Wrong size on CatUsableComponentBase_IsValid"); \ static_assert(offsetof(CatUsableComponentBase_IsValid, _cat) == 0x000000, "Member 'CatUsableComponentBase_IsValid::_cat' has a wrong offset!"); \ static_assert(offsetof(CatUsableComponentBase_IsValid, ReturnValue) == 0x000008, "Member 'CatUsableComponentBase_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_SetDisplayedName \ static_assert(alignof(CatUsableComponentBase_SetDisplayedName) == 0x000008, "Wrong alignment on CatUsableComponentBase_SetDisplayedName"); \ static_assert(sizeof(CatUsableComponentBase_SetDisplayedName) == 0x000018, "Wrong size on CatUsableComponentBase_SetDisplayedName"); \ static_assert(offsetof(CatUsableComponentBase_SetDisplayedName, _displayedName) == 0x000000, "Member 'CatUsableComponentBase_SetDisplayedName::_displayedName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_SetEnabled \ static_assert(alignof(CatUsableComponentBase_SetEnabled) == 0x000001, "Wrong alignment on CatUsableComponentBase_SetEnabled"); \ static_assert(sizeof(CatUsableComponentBase_SetEnabled) == 0x000001, "Wrong size on CatUsableComponentBase_SetEnabled"); \ static_assert(offsetof(CatUsableComponentBase_SetEnabled, _value) == 0x000000, "Member 'CatUsableComponentBase_SetEnabled::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_SetGUIFeedbackPosition \ static_assert(alignof(CatUsableComponentBase_SetGUIFeedbackPosition) == 0x000008, "Wrong alignment on CatUsableComponentBase_SetGUIFeedbackPosition"); \ static_assert(sizeof(CatUsableComponentBase_SetGUIFeedbackPosition) == 0x000010, "Wrong size on CatUsableComponentBase_SetGUIFeedbackPosition"); \ static_assert(offsetof(CatUsableComponentBase_SetGUIFeedbackPosition, _usePosition) == 0x000000, "Member 'CatUsableComponentBase_SetGUIFeedbackPosition::_usePosition' has a wrong offset!"); \ static_assert(offsetof(CatUsableComponentBase_SetGUIFeedbackPosition, _socket) == 0x000008, "Member 'CatUsableComponentBase_SetGUIFeedbackPosition::_socket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_SetSelectable \ static_assert(alignof(CatUsableComponentBase_SetSelectable) == 0x000001, "Wrong alignment on CatUsableComponentBase_SetSelectable"); \ static_assert(sizeof(CatUsableComponentBase_SetSelectable) == 0x000001, "Wrong size on CatUsableComponentBase_SetSelectable"); \ static_assert(offsetof(CatUsableComponentBase_SetSelectable, _value) == 0x000000, "Member 'CatUsableComponentBase_SetSelectable::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_SetUseEnabled \ static_assert(alignof(CatUsableComponentBase_SetUseEnabled) == 0x000001, "Wrong alignment on CatUsableComponentBase_SetUseEnabled"); \ static_assert(sizeof(CatUsableComponentBase_SetUseEnabled) == 0x000001, "Wrong size on CatUsableComponentBase_SetUseEnabled"); \ static_assert(offsetof(CatUsableComponentBase_SetUseEnabled, _value) == 0x000000, "Member 'CatUsableComponentBase_SetUseEnabled::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase__GetStartSoundToPlay \ static_assert(alignof(CatUsableComponentBase__GetStartSoundToPlay) == 0x000008, "Wrong alignment on CatUsableComponentBase__GetStartSoundToPlay"); \ static_assert(sizeof(CatUsableComponentBase__GetStartSoundToPlay) == 0x000008, "Wrong size on CatUsableComponentBase__GetStartSoundToPlay"); \ static_assert(offsetof(CatUsableComponentBase__GetStartSoundToPlay, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase__GetStartSoundToPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_CanBeUsedWhileSameButtonIsUsed \ static_assert(alignof(CatUsableComponentBase_CanBeUsedWhileSameButtonIsUsed) == 0x000001, "Wrong alignment on CatUsableComponentBase_CanBeUsedWhileSameButtonIsUsed"); \ static_assert(sizeof(CatUsableComponentBase_CanBeUsedWhileSameButtonIsUsed) == 0x000001, "Wrong size on CatUsableComponentBase_CanBeUsedWhileSameButtonIsUsed"); \ static_assert(offsetof(CatUsableComponentBase_CanBeUsedWhileSameButtonIsUsed, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_CanBeUsedWhileSameButtonIsUsed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_GetDisplayedName \ static_assert(alignof(CatUsableComponentBase_GetDisplayedName) == 0x000008, "Wrong alignment on CatUsableComponentBase_GetDisplayedName"); \ static_assert(sizeof(CatUsableComponentBase_GetDisplayedName) == 0x000018, "Wrong size on CatUsableComponentBase_GetDisplayedName"); \ static_assert(offsetof(CatUsableComponentBase_GetDisplayedName, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_GetDisplayedName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_GetFocusingCat \ static_assert(alignof(CatUsableComponentBase_GetFocusingCat) == 0x000008, "Wrong alignment on CatUsableComponentBase_GetFocusingCat"); \ static_assert(sizeof(CatUsableComponentBase_GetFocusingCat) == 0x000008, "Wrong size on CatUsableComponentBase_GetFocusingCat"); \ static_assert(offsetof(CatUsableComponentBase_GetFocusingCat, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_GetFocusingCat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_GetGUIFeedbackPosition \ static_assert(alignof(CatUsableComponentBase_GetGUIFeedbackPosition) == 0x000008, "Wrong alignment on CatUsableComponentBase_GetGUIFeedbackPosition"); \ static_assert(sizeof(CatUsableComponentBase_GetGUIFeedbackPosition) == 0x000010, "Wrong size on CatUsableComponentBase_GetGUIFeedbackPosition"); \ static_assert(offsetof(CatUsableComponentBase_GetGUIFeedbackPosition, _outSocket) == 0x000000, "Member 'CatUsableComponentBase_GetGUIFeedbackPosition::_outSocket' has a wrong offset!"); \ static_assert(offsetof(CatUsableComponentBase_GetGUIFeedbackPosition, ReturnValue) == 0x000008, "Member 'CatUsableComponentBase_GetGUIFeedbackPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_GetInteractionButton \ static_assert(alignof(CatUsableComponentBase_GetInteractionButton) == 0x000001, "Wrong alignment on CatUsableComponentBase_GetInteractionButton"); \ static_assert(sizeof(CatUsableComponentBase_GetInteractionButton) == 0x000001, "Wrong size on CatUsableComponentBase_GetInteractionButton"); \ static_assert(offsetof(CatUsableComponentBase_GetInteractionButton, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_GetInteractionButton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_GetUseDisplayText \ static_assert(alignof(CatUsableComponentBase_GetUseDisplayText) == 0x000008, "Wrong alignment on CatUsableComponentBase_GetUseDisplayText"); \ static_assert(sizeof(CatUsableComponentBase_GetUseDisplayText) == 0x000018, "Wrong size on CatUsableComponentBase_GetUseDisplayText"); \ static_assert(offsetof(CatUsableComponentBase_GetUseDisplayText, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_GetUseDisplayText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_GetUsingCat \ static_assert(alignof(CatUsableComponentBase_GetUsingCat) == 0x000008, "Wrong alignment on CatUsableComponentBase_GetUsingCat"); \ static_assert(sizeof(CatUsableComponentBase_GetUsingCat) == 0x000008, "Wrong size on CatUsableComponentBase_GetUsingCat"); \ static_assert(offsetof(CatUsableComponentBase_GetUsingCat, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_GetUsingCat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_IsBeingUsed \ static_assert(alignof(CatUsableComponentBase_IsBeingUsed) == 0x000001, "Wrong alignment on CatUsableComponentBase_IsBeingUsed"); \ static_assert(sizeof(CatUsableComponentBase_IsBeingUsed) == 0x000001, "Wrong size on CatUsableComponentBase_IsBeingUsed"); \ static_assert(offsetof(CatUsableComponentBase_IsBeingUsed, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_IsBeingUsed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_IsEnabled \ static_assert(alignof(CatUsableComponentBase_IsEnabled) == 0x000001, "Wrong alignment on CatUsableComponentBase_IsEnabled"); \ static_assert(sizeof(CatUsableComponentBase_IsEnabled) == 0x000001, "Wrong size on CatUsableComponentBase_IsEnabled"); \ static_assert(offsetof(CatUsableComponentBase_IsEnabled, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_IsSelectable \ static_assert(alignof(CatUsableComponentBase_IsSelectable) == 0x000001, "Wrong alignment on CatUsableComponentBase_IsSelectable"); \ static_assert(sizeof(CatUsableComponentBase_IsSelectable) == 0x000001, "Wrong size on CatUsableComponentBase_IsSelectable"); \ static_assert(offsetof(CatUsableComponentBase_IsSelectable, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_IsSelectable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_IsUseEnabled \ static_assert(alignof(CatUsableComponentBase_IsUseEnabled) == 0x000001, "Wrong alignment on CatUsableComponentBase_IsUseEnabled"); \ static_assert(sizeof(CatUsableComponentBase_IsUseEnabled) == 0x000001, "Wrong size on CatUsableComponentBase_IsUseEnabled"); \ static_assert(offsetof(CatUsableComponentBase_IsUseEnabled, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_IsUseEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_ShouldDisplayFeedbackWhileUsing \ static_assert(alignof(CatUsableComponentBase_ShouldDisplayFeedbackWhileUsing) == 0x000001, "Wrong alignment on CatUsableComponentBase_ShouldDisplayFeedbackWhileUsing"); \ static_assert(sizeof(CatUsableComponentBase_ShouldDisplayFeedbackWhileUsing) == 0x000001, "Wrong size on CatUsableComponentBase_ShouldDisplayFeedbackWhileUsing"); \ static_assert(offsetof(CatUsableComponentBase_ShouldDisplayFeedbackWhileUsing, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_ShouldDisplayFeedbackWhileUsing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponentBase_ShouldStopBeforeTeleport \ static_assert(alignof(CatUsableComponentBase_ShouldStopBeforeTeleport) == 0x000001, "Wrong alignment on CatUsableComponentBase_ShouldStopBeforeTeleport"); \ static_assert(sizeof(CatUsableComponentBase_ShouldStopBeforeTeleport) == 0x000001, "Wrong size on CatUsableComponentBase_ShouldStopBeforeTeleport"); \ static_assert(offsetof(CatUsableComponentBase_ShouldStopBeforeTeleport, ReturnValue) == 0x000000, "Member 'CatUsableComponentBase_ShouldStopBeforeTeleport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCatUsableComponentBase \ static_assert(alignof(UCatUsableComponentBase) == 0x000010, "Wrong alignment on UCatUsableComponentBase"); \ static_assert(sizeof(UCatUsableComponentBase) == 0x000520, "Wrong size on UCatUsableComponentBase"); \ static_assert(offsetof(UCatUsableComponentBase, UseStarted) == 0x000478, "Member 'UCatUsableComponentBase::UseStarted' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, BeforeUseDone) == 0x000488, "Member 'UCatUsableComponentBase::BeforeUseDone' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, AfterUseDone) == 0x000498, "Member 'UCatUsableComponentBase::AfterUseDone' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_useTextFormat) == 0x0004A8, "Member 'UCatUsableComponentBase::m_useTextFormat' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_displayedName) == 0x0004C0, "Member 'UCatUsableComponentBase::m_displayedName' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_interactRange) == 0x0004D8, "Member 'UCatUsableComponentBase::m_interactRange' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_visibleRange) == 0x0004DC, "Member 'UCatUsableComponentBase::m_visibleRange' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_startEnabled) == 0x0004E0, "Member 'UCatUsableComponentBase::m_startEnabled' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_disableShoulderCamera) == 0x0004E1, "Member 'UCatUsableComponentBase::m_disableShoulderCamera' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_startInteractionSound) == 0x0004E8, "Member 'UCatUsableComponentBase::m_startInteractionSound' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_usingCat) == 0x0004F0, "Member 'UCatUsableComponentBase::m_usingCat' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_focusingCat) == 0x0004F8, "Member 'UCatUsableComponentBase::m_focusingCat' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_isEnabled) == 0x000500, "Member 'UCatUsableComponentBase::m_isEnabled' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_isUseEnabled) == 0x000501, "Member 'UCatUsableComponentBase::m_isUseEnabled' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponentBase, m_isSelectable) == 0x000502, "Member 'UCatUsableComponentBase::m_isSelectable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUsableComponent_SetVisualBox \ static_assert(alignof(BackpackUsableComponent_SetVisualBox) == 0x000008, "Wrong alignment on BackpackUsableComponent_SetVisualBox"); \ static_assert(sizeof(BackpackUsableComponent_SetVisualBox) == 0x000008, "Wrong size on BackpackUsableComponent_SetVisualBox"); \ static_assert(offsetof(BackpackUsableComponent_SetVisualBox, _visualBox) == 0x000000, "Member 'BackpackUsableComponent_SetVisualBox::_visualBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUsableComponent_GetSelectionBoxTransform \ static_assert(alignof(BackpackUsableComponent_GetSelectionBoxTransform) == 0x000010, "Wrong alignment on BackpackUsableComponent_GetSelectionBoxTransform"); \ static_assert(sizeof(BackpackUsableComponent_GetSelectionBoxTransform) == 0x000030, "Wrong size on BackpackUsableComponent_GetSelectionBoxTransform"); \ static_assert(offsetof(BackpackUsableComponent_GetSelectionBoxTransform, ReturnValue) == 0x000000, "Member 'BackpackUsableComponent_GetSelectionBoxTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUsableComponent_GetUsingBackpack \ static_assert(alignof(BackpackUsableComponent_GetUsingBackpack) == 0x000008, "Wrong alignment on BackpackUsableComponent_GetUsingBackpack"); \ static_assert(sizeof(BackpackUsableComponent_GetUsingBackpack) == 0x000008, "Wrong size on BackpackUsableComponent_GetUsingBackpack"); \ static_assert(offsetof(BackpackUsableComponent_GetUsingBackpack, ReturnValue) == 0x000000, "Member 'BackpackUsableComponent_GetUsingBackpack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUsableComponent_GetVisualBox \ static_assert(alignof(BackpackUsableComponent_GetVisualBox) == 0x000008, "Wrong alignment on BackpackUsableComponent_GetVisualBox"); \ static_assert(sizeof(BackpackUsableComponent_GetVisualBox) == 0x000008, "Wrong size on BackpackUsableComponent_GetVisualBox"); \ static_assert(offsetof(BackpackUsableComponent_GetVisualBox, ReturnValue) == 0x000000, "Member 'BackpackUsableComponent_GetVisualBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBackpackUsableComponent \ static_assert(alignof(UBackpackUsableComponent) == 0x000010, "Wrong alignment on UBackpackUsableComponent"); \ static_assert(sizeof(UBackpackUsableComponent) == 0x000550, "Wrong size on UBackpackUsableComponent"); \ static_assert(offsetof(UBackpackUsableComponent, m_usageCooldownTime) == 0x000518, "Member 'UBackpackUsableComponent::m_usageCooldownTime' has a wrong offset!"); \ static_assert(offsetof(UBackpackUsableComponent, m_deactivateCatInteractions) == 0x00051C, "Member 'UBackpackUsableComponent::m_deactivateCatInteractions' has a wrong offset!"); \ static_assert(offsetof(UBackpackUsableComponent, m_backpackScreenWidgetClass) == 0x000520, "Member 'UBackpackUsableComponent::m_backpackScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UBackpackUsableComponent, m_blockCatDuringUse) == 0x000528, "Member 'UBackpackUsableComponent::m_blockCatDuringUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnCancelPressed \ static_assert(alignof(BackpackUserWidget_OnCancelPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnCancelPressed"); \ static_assert(sizeof(BackpackUserWidget_OnCancelPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnCancelPressed"); \ static_assert(offsetof(BackpackUserWidget_OnCancelPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnCancelPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnDownPressed \ static_assert(alignof(BackpackUserWidget_OnDownPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnDownPressed"); \ static_assert(sizeof(BackpackUserWidget_OnDownPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnDownPressed"); \ static_assert(offsetof(BackpackUserWidget_OnDownPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnDownPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnDpadDownPressed \ static_assert(alignof(BackpackUserWidget_OnDpadDownPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnDpadDownPressed"); \ static_assert(sizeof(BackpackUserWidget_OnDpadDownPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnDpadDownPressed"); \ static_assert(offsetof(BackpackUserWidget_OnDpadDownPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnDpadDownPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnDpadDownReleased \ static_assert(alignof(BackpackUserWidget_OnDpadDownReleased) == 0x000001, "Wrong alignment on BackpackUserWidget_OnDpadDownReleased"); \ static_assert(sizeof(BackpackUserWidget_OnDpadDownReleased) == 0x000001, "Wrong size on BackpackUserWidget_OnDpadDownReleased"); \ static_assert(offsetof(BackpackUserWidget_OnDpadDownReleased, _handled) == 0x000000, "Member 'BackpackUserWidget_OnDpadDownReleased::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnDpadLeftPressed \ static_assert(alignof(BackpackUserWidget_OnDpadLeftPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnDpadLeftPressed"); \ static_assert(sizeof(BackpackUserWidget_OnDpadLeftPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnDpadLeftPressed"); \ static_assert(offsetof(BackpackUserWidget_OnDpadLeftPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnDpadLeftPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnDpadLeftReleased \ static_assert(alignof(BackpackUserWidget_OnDpadLeftReleased) == 0x000001, "Wrong alignment on BackpackUserWidget_OnDpadLeftReleased"); \ static_assert(sizeof(BackpackUserWidget_OnDpadLeftReleased) == 0x000001, "Wrong size on BackpackUserWidget_OnDpadLeftReleased"); \ static_assert(offsetof(BackpackUserWidget_OnDpadLeftReleased, _handled) == 0x000000, "Member 'BackpackUserWidget_OnDpadLeftReleased::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnDpadRightPressed \ static_assert(alignof(BackpackUserWidget_OnDpadRightPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnDpadRightPressed"); \ static_assert(sizeof(BackpackUserWidget_OnDpadRightPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnDpadRightPressed"); \ static_assert(offsetof(BackpackUserWidget_OnDpadRightPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnDpadRightPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnDpadRightReleased \ static_assert(alignof(BackpackUserWidget_OnDpadRightReleased) == 0x000001, "Wrong alignment on BackpackUserWidget_OnDpadRightReleased"); \ static_assert(sizeof(BackpackUserWidget_OnDpadRightReleased) == 0x000001, "Wrong size on BackpackUserWidget_OnDpadRightReleased"); \ static_assert(offsetof(BackpackUserWidget_OnDpadRightReleased, _handled) == 0x000000, "Member 'BackpackUserWidget_OnDpadRightReleased::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnDpadUpPressed \ static_assert(alignof(BackpackUserWidget_OnDpadUpPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnDpadUpPressed"); \ static_assert(sizeof(BackpackUserWidget_OnDpadUpPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnDpadUpPressed"); \ static_assert(offsetof(BackpackUserWidget_OnDpadUpPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnDpadUpPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnDpadUpReleased \ static_assert(alignof(BackpackUserWidget_OnDpadUpReleased) == 0x000001, "Wrong alignment on BackpackUserWidget_OnDpadUpReleased"); \ static_assert(sizeof(BackpackUserWidget_OnDpadUpReleased) == 0x000001, "Wrong size on BackpackUserWidget_OnDpadUpReleased"); \ static_assert(offsetof(BackpackUserWidget_OnDpadUpReleased, _handled) == 0x000000, "Member 'BackpackUserWidget_OnDpadUpReleased::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnLBPressed \ static_assert(alignof(BackpackUserWidget_OnLBPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnLBPressed"); \ static_assert(sizeof(BackpackUserWidget_OnLBPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnLBPressed"); \ static_assert(offsetof(BackpackUserWidget_OnLBPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnLBPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnLeftHorizontalAxis \ static_assert(alignof(BackpackUserWidget_OnLeftHorizontalAxis) == 0x000004, "Wrong alignment on BackpackUserWidget_OnLeftHorizontalAxis"); \ static_assert(sizeof(BackpackUserWidget_OnLeftHorizontalAxis) == 0x000008, "Wrong size on BackpackUserWidget_OnLeftHorizontalAxis"); \ static_assert(offsetof(BackpackUserWidget_OnLeftHorizontalAxis, _value) == 0x000000, "Member 'BackpackUserWidget_OnLeftHorizontalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(BackpackUserWidget_OnLeftHorizontalAxis, _handled) == 0x000004, "Member 'BackpackUserWidget_OnLeftHorizontalAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnLeftPressed \ static_assert(alignof(BackpackUserWidget_OnLeftPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnLeftPressed"); \ static_assert(sizeof(BackpackUserWidget_OnLeftPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnLeftPressed"); \ static_assert(offsetof(BackpackUserWidget_OnLeftPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnLeftPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnLeftTriggerAxis \ static_assert(alignof(BackpackUserWidget_OnLeftTriggerAxis) == 0x000004, "Wrong alignment on BackpackUserWidget_OnLeftTriggerAxis"); \ static_assert(sizeof(BackpackUserWidget_OnLeftTriggerAxis) == 0x000008, "Wrong size on BackpackUserWidget_OnLeftTriggerAxis"); \ static_assert(offsetof(BackpackUserWidget_OnLeftTriggerAxis, _value) == 0x000000, "Member 'BackpackUserWidget_OnLeftTriggerAxis::_value' has a wrong offset!"); \ static_assert(offsetof(BackpackUserWidget_OnLeftTriggerAxis, _handled) == 0x000004, "Member 'BackpackUserWidget_OnLeftTriggerAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnLeftVerticalAxis \ static_assert(alignof(BackpackUserWidget_OnLeftVerticalAxis) == 0x000004, "Wrong alignment on BackpackUserWidget_OnLeftVerticalAxis"); \ static_assert(sizeof(BackpackUserWidget_OnLeftVerticalAxis) == 0x000008, "Wrong size on BackpackUserWidget_OnLeftVerticalAxis"); \ static_assert(offsetof(BackpackUserWidget_OnLeftVerticalAxis, _value) == 0x000000, "Member 'BackpackUserWidget_OnLeftVerticalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(BackpackUserWidget_OnLeftVerticalAxis, _handled) == 0x000004, "Member 'BackpackUserWidget_OnLeftVerticalAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnRBPressed \ static_assert(alignof(BackpackUserWidget_OnRBPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnRBPressed"); \ static_assert(sizeof(BackpackUserWidget_OnRBPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnRBPressed"); \ static_assert(offsetof(BackpackUserWidget_OnRBPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnRBPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnRightHorizontalAxis \ static_assert(alignof(BackpackUserWidget_OnRightHorizontalAxis) == 0x000004, "Wrong alignment on BackpackUserWidget_OnRightHorizontalAxis"); \ static_assert(sizeof(BackpackUserWidget_OnRightHorizontalAxis) == 0x000008, "Wrong size on BackpackUserWidget_OnRightHorizontalAxis"); \ static_assert(offsetof(BackpackUserWidget_OnRightHorizontalAxis, _value) == 0x000000, "Member 'BackpackUserWidget_OnRightHorizontalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(BackpackUserWidget_OnRightHorizontalAxis, _handled) == 0x000004, "Member 'BackpackUserWidget_OnRightHorizontalAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnRightPressed \ static_assert(alignof(BackpackUserWidget_OnRightPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnRightPressed"); \ static_assert(sizeof(BackpackUserWidget_OnRightPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnRightPressed"); \ static_assert(offsetof(BackpackUserWidget_OnRightPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnRightPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnRightTriggerAxis \ static_assert(alignof(BackpackUserWidget_OnRightTriggerAxis) == 0x000004, "Wrong alignment on BackpackUserWidget_OnRightTriggerAxis"); \ static_assert(sizeof(BackpackUserWidget_OnRightTriggerAxis) == 0x000008, "Wrong size on BackpackUserWidget_OnRightTriggerAxis"); \ static_assert(offsetof(BackpackUserWidget_OnRightTriggerAxis, _value) == 0x000000, "Member 'BackpackUserWidget_OnRightTriggerAxis::_value' has a wrong offset!"); \ static_assert(offsetof(BackpackUserWidget_OnRightTriggerAxis, _handled) == 0x000004, "Member 'BackpackUserWidget_OnRightTriggerAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnRightVerticalAxis \ static_assert(alignof(BackpackUserWidget_OnRightVerticalAxis) == 0x000004, "Wrong alignment on BackpackUserWidget_OnRightVerticalAxis"); \ static_assert(sizeof(BackpackUserWidget_OnRightVerticalAxis) == 0x000008, "Wrong size on BackpackUserWidget_OnRightVerticalAxis"); \ static_assert(offsetof(BackpackUserWidget_OnRightVerticalAxis, _value) == 0x000000, "Member 'BackpackUserWidget_OnRightVerticalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(BackpackUserWidget_OnRightVerticalAxis, _handled) == 0x000004, "Member 'BackpackUserWidget_OnRightVerticalAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnUpPressed \ static_assert(alignof(BackpackUserWidget_OnUpPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnUpPressed"); \ static_assert(sizeof(BackpackUserWidget_OnUpPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnUpPressed"); \ static_assert(offsetof(BackpackUserWidget_OnUpPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnUpPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnValidatePressed \ static_assert(alignof(BackpackUserWidget_OnValidatePressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnValidatePressed"); \ static_assert(sizeof(BackpackUserWidget_OnValidatePressed) == 0x000001, "Wrong size on BackpackUserWidget_OnValidatePressed"); \ static_assert(offsetof(BackpackUserWidget_OnValidatePressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnValidatePressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnXPressed \ static_assert(alignof(BackpackUserWidget_OnXPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnXPressed"); \ static_assert(sizeof(BackpackUserWidget_OnXPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnXPressed"); \ static_assert(offsetof(BackpackUserWidget_OnXPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnXPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_OnYPressed \ static_assert(alignof(BackpackUserWidget_OnYPressed) == 0x000001, "Wrong alignment on BackpackUserWidget_OnYPressed"); \ static_assert(sizeof(BackpackUserWidget_OnYPressed) == 0x000001, "Wrong size on BackpackUserWidget_OnYPressed"); \ static_assert(offsetof(BackpackUserWidget_OnYPressed, _handled) == 0x000000, "Member 'BackpackUserWidget_OnYPressed::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_SetBackpackGUI \ static_assert(alignof(BackpackUserWidget_SetBackpackGUI) == 0x000008, "Wrong alignment on BackpackUserWidget_SetBackpackGUI"); \ static_assert(sizeof(BackpackUserWidget_SetBackpackGUI) == 0x000008, "Wrong size on BackpackUserWidget_SetBackpackGUI"); \ static_assert(offsetof(BackpackUserWidget_SetBackpackGUI, _GUI) == 0x000000, "Member 'BackpackUserWidget_SetBackpackGUI::_GUI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_GetDrone \ static_assert(alignof(BackpackUserWidget_GetDrone) == 0x000008, "Wrong alignment on BackpackUserWidget_GetDrone"); \ static_assert(sizeof(BackpackUserWidget_GetDrone) == 0x000008, "Wrong size on BackpackUserWidget_GetDrone"); \ static_assert(offsetof(BackpackUserWidget_GetDrone, ReturnValue) == 0x000000, "Member 'BackpackUserWidget_GetDrone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackpackUserWidget_GetGUI \ static_assert(alignof(BackpackUserWidget_GetGUI) == 0x000008, "Wrong alignment on BackpackUserWidget_GetGUI"); \ static_assert(sizeof(BackpackUserWidget_GetGUI) == 0x000008, "Wrong size on BackpackUserWidget_GetGUI"); \ static_assert(offsetof(BackpackUserWidget_GetGUI, ReturnValue) == 0x000000, "Member 'BackpackUserWidget_GetGUI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBackpackUserWidget \ static_assert(alignof(UBackpackUserWidget) == 0x000008, "Wrong alignment on UBackpackUserWidget"); \ static_assert(sizeof(UBackpackUserWidget) == 0x000270, "Wrong size on UBackpackUserWidget"); \ #define DUMPER7_ASSERTS_BindingIconWidget_SetBindingName \ static_assert(alignof(BindingIconWidget_SetBindingName) == 0x000004, "Wrong alignment on BindingIconWidget_SetBindingName"); \ static_assert(sizeof(BindingIconWidget_SetBindingName) == 0x000008, "Wrong size on BindingIconWidget_SetBindingName"); \ static_assert(offsetof(BindingIconWidget_SetBindingName, _bindingName) == 0x000000, "Member 'BindingIconWidget_SetBindingName::_bindingName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BindingIconWidget_SetSize \ static_assert(alignof(BindingIconWidget_SetSize) == 0x000004, "Wrong alignment on BindingIconWidget_SetSize"); \ static_assert(sizeof(BindingIconWidget_SetSize) == 0x000004, "Wrong size on BindingIconWidget_SetSize"); \ static_assert(offsetof(BindingIconWidget_SetSize, _size) == 0x000000, "Member 'BindingIconWidget_SetSize::_size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBindingIconWidget \ static_assert(alignof(UBindingIconWidget) == 0x000008, "Wrong alignment on UBindingIconWidget"); \ static_assert(sizeof(UBindingIconWidget) == 0x000260, "Wrong size on UBindingIconWidget"); \ #define DUMPER7_ASSERTS_BudgetManager_DumpBudgets \ static_assert(alignof(BudgetManager_DumpBudgets) == 0x000008, "Wrong alignment on BudgetManager_DumpBudgets"); \ static_assert(sizeof(BudgetManager_DumpBudgets) == 0x000010, "Wrong size on BudgetManager_DumpBudgets"); \ static_assert(offsetof(BudgetManager_DumpBudgets, ReturnValue) == 0x000000, "Member 'BudgetManager_DumpBudgets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BudgetManager_SetProfilingEnabled \ static_assert(alignof(BudgetManager_SetProfilingEnabled) == 0x000001, "Wrong alignment on BudgetManager_SetProfilingEnabled"); \ static_assert(sizeof(BudgetManager_SetProfilingEnabled) == 0x000001, "Wrong size on BudgetManager_SetProfilingEnabled"); \ static_assert(offsetof(BudgetManager_SetProfilingEnabled, _enabled) == 0x000000, "Member 'BudgetManager_SetProfilingEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BudgetManager_IsProfilingEnabled \ static_assert(alignof(BudgetManager_IsProfilingEnabled) == 0x000001, "Wrong alignment on BudgetManager_IsProfilingEnabled"); \ static_assert(sizeof(BudgetManager_IsProfilingEnabled) == 0x000001, "Wrong size on BudgetManager_IsProfilingEnabled"); \ static_assert(offsetof(BudgetManager_IsProfilingEnabled, ReturnValue) == 0x000000, "Member 'BudgetManager_IsProfilingEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABudgetManager \ static_assert(alignof(ABudgetManager) == 0x000008, "Wrong alignment on ABudgetManager"); \ static_assert(sizeof(ABudgetManager) == 0x000318, "Wrong size on ABudgetManager"); \ static_assert(offsetof(ABudgetManager, PhysicalMemoryBudget) == 0x000228, "Member 'ABudgetManager::PhysicalMemoryBudget' has a wrong offset!"); \ static_assert(offsetof(ABudgetManager, m_statGroupBudgets) == 0x000238, "Member 'ABudgetManager::m_statGroupBudgets' has a wrong offset!"); \ static_assert(offsetof(ABudgetManager, m_isProfilingEnabled) == 0x000248, "Member 'ABudgetManager::m_isProfilingEnabled' has a wrong offset!"); \ static_assert(offsetof(ABudgetManager, m_samplesCount) == 0x00024C, "Member 'ABudgetManager::m_samplesCount' has a wrong offset!"); \ static_assert(offsetof(ABudgetManager, m_warningPercentage) == 0x000250, "Member 'ABudgetManager::m_warningPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTargetComponent__OnBeginOverlap \ static_assert(alignof(CameraTargetComponent__OnBeginOverlap) == 0x000008, "Wrong alignment on CameraTargetComponent__OnBeginOverlap"); \ static_assert(sizeof(CameraTargetComponent__OnBeginOverlap) == 0x0000A8, "Wrong size on CameraTargetComponent__OnBeginOverlap"); \ static_assert(offsetof(CameraTargetComponent__OnBeginOverlap, _overlappedComponent) == 0x000000, "Member 'CameraTargetComponent__OnBeginOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent__OnBeginOverlap, _otherActor) == 0x000008, "Member 'CameraTargetComponent__OnBeginOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent__OnBeginOverlap, _otherComp) == 0x000010, "Member 'CameraTargetComponent__OnBeginOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent__OnBeginOverlap, _otherBodyIndex) == 0x000018, "Member 'CameraTargetComponent__OnBeginOverlap::_otherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent__OnBeginOverlap, _bFromSweep) == 0x00001C, "Member 'CameraTargetComponent__OnBeginOverlap::_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent__OnBeginOverlap, _sweepResult) == 0x000020, "Member 'CameraTargetComponent__OnBeginOverlap::_sweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTargetComponent__OnEndOverlap \ static_assert(alignof(CameraTargetComponent__OnEndOverlap) == 0x000008, "Wrong alignment on CameraTargetComponent__OnEndOverlap"); \ static_assert(sizeof(CameraTargetComponent__OnEndOverlap) == 0x000020, "Wrong size on CameraTargetComponent__OnEndOverlap"); \ static_assert(offsetof(CameraTargetComponent__OnEndOverlap, _overlappedComponent) == 0x000000, "Member 'CameraTargetComponent__OnEndOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent__OnEndOverlap, _otherActor) == 0x000008, "Member 'CameraTargetComponent__OnEndOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent__OnEndOverlap, _otherComp) == 0x000010, "Member 'CameraTargetComponent__OnEndOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent__OnEndOverlap, _otherBodyIndex) == 0x000018, "Member 'CameraTargetComponent__OnEndOverlap::_otherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTargetComponent_SetEnabled \ static_assert(alignof(CameraTargetComponent_SetEnabled) == 0x000001, "Wrong alignment on CameraTargetComponent_SetEnabled"); \ static_assert(sizeof(CameraTargetComponent_SetEnabled) == 0x000001, "Wrong size on CameraTargetComponent_SetEnabled"); \ static_assert(offsetof(CameraTargetComponent_SetEnabled, _enabled) == 0x000000, "Member 'CameraTargetComponent_SetEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTargetComponent_SetKilled \ static_assert(alignof(CameraTargetComponent_SetKilled) == 0x000001, "Wrong alignment on CameraTargetComponent_SetKilled"); \ static_assert(sizeof(CameraTargetComponent_SetKilled) == 0x000001, "Wrong size on CameraTargetComponent_SetKilled"); \ static_assert(offsetof(CameraTargetComponent_SetKilled, _killed) == 0x000000, "Member 'CameraTargetComponent_SetKilled::_killed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTargetComponent_SetKillZoneEnable \ static_assert(alignof(CameraTargetComponent_SetKillZoneEnable) == 0x000001, "Wrong alignment on CameraTargetComponent_SetKillZoneEnable"); \ static_assert(sizeof(CameraTargetComponent_SetKillZoneEnable) == 0x000001, "Wrong size on CameraTargetComponent_SetKillZoneEnable"); \ static_assert(offsetof(CameraTargetComponent_SetKillZoneEnable, _enable) == 0x000000, "Member 'CameraTargetComponent_SetKillZoneEnable::_enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTargetComponent_GetCameraDistanceOffset \ static_assert(alignof(CameraTargetComponent_GetCameraDistanceOffset) == 0x000008, "Wrong alignment on CameraTargetComponent_GetCameraDistanceOffset"); \ static_assert(sizeof(CameraTargetComponent_GetCameraDistanceOffset) == 0x000018, "Wrong size on CameraTargetComponent_GetCameraDistanceOffset"); \ static_assert(offsetof(CameraTargetComponent_GetCameraDistanceOffset, _camera) == 0x000000, "Member 'CameraTargetComponent_GetCameraDistanceOffset::_camera' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent_GetCameraDistanceOffset, _xScreenLimit) == 0x000008, "Member 'CameraTargetComponent_GetCameraDistanceOffset::_xScreenLimit' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent_GetCameraDistanceOffset, _yScreenLimit) == 0x00000C, "Member 'CameraTargetComponent_GetCameraDistanceOffset::_yScreenLimit' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent_GetCameraDistanceOffset, _cameraDistanceOffsetMultiplier) == 0x000010, "Member 'CameraTargetComponent_GetCameraDistanceOffset::_cameraDistanceOffsetMultiplier' has a wrong offset!"); \ static_assert(offsetof(CameraTargetComponent_GetCameraDistanceOffset, ReturnValue) == 0x000014, "Member 'CameraTargetComponent_GetCameraDistanceOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTargetComponent_IsEnabled \ static_assert(alignof(CameraTargetComponent_IsEnabled) == 0x000001, "Wrong alignment on CameraTargetComponent_IsEnabled"); \ static_assert(sizeof(CameraTargetComponent_IsEnabled) == 0x000001, "Wrong size on CameraTargetComponent_IsEnabled"); \ static_assert(offsetof(CameraTargetComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'CameraTargetComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraTargetComponent_IsKilled \ static_assert(alignof(CameraTargetComponent_IsKilled) == 0x000001, "Wrong alignment on CameraTargetComponent_IsKilled"); \ static_assert(sizeof(CameraTargetComponent_IsKilled) == 0x000001, "Wrong size on CameraTargetComponent_IsKilled"); \ static_assert(offsetof(CameraTargetComponent_IsKilled, ReturnValue) == 0x000000, "Member 'CameraTargetComponent_IsKilled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraTargetComponent \ static_assert(alignof(UCameraTargetComponent) == 0x000010, "Wrong alignment on UCameraTargetComponent"); \ static_assert(sizeof(UCameraTargetComponent) == 0x0004D0, "Wrong size on UCameraTargetComponent"); \ static_assert(offsetof(UCameraTargetComponent, Influence) == 0x000470, "Member 'UCameraTargetComponent::Influence' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, EnableCameraBackwardsMovement) == 0x000474, "Member 'UCameraTargetComponent::EnableCameraBackwardsMovement' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, ActivateOnView) == 0x000475, "Member 'UCameraTargetComponent::ActivateOnView' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, ViewXMinimum) == 0x000478, "Member 'UCameraTargetComponent::ViewXMinimum' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, ViewYMinimum) == 0x00047C, "Member 'UCameraTargetComponent::ViewYMinimum' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, ViewXMaximum) == 0x000480, "Member 'UCameraTargetComponent::ViewXMaximum' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, ViewYMaximum) == 0x000484, "Member 'UCameraTargetComponent::ViewYMaximum' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, UseTarget) == 0x000488, "Member 'UCameraTargetComponent::UseTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, TargetLocation) == 0x00048C, "Member 'UCameraTargetComponent::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, EnableDistanceOffset) == 0x000498, "Member 'UCameraTargetComponent::EnableDistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, DistanceMax) == 0x00049C, "Member 'UCameraTargetComponent::DistanceMax' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, EnableOnDirection) == 0x0004A0, "Member 'UCameraTargetComponent::EnableOnDirection' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, m_enabled) == 0x0004A1, "Member 'UCameraTargetComponent::m_enabled' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, m_influenceCoreRadius) == 0x0004A4, "Member 'UCameraTargetComponent::m_influenceCoreRadius' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, m_isKillZoneEnabled) == 0x0004A8, "Member 'UCameraTargetComponent::m_isKillZoneEnabled' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, m_killZoneRadius) == 0x0004AC, "Member 'UCameraTargetComponent::m_killZoneRadius' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, m_maximumDirectionErrorTolerance) == 0x0004B0, "Member 'UCameraTargetComponent::m_maximumDirectionErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, m_minimumDirectionErrorTolerance) == 0x0004B4, "Member 'UCameraTargetComponent::m_minimumDirectionErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(UCameraTargetComponent, m_influenceResponse_Curve) == 0x0004B8, "Member 'UCameraTargetComponent::m_influenceResponse_Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKCamera_OnCameraFocus \ static_assert(alignof(HKCamera_OnCameraFocus) == 0x000004, "Wrong alignment on HKCamera_OnCameraFocus"); \ static_assert(sizeof(HKCamera_OnCameraFocus) == 0x000004, "Wrong size on HKCamera_OnCameraFocus"); \ static_assert(offsetof(HKCamera_OnCameraFocus, _blendTime) == 0x000000, "Member 'HKCamera_OnCameraFocus::_blendTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKCamera_OnCameraFocusLost \ static_assert(alignof(HKCamera_OnCameraFocusLost) == 0x000004, "Wrong alignment on HKCamera_OnCameraFocusLost"); \ static_assert(sizeof(HKCamera_OnCameraFocusLost) == 0x000004, "Wrong size on HKCamera_OnCameraFocusLost"); \ static_assert(offsetof(HKCamera_OnCameraFocusLost, _blendTime) == 0x000000, "Member 'HKCamera_OnCameraFocusLost::_blendTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKCamera_SetCameraInput \ static_assert(alignof(HKCamera_SetCameraInput) == 0x000004, "Wrong alignment on HKCamera_SetCameraInput"); \ static_assert(sizeof(HKCamera_SetCameraInput) == 0x000008, "Wrong size on HKCamera_SetCameraInput"); \ static_assert(offsetof(HKCamera_SetCameraInput, _input) == 0x000000, "Member 'HKCamera_SetCameraInput::_input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKCamera_GetCameraInput \ static_assert(alignof(HKCamera_GetCameraInput) == 0x000004, "Wrong alignment on HKCamera_GetCameraInput"); \ static_assert(sizeof(HKCamera_GetCameraInput) == 0x000008, "Wrong size on HKCamera_GetCameraInput"); \ static_assert(offsetof(HKCamera_GetCameraInput, ReturnValue) == 0x000000, "Member 'HKCamera_GetCameraInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKCamera_GetCollisionPosition \ static_assert(alignof(HKCamera_GetCollisionPosition) == 0x000004, "Wrong alignment on HKCamera_GetCollisionPosition"); \ static_assert(sizeof(HKCamera_GetCollisionPosition) == 0x00000C, "Wrong size on HKCamera_GetCollisionPosition"); \ static_assert(offsetof(HKCamera_GetCollisionPosition, ReturnValue) == 0x000000, "Member 'HKCamera_GetCollisionPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKCamera_GetLookSensitivity \ static_assert(alignof(HKCamera_GetLookSensitivity) == 0x000004, "Wrong alignment on HKCamera_GetLookSensitivity"); \ static_assert(sizeof(HKCamera_GetLookSensitivity) == 0x000004, "Wrong size on HKCamera_GetLookSensitivity"); \ static_assert(offsetof(HKCamera_GetLookSensitivity, ReturnValue) == 0x000000, "Member 'HKCamera_GetLookSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHKCamera \ static_assert(alignof(AHKCamera) == 0x000008, "Wrong alignment on AHKCamera"); \ static_assert(sizeof(AHKCamera) == 0x000238, "Wrong size on AHKCamera"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_AddModifier \ static_assert(alignof(CameraThirdPerson_AddModifier) == 0x000008, "Wrong alignment on CameraThirdPerson_AddModifier"); \ static_assert(sizeof(CameraThirdPerson_AddModifier) == 0x0000A0, "Wrong size on CameraThirdPerson_AddModifier"); \ static_assert(offsetof(CameraThirdPerson_AddModifier, _id) == 0x000000, "Member 'CameraThirdPerson_AddModifier::_id' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_AddModifier, _preset) == 0x000008, "Member 'CameraThirdPerson_AddModifier::_preset' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_AddModifier, _priority) == 0x000098, "Member 'CameraThirdPerson_AddModifier::_priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_AddTarget \ static_assert(alignof(CameraThirdPerson_AddTarget) == 0x000008, "Wrong alignment on CameraThirdPerson_AddTarget"); \ static_assert(sizeof(CameraThirdPerson_AddTarget) == 0x000008, "Wrong size on CameraThirdPerson_AddTarget"); \ static_assert(offsetof(CameraThirdPerson_AddTarget, _target) == 0x000000, "Member 'CameraThirdPerson_AddTarget::_target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_AlignToPosition \ static_assert(alignof(CameraThirdPerson_AlignToPosition) == 0x000004, "Wrong alignment on CameraThirdPerson_AlignToPosition"); \ static_assert(sizeof(CameraThirdPerson_AlignToPosition) == 0x000018, "Wrong size on CameraThirdPerson_AlignToPosition"); \ static_assert(offsetof(CameraThirdPerson_AlignToPosition, _position) == 0x000000, "Member 'CameraThirdPerson_AlignToPosition::_position' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_AlignToPosition, _time) == 0x00000C, "Member 'CameraThirdPerson_AlignToPosition::_time' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_AlignToPosition, _inputDisableTime) == 0x000010, "Member 'CameraThirdPerson_AlignToPosition::_inputDisableTime' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_AlignToPosition, _inputCancel) == 0x000014, "Member 'CameraThirdPerson_AlignToPosition::_inputCancel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_InputFilter \ static_assert(alignof(CameraThirdPerson_InputFilter) == 0x000004, "Wrong alignment on CameraThirdPerson_InputFilter"); \ static_assert(sizeof(CameraThirdPerson_InputFilter) == 0x000014, "Wrong size on CameraThirdPerson_InputFilter"); \ static_assert(offsetof(CameraThirdPerson_InputFilter, _rawInput) == 0x000000, "Member 'CameraThirdPerson_InputFilter::_rawInput' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_InputFilter, _dt) == 0x000008, "Member 'CameraThirdPerson_InputFilter::_dt' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_InputFilter, ReturnValue) == 0x00000C, "Member 'CameraThirdPerson_InputFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_InputProcess \ static_assert(alignof(CameraThirdPerson_InputProcess) == 0x000004, "Wrong alignment on CameraThirdPerson_InputProcess"); \ static_assert(sizeof(CameraThirdPerson_InputProcess) == 0x000014, "Wrong size on CameraThirdPerson_InputProcess"); \ static_assert(offsetof(CameraThirdPerson_InputProcess, _input) == 0x000000, "Member 'CameraThirdPerson_InputProcess::_input' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_InputProcess, _deltaTime) == 0x000008, "Member 'CameraThirdPerson_InputProcess::_deltaTime' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_InputProcess, _yawIncrement) == 0x00000C, "Member 'CameraThirdPerson_InputProcess::_yawIncrement' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_InputProcess, _pitchIncrement) == 0x000010, "Member 'CameraThirdPerson_InputProcess::_pitchIncrement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_OnCatSet \ static_assert(alignof(CameraThirdPerson_OnCatSet) == 0x000008, "Wrong alignment on CameraThirdPerson_OnCatSet"); \ static_assert(sizeof(CameraThirdPerson_OnCatSet) == 0x000008, "Wrong size on CameraThirdPerson_OnCatSet"); \ static_assert(offsetof(CameraThirdPerson_OnCatSet, _cat) == 0x000000, "Member 'CameraThirdPerson_OnCatSet::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_OnCatUnset \ static_assert(alignof(CameraThirdPerson_OnCatUnset) == 0x000008, "Wrong alignment on CameraThirdPerson_OnCatUnset"); \ static_assert(sizeof(CameraThirdPerson_OnCatUnset) == 0x000008, "Wrong size on CameraThirdPerson_OnCatUnset"); \ static_assert(offsetof(CameraThirdPerson_OnCatUnset, _cat) == 0x000000, "Member 'CameraThirdPerson_OnCatUnset::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_RemoveModifier \ static_assert(alignof(CameraThirdPerson_RemoveModifier) == 0x000004, "Wrong alignment on CameraThirdPerson_RemoveModifier"); \ static_assert(sizeof(CameraThirdPerson_RemoveModifier) == 0x000008, "Wrong size on CameraThirdPerson_RemoveModifier"); \ static_assert(offsetof(CameraThirdPerson_RemoveModifier, _id) == 0x000000, "Member 'CameraThirdPerson_RemoveModifier::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_RemoveTarget \ static_assert(alignof(CameraThirdPerson_RemoveTarget) == 0x000008, "Wrong alignment on CameraThirdPerson_RemoveTarget"); \ static_assert(sizeof(CameraThirdPerson_RemoveTarget) == 0x000008, "Wrong size on CameraThirdPerson_RemoveTarget"); \ static_assert(offsetof(CameraThirdPerson_RemoveTarget, _target) == 0x000000, "Member 'CameraThirdPerson_RemoveTarget::_target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_ResetToDefaultPosition \ static_assert(alignof(CameraThirdPerson_ResetToDefaultPosition) == 0x000004, "Wrong alignment on CameraThirdPerson_ResetToDefaultPosition"); \ static_assert(sizeof(CameraThirdPerson_ResetToDefaultPosition) == 0x000008, "Wrong size on CameraThirdPerson_ResetToDefaultPosition"); \ static_assert(offsetof(CameraThirdPerson_ResetToDefaultPosition, _time) == 0x000000, "Member 'CameraThirdPerson_ResetToDefaultPosition::_time' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_ResetToDefaultPosition, _hardSyncWithTarget) == 0x000004, "Member 'CameraThirdPerson_ResetToDefaultPosition::_hardSyncWithTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_ResetToRelativeRotation \ static_assert(alignof(CameraThirdPerson_ResetToRelativeRotation) == 0x000004, "Wrong alignment on CameraThirdPerson_ResetToRelativeRotation"); \ static_assert(sizeof(CameraThirdPerson_ResetToRelativeRotation) == 0x000018, "Wrong size on CameraThirdPerson_ResetToRelativeRotation"); \ static_assert(offsetof(CameraThirdPerson_ResetToRelativeRotation, _yaw) == 0x000000, "Member 'CameraThirdPerson_ResetToRelativeRotation::_yaw' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_ResetToRelativeRotation, _pitch) == 0x000004, "Member 'CameraThirdPerson_ResetToRelativeRotation::_pitch' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_ResetToRelativeRotation, _roll) == 0x000008, "Member 'CameraThirdPerson_ResetToRelativeRotation::_roll' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_ResetToRelativeRotation, _time) == 0x00000C, "Member 'CameraThirdPerson_ResetToRelativeRotation::_time' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_ResetToRelativeRotation, _inputDisableTime) == 0x000010, "Member 'CameraThirdPerson_ResetToRelativeRotation::_inputDisableTime' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_ResetToRelativeRotation, _inputCancel) == 0x000014, "Member 'CameraThirdPerson_ResetToRelativeRotation::_inputCancel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_ResetToRotation \ static_assert(alignof(CameraThirdPerson_ResetToRotation) == 0x000004, "Wrong alignment on CameraThirdPerson_ResetToRotation"); \ static_assert(sizeof(CameraThirdPerson_ResetToRotation) == 0x000018, "Wrong size on CameraThirdPerson_ResetToRotation"); \ static_assert(offsetof(CameraThirdPerson_ResetToRotation, _rotation) == 0x000000, "Member 'CameraThirdPerson_ResetToRotation::_rotation' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_ResetToRotation, _time) == 0x00000C, "Member 'CameraThirdPerson_ResetToRotation::_time' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_ResetToRotation, _inputDisableTime) == 0x000010, "Member 'CameraThirdPerson_ResetToRotation::_inputDisableTime' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_ResetToRotation, _inputCancel) == 0x000014, "Member 'CameraThirdPerson_ResetToRotation::_inputCancel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_SetFOV \ static_assert(alignof(CameraThirdPerson_SetFOV) == 0x000004, "Wrong alignment on CameraThirdPerson_SetFOV"); \ static_assert(sizeof(CameraThirdPerson_SetFOV) == 0x000004, "Wrong size on CameraThirdPerson_SetFOV"); \ static_assert(offsetof(CameraThirdPerson_SetFOV, _fov) == 0x000000, "Member 'CameraThirdPerson_SetFOV::_fov' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_SetInputEnabled \ static_assert(alignof(CameraThirdPerson_SetInputEnabled) == 0x000001, "Wrong alignment on CameraThirdPerson_SetInputEnabled"); \ static_assert(sizeof(CameraThirdPerson_SetInputEnabled) == 0x000001, "Wrong size on CameraThirdPerson_SetInputEnabled"); \ static_assert(offsetof(CameraThirdPerson_SetInputEnabled, _enabled) == 0x000000, "Member 'CameraThirdPerson_SetInputEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_SetResetCameraOnInput \ static_assert(alignof(CameraThirdPerson_SetResetCameraOnInput) == 0x000001, "Wrong alignment on CameraThirdPerson_SetResetCameraOnInput"); \ static_assert(sizeof(CameraThirdPerson_SetResetCameraOnInput) == 0x000001, "Wrong size on CameraThirdPerson_SetResetCameraOnInput"); \ static_assert(offsetof(CameraThirdPerson_SetResetCameraOnInput, _resetOnInput) == 0x000000, "Member 'CameraThirdPerson_SetResetCameraOnInput::_resetOnInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_SetRoll \ static_assert(alignof(CameraThirdPerson_SetRoll) == 0x000004, "Wrong alignment on CameraThirdPerson_SetRoll"); \ static_assert(sizeof(CameraThirdPerson_SetRoll) == 0x000004, "Wrong size on CameraThirdPerson_SetRoll"); \ static_assert(offsetof(CameraThirdPerson_SetRoll, _roll) == 0x000000, "Member 'CameraThirdPerson_SetRoll::_roll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_UpdateFinalAttachLocation \ static_assert(alignof(CameraThirdPerson_UpdateFinalAttachLocation) == 0x000004, "Wrong alignment on CameraThirdPerson_UpdateFinalAttachLocation"); \ static_assert(sizeof(CameraThirdPerson_UpdateFinalAttachLocation) == 0x00001C, "Wrong size on CameraThirdPerson_UpdateFinalAttachLocation"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalAttachLocation, _dt) == 0x000000, "Member 'CameraThirdPerson_UpdateFinalAttachLocation::_dt' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalAttachLocation, _target) == 0x000004, "Member 'CameraThirdPerson_UpdateFinalAttachLocation::_target' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalAttachLocation, ReturnValue) == 0x000010, "Member 'CameraThirdPerson_UpdateFinalAttachLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_UpdateFinalExtrapolatedVelocity \ static_assert(alignof(CameraThirdPerson_UpdateFinalExtrapolatedVelocity) == 0x000004, "Wrong alignment on CameraThirdPerson_UpdateFinalExtrapolatedVelocity"); \ static_assert(sizeof(CameraThirdPerson_UpdateFinalExtrapolatedVelocity) == 0x000034, "Wrong size on CameraThirdPerson_UpdateFinalExtrapolatedVelocity"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalExtrapolatedVelocity, _dt) == 0x000000, "Member 'CameraThirdPerson_UpdateFinalExtrapolatedVelocity::_dt' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalExtrapolatedVelocity, _raycastStart) == 0x000004, "Member 'CameraThirdPerson_UpdateFinalExtrapolatedVelocity::_raycastStart' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalExtrapolatedVelocity, _raycastEnd) == 0x000010, "Member 'CameraThirdPerson_UpdateFinalExtrapolatedVelocity::_raycastEnd' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalExtrapolatedVelocity, _previousRaycastEnd) == 0x00001C, "Member 'CameraThirdPerson_UpdateFinalExtrapolatedVelocity::_previousRaycastEnd' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalExtrapolatedVelocity, ReturnValue) == 0x000028, "Member 'CameraThirdPerson_UpdateFinalExtrapolatedVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_UpdateFinalRaycastTarget \ static_assert(alignof(CameraThirdPerson_UpdateFinalRaycastTarget) == 0x000004, "Wrong alignment on CameraThirdPerson_UpdateFinalRaycastTarget"); \ static_assert(sizeof(CameraThirdPerson_UpdateFinalRaycastTarget) == 0x000018, "Wrong size on CameraThirdPerson_UpdateFinalRaycastTarget"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalRaycastTarget, _yaw) == 0x000000, "Member 'CameraThirdPerson_UpdateFinalRaycastTarget::_yaw' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalRaycastTarget, _pitchRatio) == 0x000004, "Member 'CameraThirdPerson_UpdateFinalRaycastTarget::_pitchRatio' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalRaycastTarget, _dt) == 0x000008, "Member 'CameraThirdPerson_UpdateFinalRaycastTarget::_dt' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateFinalRaycastTarget, ReturnValue) == 0x00000C, "Member 'CameraThirdPerson_UpdateFinalRaycastTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_UpdateIdealAttachLocation \ static_assert(alignof(CameraThirdPerson_UpdateIdealAttachLocation) == 0x000004, "Wrong alignment on CameraThirdPerson_UpdateIdealAttachLocation"); \ static_assert(sizeof(CameraThirdPerson_UpdateIdealAttachLocation) == 0x000010, "Wrong size on CameraThirdPerson_UpdateIdealAttachLocation"); \ static_assert(offsetof(CameraThirdPerson_UpdateIdealAttachLocation, _dt) == 0x000000, "Member 'CameraThirdPerson_UpdateIdealAttachLocation::_dt' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateIdealAttachLocation, ReturnValue) == 0x000004, "Member 'CameraThirdPerson_UpdateIdealAttachLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_UpdateWantedCameraLocation \ static_assert(alignof(CameraThirdPerson_UpdateWantedCameraLocation) == 0x000004, "Wrong alignment on CameraThirdPerson_UpdateWantedCameraLocation"); \ static_assert(sizeof(CameraThirdPerson_UpdateWantedCameraLocation) == 0x000018, "Wrong size on CameraThirdPerson_UpdateWantedCameraLocation"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedCameraLocation, _yaw) == 0x000000, "Member 'CameraThirdPerson_UpdateWantedCameraLocation::_yaw' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedCameraLocation, _pitchRatio) == 0x000004, "Member 'CameraThirdPerson_UpdateWantedCameraLocation::_pitchRatio' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedCameraLocation, _dt) == 0x000008, "Member 'CameraThirdPerson_UpdateWantedCameraLocation::_dt' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedCameraLocation, ReturnValue) == 0x00000C, "Member 'CameraThirdPerson_UpdateWantedCameraLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_UpdateWantedRaycastTarget \ static_assert(alignof(CameraThirdPerson_UpdateWantedRaycastTarget) == 0x000004, "Wrong alignment on CameraThirdPerson_UpdateWantedRaycastTarget"); \ static_assert(sizeof(CameraThirdPerson_UpdateWantedRaycastTarget) == 0x000018, "Wrong size on CameraThirdPerson_UpdateWantedRaycastTarget"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedRaycastTarget, _yaw) == 0x000000, "Member 'CameraThirdPerson_UpdateWantedRaycastTarget::_yaw' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedRaycastTarget, _pitchRatio) == 0x000004, "Member 'CameraThirdPerson_UpdateWantedRaycastTarget::_pitchRatio' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedRaycastTarget, _dt) == 0x000008, "Member 'CameraThirdPerson_UpdateWantedRaycastTarget::_dt' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedRaycastTarget, ReturnValue) == 0x00000C, "Member 'CameraThirdPerson_UpdateWantedRaycastTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_UpdateWantedTargetLocation \ static_assert(alignof(CameraThirdPerson_UpdateWantedTargetLocation) == 0x000004, "Wrong alignment on CameraThirdPerson_UpdateWantedTargetLocation"); \ static_assert(sizeof(CameraThirdPerson_UpdateWantedTargetLocation) == 0x000018, "Wrong size on CameraThirdPerson_UpdateWantedTargetLocation"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedTargetLocation, _yaw) == 0x000000, "Member 'CameraThirdPerson_UpdateWantedTargetLocation::_yaw' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedTargetLocation, _pitchRatio) == 0x000004, "Member 'CameraThirdPerson_UpdateWantedTargetLocation::_pitchRatio' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedTargetLocation, _dt) == 0x000008, "Member 'CameraThirdPerson_UpdateWantedTargetLocation::_dt' has a wrong offset!"); \ static_assert(offsetof(CameraThirdPerson_UpdateWantedTargetLocation, ReturnValue) == 0x00000C, "Member 'CameraThirdPerson_UpdateWantedTargetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetAbsoluteOffset \ static_assert(alignof(CameraThirdPerson_GetAbsoluteOffset) == 0x000004, "Wrong alignment on CameraThirdPerson_GetAbsoluteOffset"); \ static_assert(sizeof(CameraThirdPerson_GetAbsoluteOffset) == 0x00000C, "Wrong size on CameraThirdPerson_GetAbsoluteOffset"); \ static_assert(offsetof(CameraThirdPerson_GetAbsoluteOffset, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetAbsoluteOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetAttachLocationSmoothRatio \ static_assert(alignof(CameraThirdPerson_GetAttachLocationSmoothRatio) == 0x000004, "Wrong alignment on CameraThirdPerson_GetAttachLocationSmoothRatio"); \ static_assert(sizeof(CameraThirdPerson_GetAttachLocationSmoothRatio) == 0x000004, "Wrong size on CameraThirdPerson_GetAttachLocationSmoothRatio"); \ static_assert(offsetof(CameraThirdPerson_GetAttachLocationSmoothRatio, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetAttachLocationSmoothRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetCamera \ static_assert(alignof(CameraThirdPerson_GetCamera) == 0x000008, "Wrong alignment on CameraThirdPerson_GetCamera"); \ static_assert(sizeof(CameraThirdPerson_GetCamera) == 0x000008, "Wrong size on CameraThirdPerson_GetCamera"); \ static_assert(offsetof(CameraThirdPerson_GetCamera, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetCat \ static_assert(alignof(CameraThirdPerson_GetCat) == 0x000008, "Wrong alignment on CameraThirdPerson_GetCat"); \ static_assert(sizeof(CameraThirdPerson_GetCat) == 0x000008, "Wrong size on CameraThirdPerson_GetCat"); \ static_assert(offsetof(CameraThirdPerson_GetCat, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetCat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetFinalAttachLocation \ static_assert(alignof(CameraThirdPerson_GetFinalAttachLocation) == 0x000004, "Wrong alignment on CameraThirdPerson_GetFinalAttachLocation"); \ static_assert(sizeof(CameraThirdPerson_GetFinalAttachLocation) == 0x00000C, "Wrong size on CameraThirdPerson_GetFinalAttachLocation"); \ static_assert(offsetof(CameraThirdPerson_GetFinalAttachLocation, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetFinalAttachLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetFinalRaycastTarget \ static_assert(alignof(CameraThirdPerson_GetFinalRaycastTarget) == 0x000004, "Wrong alignment on CameraThirdPerson_GetFinalRaycastTarget"); \ static_assert(sizeof(CameraThirdPerson_GetFinalRaycastTarget) == 0x00000C, "Wrong size on CameraThirdPerson_GetFinalRaycastTarget"); \ static_assert(offsetof(CameraThirdPerson_GetFinalRaycastTarget, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetFinalRaycastTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetFOV \ static_assert(alignof(CameraThirdPerson_GetFOV) == 0x000004, "Wrong alignment on CameraThirdPerson_GetFOV"); \ static_assert(sizeof(CameraThirdPerson_GetFOV) == 0x000004, "Wrong size on CameraThirdPerson_GetFOV"); \ static_assert(offsetof(CameraThirdPerson_GetFOV, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetFOV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetFOVBase \ static_assert(alignof(CameraThirdPerson_GetFOVBase) == 0x000004, "Wrong alignment on CameraThirdPerson_GetFOVBase"); \ static_assert(sizeof(CameraThirdPerson_GetFOVBase) == 0x000004, "Wrong size on CameraThirdPerson_GetFOVBase"); \ static_assert(offsetof(CameraThirdPerson_GetFOVBase, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetFOVBase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetFOVPitchModifier \ static_assert(alignof(CameraThirdPerson_GetFOVPitchModifier) == 0x000004, "Wrong alignment on CameraThirdPerson_GetFOVPitchModifier"); \ static_assert(sizeof(CameraThirdPerson_GetFOVPitchModifier) == 0x000004, "Wrong size on CameraThirdPerson_GetFOVPitchModifier"); \ static_assert(offsetof(CameraThirdPerson_GetFOVPitchModifier, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetFOVPitchModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetIdealAttachLocation \ static_assert(alignof(CameraThirdPerson_GetIdealAttachLocation) == 0x000004, "Wrong alignment on CameraThirdPerson_GetIdealAttachLocation"); \ static_assert(sizeof(CameraThirdPerson_GetIdealAttachLocation) == 0x00000C, "Wrong size on CameraThirdPerson_GetIdealAttachLocation"); \ static_assert(offsetof(CameraThirdPerson_GetIdealAttachLocation, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetIdealAttachLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetPitch \ static_assert(alignof(CameraThirdPerson_GetPitch) == 0x000004, "Wrong alignment on CameraThirdPerson_GetPitch"); \ static_assert(sizeof(CameraThirdPerson_GetPitch) == 0x000004, "Wrong size on CameraThirdPerson_GetPitch"); \ static_assert(offsetof(CameraThirdPerson_GetPitch, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetPitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetPitchRatio \ static_assert(alignof(CameraThirdPerson_GetPitchRatio) == 0x000004, "Wrong alignment on CameraThirdPerson_GetPitchRatio"); \ static_assert(sizeof(CameraThirdPerson_GetPitchRatio) == 0x000004, "Wrong size on CameraThirdPerson_GetPitchRatio"); \ static_assert(offsetof(CameraThirdPerson_GetPitchRatio, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetPitchRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetResetCameraOnInput \ static_assert(alignof(CameraThirdPerson_GetResetCameraOnInput) == 0x000001, "Wrong alignment on CameraThirdPerson_GetResetCameraOnInput"); \ static_assert(sizeof(CameraThirdPerson_GetResetCameraOnInput) == 0x000001, "Wrong size on CameraThirdPerson_GetResetCameraOnInput"); \ static_assert(offsetof(CameraThirdPerson_GetResetCameraOnInput, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetResetCameraOnInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetRoll \ static_assert(alignof(CameraThirdPerson_GetRoll) == 0x000004, "Wrong alignment on CameraThirdPerson_GetRoll"); \ static_assert(sizeof(CameraThirdPerson_GetRoll) == 0x000004, "Wrong size on CameraThirdPerson_GetRoll"); \ static_assert(offsetof(CameraThirdPerson_GetRoll, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetRoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetWantedCameraLocation \ static_assert(alignof(CameraThirdPerson_GetWantedCameraLocation) == 0x000004, "Wrong alignment on CameraThirdPerson_GetWantedCameraLocation"); \ static_assert(sizeof(CameraThirdPerson_GetWantedCameraLocation) == 0x00000C, "Wrong size on CameraThirdPerson_GetWantedCameraLocation"); \ static_assert(offsetof(CameraThirdPerson_GetWantedCameraLocation, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetWantedCameraLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetWantedRaycastTarget \ static_assert(alignof(CameraThirdPerson_GetWantedRaycastTarget) == 0x000004, "Wrong alignment on CameraThirdPerson_GetWantedRaycastTarget"); \ static_assert(sizeof(CameraThirdPerson_GetWantedRaycastTarget) == 0x00000C, "Wrong size on CameraThirdPerson_GetWantedRaycastTarget"); \ static_assert(offsetof(CameraThirdPerson_GetWantedRaycastTarget, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetWantedRaycastTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetWantedTargetLocation \ static_assert(alignof(CameraThirdPerson_GetWantedTargetLocation) == 0x000004, "Wrong alignment on CameraThirdPerson_GetWantedTargetLocation"); \ static_assert(sizeof(CameraThirdPerson_GetWantedTargetLocation) == 0x00000C, "Wrong size on CameraThirdPerson_GetWantedTargetLocation"); \ static_assert(offsetof(CameraThirdPerson_GetWantedTargetLocation, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetWantedTargetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_GetYaw \ static_assert(alignof(CameraThirdPerson_GetYaw) == 0x000004, "Wrong alignment on CameraThirdPerson_GetYaw"); \ static_assert(sizeof(CameraThirdPerson_GetYaw) == 0x000004, "Wrong size on CameraThirdPerson_GetYaw"); \ static_assert(offsetof(CameraThirdPerson_GetYaw, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_GetYaw::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_IsBackCamActivated \ static_assert(alignof(CameraThirdPerson_IsBackCamActivated) == 0x000001, "Wrong alignment on CameraThirdPerson_IsBackCamActivated"); \ static_assert(sizeof(CameraThirdPerson_IsBackCamActivated) == 0x000001, "Wrong size on CameraThirdPerson_IsBackCamActivated"); \ static_assert(offsetof(CameraThirdPerson_IsBackCamActivated, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_IsBackCamActivated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_IsBackCamDisabled \ static_assert(alignof(CameraThirdPerson_IsBackCamDisabled) == 0x000001, "Wrong alignment on CameraThirdPerson_IsBackCamDisabled"); \ static_assert(sizeof(CameraThirdPerson_IsBackCamDisabled) == 0x000001, "Wrong size on CameraThirdPerson_IsBackCamDisabled"); \ static_assert(offsetof(CameraThirdPerson_IsBackCamDisabled, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_IsBackCamDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_IsInputEnabled \ static_assert(alignof(CameraThirdPerson_IsInputEnabled) == 0x000001, "Wrong alignment on CameraThirdPerson_IsInputEnabled"); \ static_assert(sizeof(CameraThirdPerson_IsInputEnabled) == 0x000001, "Wrong size on CameraThirdPerson_IsInputEnabled"); \ static_assert(offsetof(CameraThirdPerson_IsInputEnabled, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_IsInputEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_IsResetCamDisabled \ static_assert(alignof(CameraThirdPerson_IsResetCamDisabled) == 0x000001, "Wrong alignment on CameraThirdPerson_IsResetCamDisabled"); \ static_assert(sizeof(CameraThirdPerson_IsResetCamDisabled) == 0x000001, "Wrong size on CameraThirdPerson_IsResetCamDisabled"); \ static_assert(offsetof(CameraThirdPerson_IsResetCamDisabled, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_IsResetCamDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPerson_IsResetingRotation \ static_assert(alignof(CameraThirdPerson_IsResetingRotation) == 0x000001, "Wrong alignment on CameraThirdPerson_IsResetingRotation"); \ static_assert(sizeof(CameraThirdPerson_IsResetingRotation) == 0x000001, "Wrong size on CameraThirdPerson_IsResetingRotation"); \ static_assert(offsetof(CameraThirdPerson_IsResetingRotation, ReturnValue) == 0x000000, "Member 'CameraThirdPerson_IsResetingRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraThirdPerson \ static_assert(alignof(ACameraThirdPerson) == 0x000008, "Wrong alignment on ACameraThirdPerson"); \ static_assert(sizeof(ACameraThirdPerson) == 0x000A70, "Wrong size on ACameraThirdPerson"); \ static_assert(offsetof(ACameraThirdPerson, m_speedOffsetEnabled) == 0x000238, "Member 'ACameraThirdPerson::m_speedOffsetEnabled' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_speedOffsetInfluence) == 0x00023C, "Member 'ACameraThirdPerson::m_speedOffsetInfluence' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_armRoot) == 0x000240, "Member 'ACameraThirdPerson::m_armRoot' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_camera) == 0x000248, "Member 'ACameraThirdPerson::m_camera' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_probeRadius) == 0x000250, "Member 'ACameraThirdPerson::m_probeRadius' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTraceChannel) == 0x000254, "Member 'ACameraThirdPerson::m_cameraTraceChannel' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_inputThreshold) == 0x000258, "Member 'ACameraThirdPerson::m_inputThreshold' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_additionalRaycastDeadDistance) == 0x00025C, "Member 'ACameraThirdPerson::m_additionalRaycastDeadDistance' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_forwardDistanceDamping90Time) == 0x000260, "Member 'ACameraThirdPerson::m_forwardDistanceDamping90Time' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_backwardDistanceDamping90Time) == 0x000264, "Member 'ACameraThirdPerson::m_backwardDistanceDamping90Time' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_useLinearVelocityOnSpline) == 0x000268, "Member 'ACameraThirdPerson::m_useLinearVelocityOnSpline' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_collisionsAvoidanceEnabled) == 0x000269, "Member 'ACameraThirdPerson::m_collisionsAvoidanceEnabled' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_collisionAvoidanceRadius) == 0x00026C, "Member 'ACameraThirdPerson::m_collisionAvoidanceRadius' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_collisionAvoidanceMinSpeed) == 0x000270, "Member 'ACameraThirdPerson::m_collisionAvoidanceMinSpeed' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_collisionsAvoidanceExtrapolationEnabled) == 0x000274, "Member 'ACameraThirdPerson::m_collisionsAvoidanceExtrapolationEnabled' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_collisionAvoidanceHorizontalExtrapolationTime) == 0x000278, "Member 'ACameraThirdPerson::m_collisionAvoidanceHorizontalExtrapolationTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_collisionAvoidanceVerticalExtrapolationTime) == 0x00027C, "Member 'ACameraThirdPerson::m_collisionAvoidanceVerticalExtrapolationTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_resetCameraTime) == 0x000280, "Member 'ACameraThirdPerson::m_resetCameraTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_resetPitch) == 0x000284, "Member 'ACameraThirdPerson::m_resetPitch' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_attachLocationSmoothDistanceToSamplingTime) == 0x000288, "Member 'ACameraThirdPerson::m_attachLocationSmoothDistanceToSamplingTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_attachLocationSmoothSampleCount) == 0x000310, "Member 'ACameraThirdPerson::m_attachLocationSmoothSampleCount' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_attachLocationJumpCorrectionRatio) == 0x000314, "Member 'ACameraThirdPerson::m_attachLocationJumpCorrectionRatio' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_backCamDelay) == 0x000318, "Member 'ACameraThirdPerson::m_backCamDelay' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_gamepadInputResponseCurve) == 0x000328, "Member 'ACameraThirdPerson::m_gamepadInputResponseCurve' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_mouseInputResponseCurve) == 0x000330, "Member 'ACameraThirdPerson::m_mouseInputResponseCurve' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_gamepadInputTimeTo90Curve) == 0x000340, "Member 'ACameraThirdPerson::m_gamepadInputTimeTo90Curve' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_mouseInputTimeTo90Curve) == 0x000348, "Member 'ACameraThirdPerson::m_mouseInputTimeTo90Curve' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_mouseInputPitchRatioInputFactor) == 0x000358, "Member 'ACameraThirdPerson::m_mouseInputPitchRatioInputFactor' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_gamePadPitchRatioInputFactor) == 0x000360, "Member 'ACameraThirdPerson::m_gamePadPitchRatioInputFactor' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_emptyGamepadInputTimeTo90) == 0x00036C, "Member 'ACameraThirdPerson::m_emptyGamepadInputTimeTo90' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_emptyMouseInputTimeTo90) == 0x000370, "Member 'ACameraThirdPerson::m_emptyMouseInputTimeTo90' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_invertVelocityWithStick) == 0x000374, "Member 'ACameraThirdPerson::m_invertVelocityWithStick' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_yawRealignEnabled) == 0x000375, "Member 'ACameraThirdPerson::m_yawRealignEnabled' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_yawRealignCurve_InputDirectionDot_YawSpeed) == 0x000378, "Member 'ACameraThirdPerson::m_yawRealignCurve_InputDirectionDot_YawSpeed' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_speedOffsetLengthSmootherForwardTime) == 0x000380, "Member 'ACameraThirdPerson::m_speedOffsetLengthSmootherForwardTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_speedOffsetLengthSmootherBackwardTime) == 0x000384, "Member 'ACameraThirdPerson::m_speedOffsetLengthSmootherBackwardTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_speedOffsetDirectionSmootherTime) == 0x000388, "Member 'ACameraThirdPerson::m_speedOffsetDirectionSmootherTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_speedOffsetDoubleSmootherTime) == 0x00038C, "Member 'ACameraThirdPerson::m_speedOffsetDoubleSmootherTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_forwardSpeedOffsetPitchResponse) == 0x000390, "Member 'ACameraThirdPerson::m_forwardSpeedOffsetPitchResponse' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_forwardSpeedOffsetCameraDotResponse) == 0x000398, "Member 'ACameraThirdPerson::m_forwardSpeedOffsetCameraDotResponse' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_modifierTargetDistanceSmooth) == 0x0003A0, "Member 'ACameraThirdPerson::m_modifierTargetDistanceSmooth' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_modifierTargetFOVSmooth) == 0x0003AC, "Member 'ACameraThirdPerson::m_modifierTargetFOVSmooth' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_dynamicSplineHeightEnabled) == 0x0003B8, "Member 'ACameraThirdPerson::m_dynamicSplineHeightEnabled' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_dynamicSplineHeightMinimum) == 0x0003BC, "Member 'ACameraThirdPerson::m_dynamicSplineHeightMinimum' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_dynamicSplineHeightRecoverBlendTime) == 0x0003C0, "Member 'ACameraThirdPerson::m_dynamicSplineHeightRecoverBlendTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTargetSmoothTime) == 0x0003C4, "Member 'ACameraThirdPerson::m_cameraTargetSmoothTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTargetBlendOutTime) == 0x0003C8, "Member 'ACameraThirdPerson::m_cameraTargetBlendOutTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTargetDistanceOutMax) == 0x0003CC, "Member 'ACameraThirdPerson::m_cameraTargetDistanceOutMax' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTargetOtherOffsetsResetTime) == 0x0003D0, "Member 'ACameraThirdPerson::m_cameraTargetOtherOffsetsResetTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTargetClass) == 0x0003D8, "Member 'ACameraThirdPerson::m_cameraTargetClass' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTargetDistanceXBorder) == 0x0003E0, "Member 'ACameraThirdPerson::m_cameraTargetDistanceXBorder' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTargetDistanceYBorder) == 0x0003E4, "Member 'ACameraThirdPerson::m_cameraTargetDistanceYBorder' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTargetDistanceOutSpeed) == 0x0003E8, "Member 'ACameraThirdPerson::m_cameraTargetDistanceOutSpeed' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTargetDistanceInSpeed) == 0x0003EC, "Member 'ACameraThirdPerson::m_cameraTargetDistanceInSpeed' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraTargetInterpolationSpeed) == 0x0003F0, "Member 'ACameraThirdPerson::m_cameraTargetInterpolationSpeed' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_resetCameraOnInput) == 0x0003F4, "Member 'ACameraThirdPerson::m_resetCameraOnInput' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, DefaultPreset) == 0x0003F8, "Member 'ACameraThirdPerson::DefaultPreset' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_dialogResetDistance) == 0x000488, "Member 'ACameraThirdPerson::m_dialogResetDistance' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_dialogResetTime) == 0x00048C, "Member 'ACameraThirdPerson::m_dialogResetTime' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_dialogResetMinPitch) == 0x000490, "Member 'ACameraThirdPerson::m_dialogResetMinPitch' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_dialogResetMaxPitch) == 0x000494, "Member 'ACameraThirdPerson::m_dialogResetMaxPitch' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_dialogResetPitchUnderMin) == 0x000498, "Member 'ACameraThirdPerson::m_dialogResetPitchUnderMin' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_dialogResetPitchAboveMax) == 0x000499, "Member 'ACameraThirdPerson::m_dialogResetPitchAboveMax' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_dialogResetProbeDistanceToObstacle) == 0x00049C, "Member 'ACameraThirdPerson::m_dialogResetProbeDistanceToObstacle' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_editionMode) == 0x0004B0, "Member 'ACameraThirdPerson::m_editionMode' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_smoothSplines) == 0x0004B1, "Member 'ACameraThirdPerson::m_smoothSplines' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_cameraSpline) == 0x0004B8, "Member 'ACameraThirdPerson::m_cameraSpline' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_targetSpline) == 0x0004C0, "Member 'ACameraThirdPerson::m_targetSpline' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_raycastTargetSmoothTimeTo90) == 0x0004C8, "Member 'ACameraThirdPerson::m_raycastTargetSmoothTimeTo90' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_raycastTargetDynamicheight) == 0x0004D0, "Member 'ACameraThirdPerson::m_raycastTargetDynamicheight' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_antiWobbleActivated) == 0x000558, "Member 'ACameraThirdPerson::m_antiWobbleActivated' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_antiWobbleTimeToRelease) == 0x00055C, "Member 'ACameraThirdPerson::m_antiWobbleTimeToRelease' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_antiWobbleSensivityToRelease) == 0x000560, "Member 'ACameraThirdPerson::m_antiWobbleSensivityToRelease' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_antiWobbleDistanceToRelease) == 0x000564, "Member 'ACameraThirdPerson::m_antiWobbleDistanceToRelease' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_antiWobbleCatForwardAngleToRelease) == 0x000568, "Member 'ACameraThirdPerson::m_antiWobbleCatForwardAngleToRelease' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_antiWobbleCatBackwardAngleToRelease) == 0x00056C, "Member 'ACameraThirdPerson::m_antiWobbleCatBackwardAngleToRelease' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_antiWobbleCatSpeedToRelease) == 0x000570, "Member 'ACameraThirdPerson::m_antiWobbleCatSpeedToRelease' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_proximityProbeAttachPoint) == 0x0007B8, "Member 'ACameraThirdPerson::m_proximityProbeAttachPoint' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPerson, m_proximityProbeCamera) == 0x0007C0, "Member 'ACameraThirdPerson::m_proximityProbeCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPersonModifier_IsEnabled \ static_assert(alignof(CameraThirdPersonModifier_IsEnabled) == 0x000001, "Wrong alignment on CameraThirdPersonModifier_IsEnabled"); \ static_assert(sizeof(CameraThirdPersonModifier_IsEnabled) == 0x000001, "Wrong size on CameraThirdPersonModifier_IsEnabled"); \ static_assert(offsetof(CameraThirdPersonModifier_IsEnabled, ReturnValue) == 0x000000, "Member 'CameraThirdPersonModifier_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraThirdPersonModifier_SetEnabled \ static_assert(alignof(CameraThirdPersonModifier_SetEnabled) == 0x000001, "Wrong alignment on CameraThirdPersonModifier_SetEnabled"); \ static_assert(sizeof(CameraThirdPersonModifier_SetEnabled) == 0x000001, "Wrong size on CameraThirdPersonModifier_SetEnabled"); \ static_assert(offsetof(CameraThirdPersonModifier_SetEnabled, _enabled) == 0x000000, "Member 'CameraThirdPersonModifier_SetEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraThirdPersonModifier \ static_assert(alignof(ACameraThirdPersonModifier) == 0x000008, "Wrong alignment on ACameraThirdPersonModifier"); \ static_assert(sizeof(ACameraThirdPersonModifier) == 0x0002D8, "Wrong size on ACameraThirdPersonModifier"); \ static_assert(offsetof(ACameraThirdPersonModifier, m_cameraPreset) == 0x000230, "Member 'ACameraThirdPersonModifier::m_cameraPreset' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPersonModifier, m_enabled) == 0x0002C0, "Member 'ACameraThirdPersonModifier::m_enabled' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPersonModifier, m_priority) == 0x0002C4, "Member 'ACameraThirdPersonModifier::m_priority' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPersonModifier, m_camera) == 0x0002C8, "Member 'ACameraThirdPersonModifier::m_camera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraThirdPersonSplinesPreset \ static_assert(alignof(ACameraThirdPersonSplinesPreset) == 0x000008, "Wrong alignment on ACameraThirdPersonSplinesPreset"); \ static_assert(sizeof(ACameraThirdPersonSplinesPreset) == 0x000238, "Wrong size on ACameraThirdPersonSplinesPreset"); \ static_assert(offsetof(ACameraThirdPersonSplinesPreset, m_cameraSpline) == 0x000228, "Member 'ACameraThirdPersonSplinesPreset::m_cameraSpline' has a wrong offset!"); \ static_assert(offsetof(ACameraThirdPersonSplinesPreset, m_targetSpline) == 0x000230, "Member 'ACameraThirdPersonSplinesPreset::m_targetSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatUsableComponent_CanMeow \ static_assert(alignof(CatUsableComponent_CanMeow) == 0x000001, "Wrong alignment on CatUsableComponent_CanMeow"); \ static_assert(sizeof(CatUsableComponent_CanMeow) == 0x000001, "Wrong size on CatUsableComponent_CanMeow"); \ static_assert(offsetof(CatUsableComponent_CanMeow, ReturnValue) == 0x000000, "Member 'CatUsableComponent_CanMeow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCatUsableComponent \ static_assert(alignof(UCatUsableComponent) == 0x000010, "Wrong alignment on UCatUsableComponent"); \ static_assert(sizeof(UCatUsableComponent) == 0x000530, "Wrong size on UCatUsableComponent"); \ static_assert(offsetof(UCatUsableComponent, m_hasInteractionLimitAngle) == 0x000518, "Member 'UCatUsableComponent::m_hasInteractionLimitAngle' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponent, m_deactivateBackpackInteractions) == 0x000519, "Member 'UCatUsableComponent::m_deactivateBackpackInteractions' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponent, m_interactionLimitAngle) == 0x00051C, "Member 'UCatUsableComponent::m_interactionLimitAngle' has a wrong offset!"); \ static_assert(offsetof(UCatUsableComponent, m_interactionLimitAngleHysteresis) == 0x000520, "Member 'UCatUsableComponent::m_interactionLimitAngleHysteresis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartonUsableComponent_ConstrainDirection \ static_assert(alignof(CartonUsableComponent_ConstrainDirection) == 0x000004, "Wrong alignment on CartonUsableComponent_ConstrainDirection"); \ static_assert(sizeof(CartonUsableComponent_ConstrainDirection) == 0x000018, "Wrong size on CartonUsableComponent_ConstrainDirection"); \ static_assert(offsetof(CartonUsableComponent_ConstrainDirection, _direction) == 0x000000, "Member 'CartonUsableComponent_ConstrainDirection::_direction' has a wrong offset!"); \ static_assert(offsetof(CartonUsableComponent_ConstrainDirection, ReturnValue) == 0x00000C, "Member 'CartonUsableComponent_ConstrainDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartonUsableComponent_ConstrainPoint \ static_assert(alignof(CartonUsableComponent_ConstrainPoint) == 0x000004, "Wrong alignment on CartonUsableComponent_ConstrainPoint"); \ static_assert(sizeof(CartonUsableComponent_ConstrainPoint) == 0x000018, "Wrong size on CartonUsableComponent_ConstrainPoint"); \ static_assert(offsetof(CartonUsableComponent_ConstrainPoint, _point) == 0x000000, "Member 'CartonUsableComponent_ConstrainPoint::_point' has a wrong offset!"); \ static_assert(offsetof(CartonUsableComponent_ConstrainPoint, ReturnValue) == 0x00000C, "Member 'CartonUsableComponent_ConstrainPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartonUsableComponent_IsPointWithinConstraints \ static_assert(alignof(CartonUsableComponent_IsPointWithinConstraints) == 0x000004, "Wrong alignment on CartonUsableComponent_IsPointWithinConstraints"); \ static_assert(sizeof(CartonUsableComponent_IsPointWithinConstraints) == 0x000010, "Wrong size on CartonUsableComponent_IsPointWithinConstraints"); \ static_assert(offsetof(CartonUsableComponent_IsPointWithinConstraints, _point) == 0x000000, "Member 'CartonUsableComponent_IsPointWithinConstraints::_point' has a wrong offset!"); \ static_assert(offsetof(CartonUsableComponent_IsPointWithinConstraints, ReturnValue) == 0x00000C, "Member 'CartonUsableComponent_IsPointWithinConstraints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCartonUsableComponent \ static_assert(alignof(UCartonUsableComponent) == 0x000010, "Wrong alignment on UCartonUsableComponent"); \ static_assert(sizeof(UCartonUsableComponent) == 0x000540, "Wrong size on UCartonUsableComponent"); \ static_assert(offsetof(UCartonUsableComponent, m_useConstraints) == 0x000528, "Member 'UCartonUsableComponent::m_useConstraints' has a wrong offset!"); \ static_assert(offsetof(UCartonUsableComponent, m_beginConstraint) == 0x00052C, "Member 'UCartonUsableComponent::m_beginConstraint' has a wrong offset!"); \ static_assert(offsetof(UCartonUsableComponent, m_endConstraint) == 0x000530, "Member 'UCartonUsableComponent::m_endConstraint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKAnimInstance_FindLookAtRotator \ static_assert(alignof(HKAnimInstance_FindLookAtRotator) == 0x000004, "Wrong alignment on HKAnimInstance_FindLookAtRotator"); \ static_assert(sizeof(HKAnimInstance_FindLookAtRotator) == 0x000044, "Wrong size on HKAnimInstance_FindLookAtRotator"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, _lookAtState) == 0x000000, "Member 'HKAnimInstance_FindLookAtRotator::_lookAtState' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, _enable) == 0x000010, "Member 'HKAnimInstance_FindLookAtRotator::_enable' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, _lookAtEnable) == 0x000011, "Member 'HKAnimInstance_FindLookAtRotator::_lookAtEnable' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, _lookAtLocation) == 0x000014, "Member 'HKAnimInstance_FindLookAtRotator::_lookAtLocation' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, _angleLimit) == 0x000020, "Member 'HKAnimInstance_FindLookAtRotator::_angleLimit' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, _hysteresis) == 0x000024, "Member 'HKAnimInstance_FindLookAtRotator::_hysteresis' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, _virtualBoneBaseEffector) == 0x000028, "Member 'HKAnimInstance_FindLookAtRotator::_virtualBoneBaseEffector' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, _virtualBoneEndEffector) == 0x00002C, "Member 'HKAnimInstance_FindLookAtRotator::_virtualBoneEndEffector' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, _isInSight) == 0x000030, "Member 'HKAnimInstance_FindLookAtRotator::_isInSight' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, _speed) == 0x000034, "Member 'HKAnimInstance_FindLookAtRotator::_speed' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_FindLookAtRotator, ReturnValue) == 0x000038, "Member 'HKAnimInstance_FindLookAtRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKAnimInstance_OnSoundEvent \ static_assert(alignof(HKAnimInstance_OnSoundEvent) == 0x000004, "Wrong alignment on HKAnimInstance_OnSoundEvent"); \ static_assert(sizeof(HKAnimInstance_OnSoundEvent) == 0x00000C, "Wrong size on HKAnimInstance_OnSoundEvent"); \ static_assert(offsetof(HKAnimInstance_OnSoundEvent, Name_0) == 0x000000, "Member 'HKAnimInstance_OnSoundEvent::Name_0' has a wrong offset!"); \ static_assert(offsetof(HKAnimInstance_OnSoundEvent, Velocity) == 0x000008, "Member 'HKAnimInstance_OnSoundEvent::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKAnimInstance \ static_assert(alignof(UHKAnimInstance) == 0x000010, "Wrong alignment on UHKAnimInstance"); \ static_assert(sizeof(UHKAnimInstance) == 0x0002C0, "Wrong size on UHKAnimInstance"); \ #define DUMPER7_ASSERTS_CatAnimInstance_IsInterpolating \ static_assert(alignof(CatAnimInstance_IsInterpolating) == 0x000001, "Wrong alignment on CatAnimInstance_IsInterpolating"); \ static_assert(sizeof(CatAnimInstance_IsInterpolating) == 0x000001, "Wrong size on CatAnimInstance_IsInterpolating"); \ static_assert(offsetof(CatAnimInstance_IsInterpolating, ReturnValue) == 0x000000, "Member 'CatAnimInstance_IsInterpolating::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatAnimInstance_OnBeginInterpolate \ static_assert(alignof(CatAnimInstance_OnBeginInterpolate) == 0x000008, "Wrong alignment on CatAnimInstance_OnBeginInterpolate"); \ static_assert(sizeof(CatAnimInstance_OnBeginInterpolate) == 0x000008, "Wrong size on CatAnimInstance_OnBeginInterpolate"); \ static_assert(offsetof(CatAnimInstance_OnBeginInterpolate, _interpolateAnimation) == 0x000000, "Member 'CatAnimInstance_OnBeginInterpolate::_interpolateAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatAnimInstance_OnInitJump \ static_assert(alignof(CatAnimInstance_OnInitJump) == 0x000010, "Wrong alignment on CatAnimInstance_OnInitJump"); \ static_assert(sizeof(CatAnimInstance_OnInitJump) == 0x000460, "Wrong size on CatAnimInstance_OnInitJump"); \ static_assert(offsetof(CatAnimInstance_OnInitJump, _jumpData) == 0x000000, "Member 'CatAnimInstance_OnInitJump::_jumpData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatAnimInstance_PopBendInputMode \ static_assert(alignof(CatAnimInstance_PopBendInputMode) == 0x000004, "Wrong alignment on CatAnimInstance_PopBendInputMode"); \ static_assert(sizeof(CatAnimInstance_PopBendInputMode) == 0x000008, "Wrong size on CatAnimInstance_PopBendInputMode"); \ static_assert(offsetof(CatAnimInstance_PopBendInputMode, _id) == 0x000000, "Member 'CatAnimInstance_PopBendInputMode::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatAnimInstance_PushBendInputMode \ static_assert(alignof(CatAnimInstance_PushBendInputMode) == 0x000004, "Wrong alignment on CatAnimInstance_PushBendInputMode"); \ static_assert(sizeof(CatAnimInstance_PushBendInputMode) == 0x00000C, "Wrong size on CatAnimInstance_PushBendInputMode"); \ static_assert(offsetof(CatAnimInstance_PushBendInputMode, _id) == 0x000000, "Member 'CatAnimInstance_PushBendInputMode::_id' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_PushBendInputMode, _mode) == 0x000008, "Member 'CatAnimInstance_PushBendInputMode::_mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatAnimInstance_FindJumpBlockByName \ static_assert(alignof(CatAnimInstance_FindJumpBlockByName) == 0x000010, "Wrong alignment on CatAnimInstance_FindJumpBlockByName"); \ static_assert(sizeof(CatAnimInstance_FindJumpBlockByName) == 0x0000F0, "Wrong size on CatAnimInstance_FindJumpBlockByName"); \ static_assert(offsetof(CatAnimInstance_FindJumpBlockByName, _speedName) == 0x000000, "Member 'CatAnimInstance_FindJumpBlockByName::_speedName' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindJumpBlockByName, _jumpLength) == 0x000008, "Member 'CatAnimInstance_FindJumpBlockByName::_jumpLength' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindJumpBlockByName, _jumpHeight) == 0x00000C, "Member 'CatAnimInstance_FindJumpBlockByName::_jumpHeight' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindJumpBlockByName, _outJumpBlock) == 0x000010, "Member 'CatAnimInstance_FindJumpBlockByName::_outJumpBlock' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindJumpBlockByName, ReturnValue) == 0x0000E0, "Member 'CatAnimInstance_FindJumpBlockByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatAnimInstance_FindJumpBlockBySpeed \ static_assert(alignof(CatAnimInstance_FindJumpBlockBySpeed) == 0x000010, "Wrong alignment on CatAnimInstance_FindJumpBlockBySpeed"); \ static_assert(sizeof(CatAnimInstance_FindJumpBlockBySpeed) == 0x0000F0, "Wrong size on CatAnimInstance_FindJumpBlockBySpeed"); \ static_assert(offsetof(CatAnimInstance_FindJumpBlockBySpeed, _speed) == 0x000000, "Member 'CatAnimInstance_FindJumpBlockBySpeed::_speed' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindJumpBlockBySpeed, _jumpLength) == 0x000004, "Member 'CatAnimInstance_FindJumpBlockBySpeed::_jumpLength' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindJumpBlockBySpeed, _jumpHeight) == 0x000008, "Member 'CatAnimInstance_FindJumpBlockBySpeed::_jumpHeight' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindJumpBlockBySpeed, _outJumpBlock) == 0x000010, "Member 'CatAnimInstance_FindJumpBlockBySpeed::_outJumpBlock' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindJumpBlockBySpeed, ReturnValue) == 0x0000E0, "Member 'CatAnimInstance_FindJumpBlockBySpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatAnimInstance_FindRelevantJumpBlock \ static_assert(alignof(CatAnimInstance_FindRelevantJumpBlock) == 0x000010, "Wrong alignment on CatAnimInstance_FindRelevantJumpBlock"); \ static_assert(sizeof(CatAnimInstance_FindRelevantJumpBlock) == 0x0000F0, "Wrong size on CatAnimInstance_FindRelevantJumpBlock"); \ static_assert(offsetof(CatAnimInstance_FindRelevantJumpBlock, _jumpLength) == 0x000000, "Member 'CatAnimInstance_FindRelevantJumpBlock::_jumpLength' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindRelevantJumpBlock, _jumpHeight) == 0x000004, "Member 'CatAnimInstance_FindRelevantJumpBlock::_jumpHeight' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindRelevantJumpBlock, _jumpBlocks) == 0x000008, "Member 'CatAnimInstance_FindRelevantJumpBlock::_jumpBlocks' has a wrong offset!"); \ static_assert(offsetof(CatAnimInstance_FindRelevantJumpBlock, ReturnValue) == 0x000020, "Member 'CatAnimInstance_FindRelevantJumpBlock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatAnimInstance_GetBendInputMode \ static_assert(alignof(CatAnimInstance_GetBendInputMode) == 0x000001, "Wrong alignment on CatAnimInstance_GetBendInputMode"); \ static_assert(sizeof(CatAnimInstance_GetBendInputMode) == 0x000001, "Wrong size on CatAnimInstance_GetBendInputMode"); \ static_assert(offsetof(CatAnimInstance_GetBendInputMode, ReturnValue) == 0x000000, "Member 'CatAnimInstance_GetBendInputMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatAnimInstance_GetCurrentJumpBlock \ static_assert(alignof(CatAnimInstance_GetCurrentJumpBlock) == 0x000010, "Wrong alignment on CatAnimInstance_GetCurrentJumpBlock"); \ static_assert(sizeof(CatAnimInstance_GetCurrentJumpBlock) == 0x0000D0, "Wrong size on CatAnimInstance_GetCurrentJumpBlock"); \ static_assert(offsetof(CatAnimInstance_GetCurrentJumpBlock, ReturnValue) == 0x000000, "Member 'CatAnimInstance_GetCurrentJumpBlock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatAnimInstance_IsBendDisabled \ static_assert(alignof(CatAnimInstance_IsBendDisabled) == 0x000001, "Wrong alignment on CatAnimInstance_IsBendDisabled"); \ static_assert(sizeof(CatAnimInstance_IsBendDisabled) == 0x000001, "Wrong size on CatAnimInstance_IsBendDisabled"); \ static_assert(offsetof(CatAnimInstance_IsBendDisabled, ReturnValue) == 0x000000, "Member 'CatAnimInstance_IsBendDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCatAnimInstance \ static_assert(alignof(UCatAnimInstance) == 0x000010, "Wrong alignment on UCatAnimInstance"); \ static_assert(sizeof(UCatAnimInstance) == 0x000440, "Wrong size on UCatAnimInstance"); \ static_assert(offsetof(UCatAnimInstance, m_jumpAnimationLibrary) == 0x0002C0, "Member 'UCatAnimInstance::m_jumpAnimationLibrary' has a wrong offset!"); \ static_assert(offsetof(UCatAnimInstance, m_logAnimationErrors) == 0x0002C8, "Member 'UCatAnimInstance::m_logAnimationErrors' has a wrong offset!"); \ static_assert(offsetof(UCatAnimInstance, m_enablePlayerControlNotifyClass) == 0x0002D0, "Member 'UCatAnimInstance::m_enablePlayerControlNotifyClass' has a wrong offset!"); \ static_assert(offsetof(UCatAnimInstance, m_jumpExitNotifyClass) == 0x0002D8, "Member 'UCatAnimInstance::m_jumpExitNotifyClass' has a wrong offset!"); \ static_assert(offsetof(UCatAnimInstance, m_maxSlopeCorrectionAngle) == 0x0002E0, "Member 'UCatAnimInstance::m_maxSlopeCorrectionAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatBend2_GetSpineBoneChain \ static_assert(alignof(CatBend2_GetSpineBoneChain) == 0x000008, "Wrong alignment on CatBend2_GetSpineBoneChain"); \ static_assert(sizeof(CatBend2_GetSpineBoneChain) == 0x000010, "Wrong size on CatBend2_GetSpineBoneChain"); \ static_assert(offsetof(CatBend2_GetSpineBoneChain, ReturnValue) == 0x000000, "Member 'CatBend2_GetSpineBoneChain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatBend2_GetSpineBoneRotation \ static_assert(alignof(CatBend2_GetSpineBoneRotation) == 0x000004, "Wrong alignment on CatBend2_GetSpineBoneRotation"); \ static_assert(sizeof(CatBend2_GetSpineBoneRotation) == 0x000010, "Wrong size on CatBend2_GetSpineBoneRotation"); \ static_assert(offsetof(CatBend2_GetSpineBoneRotation, _boneIndex) == 0x000000, "Member 'CatBend2_GetSpineBoneRotation::_boneIndex' has a wrong offset!"); \ static_assert(offsetof(CatBend2_GetSpineBoneRotation, ReturnValue) == 0x000004, "Member 'CatBend2_GetSpineBoneRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatBend2_IsDebugEnabled \ static_assert(alignof(CatBend2_IsDebugEnabled) == 0x000001, "Wrong alignment on CatBend2_IsDebugEnabled"); \ static_assert(sizeof(CatBend2_IsDebugEnabled) == 0x000001, "Wrong size on CatBend2_IsDebugEnabled"); \ static_assert(offsetof(CatBend2_IsDebugEnabled, ReturnValue) == 0x000000, "Member 'CatBend2_IsDebugEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACatBend2 \ static_assert(alignof(ACatBend2) == 0x000008, "Wrong alignment on ACatBend2"); \ static_assert(sizeof(ACatBend2) == 0x0003A0, "Wrong size on ACatBend2"); \ static_assert(offsetof(ACatBend2, m_boneRotationSmoothTime) == 0x000288, "Member 'ACatBend2::m_boneRotationSmoothTime' has a wrong offset!"); \ static_assert(offsetof(ACatBend2, m_isRelaxEnabled) == 0x00028C, "Member 'ACatBend2::m_isRelaxEnabled' has a wrong offset!"); \ static_assert(offsetof(ACatBend2, m_relaxIterationCount) == 0x000290, "Member 'ACatBend2::m_relaxIterationCount' has a wrong offset!"); \ static_assert(offsetof(ACatBend2, m_relaxCenterWeight) == 0x000294, "Member 'ACatBend2::m_relaxCenterWeight' has a wrong offset!"); \ static_assert(offsetof(ACatBend2, m_relaxSideWeight) == 0x000298, "Member 'ACatBend2::m_relaxSideWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatFrottableComponent_SetCylinder \ static_assert(alignof(CatFrottableComponent_SetCylinder) == 0x000008, "Wrong alignment on CatFrottableComponent_SetCylinder"); \ static_assert(sizeof(CatFrottableComponent_SetCylinder) == 0x000008, "Wrong size on CatFrottableComponent_SetCylinder"); \ static_assert(offsetof(CatFrottableComponent_SetCylinder, _capsule) == 0x000000, "Member 'CatFrottableComponent_SetCylinder::_capsule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCatFrottableComponent \ static_assert(alignof(UCatFrottableComponent) == 0x000010, "Wrong alignment on UCatFrottableComponent"); \ static_assert(sizeof(UCatFrottableComponent) == 0x0005B0, "Wrong size on UCatFrottableComponent"); \ static_assert(offsetof(UCatFrottableComponent, OnFrotted) == 0x000528, "Member 'UCatFrottableComponent::OnFrotted' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_trajectorySpline) == 0x000538, "Member 'UCatFrottableComponent::m_trajectorySpline' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_cylinder) == 0x000540, "Member 'UCatFrottableComponent::m_cylinder' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_useConstraints) == 0x000548, "Member 'UCatFrottableComponent::m_useConstraints' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_beginConstraint) == 0x00054C, "Member 'UCatFrottableComponent::m_beginConstraint' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_endConstraint) == 0x000550, "Member 'UCatFrottableComponent::m_endConstraint' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_eventBroadcastOffset) == 0x000554, "Member 'UCatFrottableComponent::m_eventBroadcastOffset' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_debugEnabled) == 0x000558, "Member 'UCatFrottableComponent::m_debugEnabled' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_defaultRadius) == 0x00055C, "Member 'UCatFrottableComponent::m_defaultRadius' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_frottingDistance) == 0x000560, "Member 'UCatFrottableComponent::m_frottingDistance' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_frotMarkerName) == 0x000564, "Member 'UCatFrottableComponent::m_frotMarkerName' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_leftFrottingAnimation) == 0x000570, "Member 'UCatFrottableComponent::m_leftFrottingAnimation' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_rightFrottingAnimation) == 0x000578, "Member 'UCatFrottableComponent::m_rightFrottingAnimation' has a wrong offset!"); \ static_assert(offsetof(UCatFrottableComponent, m_interpolationErrorRecoveryTime) == 0x000580, "Member 'UCatFrottableComponent::m_interpolationErrorRecoveryTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatMovementComponent__CapsuleTouched \ static_assert(alignof(CatMovementComponent__CapsuleTouched) == 0x000008, "Wrong alignment on CatMovementComponent__CapsuleTouched"); \ static_assert(sizeof(CatMovementComponent__CapsuleTouched) == 0x0000A8, "Wrong size on CatMovementComponent__CapsuleTouched"); \ static_assert(offsetof(CatMovementComponent__CapsuleTouched, OverlappedComp) == 0x000000, "Member 'CatMovementComponent__CapsuleTouched::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(CatMovementComponent__CapsuleTouched, Other) == 0x000008, "Member 'CatMovementComponent__CapsuleTouched::Other' has a wrong offset!"); \ static_assert(offsetof(CatMovementComponent__CapsuleTouched, OtherComp) == 0x000010, "Member 'CatMovementComponent__CapsuleTouched::OtherComp' has a wrong offset!"); \ static_assert(offsetof(CatMovementComponent__CapsuleTouched, OtherBodyIndex) == 0x000018, "Member 'CatMovementComponent__CapsuleTouched::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(CatMovementComponent__CapsuleTouched, bFromSweep) == 0x00001C, "Member 'CatMovementComponent__CapsuleTouched::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(CatMovementComponent__CapsuleTouched, SweepResult) == 0x000020, "Member 'CatMovementComponent__CapsuleTouched::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCatMovementComponent \ static_assert(alignof(UCatMovementComponent) == 0x000010, "Wrong alignment on UCatMovementComponent"); \ static_assert(sizeof(UCatMovementComponent) == 0x000370, "Wrong size on UCatMovementComponent"); \ static_assert(offsetof(UCatMovementComponent, m_touchForceFactor) == 0x000138, "Member 'UCatMovementComponent::m_touchForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCatMovementComponent, m_minTouchForce) == 0x00013C, "Member 'UCatMovementComponent::m_minTouchForce' has a wrong offset!"); \ static_assert(offsetof(UCatMovementComponent, m_maxTouchForce) == 0x000140, "Member 'UCatMovementComponent::m_maxTouchForce' has a wrong offset!"); \ static_assert(offsetof(UCatMovementComponent, m_initialPushForceFactor) == 0x000144, "Member 'UCatMovementComponent::m_initialPushForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCatMovementComponent, m_pushForceFactor) == 0x000148, "Member 'UCatMovementComponent::m_pushForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCatMovementComponent, m_additionalDistanceFromGaps) == 0x00014C, "Member 'UCatMovementComponent::m_additionalDistanceFromGaps' has a wrong offset!"); \ static_assert(offsetof(UCatMovementComponent, m_railSyncSmoother) == 0x000150, "Member 'UCatMovementComponent::m_railSyncSmoother' has a wrong offset!"); \ static_assert(offsetof(UCatMovementComponent, m_stateMachine) == 0x0001D8, "Member 'UCatMovementComponent::m_stateMachine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatMoveToUsableComponent__OnAfterMoveUseStarted \ static_assert(alignof(CatMoveToUsableComponent__OnAfterMoveUseStarted) == 0x000008, "Wrong alignment on CatMoveToUsableComponent__OnAfterMoveUseStarted"); \ static_assert(sizeof(CatMoveToUsableComponent__OnAfterMoveUseStarted) == 0x000008, "Wrong size on CatMoveToUsableComponent__OnAfterMoveUseStarted"); \ static_assert(offsetof(CatMoveToUsableComponent__OnAfterMoveUseStarted, _cat) == 0x000000, "Member 'CatMoveToUsableComponent__OnAfterMoveUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatMoveToUsableComponent__OnFollowSplineEndReached \ static_assert(alignof(CatMoveToUsableComponent__OnFollowSplineEndReached) == 0x000008, "Wrong alignment on CatMoveToUsableComponent__OnFollowSplineEndReached"); \ static_assert(sizeof(CatMoveToUsableComponent__OnFollowSplineEndReached) == 0x000008, "Wrong size on CatMoveToUsableComponent__OnFollowSplineEndReached"); \ static_assert(offsetof(CatMoveToUsableComponent__OnFollowSplineEndReached, _cat) == 0x000000, "Member 'CatMoveToUsableComponent__OnFollowSplineEndReached::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatMoveToUsableComponent_SetAlignWithTarget \ static_assert(alignof(CatMoveToUsableComponent_SetAlignWithTarget) == 0x000001, "Wrong alignment on CatMoveToUsableComponent_SetAlignWithTarget"); \ static_assert(sizeof(CatMoveToUsableComponent_SetAlignWithTarget) == 0x000001, "Wrong size on CatMoveToUsableComponent_SetAlignWithTarget"); \ static_assert(offsetof(CatMoveToUsableComponent_SetAlignWithTarget, _value) == 0x000000, "Member 'CatMoveToUsableComponent_SetAlignWithTarget::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatMoveToUsableComponent_SetIsPrecise \ static_assert(alignof(CatMoveToUsableComponent_SetIsPrecise) == 0x000001, "Wrong alignment on CatMoveToUsableComponent_SetIsPrecise"); \ static_assert(sizeof(CatMoveToUsableComponent_SetIsPrecise) == 0x000001, "Wrong size on CatMoveToUsableComponent_SetIsPrecise"); \ static_assert(offsetof(CatMoveToUsableComponent_SetIsPrecise, _value) == 0x000000, "Member 'CatMoveToUsableComponent_SetIsPrecise::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatMoveToUsableComponent_SetMoveToTarget \ static_assert(alignof(CatMoveToUsableComponent_SetMoveToTarget) == 0x000008, "Wrong alignment on CatMoveToUsableComponent_SetMoveToTarget"); \ static_assert(sizeof(CatMoveToUsableComponent_SetMoveToTarget) == 0x000010, "Wrong size on CatMoveToUsableComponent_SetMoveToTarget"); \ static_assert(offsetof(CatMoveToUsableComponent_SetMoveToTarget, _target) == 0x000000, "Member 'CatMoveToUsableComponent_SetMoveToTarget::_target' has a wrong offset!"); \ static_assert(offsetof(CatMoveToUsableComponent_SetMoveToTarget, _targetSocket) == 0x000008, "Member 'CatMoveToUsableComponent_SetMoveToTarget::_targetSocket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatMoveToUsableComponent__IsMoveToFinished \ static_assert(alignof(CatMoveToUsableComponent__IsMoveToFinished) == 0x000001, "Wrong alignment on CatMoveToUsableComponent__IsMoveToFinished"); \ static_assert(sizeof(CatMoveToUsableComponent__IsMoveToFinished) == 0x000001, "Wrong size on CatMoveToUsableComponent__IsMoveToFinished"); \ static_assert(offsetof(CatMoveToUsableComponent__IsMoveToFinished, ReturnValue) == 0x000000, "Member 'CatMoveToUsableComponent__IsMoveToFinished::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatMoveToUsableComponent_GetLastMoveToTarget \ static_assert(alignof(CatMoveToUsableComponent_GetLastMoveToTarget) == 0x000010, "Wrong alignment on CatMoveToUsableComponent_GetLastMoveToTarget"); \ static_assert(sizeof(CatMoveToUsableComponent_GetLastMoveToTarget) == 0x000030, "Wrong size on CatMoveToUsableComponent_GetLastMoveToTarget"); \ static_assert(offsetof(CatMoveToUsableComponent_GetLastMoveToTarget, ReturnValue) == 0x000000, "Member 'CatMoveToUsableComponent_GetLastMoveToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatMoveToUsableComponent_GetMoveToTarget \ static_assert(alignof(CatMoveToUsableComponent_GetMoveToTarget) == 0x000008, "Wrong alignment on CatMoveToUsableComponent_GetMoveToTarget"); \ static_assert(sizeof(CatMoveToUsableComponent_GetMoveToTarget) == 0x000010, "Wrong size on CatMoveToUsableComponent_GetMoveToTarget"); \ static_assert(offsetof(CatMoveToUsableComponent_GetMoveToTarget, _outTargetSocket) == 0x000000, "Member 'CatMoveToUsableComponent_GetMoveToTarget::_outTargetSocket' has a wrong offset!"); \ static_assert(offsetof(CatMoveToUsableComponent_GetMoveToTarget, ReturnValue) == 0x000008, "Member 'CatMoveToUsableComponent_GetMoveToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatMoveToUsableComponent_GetState \ static_assert(alignof(CatMoveToUsableComponent_GetState) == 0x000001, "Wrong alignment on CatMoveToUsableComponent_GetState"); \ static_assert(sizeof(CatMoveToUsableComponent_GetState) == 0x000001, "Wrong size on CatMoveToUsableComponent_GetState"); \ static_assert(offsetof(CatMoveToUsableComponent_GetState, ReturnValue) == 0x000000, "Member 'CatMoveToUsableComponent_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCatMoveToUsableComponent \ static_assert(alignof(UCatMoveToUsableComponent) == 0x000010, "Wrong alignment on UCatMoveToUsableComponent"); \ static_assert(sizeof(UCatMoveToUsableComponent) == 0x0005A0, "Wrong size on UCatMoveToUsableComponent"); \ static_assert(offsetof(UCatMoveToUsableComponent, AfterMoveUseStarted) == 0x000528, "Member 'UCatMoveToUsableComponent::AfterMoveUseStarted' has a wrong offset!"); \ static_assert(offsetof(UCatMoveToUsableComponent, m_alignWithTarget) == 0x000538, "Member 'UCatMoveToUsableComponent::m_alignWithTarget' has a wrong offset!"); \ static_assert(offsetof(UCatMoveToUsableComponent, m_isPrecise) == 0x000539, "Member 'UCatMoveToUsableComponent::m_isPrecise' has a wrong offset!"); \ static_assert(offsetof(UCatMoveToUsableComponent, m_stickToBeginRailOnExit) == 0x00053A, "Member 'UCatMoveToUsableComponent::m_stickToBeginRailOnExit' has a wrong offset!"); \ static_assert(offsetof(UCatMoveToUsableComponent, m_moveToMaxSpeed) == 0x00053C, "Member 'UCatMoveToUsableComponent::m_moveToMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UCatMoveToUsableComponent, m_ignoreTargetForMovement) == 0x000540, "Member 'UCatMoveToUsableComponent::m_ignoreTargetForMovement' has a wrong offset!"); \ static_assert(offsetof(UCatMoveToUsableComponent, m_moveToTarget) == 0x000548, "Member 'UCatMoveToUsableComponent::m_moveToTarget' has a wrong offset!"); \ static_assert(offsetof(UCatMoveToUsableComponent, m_beginRail) == 0x000550, "Member 'UCatMoveToUsableComponent::m_beginRail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn__OnAttachedZurgEndPlay \ static_assert(alignof(CatPawn__OnAttachedZurgEndPlay) == 0x000008, "Wrong alignment on CatPawn__OnAttachedZurgEndPlay"); \ static_assert(sizeof(CatPawn__OnAttachedZurgEndPlay) == 0x000010, "Wrong size on CatPawn__OnAttachedZurgEndPlay"); \ static_assert(offsetof(CatPawn__OnAttachedZurgEndPlay, _actor) == 0x000000, "Member 'CatPawn__OnAttachedZurgEndPlay::_actor' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnAttachedZurgEndPlay, _endPlayReason) == 0x000008, "Member 'CatPawn__OnAttachedZurgEndPlay::_endPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn__OnCameraChanged \ static_assert(alignof(CatPawn__OnCameraChanged) == 0x000010, "Wrong alignment on CatPawn__OnCameraChanged"); \ static_assert(sizeof(CatPawn__OnCameraChanged) == 0x000060, "Wrong size on CatPawn__OnCameraChanged"); \ static_assert(offsetof(CatPawn__OnCameraChanged, _manager) == 0x000000, "Member 'CatPawn__OnCameraChanged::_manager' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnCameraChanged, _currentCameraTransform) == 0x000010, "Member 'CatPawn__OnCameraChanged::_currentCameraTransform' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnCameraChanged, _nextTarget) == 0x000040, "Member 'CatPawn__OnCameraChanged::_nextTarget' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnCameraChanged, _transitionParams) == 0x000048, "Member 'CatPawn__OnCameraChanged::_transitionParams' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnCameraChanged, _inputTransitionMode) == 0x000058, "Member 'CatPawn__OnCameraChanged::_inputTransitionMode' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnCameraChanged, _inputTransitionTime) == 0x00005C, "Member 'CatPawn__OnCameraChanged::_inputTransitionTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn__OnCurrentRailEndPlay \ static_assert(alignof(CatPawn__OnCurrentRailEndPlay) == 0x000008, "Wrong alignment on CatPawn__OnCurrentRailEndPlay"); \ static_assert(sizeof(CatPawn__OnCurrentRailEndPlay) == 0x000010, "Wrong size on CatPawn__OnCurrentRailEndPlay"); \ static_assert(offsetof(CatPawn__OnCurrentRailEndPlay, _actor) == 0x000000, "Member 'CatPawn__OnCurrentRailEndPlay::_actor' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnCurrentRailEndPlay, _endPlayReason) == 0x000008, "Member 'CatPawn__OnCurrentRailEndPlay::_endPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn__OnGrabCapsuleBeginOverlap \ static_assert(alignof(CatPawn__OnGrabCapsuleBeginOverlap) == 0x000008, "Wrong alignment on CatPawn__OnGrabCapsuleBeginOverlap"); \ static_assert(sizeof(CatPawn__OnGrabCapsuleBeginOverlap) == 0x0000A8, "Wrong size on CatPawn__OnGrabCapsuleBeginOverlap"); \ static_assert(offsetof(CatPawn__OnGrabCapsuleBeginOverlap, _overlappedComponent) == 0x000000, "Member 'CatPawn__OnGrabCapsuleBeginOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnGrabCapsuleBeginOverlap, _otherActor) == 0x000008, "Member 'CatPawn__OnGrabCapsuleBeginOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnGrabCapsuleBeginOverlap, _otherComp) == 0x000010, "Member 'CatPawn__OnGrabCapsuleBeginOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnGrabCapsuleBeginOverlap, _otherBodyIndex) == 0x000018, "Member 'CatPawn__OnGrabCapsuleBeginOverlap::_otherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnGrabCapsuleBeginOverlap, _bFromSweep) == 0x00001C, "Member 'CatPawn__OnGrabCapsuleBeginOverlap::_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnGrabCapsuleBeginOverlap, _sweepResult) == 0x000020, "Member 'CatPawn__OnGrabCapsuleBeginOverlap::_sweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn__OnLargeInteractionColliderBeginOverlap \ static_assert(alignof(CatPawn__OnLargeInteractionColliderBeginOverlap) == 0x000008, "Wrong alignment on CatPawn__OnLargeInteractionColliderBeginOverlap"); \ static_assert(sizeof(CatPawn__OnLargeInteractionColliderBeginOverlap) == 0x0000A8, "Wrong size on CatPawn__OnLargeInteractionColliderBeginOverlap"); \ static_assert(offsetof(CatPawn__OnLargeInteractionColliderBeginOverlap, _overlappedComponent) == 0x000000, "Member 'CatPawn__OnLargeInteractionColliderBeginOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnLargeInteractionColliderBeginOverlap, _otherActor) == 0x000008, "Member 'CatPawn__OnLargeInteractionColliderBeginOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnLargeInteractionColliderBeginOverlap, _otherComp) == 0x000010, "Member 'CatPawn__OnLargeInteractionColliderBeginOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnLargeInteractionColliderBeginOverlap, _otherBodyIndex) == 0x000018, "Member 'CatPawn__OnLargeInteractionColliderBeginOverlap::_otherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnLargeInteractionColliderBeginOverlap, _bFromSweep) == 0x00001C, "Member 'CatPawn__OnLargeInteractionColliderBeginOverlap::_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnLargeInteractionColliderBeginOverlap, _sweepResult) == 0x000020, "Member 'CatPawn__OnLargeInteractionColliderBeginOverlap::_sweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn__OnLargeInteractionColliderEndOverlap \ static_assert(alignof(CatPawn__OnLargeInteractionColliderEndOverlap) == 0x000008, "Wrong alignment on CatPawn__OnLargeInteractionColliderEndOverlap"); \ static_assert(sizeof(CatPawn__OnLargeInteractionColliderEndOverlap) == 0x000020, "Wrong size on CatPawn__OnLargeInteractionColliderEndOverlap"); \ static_assert(offsetof(CatPawn__OnLargeInteractionColliderEndOverlap, _overlappedComponent) == 0x000000, "Member 'CatPawn__OnLargeInteractionColliderEndOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnLargeInteractionColliderEndOverlap, _otherActor) == 0x000008, "Member 'CatPawn__OnLargeInteractionColliderEndOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnLargeInteractionColliderEndOverlap, _otherComp) == 0x000010, "Member 'CatPawn__OnLargeInteractionColliderEndOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnLargeInteractionColliderEndOverlap, _otherBodyIndex) == 0x000018, "Member 'CatPawn__OnLargeInteractionColliderEndOverlap::_otherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn__OnLifeComponentKilled \ static_assert(alignof(CatPawn__OnLifeComponentKilled) == 0x000008, "Wrong alignment on CatPawn__OnLifeComponentKilled"); \ static_assert(sizeof(CatPawn__OnLifeComponentKilled) == 0x000010, "Wrong size on CatPawn__OnLifeComponentKilled"); \ static_assert(offsetof(CatPawn__OnLifeComponentKilled, _lifeComponent) == 0x000000, "Member 'CatPawn__OnLifeComponentKilled::_lifeComponent' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnLifeComponentKilled, _killer) == 0x000008, "Member 'CatPawn__OnLifeComponentKilled::_killer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn__OnPotentialInteractionEndPlay \ static_assert(alignof(CatPawn__OnPotentialInteractionEndPlay) == 0x000008, "Wrong alignment on CatPawn__OnPotentialInteractionEndPlay"); \ static_assert(sizeof(CatPawn__OnPotentialInteractionEndPlay) == 0x000010, "Wrong size on CatPawn__OnPotentialInteractionEndPlay"); \ static_assert(offsetof(CatPawn__OnPotentialInteractionEndPlay, _actor) == 0x000000, "Member 'CatPawn__OnPotentialInteractionEndPlay::_actor' has a wrong offset!"); \ static_assert(offsetof(CatPawn__OnPotentialInteractionEndPlay, _endPlayReason) == 0x000008, "Member 'CatPawn__OnPotentialInteractionEndPlay::_endPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_AddMovementIgnoredActor \ static_assert(alignof(CatPawn_AddMovementIgnoredActor) == 0x000008, "Wrong alignment on CatPawn_AddMovementIgnoredActor"); \ static_assert(sizeof(CatPawn_AddMovementIgnoredActor) == 0x000008, "Wrong size on CatPawn_AddMovementIgnoredActor"); \ static_assert(offsetof(CatPawn_AddMovementIgnoredActor, _actor) == 0x000000, "Member 'CatPawn_AddMovementIgnoredActor::_actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_AttachZurg \ static_assert(alignof(CatPawn_AttachZurg) == 0x000008, "Wrong alignment on CatPawn_AttachZurg"); \ static_assert(sizeof(CatPawn_AttachZurg) == 0x000008, "Wrong size on CatPawn_AttachZurg"); \ static_assert(offsetof(CatPawn_AttachZurg, _zurg) == 0x000000, "Member 'CatPawn_AttachZurg::_zurg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_BeginFollowRail \ static_assert(alignof(CatPawn_BeginFollowRail) == 0x000008, "Wrong alignment on CatPawn_BeginFollowRail"); \ static_assert(sizeof(CatPawn_BeginFollowRail) == 0x000010, "Wrong size on CatPawn_BeginFollowRail"); \ static_assert(offsetof(CatPawn_BeginFollowRail, _rail) == 0x000000, "Member 'CatPawn_BeginFollowRail::_rail' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginFollowRail, _targetDistance) == 0x000008, "Member 'CatPawn_BeginFollowRail::_targetDistance' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginFollowRail, _precise) == 0x00000C, "Member 'CatPawn_BeginFollowRail::_precise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_BeginFollowSpline \ static_assert(alignof(CatPawn_BeginFollowSpline) == 0x000008, "Wrong alignment on CatPawn_BeginFollowSpline"); \ static_assert(sizeof(CatPawn_BeginFollowSpline) == 0x000010, "Wrong size on CatPawn_BeginFollowSpline"); \ static_assert(offsetof(CatPawn_BeginFollowSpline, _splineComponent) == 0x000000, "Member 'CatPawn_BeginFollowSpline::_splineComponent' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginFollowSpline, _precise) == 0x000008, "Member 'CatPawn_BeginFollowSpline::_precise' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginFollowSpline, _targetInputKey) == 0x00000C, "Member 'CatPawn_BeginFollowSpline::_targetInputKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_BeginInterpolateAnimation \ static_assert(alignof(CatPawn_BeginInterpolateAnimation) == 0x000008, "Wrong alignment on CatPawn_BeginInterpolateAnimation"); \ static_assert(sizeof(CatPawn_BeginInterpolateAnimation) == 0x000020, "Wrong size on CatPawn_BeginInterpolateAnimation"); \ static_assert(offsetof(CatPawn_BeginInterpolateAnimation, _animation) == 0x000000, "Member 'CatPawn_BeginInterpolateAnimation::_animation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginInterpolateAnimation, _targetLocation) == 0x000008, "Member 'CatPawn_BeginInterpolateAnimation::_targetLocation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginInterpolateAnimation, _targetRotation) == 0x000014, "Member 'CatPawn_BeginInterpolateAnimation::_targetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_BeginInterpolateAnimationAlongSpline \ static_assert(alignof(CatPawn_BeginInterpolateAnimationAlongSpline) == 0x000008, "Wrong alignment on CatPawn_BeginInterpolateAnimationAlongSpline"); \ static_assert(sizeof(CatPawn_BeginInterpolateAnimationAlongSpline) == 0x000028, "Wrong size on CatPawn_BeginInterpolateAnimationAlongSpline"); \ static_assert(offsetof(CatPawn_BeginInterpolateAnimationAlongSpline, _animation) == 0x000000, "Member 'CatPawn_BeginInterpolateAnimationAlongSpline::_animation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginInterpolateAnimationAlongSpline, _spline) == 0x000008, "Member 'CatPawn_BeginInterpolateAnimationAlongSpline::_spline' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginInterpolateAnimationAlongSpline, _params) == 0x000010, "Member 'CatPawn_BeginInterpolateAnimationAlongSpline::_params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_BeginMoveToTarget \ static_assert(alignof(CatPawn_BeginMoveToTarget) == 0x000004, "Wrong alignment on CatPawn_BeginMoveToTarget"); \ static_assert(sizeof(CatPawn_BeginMoveToTarget) == 0x00001C, "Wrong size on CatPawn_BeginMoveToTarget"); \ static_assert(offsetof(CatPawn_BeginMoveToTarget, _location) == 0x000000, "Member 'CatPawn_BeginMoveToTarget::_location' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginMoveToTarget, _rotation) == 0x00000C, "Member 'CatPawn_BeginMoveToTarget::_rotation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginMoveToTarget, _precise) == 0x000018, "Member 'CatPawn_BeginMoveToTarget::_precise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_BeginWalkInterpolate \ static_assert(alignof(CatPawn_BeginWalkInterpolate) == 0x000004, "Wrong alignment on CatPawn_BeginWalkInterpolate"); \ static_assert(sizeof(CatPawn_BeginWalkInterpolate) == 0x000018, "Wrong size on CatPawn_BeginWalkInterpolate"); \ static_assert(offsetof(CatPawn_BeginWalkInterpolate, _targetLocation) == 0x000000, "Member 'CatPawn_BeginWalkInterpolate::_targetLocation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_BeginWalkInterpolate, _targetRotation) == 0x00000C, "Member 'CatPawn_BeginWalkInterpolate::_targetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_CheckJumpDownValidity \ static_assert(alignof(CatPawn_CheckJumpDownValidity) == 0x000010, "Wrong alignment on CatPawn_CheckJumpDownValidity"); \ static_assert(sizeof(CatPawn_CheckJumpDownValidity) == 0x000470, "Wrong size on CatPawn_CheckJumpDownValidity"); \ static_assert(offsetof(CatPawn_CheckJumpDownValidity, _jumpTargets) == 0x000000, "Member 'CatPawn_CheckJumpDownValidity::_jumpTargets' has a wrong offset!"); \ static_assert(offsetof(CatPawn_CheckJumpDownValidity, ReturnValue) == 0x000460, "Member 'CatPawn_CheckJumpDownValidity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_CheckJumpRoutine \ static_assert(alignof(CatPawn_CheckJumpRoutine) == 0x000008, "Wrong alignment on CatPawn_CheckJumpRoutine"); \ static_assert(sizeof(CatPawn_CheckJumpRoutine) == 0x000028, "Wrong size on CatPawn_CheckJumpRoutine"); \ static_assert(offsetof(CatPawn_CheckJumpRoutine, _upJumpTargets) == 0x000000, "Member 'CatPawn_CheckJumpRoutine::_upJumpTargets' has a wrong offset!"); \ static_assert(offsetof(CatPawn_CheckJumpRoutine, _downJumpTargets) == 0x000010, "Member 'CatPawn_CheckJumpRoutine::_downJumpTargets' has a wrong offset!"); \ static_assert(offsetof(CatPawn_CheckJumpRoutine, ReturnValue) == 0x000020, "Member 'CatPawn_CheckJumpRoutine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_CheckJumpUpValidity \ static_assert(alignof(CatPawn_CheckJumpUpValidity) == 0x000010, "Wrong alignment on CatPawn_CheckJumpUpValidity"); \ static_assert(sizeof(CatPawn_CheckJumpUpValidity) == 0x000470, "Wrong size on CatPawn_CheckJumpUpValidity"); \ static_assert(offsetof(CatPawn_CheckJumpUpValidity, _jumpTargets) == 0x000000, "Member 'CatPawn_CheckJumpUpValidity::_jumpTargets' has a wrong offset!"); \ static_assert(offsetof(CatPawn_CheckJumpUpValidity, ReturnValue) == 0x000460, "Member 'CatPawn_CheckJumpUpValidity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_CheckOneButtonJumpRoutine \ static_assert(alignof(CatPawn_CheckOneButtonJumpRoutine) == 0x000010, "Wrong alignment on CatPawn_CheckOneButtonJumpRoutine"); \ static_assert(sizeof(CatPawn_CheckOneButtonJumpRoutine) == 0x000490, "Wrong size on CatPawn_CheckOneButtonJumpRoutine"); \ static_assert(offsetof(CatPawn_CheckOneButtonJumpRoutine, _upJumpTargets) == 0x000000, "Member 'CatPawn_CheckOneButtonJumpRoutine::_upJumpTargets' has a wrong offset!"); \ static_assert(offsetof(CatPawn_CheckOneButtonJumpRoutine, _downJumpTargets) == 0x000010, "Member 'CatPawn_CheckOneButtonJumpRoutine::_downJumpTargets' has a wrong offset!"); \ static_assert(offsetof(CatPawn_CheckOneButtonJumpRoutine, _outJumpTarget) == 0x000020, "Member 'CatPawn_CheckOneButtonJumpRoutine::_outJumpTarget' has a wrong offset!"); \ static_assert(offsetof(CatPawn_CheckOneButtonJumpRoutine, ReturnValue) == 0x000480, "Member 'CatPawn_CheckOneButtonJumpRoutine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_CheckScriptedJumpRoutine \ static_assert(alignof(CatPawn_CheckScriptedJumpRoutine) == 0x000008, "Wrong alignment on CatPawn_CheckScriptedJumpRoutine"); \ static_assert(sizeof(CatPawn_CheckScriptedJumpRoutine) == 0x000058, "Wrong size on CatPawn_CheckScriptedJumpRoutine"); \ static_assert(offsetof(CatPawn_CheckScriptedJumpRoutine, _scriptedJumps) == 0x000000, "Member 'CatPawn_CheckScriptedJumpRoutine::_scriptedJumps' has a wrong offset!"); \ static_assert(offsetof(CatPawn_CheckScriptedJumpRoutine, ReturnValue) == 0x000050, "Member 'CatPawn_CheckScriptedJumpRoutine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_DetachZurg \ static_assert(alignof(CatPawn_DetachZurg) == 0x000008, "Wrong alignment on CatPawn_DetachZurg"); \ static_assert(sizeof(CatPawn_DetachZurg) == 0x000008, "Wrong size on CatPawn_DetachZurg"); \ static_assert(offsetof(CatPawn_DetachZurg, _zurg) == 0x000000, "Member 'CatPawn_DetachZurg::_zurg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_DisableInteraction \ static_assert(alignof(CatPawn_DisableInteraction) == 0x000001, "Wrong alignment on CatPawn_DisableInteraction"); \ static_assert(sizeof(CatPawn_DisableInteraction) == 0x000001, "Wrong size on CatPawn_DisableInteraction"); \ static_assert(offsetof(CatPawn_DisableInteraction, _button) == 0x000000, "Member 'CatPawn_DisableInteraction::_button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_EnableInteraction \ static_assert(alignof(CatPawn_EnableInteraction) == 0x000001, "Wrong alignment on CatPawn_EnableInteraction"); \ static_assert(sizeof(CatPawn_EnableInteraction) == 0x000001, "Wrong size on CatPawn_EnableInteraction"); \ static_assert(offsetof(CatPawn_EnableInteraction, _button) == 0x000000, "Member 'CatPawn_EnableInteraction::_button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_FearRepel \ static_assert(alignof(CatPawn_FearRepel) == 0x000008, "Wrong alignment on CatPawn_FearRepel"); \ static_assert(sizeof(CatPawn_FearRepel) == 0x000008, "Wrong size on CatPawn_FearRepel"); \ static_assert(offsetof(CatPawn_FearRepel, _source) == 0x000000, "Member 'CatPawn_FearRepel::_source' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_ForceJump \ static_assert(alignof(CatPawn_ForceJump) == 0x000004, "Wrong alignment on CatPawn_ForceJump"); \ static_assert(sizeof(CatPawn_ForceJump) == 0x000018, "Wrong size on CatPawn_ForceJump"); \ static_assert(offsetof(CatPawn_ForceJump, _targetLocation) == 0x000000, "Member 'CatPawn_ForceJump::_targetLocation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_ForceJump, _targetRotation) == 0x00000C, "Member 'CatPawn_ForceJump::_targetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_ForceJumpOnRail \ static_assert(alignof(CatPawn_ForceJumpOnRail) == 0x000008, "Wrong alignment on CatPawn_ForceJumpOnRail"); \ static_assert(sizeof(CatPawn_ForceJumpOnRail) == 0x000018, "Wrong size on CatPawn_ForceJumpOnRail"); \ static_assert(offsetof(CatPawn_ForceJumpOnRail, _rail) == 0x000000, "Member 'CatPawn_ForceJumpOnRail::_rail' has a wrong offset!"); \ static_assert(offsetof(CatPawn_ForceJumpOnRail, _closestLocation) == 0x000008, "Member 'CatPawn_ForceJumpOnRail::_closestLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetJumpScore \ static_assert(alignof(CatPawn_GetJumpScore) == 0x000010, "Wrong alignment on CatPawn_GetJumpScore"); \ static_assert(sizeof(CatPawn_GetJumpScore) == 0x000470, "Wrong size on CatPawn_GetJumpScore"); \ static_assert(offsetof(CatPawn_GetJumpScore, _jumpData) == 0x000000, "Member 'CatPawn_GetJumpScore::_jumpData' has a wrong offset!"); \ static_assert(offsetof(CatPawn_GetJumpScore, ReturnValue) == 0x000460, "Member 'CatPawn_GetJumpScore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetRotationRatio \ static_assert(alignof(CatPawn_GetRotationRatio) == 0x000004, "Wrong alignment on CatPawn_GetRotationRatio"); \ static_assert(sizeof(CatPawn_GetRotationRatio) == 0x000004, "Wrong size on CatPawn_GetRotationRatio"); \ static_assert(offsetof(CatPawn_GetRotationRatio, ReturnValue) == 0x000000, "Member 'CatPawn_GetRotationRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_InitJump \ static_assert(alignof(CatPawn_InitJump) == 0x000010, "Wrong alignment on CatPawn_InitJump"); \ static_assert(sizeof(CatPawn_InitJump) == 0x000470, "Wrong size on CatPawn_InitJump"); \ static_assert(offsetof(CatPawn_InitJump, _jumpData) == 0x000000, "Member 'CatPawn_InitJump::_jumpData' has a wrong offset!"); \ static_assert(offsetof(CatPawn_InitJump, _useWalkInterpolate) == 0x000460, "Member 'CatPawn_InitJump::_useWalkInterpolate' has a wrong offset!"); \ static_assert(offsetof(CatPawn_InitJump, ReturnValue) == 0x000461, "Member 'CatPawn_InitJump::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_InitScriptedJump \ static_assert(alignof(CatPawn_InitScriptedJump) == 0x000008, "Wrong alignment on CatPawn_InitScriptedJump"); \ static_assert(sizeof(CatPawn_InitScriptedJump) == 0x000018, "Wrong size on CatPawn_InitScriptedJump"); \ static_assert(offsetof(CatPawn_InitScriptedJump, _jump) == 0x000000, "Member 'CatPawn_InitScriptedJump::_jump' has a wrong offset!"); \ static_assert(offsetof(CatPawn_InitScriptedJump, _entry) == 0x000008, "Member 'CatPawn_InitScriptedJump::_entry' has a wrong offset!"); \ static_assert(offsetof(CatPawn_InitScriptedJump, ReturnValue) == 0x000010, "Member 'CatPawn_InitScriptedJump::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_InputFilter \ static_assert(alignof(CatPawn_InputFilter) == 0x000004, "Wrong alignment on CatPawn_InputFilter"); \ static_assert(sizeof(CatPawn_InputFilter) == 0x00001C, "Wrong size on CatPawn_InputFilter"); \ static_assert(offsetof(CatPawn_InputFilter, _input) == 0x000000, "Member 'CatPawn_InputFilter::_input' has a wrong offset!"); \ static_assert(offsetof(CatPawn_InputFilter, _dt) == 0x00000C, "Member 'CatPawn_InputFilter::_dt' has a wrong offset!"); \ static_assert(offsetof(CatPawn_InputFilter, ReturnValue) == 0x000010, "Member 'CatPawn_InputFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_InternalStopCustomAnimation \ static_assert(alignof(CatPawn_InternalStopCustomAnimation) == 0x000008, "Wrong alignment on CatPawn_InternalStopCustomAnimation"); \ static_assert(sizeof(CatPawn_InternalStopCustomAnimation) == 0x000008, "Wrong size on CatPawn_InternalStopCustomAnimation"); \ static_assert(offsetof(CatPawn_InternalStopCustomAnimation, _animation) == 0x000000, "Member 'CatPawn_InternalStopCustomAnimation::_animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsFearRepelEnabled \ static_assert(alignof(CatPawn_IsFearRepelEnabled) == 0x000001, "Wrong alignment on CatPawn_IsFearRepelEnabled"); \ static_assert(sizeof(CatPawn_IsFearRepelEnabled) == 0x000001, "Wrong size on CatPawn_IsFearRepelEnabled"); \ static_assert(offsetof(CatPawn_IsFearRepelEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsFearRepelEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_Meow \ static_assert(alignof(CatPawn_Meow) == 0x000001, "Wrong alignment on CatPawn_Meow"); \ static_assert(sizeof(CatPawn_Meow) == 0x000001, "Wrong size on CatPawn_Meow"); \ static_assert(offsetof(CatPawn_Meow, _isGameplayMeow) == 0x000000, "Member 'CatPawn_Meow::_isGameplayMeow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_NotifyCameraCut \ static_assert(alignof(CatPawn_NotifyCameraCut) == 0x000010, "Wrong alignment on CatPawn_NotifyCameraCut"); \ static_assert(sizeof(CatPawn_NotifyCameraCut) == 0x000040, "Wrong size on CatPawn_NotifyCameraCut"); \ static_assert(offsetof(CatPawn_NotifyCameraCut, _currentCameraTransform) == 0x000000, "Member 'CatPawn_NotifyCameraCut::_currentCameraTransform' has a wrong offset!"); \ static_assert(offsetof(CatPawn_NotifyCameraCut, _inputTransitionMode) == 0x000030, "Member 'CatPawn_NotifyCameraCut::_inputTransitionMode' has a wrong offset!"); \ static_assert(offsetof(CatPawn_NotifyCameraCut, _inputTransitionTime) == 0x000034, "Member 'CatPawn_NotifyCameraCut::_inputTransitionTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_OnJumpAnimationStarted \ static_assert(alignof(CatPawn_OnJumpAnimationStarted) == 0x000008, "Wrong alignment on CatPawn_OnJumpAnimationStarted"); \ static_assert(sizeof(CatPawn_OnJumpAnimationStarted) == 0x000008, "Wrong size on CatPawn_OnJumpAnimationStarted"); \ static_assert(offsetof(CatPawn_OnJumpAnimationStarted, _animInstance) == 0x000000, "Member 'CatPawn_OnJumpAnimationStarted::_animInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_OnMeowed \ static_assert(alignof(CatPawn_OnMeowed) == 0x000001, "Wrong alignment on CatPawn_OnMeowed"); \ static_assert(sizeof(CatPawn_OnMeowed) == 0x000001, "Wrong size on CatPawn_OnMeowed"); \ static_assert(offsetof(CatPawn_OnMeowed, _isGameplayMeow) == 0x000000, "Member 'CatPawn_OnMeowed::_isGameplayMeow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_OnResetInput \ static_assert(alignof(CatPawn_OnResetInput) == 0x000004, "Wrong alignment on CatPawn_OnResetInput"); \ static_assert(sizeof(CatPawn_OnResetInput) == 0x00000C, "Wrong size on CatPawn_OnResetInput"); \ static_assert(offsetof(CatPawn_OnResetInput, _worldInput) == 0x000000, "Member 'CatPawn_OnResetInput::_worldInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_OnUTurnAnimationStarted \ static_assert(alignof(CatPawn_OnUTurnAnimationStarted) == 0x000008, "Wrong alignment on CatPawn_OnUTurnAnimationStarted"); \ static_assert(sizeof(CatPawn_OnUTurnAnimationStarted) == 0x000008, "Wrong size on CatPawn_OnUTurnAnimationStarted"); \ static_assert(offsetof(CatPawn_OnUTurnAnimationStarted, _animInstance) == 0x000000, "Member 'CatPawn_OnUTurnAnimationStarted::_animInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PlayCustomAnimation \ static_assert(alignof(CatPawn_PlayCustomAnimation) == 0x000008, "Wrong alignment on CatPawn_PlayCustomAnimation"); \ static_assert(sizeof(CatPawn_PlayCustomAnimation) == 0x000010, "Wrong size on CatPawn_PlayCustomAnimation"); \ static_assert(offsetof(CatPawn_PlayCustomAnimation, _animation) == 0x000000, "Member 'CatPawn_PlayCustomAnimation::_animation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PlayCustomAnimation, _isLooping) == 0x000008, "Member 'CatPawn_PlayCustomAnimation::_isLooping' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PlayCustomAnimation, _enableLookAt) == 0x000009, "Member 'CatPawn_PlayCustomAnimation::_enableLookAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PlaySynchronizedCustomAnimation \ static_assert(alignof(CatPawn_PlaySynchronizedCustomAnimation) == 0x000010, "Wrong alignment on CatPawn_PlaySynchronizedCustomAnimation"); \ static_assert(sizeof(CatPawn_PlaySynchronizedCustomAnimation) == 0x000050, "Wrong size on CatPawn_PlaySynchronizedCustomAnimation"); \ static_assert(offsetof(CatPawn_PlaySynchronizedCustomAnimation, _animation) == 0x000000, "Member 'CatPawn_PlaySynchronizedCustomAnimation::_animation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PlaySynchronizedCustomAnimation, _movementStart) == 0x000010, "Member 'CatPawn_PlaySynchronizedCustomAnimation::_movementStart' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PlaySynchronizedCustomAnimation, _syncTime) == 0x000040, "Member 'CatPawn_PlaySynchronizedCustomAnimation::_syncTime' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PlaySynchronizedCustomAnimation, _isLooping) == 0x000044, "Member 'CatPawn_PlaySynchronizedCustomAnimation::_isLooping' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PlaySynchronizedCustomAnimation, _enableLookAt) == 0x000045, "Member 'CatPawn_PlaySynchronizedCustomAnimation::_enableLookAt' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PlaySynchronizedCustomAnimation, _keepCollisions) == 0x000046, "Member 'CatPawn_PlaySynchronizedCustomAnimation::_keepCollisions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PollUTurnRequested \ static_assert(alignof(CatPawn_PollUTurnRequested) == 0x000001, "Wrong alignment on CatPawn_PollUTurnRequested"); \ static_assert(sizeof(CatPawn_PollUTurnRequested) == 0x000001, "Wrong size on CatPawn_PollUTurnRequested"); \ static_assert(offsetof(CatPawn_PollUTurnRequested, ReturnValue) == 0x000000, "Member 'CatPawn_PollUTurnRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PopAttitude \ static_assert(alignof(CatPawn_PopAttitude) == 0x000004, "Wrong alignment on CatPawn_PopAttitude"); \ static_assert(sizeof(CatPawn_PopAttitude) == 0x000008, "Wrong size on CatPawn_PopAttitude"); \ static_assert(offsetof(CatPawn_PopAttitude, _id) == 0x000000, "Member 'CatPawn_PopAttitude::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PopDriftParameters \ static_assert(alignof(CatPawn_PopDriftParameters) == 0x000004, "Wrong alignment on CatPawn_PopDriftParameters"); \ static_assert(sizeof(CatPawn_PopDriftParameters) == 0x000008, "Wrong size on CatPawn_PopDriftParameters"); \ static_assert(offsetof(CatPawn_PopDriftParameters, _id) == 0x000000, "Member 'CatPawn_PopDriftParameters::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PopGroundMaterialOverride \ static_assert(alignof(CatPawn_PopGroundMaterialOverride) == 0x000004, "Wrong alignment on CatPawn_PopGroundMaterialOverride"); \ static_assert(sizeof(CatPawn_PopGroundMaterialOverride) == 0x000008, "Wrong size on CatPawn_PopGroundMaterialOverride"); \ static_assert(offsetof(CatPawn_PopGroundMaterialOverride, _id) == 0x000000, "Member 'CatPawn_PopGroundMaterialOverride::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PopLookAt \ static_assert(alignof(CatPawn_PopLookAt) == 0x000004, "Wrong alignment on CatPawn_PopLookAt"); \ static_assert(sizeof(CatPawn_PopLookAt) == 0x000008, "Wrong size on CatPawn_PopLookAt"); \ static_assert(offsetof(CatPawn_PopLookAt, _id) == 0x000000, "Member 'CatPawn_PopLookAt::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PopSpeedModifier \ static_assert(alignof(CatPawn_PopSpeedModifier) == 0x000004, "Wrong alignment on CatPawn_PopSpeedModifier"); \ static_assert(sizeof(CatPawn_PopSpeedModifier) == 0x00000C, "Wrong size on CatPawn_PopSpeedModifier"); \ static_assert(offsetof(CatPawn_PopSpeedModifier, _key) == 0x000000, "Member 'CatPawn_PopSpeedModifier::_key' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PopSpeedModifier, _outTime) == 0x000008, "Member 'CatPawn_PopSpeedModifier::_outTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_ProcessInput \ static_assert(alignof(CatPawn_ProcessInput) == 0x000004, "Wrong alignment on CatPawn_ProcessInput"); \ static_assert(sizeof(CatPawn_ProcessInput) == 0x00001C, "Wrong size on CatPawn_ProcessInput"); \ static_assert(offsetof(CatPawn_ProcessInput, _input) == 0x000000, "Member 'CatPawn_ProcessInput::_input' has a wrong offset!"); \ static_assert(offsetof(CatPawn_ProcessInput, _dt) == 0x00000C, "Member 'CatPawn_ProcessInput::_dt' has a wrong offset!"); \ static_assert(offsetof(CatPawn_ProcessInput, ReturnValue) == 0x000010, "Member 'CatPawn_ProcessInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_ProcessMovementInput \ static_assert(alignof(CatPawn_ProcessMovementInput) == 0x000004, "Wrong alignment on CatPawn_ProcessMovementInput"); \ static_assert(sizeof(CatPawn_ProcessMovementInput) == 0x00001C, "Wrong size on CatPawn_ProcessMovementInput"); \ static_assert(offsetof(CatPawn_ProcessMovementInput, _input) == 0x000000, "Member 'CatPawn_ProcessMovementInput::_input' has a wrong offset!"); \ static_assert(offsetof(CatPawn_ProcessMovementInput, _dt) == 0x00000C, "Member 'CatPawn_ProcessMovementInput::_dt' has a wrong offset!"); \ static_assert(offsetof(CatPawn_ProcessMovementInput, ReturnValue) == 0x000010, "Member 'CatPawn_ProcessMovementInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_ProcessRawInput \ static_assert(alignof(CatPawn_ProcessRawInput) == 0x000004, "Wrong alignment on CatPawn_ProcessRawInput"); \ static_assert(sizeof(CatPawn_ProcessRawInput) == 0x00001C, "Wrong size on CatPawn_ProcessRawInput"); \ static_assert(offsetof(CatPawn_ProcessRawInput, _input) == 0x000000, "Member 'CatPawn_ProcessRawInput::_input' has a wrong offset!"); \ static_assert(offsetof(CatPawn_ProcessRawInput, _dt) == 0x00000C, "Member 'CatPawn_ProcessRawInput::_dt' has a wrong offset!"); \ static_assert(offsetof(CatPawn_ProcessRawInput, ReturnValue) == 0x000010, "Member 'CatPawn_ProcessRawInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_ProcessRotationRatio \ static_assert(alignof(CatPawn_ProcessRotationRatio) == 0x000004, "Wrong alignment on CatPawn_ProcessRotationRatio"); \ static_assert(sizeof(CatPawn_ProcessRotationRatio) == 0x00000C, "Wrong size on CatPawn_ProcessRotationRatio"); \ static_assert(offsetof(CatPawn_ProcessRotationRatio, _rotationRatio) == 0x000000, "Member 'CatPawn_ProcessRotationRatio::_rotationRatio' has a wrong offset!"); \ static_assert(offsetof(CatPawn_ProcessRotationRatio, _dt) == 0x000004, "Member 'CatPawn_ProcessRotationRatio::_dt' has a wrong offset!"); \ static_assert(offsetof(CatPawn_ProcessRotationRatio, ReturnValue) == 0x000008, "Member 'CatPawn_ProcessRotationRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PushAttitude \ static_assert(alignof(CatPawn_PushAttitude) == 0x000004, "Wrong alignment on CatPawn_PushAttitude"); \ static_assert(sizeof(CatPawn_PushAttitude) == 0x00000C, "Wrong size on CatPawn_PushAttitude"); \ static_assert(offsetof(CatPawn_PushAttitude, _id) == 0x000000, "Member 'CatPawn_PushAttitude::_id' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PushAttitude, _attitude) == 0x000008, "Member 'CatPawn_PushAttitude::_attitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PushDriftParameters \ static_assert(alignof(CatPawn_PushDriftParameters) == 0x000008, "Wrong alignment on CatPawn_PushDriftParameters"); \ static_assert(sizeof(CatPawn_PushDriftParameters) == 0x000020, "Wrong size on CatPawn_PushDriftParameters"); \ static_assert(offsetof(CatPawn_PushDriftParameters, _id) == 0x000000, "Member 'CatPawn_PushDriftParameters::_id' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PushDriftParameters, _driftParameters) == 0x000008, "Member 'CatPawn_PushDriftParameters::_driftParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PushGroundMaterialOverride \ static_assert(alignof(CatPawn_PushGroundMaterialOverride) == 0x000008, "Wrong alignment on CatPawn_PushGroundMaterialOverride"); \ static_assert(sizeof(CatPawn_PushGroundMaterialOverride) == 0x000018, "Wrong size on CatPawn_PushGroundMaterialOverride"); \ static_assert(offsetof(CatPawn_PushGroundMaterialOverride, _id) == 0x000000, "Member 'CatPawn_PushGroundMaterialOverride::_id' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PushGroundMaterialOverride, _material) == 0x000008, "Member 'CatPawn_PushGroundMaterialOverride::_material' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PushGroundMaterialOverride, _priority) == 0x000010, "Member 'CatPawn_PushGroundMaterialOverride::_priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PushLookAt \ static_assert(alignof(CatPawn_PushLookAt) == 0x000008, "Wrong alignment on CatPawn_PushLookAt"); \ static_assert(sizeof(CatPawn_PushLookAt) == 0x000048, "Wrong size on CatPawn_PushLookAt"); \ static_assert(offsetof(CatPawn_PushLookAt, _id) == 0x000000, "Member 'CatPawn_PushLookAt::_id' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PushLookAt, _target) == 0x000008, "Member 'CatPawn_PushLookAt::_target' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PushLookAt, _priority) == 0x000040, "Member 'CatPawn_PushLookAt::_priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_PushSpeedModifier \ static_assert(alignof(CatPawn_PushSpeedModifier) == 0x000004, "Wrong alignment on CatPawn_PushSpeedModifier"); \ static_assert(sizeof(CatPawn_PushSpeedModifier) == 0x000010, "Wrong size on CatPawn_PushSpeedModifier"); \ static_assert(offsetof(CatPawn_PushSpeedModifier, _key) == 0x000000, "Member 'CatPawn_PushSpeedModifier::_key' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PushSpeedModifier, _speedModifier) == 0x000008, "Member 'CatPawn_PushSpeedModifier::_speedModifier' has a wrong offset!"); \ static_assert(offsetof(CatPawn_PushSpeedModifier, _inTime) == 0x00000C, "Member 'CatPawn_PushSpeedModifier::_inTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_RemoveMovementIgnoredActor \ static_assert(alignof(CatPawn_RemoveMovementIgnoredActor) == 0x000008, "Wrong alignment on CatPawn_RemoveMovementIgnoredActor"); \ static_assert(sizeof(CatPawn_RemoveMovementIgnoredActor) == 0x000008, "Wrong size on CatPawn_RemoveMovementIgnoredActor"); \ static_assert(offsetof(CatPawn_RemoveMovementIgnoredActor, _actor) == 0x000000, "Member 'CatPawn_RemoveMovementIgnoredActor::_actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_ResetInput \ static_assert(alignof(CatPawn_ResetInput) == 0x000004, "Wrong alignment on CatPawn_ResetInput"); \ static_assert(sizeof(CatPawn_ResetInput) == 0x00000C, "Wrong size on CatPawn_ResetInput"); \ static_assert(offsetof(CatPawn_ResetInput, _worldInput) == 0x000000, "Member 'CatPawn_ResetInput::_worldInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_RotationRatioFilter \ static_assert(alignof(CatPawn_RotationRatioFilter) == 0x000004, "Wrong alignment on CatPawn_RotationRatioFilter"); \ static_assert(sizeof(CatPawn_RotationRatioFilter) == 0x00000C, "Wrong size on CatPawn_RotationRatioFilter"); \ static_assert(offsetof(CatPawn_RotationRatioFilter, _rotationRatio) == 0x000000, "Member 'CatPawn_RotationRatioFilter::_rotationRatio' has a wrong offset!"); \ static_assert(offsetof(CatPawn_RotationRatioFilter, _dt) == 0x000004, "Member 'CatPawn_RotationRatioFilter::_dt' has a wrong offset!"); \ static_assert(offsetof(CatPawn_RotationRatioFilter, ReturnValue) == 0x000008, "Member 'CatPawn_RotationRatioFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_SetBackpackFur \ static_assert(alignof(CatPawn_SetBackpackFur) == 0x000001, "Wrong alignment on CatPawn_SetBackpackFur"); \ static_assert(sizeof(CatPawn_SetBackpackFur) == 0x000001, "Wrong size on CatPawn_SetBackpackFur"); \ static_assert(offsetof(CatPawn_SetBackpackFur, _backpackOn) == 0x000000, "Member 'CatPawn_SetBackpackFur::_backpackOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_SetCustomAnimationPlayRate \ static_assert(alignof(CatPawn_SetCustomAnimationPlayRate) == 0x000004, "Wrong alignment on CatPawn_SetCustomAnimationPlayRate"); \ static_assert(sizeof(CatPawn_SetCustomAnimationPlayRate) == 0x000004, "Wrong size on CatPawn_SetCustomAnimationPlayRate"); \ static_assert(offsetof(CatPawn_SetCustomAnimationPlayRate, _playRate) == 0x000000, "Member 'CatPawn_SetCustomAnimationPlayRate::_playRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_SetCustomMovementEnabled \ static_assert(alignof(CatPawn_SetCustomMovementEnabled) == 0x000001, "Wrong alignment on CatPawn_SetCustomMovementEnabled"); \ static_assert(sizeof(CatPawn_SetCustomMovementEnabled) == 0x000001, "Wrong size on CatPawn_SetCustomMovementEnabled"); \ static_assert(offsetof(CatPawn_SetCustomMovementEnabled, _enabled) == 0x000000, "Member 'CatPawn_SetCustomMovementEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_SetFarInteractionRange \ static_assert(alignof(CatPawn_SetFarInteractionRange) == 0x000004, "Wrong alignment on CatPawn_SetFarInteractionRange"); \ static_assert(sizeof(CatPawn_SetFarInteractionRange) == 0x000004, "Wrong size on CatPawn_SetFarInteractionRange"); \ static_assert(offsetof(CatPawn_SetFarInteractionRange, _range) == 0x000000, "Member 'CatPawn_SetFarInteractionRange::_range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_SetFollowSplineMaxSpeed \ static_assert(alignof(CatPawn_SetFollowSplineMaxSpeed) == 0x000004, "Wrong alignment on CatPawn_SetFollowSplineMaxSpeed"); \ static_assert(sizeof(CatPawn_SetFollowSplineMaxSpeed) == 0x000004, "Wrong size on CatPawn_SetFollowSplineMaxSpeed"); \ static_assert(offsetof(CatPawn_SetFollowSplineMaxSpeed, _maxSpeed) == 0x000000, "Member 'CatPawn_SetFollowSplineMaxSpeed::_maxSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_SetGroundHangingEnabled \ static_assert(alignof(CatPawn_SetGroundHangingEnabled) == 0x000001, "Wrong alignment on CatPawn_SetGroundHangingEnabled"); \ static_assert(sizeof(CatPawn_SetGroundHangingEnabled) == 0x000001, "Wrong size on CatPawn_SetGroundHangingEnabled"); \ static_assert(offsetof(CatPawn_SetGroundHangingEnabled, _enabled) == 0x000000, "Member 'CatPawn_SetGroundHangingEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_SetHideoutActor \ static_assert(alignof(CatPawn_SetHideoutActor) == 0x000008, "Wrong alignment on CatPawn_SetHideoutActor"); \ static_assert(sizeof(CatPawn_SetHideoutActor) == 0x000008, "Wrong size on CatPawn_SetHideoutActor"); \ static_assert(offsetof(CatPawn_SetHideoutActor, _hideoutActor) == 0x000000, "Member 'CatPawn_SetHideoutActor::_hideoutActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_SetInterpolateOverridenRotation \ static_assert(alignof(CatPawn_SetInterpolateOverridenRotation) == 0x000004, "Wrong alignment on CatPawn_SetInterpolateOverridenRotation"); \ static_assert(sizeof(CatPawn_SetInterpolateOverridenRotation) == 0x00000C, "Wrong size on CatPawn_SetInterpolateOverridenRotation"); \ static_assert(offsetof(CatPawn_SetInterpolateOverridenRotation, _overridenRotation) == 0x000000, "Member 'CatPawn_SetInterpolateOverridenRotation::_overridenRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_SetInvertCameraAxis \ static_assert(alignof(CatPawn_SetInvertCameraAxis) == 0x000001, "Wrong alignment on CatPawn_SetInvertCameraAxis"); \ static_assert(sizeof(CatPawn_SetInvertCameraAxis) == 0x000001, "Wrong size on CatPawn_SetInvertCameraAxis"); \ static_assert(offsetof(CatPawn_SetInvertCameraAxis, _invertCamera) == 0x000000, "Member 'CatPawn_SetInvertCameraAxis::_invertCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_SetOverrideInteraction \ static_assert(alignof(CatPawn_SetOverrideInteraction) == 0x000008, "Wrong alignment on CatPawn_SetOverrideInteraction"); \ static_assert(sizeof(CatPawn_SetOverrideInteraction) == 0x000010, "Wrong size on CatPawn_SetOverrideInteraction"); \ static_assert(offsetof(CatPawn_SetOverrideInteraction, _button) == 0x000000, "Member 'CatPawn_SetOverrideInteraction::_button' has a wrong offset!"); \ static_assert(offsetof(CatPawn_SetOverrideInteraction, _catUsableComponent) == 0x000008, "Member 'CatPawn_SetOverrideInteraction::_catUsableComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_StartInteraction \ static_assert(alignof(CatPawn_StartInteraction) == 0x000008, "Wrong alignment on CatPawn_StartInteraction"); \ static_assert(sizeof(CatPawn_StartInteraction) == 0x000008, "Wrong size on CatPawn_StartInteraction"); \ static_assert(offsetof(CatPawn_StartInteraction, _catUsableComponent) == 0x000000, "Member 'CatPawn_StartInteraction::_catUsableComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_StopInteraction \ static_assert(alignof(CatPawn_StopInteraction) == 0x000008, "Wrong alignment on CatPawn_StopInteraction"); \ static_assert(sizeof(CatPawn_StopInteraction) == 0x000008, "Wrong size on CatPawn_StopInteraction"); \ static_assert(offsetof(CatPawn_StopInteraction, _catUsableComponent) == 0x000000, "Member 'CatPawn_StopInteraction::_catUsableComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_Teleport \ static_assert(alignof(CatPawn_Teleport) == 0x000004, "Wrong alignment on CatPawn_Teleport"); \ static_assert(sizeof(CatPawn_Teleport) == 0x00001C, "Wrong size on CatPawn_Teleport"); \ static_assert(offsetof(CatPawn_Teleport, _position) == 0x000000, "Member 'CatPawn_Teleport::_position' has a wrong offset!"); \ static_assert(offsetof(CatPawn_Teleport, _rotation) == 0x00000C, "Member 'CatPawn_Teleport::_rotation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_Teleport, _checkValidity) == 0x000018, "Member 'CatPawn_Teleport::_checkValidity' has a wrong offset!"); \ static_assert(offsetof(CatPawn_Teleport, _teleportCamera) == 0x000019, "Member 'CatPawn_Teleport::_teleportCamera' has a wrong offset!"); \ static_assert(offsetof(CatPawn_Teleport, ReturnValue) == 0x00001A, "Member 'CatPawn_Teleport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_TeleportOnRail \ static_assert(alignof(CatPawn_TeleportOnRail) == 0x000008, "Wrong alignment on CatPawn_TeleportOnRail"); \ static_assert(sizeof(CatPawn_TeleportOnRail) == 0x000028, "Wrong size on CatPawn_TeleportOnRail"); \ static_assert(offsetof(CatPawn_TeleportOnRail, _position) == 0x000000, "Member 'CatPawn_TeleportOnRail::_position' has a wrong offset!"); \ static_assert(offsetof(CatPawn_TeleportOnRail, _rotation) == 0x00000C, "Member 'CatPawn_TeleportOnRail::_rotation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_TeleportOnRail, _rail) == 0x000018, "Member 'CatPawn_TeleportOnRail::_rail' has a wrong offset!"); \ static_assert(offsetof(CatPawn_TeleportOnRail, _teleportCamera) == 0x000020, "Member 'CatPawn_TeleportOnRail::_teleportCamera' has a wrong offset!"); \ static_assert(offsetof(CatPawn_TeleportOnRail, ReturnValue) == 0x000021, "Member 'CatPawn_TeleportOnRail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_TryHangOnRail \ static_assert(alignof(CatPawn_TryHangOnRail) == 0x000004, "Wrong alignment on CatPawn_TryHangOnRail"); \ static_assert(sizeof(CatPawn_TryHangOnRail) == 0x000010, "Wrong size on CatPawn_TryHangOnRail"); \ static_assert(offsetof(CatPawn_TryHangOnRail, _targetLocation) == 0x000000, "Member 'CatPawn_TryHangOnRail::_targetLocation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_TryHangOnRail, ReturnValue) == 0x00000C, "Member 'CatPawn_TryHangOnRail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_TryJump \ static_assert(alignof(CatPawn_TryJump) == 0x000004, "Wrong alignment on CatPawn_TryJump"); \ static_assert(sizeof(CatPawn_TryJump) == 0x00001C, "Wrong size on CatPawn_TryJump"); \ static_assert(offsetof(CatPawn_TryJump, _targetLocation) == 0x000000, "Member 'CatPawn_TryJump::_targetLocation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_TryJump, _targetRotation) == 0x00000C, "Member 'CatPawn_TryJump::_targetRotation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_TryJump, _rejectAtLevelJumpsWithoutGaps) == 0x000018, "Member 'CatPawn_TryJump::_rejectAtLevelJumpsWithoutGaps' has a wrong offset!"); \ static_assert(offsetof(CatPawn_TryJump, ReturnValue) == 0x000019, "Member 'CatPawn_TryJump::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_TryJumpOnRail \ static_assert(alignof(CatPawn_TryJumpOnRail) == 0x000008, "Wrong alignment on CatPawn_TryJumpOnRail"); \ static_assert(sizeof(CatPawn_TryJumpOnRail) == 0x000018, "Wrong size on CatPawn_TryJumpOnRail"); \ static_assert(offsetof(CatPawn_TryJumpOnRail, _rail) == 0x000000, "Member 'CatPawn_TryJumpOnRail::_rail' has a wrong offset!"); \ static_assert(offsetof(CatPawn_TryJumpOnRail, _closestLocation) == 0x000008, "Member 'CatPawn_TryJumpOnRail::_closestLocation' has a wrong offset!"); \ static_assert(offsetof(CatPawn_TryJumpOnRail, ReturnValue) == 0x000014, "Member 'CatPawn_TryJumpOnRail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_UpdateLookAt \ static_assert(alignof(CatPawn_UpdateLookAt) == 0x000008, "Wrong alignment on CatPawn_UpdateLookAt"); \ static_assert(sizeof(CatPawn_UpdateLookAt) == 0x000040, "Wrong size on CatPawn_UpdateLookAt"); \ static_assert(offsetof(CatPawn_UpdateLookAt, _id) == 0x000000, "Member 'CatPawn_UpdateLookAt::_id' has a wrong offset!"); \ static_assert(offsetof(CatPawn_UpdateLookAt, _target) == 0x000008, "Member 'CatPawn_UpdateLookAt::_target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_UpdateSpeedModifier \ static_assert(alignof(CatPawn_UpdateSpeedModifier) == 0x000004, "Wrong alignment on CatPawn_UpdateSpeedModifier"); \ static_assert(sizeof(CatPawn_UpdateSpeedModifier) == 0x00000C, "Wrong size on CatPawn_UpdateSpeedModifier"); \ static_assert(offsetof(CatPawn_UpdateSpeedModifier, _key) == 0x000000, "Member 'CatPawn_UpdateSpeedModifier::_key' has a wrong offset!"); \ static_assert(offsetof(CatPawn_UpdateSpeedModifier, _speedModifier) == 0x000008, "Member 'CatPawn_UpdateSpeedModifier::_speedModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_CanExitAnimation \ static_assert(alignof(CatPawn_CanExitAnimation) == 0x000001, "Wrong alignment on CatPawn_CanExitAnimation"); \ static_assert(sizeof(CatPawn_CanExitAnimation) == 0x000001, "Wrong size on CatPawn_CanExitAnimation"); \ static_assert(offsetof(CatPawn_CanExitAnimation, ReturnValue) == 0x000000, "Member 'CatPawn_CanExitAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_CheckJumpValidity \ static_assert(alignof(CatPawn_CheckJumpValidity) == 0x000010, "Wrong alignment on CatPawn_CheckJumpValidity"); \ static_assert(sizeof(CatPawn_CheckJumpValidity) == 0x000480, "Wrong size on CatPawn_CheckJumpValidity"); \ static_assert(offsetof(CatPawn_CheckJumpValidity, _jumpTargets) == 0x000000, "Member 'CatPawn_CheckJumpValidity::_jumpTargets' has a wrong offset!"); \ static_assert(offsetof(CatPawn_CheckJumpValidity, _failReason) == 0x000460, "Member 'CatPawn_CheckJumpValidity::_failReason' has a wrong offset!"); \ static_assert(offsetof(CatPawn_CheckJumpValidity, ReturnValue) == 0x000470, "Member 'CatPawn_CheckJumpValidity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetAngularVelocity \ static_assert(alignof(CatPawn_GetAngularVelocity) == 0x000010, "Wrong alignment on CatPawn_GetAngularVelocity"); \ static_assert(sizeof(CatPawn_GetAngularVelocity) == 0x000010, "Wrong size on CatPawn_GetAngularVelocity"); \ static_assert(offsetof(CatPawn_GetAngularVelocity, ReturnValue) == 0x000000, "Member 'CatPawn_GetAngularVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetAnimationLastRootMotion \ static_assert(alignof(CatPawn_GetAnimationLastRootMotion) == 0x000010, "Wrong alignment on CatPawn_GetAnimationLastRootMotion"); \ static_assert(sizeof(CatPawn_GetAnimationLastRootMotion) == 0x000030, "Wrong size on CatPawn_GetAnimationLastRootMotion"); \ static_assert(offsetof(CatPawn_GetAnimationLastRootMotion, ReturnValue) == 0x000000, "Member 'CatPawn_GetAnimationLastRootMotion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetAnimInstance \ static_assert(alignof(CatPawn_GetAnimInstance) == 0x000008, "Wrong alignment on CatPawn_GetAnimInstance"); \ static_assert(sizeof(CatPawn_GetAnimInstance) == 0x000008, "Wrong size on CatPawn_GetAnimInstance"); \ static_assert(offsetof(CatPawn_GetAnimInstance, ReturnValue) == 0x000000, "Member 'CatPawn_GetAnimInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetAttitude \ static_assert(alignof(CatPawn_GetAttitude) == 0x000001, "Wrong alignment on CatPawn_GetAttitude"); \ static_assert(sizeof(CatPawn_GetAttitude) == 0x000001, "Wrong size on CatPawn_GetAttitude"); \ static_assert(offsetof(CatPawn_GetAttitude, ReturnValue) == 0x000000, "Member 'CatPawn_GetAttitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetBackpack \ static_assert(alignof(CatPawn_GetBackpack) == 0x000008, "Wrong alignment on CatPawn_GetBackpack"); \ static_assert(sizeof(CatPawn_GetBackpack) == 0x000008, "Wrong size on CatPawn_GetBackpack"); \ static_assert(offsetof(CatPawn_GetBackpack, ReturnValue) == 0x000000, "Member 'CatPawn_GetBackpack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCameraThirdPerson \ static_assert(alignof(CatPawn_GetCameraThirdPerson) == 0x000008, "Wrong alignment on CatPawn_GetCameraThirdPerson"); \ static_assert(sizeof(CatPawn_GetCameraThirdPerson) == 0x000008, "Wrong size on CatPawn_GetCameraThirdPerson"); \ static_assert(offsetof(CatPawn_GetCameraThirdPerson, ReturnValue) == 0x000000, "Member 'CatPawn_GetCameraThirdPerson::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCapsule \ static_assert(alignof(CatPawn_GetCapsule) == 0x000008, "Wrong alignment on CatPawn_GetCapsule"); \ static_assert(sizeof(CatPawn_GetCapsule) == 0x000008, "Wrong size on CatPawn_GetCapsule"); \ static_assert(offsetof(CatPawn_GetCapsule, ReturnValue) == 0x000000, "Member 'CatPawn_GetCapsule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetClosestInteraction \ static_assert(alignof(CatPawn_GetClosestInteraction) == 0x000008, "Wrong alignment on CatPawn_GetClosestInteraction"); \ static_assert(sizeof(CatPawn_GetClosestInteraction) == 0x000010, "Wrong size on CatPawn_GetClosestInteraction"); \ static_assert(offsetof(CatPawn_GetClosestInteraction, _button) == 0x000000, "Member 'CatPawn_GetClosestInteraction::_button' has a wrong offset!"); \ static_assert(offsetof(CatPawn_GetClosestInteraction, ReturnValue) == 0x000008, "Member 'CatPawn_GetClosestInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCorrectedWorldInput \ static_assert(alignof(CatPawn_GetCorrectedWorldInput) == 0x000004, "Wrong alignment on CatPawn_GetCorrectedWorldInput"); \ static_assert(sizeof(CatPawn_GetCorrectedWorldInput) == 0x00000C, "Wrong size on CatPawn_GetCorrectedWorldInput"); \ static_assert(offsetof(CatPawn_GetCorrectedWorldInput, ReturnValue) == 0x000000, "Member 'CatPawn_GetCorrectedWorldInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCurrentGroundMaterial \ static_assert(alignof(CatPawn_GetCurrentGroundMaterial) == 0x000008, "Wrong alignment on CatPawn_GetCurrentGroundMaterial"); \ static_assert(sizeof(CatPawn_GetCurrentGroundMaterial) == 0x000008, "Wrong size on CatPawn_GetCurrentGroundMaterial"); \ static_assert(offsetof(CatPawn_GetCurrentGroundMaterial, ReturnValue) == 0x000000, "Member 'CatPawn_GetCurrentGroundMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCurrentGroundVisualObject \ static_assert(alignof(CatPawn_GetCurrentGroundVisualObject) == 0x000008, "Wrong alignment on CatPawn_GetCurrentGroundVisualObject"); \ static_assert(sizeof(CatPawn_GetCurrentGroundVisualObject) == 0x000008, "Wrong size on CatPawn_GetCurrentGroundVisualObject"); \ static_assert(offsetof(CatPawn_GetCurrentGroundVisualObject, ReturnValue) == 0x000000, "Member 'CatPawn_GetCurrentGroundVisualObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCurrentInteraction \ static_assert(alignof(CatPawn_GetCurrentInteraction) == 0x000008, "Wrong alignment on CatPawn_GetCurrentInteraction"); \ static_assert(sizeof(CatPawn_GetCurrentInteraction) == 0x000010, "Wrong size on CatPawn_GetCurrentInteraction"); \ static_assert(offsetof(CatPawn_GetCurrentInteraction, _button) == 0x000000, "Member 'CatPawn_GetCurrentInteraction::_button' has a wrong offset!"); \ static_assert(offsetof(CatPawn_GetCurrentInteraction, ReturnValue) == 0x000008, "Member 'CatPawn_GetCurrentInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCurrentInteractions \ static_assert(alignof(CatPawn_GetCurrentInteractions) == 0x000008, "Wrong alignment on CatPawn_GetCurrentInteractions"); \ static_assert(sizeof(CatPawn_GetCurrentInteractions) == 0x000018, "Wrong size on CatPawn_GetCurrentInteractions"); \ static_assert(offsetof(CatPawn_GetCurrentInteractions, _button) == 0x000000, "Member 'CatPawn_GetCurrentInteractions::_button' has a wrong offset!"); \ static_assert(offsetof(CatPawn_GetCurrentInteractions, ReturnValue) == 0x000008, "Member 'CatPawn_GetCurrentInteractions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCurrentJumpData \ static_assert(alignof(CatPawn_GetCurrentJumpData) == 0x000010, "Wrong alignment on CatPawn_GetCurrentJumpData"); \ static_assert(sizeof(CatPawn_GetCurrentJumpData) == 0x000460, "Wrong size on CatPawn_GetCurrentJumpData"); \ static_assert(offsetof(CatPawn_GetCurrentJumpData, ReturnValue) == 0x000000, "Member 'CatPawn_GetCurrentJumpData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCurrentJumpHeight \ static_assert(alignof(CatPawn_GetCurrentJumpHeight) == 0x000004, "Wrong alignment on CatPawn_GetCurrentJumpHeight"); \ static_assert(sizeof(CatPawn_GetCurrentJumpHeight) == 0x000004, "Wrong size on CatPawn_GetCurrentJumpHeight"); \ static_assert(offsetof(CatPawn_GetCurrentJumpHeight, ReturnValue) == 0x000000, "Member 'CatPawn_GetCurrentJumpHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCurrentJumpLength \ static_assert(alignof(CatPawn_GetCurrentJumpLength) == 0x000004, "Wrong alignment on CatPawn_GetCurrentJumpLength"); \ static_assert(sizeof(CatPawn_GetCurrentJumpLength) == 0x000004, "Wrong size on CatPawn_GetCurrentJumpLength"); \ static_assert(offsetof(CatPawn_GetCurrentJumpLength, ReturnValue) == 0x000000, "Member 'CatPawn_GetCurrentJumpLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCurrentRail \ static_assert(alignof(CatPawn_GetCurrentRail) == 0x000008, "Wrong alignment on CatPawn_GetCurrentRail"); \ static_assert(sizeof(CatPawn_GetCurrentRail) == 0x000008, "Wrong size on CatPawn_GetCurrentRail"); \ static_assert(offsetof(CatPawn_GetCurrentRail, ReturnValue) == 0x000000, "Member 'CatPawn_GetCurrentRail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCurrentScriptedJump \ static_assert(alignof(CatPawn_GetCurrentScriptedJump) == 0x000008, "Wrong alignment on CatPawn_GetCurrentScriptedJump"); \ static_assert(sizeof(CatPawn_GetCurrentScriptedJump) == 0x000008, "Wrong size on CatPawn_GetCurrentScriptedJump"); \ static_assert(offsetof(CatPawn_GetCurrentScriptedJump, ReturnValue) == 0x000000, "Member 'CatPawn_GetCurrentScriptedJump::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCurrentScriptedJumpAnimation \ static_assert(alignof(CatPawn_GetCurrentScriptedJumpAnimation) == 0x000008, "Wrong alignment on CatPawn_GetCurrentScriptedJumpAnimation"); \ static_assert(sizeof(CatPawn_GetCurrentScriptedJumpAnimation) == 0x000008, "Wrong size on CatPawn_GetCurrentScriptedJumpAnimation"); \ static_assert(offsetof(CatPawn_GetCurrentScriptedJumpAnimation, ReturnValue) == 0x000000, "Member 'CatPawn_GetCurrentScriptedJumpAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetCustomAnimation \ static_assert(alignof(CatPawn_GetCustomAnimation) == 0x000010, "Wrong alignment on CatPawn_GetCustomAnimation"); \ static_assert(sizeof(CatPawn_GetCustomAnimation) == 0x000050, "Wrong size on CatPawn_GetCustomAnimation"); \ static_assert(offsetof(CatPawn_GetCustomAnimation, ReturnValue) == 0x000000, "Member 'CatPawn_GetCustomAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetDefaultStartInteractionSound \ static_assert(alignof(CatPawn_GetDefaultStartInteractionSound) == 0x000008, "Wrong alignment on CatPawn_GetDefaultStartInteractionSound"); \ static_assert(sizeof(CatPawn_GetDefaultStartInteractionSound) == 0x000008, "Wrong size on CatPawn_GetDefaultStartInteractionSound"); \ static_assert(offsetof(CatPawn_GetDefaultStartInteractionSound, ReturnValue) == 0x000000, "Member 'CatPawn_GetDefaultStartInteractionSound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetDistanceOnRail \ static_assert(alignof(CatPawn_GetDistanceOnRail) == 0x000004, "Wrong alignment on CatPawn_GetDistanceOnRail"); \ static_assert(sizeof(CatPawn_GetDistanceOnRail) == 0x000004, "Wrong size on CatPawn_GetDistanceOnRail"); \ static_assert(offsetof(CatPawn_GetDistanceOnRail, ReturnValue) == 0x000000, "Member 'CatPawn_GetDistanceOnRail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetDownJumpTargets \ static_assert(alignof(CatPawn_GetDownJumpTargets) == 0x000008, "Wrong alignment on CatPawn_GetDownJumpTargets"); \ static_assert(sizeof(CatPawn_GetDownJumpTargets) == 0x000010, "Wrong size on CatPawn_GetDownJumpTargets"); \ static_assert(offsetof(CatPawn_GetDownJumpTargets, ReturnValue) == 0x000000, "Member 'CatPawn_GetDownJumpTargets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetDriftAnimationPlayRate \ static_assert(alignof(CatPawn_GetDriftAnimationPlayRate) == 0x000004, "Wrong alignment on CatPawn_GetDriftAnimationPlayRate"); \ static_assert(sizeof(CatPawn_GetDriftAnimationPlayRate) == 0x000004, "Wrong size on CatPawn_GetDriftAnimationPlayRate"); \ static_assert(offsetof(CatPawn_GetDriftAnimationPlayRate, ReturnValue) == 0x000000, "Member 'CatPawn_GetDriftAnimationPlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetDriftFactor \ static_assert(alignof(CatPawn_GetDriftFactor) == 0x000004, "Wrong alignment on CatPawn_GetDriftFactor"); \ static_assert(sizeof(CatPawn_GetDriftFactor) == 0x000004, "Wrong size on CatPawn_GetDriftFactor"); \ static_assert(offsetof(CatPawn_GetDriftFactor, ReturnValue) == 0x000000, "Member 'CatPawn_GetDriftFactor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetDroneFoldedSocket \ static_assert(alignof(CatPawn_GetDroneFoldedSocket) == 0x000008, "Wrong alignment on CatPawn_GetDroneFoldedSocket"); \ static_assert(sizeof(CatPawn_GetDroneFoldedSocket) == 0x000010, "Wrong size on CatPawn_GetDroneFoldedSocket"); \ static_assert(offsetof(CatPawn_GetDroneFoldedSocket, _outSocketName) == 0x000000, "Member 'CatPawn_GetDroneFoldedSocket::_outSocketName' has a wrong offset!"); \ static_assert(offsetof(CatPawn_GetDroneFoldedSocket, ReturnValue) == 0x000008, "Member 'CatPawn_GetDroneFoldedSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetDroneUnfoldedLookSocket \ static_assert(alignof(CatPawn_GetDroneUnfoldedLookSocket) == 0x000008, "Wrong alignment on CatPawn_GetDroneUnfoldedLookSocket"); \ static_assert(sizeof(CatPawn_GetDroneUnfoldedLookSocket) == 0x000010, "Wrong size on CatPawn_GetDroneUnfoldedLookSocket"); \ static_assert(offsetof(CatPawn_GetDroneUnfoldedLookSocket, _outSocketName) == 0x000000, "Member 'CatPawn_GetDroneUnfoldedLookSocket::_outSocketName' has a wrong offset!"); \ static_assert(offsetof(CatPawn_GetDroneUnfoldedLookSocket, ReturnValue) == 0x000008, "Member 'CatPawn_GetDroneUnfoldedLookSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetDroneUnfoldedSocket \ static_assert(alignof(CatPawn_GetDroneUnfoldedSocket) == 0x000008, "Wrong alignment on CatPawn_GetDroneUnfoldedSocket"); \ static_assert(sizeof(CatPawn_GetDroneUnfoldedSocket) == 0x000010, "Wrong size on CatPawn_GetDroneUnfoldedSocket"); \ static_assert(offsetof(CatPawn_GetDroneUnfoldedSocket, _outSocketName) == 0x000000, "Member 'CatPawn_GetDroneUnfoldedSocket::_outSocketName' has a wrong offset!"); \ static_assert(offsetof(CatPawn_GetDroneUnfoldedSocket, ReturnValue) == 0x000008, "Member 'CatPawn_GetDroneUnfoldedSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetFarInteractionRange \ static_assert(alignof(CatPawn_GetFarInteractionRange) == 0x000004, "Wrong alignment on CatPawn_GetFarInteractionRange"); \ static_assert(sizeof(CatPawn_GetFarInteractionRange) == 0x000004, "Wrong size on CatPawn_GetFarInteractionRange"); \ static_assert(offsetof(CatPawn_GetFarInteractionRange, ReturnValue) == 0x000000, "Member 'CatPawn_GetFarInteractionRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetFinalDriftParameters \ static_assert(alignof(CatPawn_GetFinalDriftParameters) == 0x000008, "Wrong alignment on CatPawn_GetFinalDriftParameters"); \ static_assert(sizeof(CatPawn_GetFinalDriftParameters) == 0x000018, "Wrong size on CatPawn_GetFinalDriftParameters"); \ static_assert(offsetof(CatPawn_GetFinalDriftParameters, ReturnValue) == 0x000000, "Member 'CatPawn_GetFinalDriftParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetFinalSpeedModifier \ static_assert(alignof(CatPawn_GetFinalSpeedModifier) == 0x000004, "Wrong alignment on CatPawn_GetFinalSpeedModifier"); \ static_assert(sizeof(CatPawn_GetFinalSpeedModifier) == 0x000004, "Wrong size on CatPawn_GetFinalSpeedModifier"); \ static_assert(offsetof(CatPawn_GetFinalSpeedModifier, ReturnValue) == 0x000000, "Member 'CatPawn_GetFinalSpeedModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetFollowSplineMaxSpeed \ static_assert(alignof(CatPawn_GetFollowSplineMaxSpeed) == 0x000004, "Wrong alignment on CatPawn_GetFollowSplineMaxSpeed"); \ static_assert(sizeof(CatPawn_GetFollowSplineMaxSpeed) == 0x000004, "Wrong size on CatPawn_GetFollowSplineMaxSpeed"); \ static_assert(offsetof(CatPawn_GetFollowSplineMaxSpeed, ReturnValue) == 0x000000, "Member 'CatPawn_GetFollowSplineMaxSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetGroundProbeData \ static_assert(alignof(CatPawn_GetGroundProbeData) == 0x000010, "Wrong alignment on CatPawn_GetGroundProbeData"); \ static_assert(sizeof(CatPawn_GetGroundProbeData) == 0x000090, "Wrong size on CatPawn_GetGroundProbeData"); \ static_assert(offsetof(CatPawn_GetGroundProbeData, ReturnValue) == 0x000000, "Member 'CatPawn_GetGroundProbeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetHangingAngle \ static_assert(alignof(CatPawn_GetHangingAngle) == 0x000004, "Wrong alignment on CatPawn_GetHangingAngle"); \ static_assert(sizeof(CatPawn_GetHangingAngle) == 0x000004, "Wrong size on CatPawn_GetHangingAngle"); \ static_assert(offsetof(CatPawn_GetHangingAngle, ReturnValue) == 0x000000, "Member 'CatPawn_GetHangingAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetHangingPlane \ static_assert(alignof(CatPawn_GetHangingPlane) == 0x000010, "Wrong alignment on CatPawn_GetHangingPlane"); \ static_assert(sizeof(CatPawn_GetHangingPlane) == 0x000010, "Wrong size on CatPawn_GetHangingPlane"); \ static_assert(offsetof(CatPawn_GetHangingPlane, ReturnValue) == 0x000000, "Member 'CatPawn_GetHangingPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetHeadLocation \ static_assert(alignof(CatPawn_GetHeadLocation) == 0x000004, "Wrong alignment on CatPawn_GetHeadLocation"); \ static_assert(sizeof(CatPawn_GetHeadLocation) == 0x00000C, "Wrong size on CatPawn_GetHeadLocation"); \ static_assert(offsetof(CatPawn_GetHeadLocation, ReturnValue) == 0x000000, "Member 'CatPawn_GetHeadLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetHeadSocket \ static_assert(alignof(CatPawn_GetHeadSocket) == 0x000008, "Wrong alignment on CatPawn_GetHeadSocket"); \ static_assert(sizeof(CatPawn_GetHeadSocket) == 0x000010, "Wrong size on CatPawn_GetHeadSocket"); \ static_assert(offsetof(CatPawn_GetHeadSocket, _outComponent) == 0x000000, "Member 'CatPawn_GetHeadSocket::_outComponent' has a wrong offset!"); \ static_assert(offsetof(CatPawn_GetHeadSocket, _outSocketName) == 0x000008, "Member 'CatPawn_GetHeadSocket::_outSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetHideoutActor \ static_assert(alignof(CatPawn_GetHideoutActor) == 0x000008, "Wrong alignment on CatPawn_GetHideoutActor"); \ static_assert(sizeof(CatPawn_GetHideoutActor) == 0x000008, "Wrong size on CatPawn_GetHideoutActor"); \ static_assert(offsetof(CatPawn_GetHideoutActor, ReturnValue) == 0x000000, "Member 'CatPawn_GetHideoutActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetInputThreshold \ static_assert(alignof(CatPawn_GetInputThreshold) == 0x000004, "Wrong alignment on CatPawn_GetInputThreshold"); \ static_assert(sizeof(CatPawn_GetInputThreshold) == 0x000004, "Wrong size on CatPawn_GetInputThreshold"); \ static_assert(offsetof(CatPawn_GetInputThreshold, ReturnValue) == 0x000000, "Member 'CatPawn_GetInputThreshold::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetInterpolateAnimation \ static_assert(alignof(CatPawn_GetInterpolateAnimation) == 0x000008, "Wrong alignment on CatPawn_GetInterpolateAnimation"); \ static_assert(sizeof(CatPawn_GetInterpolateAnimation) == 0x000008, "Wrong size on CatPawn_GetInterpolateAnimation"); \ static_assert(offsetof(CatPawn_GetInterpolateAnimation, ReturnValue) == 0x000000, "Member 'CatPawn_GetInterpolateAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetJumpAnimationRemainingTime \ static_assert(alignof(CatPawn_GetJumpAnimationRemainingTime) == 0x000004, "Wrong alignment on CatPawn_GetJumpAnimationRemainingTime"); \ static_assert(sizeof(CatPawn_GetJumpAnimationRemainingTime) == 0x000004, "Wrong size on CatPawn_GetJumpAnimationRemainingTime"); \ static_assert(offsetof(CatPawn_GetJumpAnimationRemainingTime, ReturnValue) == 0x000000, "Member 'CatPawn_GetJumpAnimationRemainingTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetJumpDownPressedTriggerTime \ static_assert(alignof(CatPawn_GetJumpDownPressedTriggerTime) == 0x000004, "Wrong alignment on CatPawn_GetJumpDownPressedTriggerTime"); \ static_assert(sizeof(CatPawn_GetJumpDownPressedTriggerTime) == 0x000004, "Wrong size on CatPawn_GetJumpDownPressedTriggerTime"); \ static_assert(offsetof(CatPawn_GetJumpDownPressedTriggerTime, ReturnValue) == 0x000000, "Member 'CatPawn_GetJumpDownPressedTriggerTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetJumpSearchRotation \ static_assert(alignof(CatPawn_GetJumpSearchRotation) == 0x000004, "Wrong alignment on CatPawn_GetJumpSearchRotation"); \ static_assert(sizeof(CatPawn_GetJumpSearchRotation) == 0x00000C, "Wrong size on CatPawn_GetJumpSearchRotation"); \ static_assert(offsetof(CatPawn_GetJumpSearchRotation, ReturnValue) == 0x000000, "Member 'CatPawn_GetJumpSearchRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetJumpStartVelocity \ static_assert(alignof(CatPawn_GetJumpStartVelocity) == 0x000004, "Wrong alignment on CatPawn_GetJumpStartVelocity"); \ static_assert(sizeof(CatPawn_GetJumpStartVelocity) == 0x00000C, "Wrong size on CatPawn_GetJumpStartVelocity"); \ static_assert(offsetof(CatPawn_GetJumpStartVelocity, ReturnValue) == 0x000000, "Member 'CatPawn_GetJumpStartVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetJumpTrajectoryMotionRatio \ static_assert(alignof(CatPawn_GetJumpTrajectoryMotionRatio) == 0x000004, "Wrong alignment on CatPawn_GetJumpTrajectoryMotionRatio"); \ static_assert(sizeof(CatPawn_GetJumpTrajectoryMotionRatio) == 0x000004, "Wrong size on CatPawn_GetJumpTrajectoryMotionRatio"); \ static_assert(offsetof(CatPawn_GetJumpTrajectoryMotionRatio, ReturnValue) == 0x000000, "Member 'CatPawn_GetJumpTrajectoryMotionRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetJumpUpPressedTimer \ static_assert(alignof(CatPawn_GetJumpUpPressedTimer) == 0x000004, "Wrong alignment on CatPawn_GetJumpUpPressedTimer"); \ static_assert(sizeof(CatPawn_GetJumpUpPressedTimer) == 0x000004, "Wrong size on CatPawn_GetJumpUpPressedTimer"); \ static_assert(offsetof(CatPawn_GetJumpUpPressedTimer, ReturnValue) == 0x000000, "Member 'CatPawn_GetJumpUpPressedTimer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetLegsHeight \ static_assert(alignof(CatPawn_GetLegsHeight) == 0x000004, "Wrong alignment on CatPawn_GetLegsHeight"); \ static_assert(sizeof(CatPawn_GetLegsHeight) == 0x000004, "Wrong size on CatPawn_GetLegsHeight"); \ static_assert(offsetof(CatPawn_GetLegsHeight, ReturnValue) == 0x000000, "Member 'CatPawn_GetLegsHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetLife \ static_assert(alignof(CatPawn_GetLife) == 0x000004, "Wrong alignment on CatPawn_GetLife"); \ static_assert(sizeof(CatPawn_GetLife) == 0x000004, "Wrong size on CatPawn_GetLife"); \ static_assert(offsetof(CatPawn_GetLife, ReturnValue) == 0x000000, "Member 'CatPawn_GetLife::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetLocalAngularVelocity \ static_assert(alignof(CatPawn_GetLocalAngularVelocity) == 0x000010, "Wrong alignment on CatPawn_GetLocalAngularVelocity"); \ static_assert(sizeof(CatPawn_GetLocalAngularVelocity) == 0x000010, "Wrong size on CatPawn_GetLocalAngularVelocity"); \ static_assert(offsetof(CatPawn_GetLocalAngularVelocity, ReturnValue) == 0x000000, "Member 'CatPawn_GetLocalAngularVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetLocalGroundVelocity \ static_assert(alignof(CatPawn_GetLocalGroundVelocity) == 0x000004, "Wrong alignment on CatPawn_GetLocalGroundVelocity"); \ static_assert(sizeof(CatPawn_GetLocalGroundVelocity) == 0x00000C, "Wrong size on CatPawn_GetLocalGroundVelocity"); \ static_assert(offsetof(CatPawn_GetLocalGroundVelocity, ReturnValue) == 0x000000, "Member 'CatPawn_GetLocalGroundVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetLocalVelocity \ static_assert(alignof(CatPawn_GetLocalVelocity) == 0x000004, "Wrong alignment on CatPawn_GetLocalVelocity"); \ static_assert(sizeof(CatPawn_GetLocalVelocity) == 0x00000C, "Wrong size on CatPawn_GetLocalVelocity"); \ static_assert(offsetof(CatPawn_GetLocalVelocity, ReturnValue) == 0x000000, "Member 'CatPawn_GetLocalVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetLocalVelocityRatio \ static_assert(alignof(CatPawn_GetLocalVelocityRatio) == 0x000004, "Wrong alignment on CatPawn_GetLocalVelocityRatio"); \ static_assert(sizeof(CatPawn_GetLocalVelocityRatio) == 0x000004, "Wrong size on CatPawn_GetLocalVelocityRatio"); \ static_assert(offsetof(CatPawn_GetLocalVelocityRatio, ReturnValue) == 0x000000, "Member 'CatPawn_GetLocalVelocityRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetLocationOnRail \ static_assert(alignof(CatPawn_GetLocationOnRail) == 0x000004, "Wrong alignment on CatPawn_GetLocationOnRail"); \ static_assert(sizeof(CatPawn_GetLocationOnRail) == 0x00000C, "Wrong size on CatPawn_GetLocationOnRail"); \ static_assert(offsetof(CatPawn_GetLocationOnRail, ReturnValue) == 0x000000, "Member 'CatPawn_GetLocationOnRail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetLookAtRotator \ static_assert(alignof(CatPawn_GetLookAtRotator) == 0x000004, "Wrong alignment on CatPawn_GetLookAtRotator"); \ static_assert(sizeof(CatPawn_GetLookAtRotator) == 0x00000C, "Wrong size on CatPawn_GetLookAtRotator"); \ static_assert(offsetof(CatPawn_GetLookAtRotator, ReturnValue) == 0x000000, "Member 'CatPawn_GetLookAtRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetMaxLife \ static_assert(alignof(CatPawn_GetMaxLife) == 0x000004, "Wrong alignment on CatPawn_GetMaxLife"); \ static_assert(sizeof(CatPawn_GetMaxLife) == 0x000004, "Wrong size on CatPawn_GetMaxLife"); \ static_assert(offsetof(CatPawn_GetMaxLife, ReturnValue) == 0x000000, "Member 'CatPawn_GetMaxLife::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetMinimumRailLength \ static_assert(alignof(CatPawn_GetMinimumRailLength) == 0x000004, "Wrong alignment on CatPawn_GetMinimumRailLength"); \ static_assert(sizeof(CatPawn_GetMinimumRailLength) == 0x000004, "Wrong size on CatPawn_GetMinimumRailLength"); \ static_assert(offsetof(CatPawn_GetMinimumRailLength, ReturnValue) == 0x000000, "Member 'CatPawn_GetMinimumRailLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetMovementIgnoredActors \ static_assert(alignof(CatPawn_GetMovementIgnoredActors) == 0x000008, "Wrong alignment on CatPawn_GetMovementIgnoredActors"); \ static_assert(sizeof(CatPawn_GetMovementIgnoredActors) == 0x000010, "Wrong size on CatPawn_GetMovementIgnoredActors"); \ static_assert(offsetof(CatPawn_GetMovementIgnoredActors, ReturnValue) == 0x000000, "Member 'CatPawn_GetMovementIgnoredActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetMovementInput \ static_assert(alignof(CatPawn_GetMovementInput) == 0x000004, "Wrong alignment on CatPawn_GetMovementInput"); \ static_assert(sizeof(CatPawn_GetMovementInput) == 0x00000C, "Wrong size on CatPawn_GetMovementInput"); \ static_assert(offsetof(CatPawn_GetMovementInput, ReturnValue) == 0x000000, "Member 'CatPawn_GetMovementInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetPerchAngle \ static_assert(alignof(CatPawn_GetPerchAngle) == 0x000004, "Wrong alignment on CatPawn_GetPerchAngle"); \ static_assert(sizeof(CatPawn_GetPerchAngle) == 0x000004, "Wrong size on CatPawn_GetPerchAngle"); \ static_assert(offsetof(CatPawn_GetPerchAngle, ReturnValue) == 0x000000, "Member 'CatPawn_GetPerchAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetProbeDirectionAngles \ static_assert(alignof(CatPawn_GetProbeDirectionAngles) == 0x000008, "Wrong alignment on CatPawn_GetProbeDirectionAngles"); \ static_assert(sizeof(CatPawn_GetProbeDirectionAngles) == 0x000010, "Wrong size on CatPawn_GetProbeDirectionAngles"); \ static_assert(offsetof(CatPawn_GetProbeDirectionAngles, ReturnValue) == 0x000000, "Member 'CatPawn_GetProbeDirectionAngles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetProcessedWorldInput \ static_assert(alignof(CatPawn_GetProcessedWorldInput) == 0x000004, "Wrong alignment on CatPawn_GetProcessedWorldInput"); \ static_assert(sizeof(CatPawn_GetProcessedWorldInput) == 0x00000C, "Wrong size on CatPawn_GetProcessedWorldInput"); \ static_assert(offsetof(CatPawn_GetProcessedWorldInput, ReturnValue) == 0x000000, "Member 'CatPawn_GetProcessedWorldInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetRawStickInput \ static_assert(alignof(CatPawn_GetRawStickInput) == 0x000004, "Wrong alignment on CatPawn_GetRawStickInput"); \ static_assert(sizeof(CatPawn_GetRawStickInput) == 0x00000C, "Wrong size on CatPawn_GetRawStickInput"); \ static_assert(offsetof(CatPawn_GetRawStickInput, ReturnValue) == 0x000000, "Member 'CatPawn_GetRawStickInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetRunningMaxSpeed \ static_assert(alignof(CatPawn_GetRunningMaxSpeed) == 0x000004, "Wrong alignment on CatPawn_GetRunningMaxSpeed"); \ static_assert(sizeof(CatPawn_GetRunningMaxSpeed) == 0x000004, "Wrong size on CatPawn_GetRunningMaxSpeed"); \ static_assert(offsetof(CatPawn_GetRunningMaxSpeed, ReturnValue) == 0x000000, "Member 'CatPawn_GetRunningMaxSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetSkeletalMesh \ static_assert(alignof(CatPawn_GetSkeletalMesh) == 0x000008, "Wrong alignment on CatPawn_GetSkeletalMesh"); \ static_assert(sizeof(CatPawn_GetSkeletalMesh) == 0x000008, "Wrong size on CatPawn_GetSkeletalMesh"); \ static_assert(offsetof(CatPawn_GetSkeletalMesh, ReturnValue) == 0x000000, "Member 'CatPawn_GetSkeletalMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetSplineToFollow \ static_assert(alignof(CatPawn_GetSplineToFollow) == 0x000008, "Wrong alignment on CatPawn_GetSplineToFollow"); \ static_assert(sizeof(CatPawn_GetSplineToFollow) == 0x000008, "Wrong size on CatPawn_GetSplineToFollow"); \ static_assert(offsetof(CatPawn_GetSplineToFollow, ReturnValue) == 0x000000, "Member 'CatPawn_GetSplineToFollow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetUpJumpTargets \ static_assert(alignof(CatPawn_GetUpJumpTargets) == 0x000008, "Wrong alignment on CatPawn_GetUpJumpTargets"); \ static_assert(sizeof(CatPawn_GetUpJumpTargets) == 0x000010, "Wrong size on CatPawn_GetUpJumpTargets"); \ static_assert(offsetof(CatPawn_GetUpJumpTargets, ReturnValue) == 0x000000, "Member 'CatPawn_GetUpJumpTargets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetUTurnSource \ static_assert(alignof(CatPawn_GetUTurnSource) == 0x000010, "Wrong alignment on CatPawn_GetUTurnSource"); \ static_assert(sizeof(CatPawn_GetUTurnSource) == 0x000070, "Wrong size on CatPawn_GetUTurnSource"); \ static_assert(offsetof(CatPawn_GetUTurnSource, ReturnValue) == 0x000000, "Member 'CatPawn_GetUTurnSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetUTurnTarget \ static_assert(alignof(CatPawn_GetUTurnTarget) == 0x000010, "Wrong alignment on CatPawn_GetUTurnTarget"); \ static_assert(sizeof(CatPawn_GetUTurnTarget) == 0x000070, "Wrong size on CatPawn_GetUTurnTarget"); \ static_assert(offsetof(CatPawn_GetUTurnTarget, ReturnValue) == 0x000000, "Member 'CatPawn_GetUTurnTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetVelocityRatio \ static_assert(alignof(CatPawn_GetVelocityRatio) == 0x000004, "Wrong alignment on CatPawn_GetVelocityRatio"); \ static_assert(sizeof(CatPawn_GetVelocityRatio) == 0x000004, "Wrong size on CatPawn_GetVelocityRatio"); \ static_assert(offsetof(CatPawn_GetVelocityRatio, ReturnValue) == 0x000000, "Member 'CatPawn_GetVelocityRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetWalkingMaxSpeed \ static_assert(alignof(CatPawn_GetWalkingMaxSpeed) == 0x000004, "Wrong alignment on CatPawn_GetWalkingMaxSpeed"); \ static_assert(sizeof(CatPawn_GetWalkingMaxSpeed) == 0x000004, "Wrong size on CatPawn_GetWalkingMaxSpeed"); \ static_assert(offsetof(CatPawn_GetWalkingMaxSpeed, ReturnValue) == 0x000000, "Member 'CatPawn_GetWalkingMaxSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetWallPerchRatio \ static_assert(alignof(CatPawn_GetWallPerchRatio) == 0x000004, "Wrong alignment on CatPawn_GetWallPerchRatio"); \ static_assert(sizeof(CatPawn_GetWallPerchRatio) == 0x000004, "Wrong size on CatPawn_GetWallPerchRatio"); \ static_assert(offsetof(CatPawn_GetWallPerchRatio, ReturnValue) == 0x000000, "Member 'CatPawn_GetWallPerchRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_GetZurgSockets \ static_assert(alignof(CatPawn_GetZurgSockets) == 0x000008, "Wrong alignment on CatPawn_GetZurgSockets"); \ static_assert(sizeof(CatPawn_GetZurgSockets) == 0x000010, "Wrong size on CatPawn_GetZurgSockets"); \ static_assert(offsetof(CatPawn_GetZurgSockets, ReturnValue) == 0x000000, "Member 'CatPawn_GetZurgSockets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_HasCustomAnimationFinishedPlay \ static_assert(alignof(CatPawn_HasCustomAnimationFinishedPlay) == 0x000001, "Wrong alignment on CatPawn_HasCustomAnimationFinishedPlay"); \ static_assert(sizeof(CatPawn_HasCustomAnimationFinishedPlay) == 0x000001, "Wrong size on CatPawn_HasCustomAnimationFinishedPlay"); \ static_assert(offsetof(CatPawn_HasCustomAnimationFinishedPlay, ReturnValue) == 0x000000, "Member 'CatPawn_HasCustomAnimationFinishedPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsBeingFearRepelled \ static_assert(alignof(CatPawn_IsBeingFearRepelled) == 0x000001, "Wrong alignment on CatPawn_IsBeingFearRepelled"); \ static_assert(sizeof(CatPawn_IsBeingFearRepelled) == 0x000001, "Wrong size on CatPawn_IsBeingFearRepelled"); \ static_assert(offsetof(CatPawn_IsBeingFearRepelled, ReturnValue) == 0x000000, "Member 'CatPawn_IsBeingFearRepelled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsCatAnimationEnabled \ static_assert(alignof(CatPawn_IsCatAnimationEnabled) == 0x000001, "Wrong alignment on CatPawn_IsCatAnimationEnabled"); \ static_assert(sizeof(CatPawn_IsCatAnimationEnabled) == 0x000001, "Wrong size on CatPawn_IsCatAnimationEnabled"); \ static_assert(offsetof(CatPawn_IsCatAnimationEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsCatAnimationEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsCatButtonDown \ static_assert(alignof(CatPawn_IsCatButtonDown) == 0x000001, "Wrong alignment on CatPawn_IsCatButtonDown"); \ static_assert(sizeof(CatPawn_IsCatButtonDown) == 0x000001, "Wrong size on CatPawn_IsCatButtonDown"); \ static_assert(offsetof(CatPawn_IsCatButtonDown, ReturnValue) == 0x000000, "Member 'CatPawn_IsCatButtonDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsCatButtonEnabled \ static_assert(alignof(CatPawn_IsCatButtonEnabled) == 0x000001, "Wrong alignment on CatPawn_IsCatButtonEnabled"); \ static_assert(sizeof(CatPawn_IsCatButtonEnabled) == 0x000001, "Wrong size on CatPawn_IsCatButtonEnabled"); \ static_assert(offsetof(CatPawn_IsCatButtonEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsCatButtonEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsCatButtonPressed \ static_assert(alignof(CatPawn_IsCatButtonPressed) == 0x000001, "Wrong alignment on CatPawn_IsCatButtonPressed"); \ static_assert(sizeof(CatPawn_IsCatButtonPressed) == 0x000001, "Wrong size on CatPawn_IsCatButtonPressed"); \ static_assert(offsetof(CatPawn_IsCatButtonPressed, ReturnValue) == 0x000000, "Member 'CatPawn_IsCatButtonPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsCatButtonReleased \ static_assert(alignof(CatPawn_IsCatButtonReleased) == 0x000001, "Wrong alignment on CatPawn_IsCatButtonReleased"); \ static_assert(sizeof(CatPawn_IsCatButtonReleased) == 0x000001, "Wrong size on CatPawn_IsCatButtonReleased"); \ static_assert(offsetof(CatPawn_IsCatButtonReleased, ReturnValue) == 0x000000, "Member 'CatPawn_IsCatButtonReleased::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsCrossing \ static_assert(alignof(CatPawn_IsCrossing) == 0x000001, "Wrong alignment on CatPawn_IsCrossing"); \ static_assert(sizeof(CatPawn_IsCrossing) == 0x000001, "Wrong size on CatPawn_IsCrossing"); \ static_assert(offsetof(CatPawn_IsCrossing, ReturnValue) == 0x000000, "Member 'CatPawn_IsCrossing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsCustomAnimationEnabled \ static_assert(alignof(CatPawn_IsCustomAnimationEnabled) == 0x000001, "Wrong alignment on CatPawn_IsCustomAnimationEnabled"); \ static_assert(sizeof(CatPawn_IsCustomAnimationEnabled) == 0x000001, "Wrong size on CatPawn_IsCustomAnimationEnabled"); \ static_assert(offsetof(CatPawn_IsCustomAnimationEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsCustomAnimationEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsCustomMovementEnabled \ static_assert(alignof(CatPawn_IsCustomMovementEnabled) == 0x000001, "Wrong alignment on CatPawn_IsCustomMovementEnabled"); \ static_assert(sizeof(CatPawn_IsCustomMovementEnabled) == 0x000001, "Wrong size on CatPawn_IsCustomMovementEnabled"); \ static_assert(offsetof(CatPawn_IsCustomMovementEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsCustomMovementEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsDead \ static_assert(alignof(CatPawn_IsDead) == 0x000001, "Wrong alignment on CatPawn_IsDead"); \ static_assert(sizeof(CatPawn_IsDead) == 0x000001, "Wrong size on CatPawn_IsDead"); \ static_assert(offsetof(CatPawn_IsDead, ReturnValue) == 0x000000, "Member 'CatPawn_IsDead::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsDoingAutomatedRailHanging \ static_assert(alignof(CatPawn_IsDoingAutomatedRailHanging) == 0x000001, "Wrong alignment on CatPawn_IsDoingAutomatedRailHanging"); \ static_assert(sizeof(CatPawn_IsDoingAutomatedRailHanging) == 0x000001, "Wrong size on CatPawn_IsDoingAutomatedRailHanging"); \ static_assert(offsetof(CatPawn_IsDoingAutomatedRailHanging, ReturnValue) == 0x000000, "Member 'CatPawn_IsDoingAutomatedRailHanging::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsExitingHanging \ static_assert(alignof(CatPawn_IsExitingHanging) == 0x000001, "Wrong alignment on CatPawn_IsExitingHanging"); \ static_assert(sizeof(CatPawn_IsExitingHanging) == 0x000001, "Wrong size on CatPawn_IsExitingHanging"); \ static_assert(offsetof(CatPawn_IsExitingHanging, ReturnValue) == 0x000000, "Member 'CatPawn_IsExitingHanging::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsExitingHanging180 \ static_assert(alignof(CatPawn_IsExitingHanging180) == 0x000001, "Wrong alignment on CatPawn_IsExitingHanging180"); \ static_assert(sizeof(CatPawn_IsExitingHanging180) == 0x000001, "Wrong size on CatPawn_IsExitingHanging180"); \ static_assert(offsetof(CatPawn_IsExitingHanging180, ReturnValue) == 0x000000, "Member 'CatPawn_IsExitingHanging180::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsExitingHangingLeft \ static_assert(alignof(CatPawn_IsExitingHangingLeft) == 0x000001, "Wrong alignment on CatPawn_IsExitingHangingLeft"); \ static_assert(sizeof(CatPawn_IsExitingHangingLeft) == 0x000001, "Wrong size on CatPawn_IsExitingHangingLeft"); \ static_assert(offsetof(CatPawn_IsExitingHangingLeft, ReturnValue) == 0x000000, "Member 'CatPawn_IsExitingHangingLeft::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsFalling \ static_assert(alignof(CatPawn_IsFalling) == 0x000001, "Wrong alignment on CatPawn_IsFalling"); \ static_assert(sizeof(CatPawn_IsFalling) == 0x000001, "Wrong size on CatPawn_IsFalling"); \ static_assert(offsetof(CatPawn_IsFalling, ReturnValue) == 0x000000, "Member 'CatPawn_IsFalling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsFollowingRail \ static_assert(alignof(CatPawn_IsFollowingRail) == 0x000001, "Wrong alignment on CatPawn_IsFollowingRail"); \ static_assert(sizeof(CatPawn_IsFollowingRail) == 0x000001, "Wrong size on CatPawn_IsFollowingRail"); \ static_assert(offsetof(CatPawn_IsFollowingRail, ReturnValue) == 0x000000, "Member 'CatPawn_IsFollowingRail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsFollowingSpline \ static_assert(alignof(CatPawn_IsFollowingSpline) == 0x000001, "Wrong alignment on CatPawn_IsFollowingSpline"); \ static_assert(sizeof(CatPawn_IsFollowingSpline) == 0x000001, "Wrong size on CatPawn_IsFollowingSpline"); \ static_assert(offsetof(CatPawn_IsFollowingSpline, ReturnValue) == 0x000000, "Member 'CatPawn_IsFollowingSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsFreeZurgSlotAvailable \ static_assert(alignof(CatPawn_IsFreeZurgSlotAvailable) == 0x000001, "Wrong alignment on CatPawn_IsFreeZurgSlotAvailable"); \ static_assert(sizeof(CatPawn_IsFreeZurgSlotAvailable) == 0x000001, "Wrong size on CatPawn_IsFreeZurgSlotAvailable"); \ static_assert(offsetof(CatPawn_IsFreeZurgSlotAvailable, ReturnValue) == 0x000000, "Member 'CatPawn_IsFreeZurgSlotAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsFrozen \ static_assert(alignof(CatPawn_IsFrozen) == 0x000001, "Wrong alignment on CatPawn_IsFrozen"); \ static_assert(sizeof(CatPawn_IsFrozen) == 0x000001, "Wrong size on CatPawn_IsFrozen"); \ static_assert(offsetof(CatPawn_IsFrozen, ReturnValue) == 0x000000, "Member 'CatPawn_IsFrozen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsGrabbed \ static_assert(alignof(CatPawn_IsGrabbed) == 0x000001, "Wrong alignment on CatPawn_IsGrabbed"); \ static_assert(sizeof(CatPawn_IsGrabbed) == 0x000001, "Wrong size on CatPawn_IsGrabbed"); \ static_assert(offsetof(CatPawn_IsGrabbed, ReturnValue) == 0x000000, "Member 'CatPawn_IsGrabbed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsGroundHangingEnabled \ static_assert(alignof(CatPawn_IsGroundHangingEnabled) == 0x000001, "Wrong alignment on CatPawn_IsGroundHangingEnabled"); \ static_assert(sizeof(CatPawn_IsGroundHangingEnabled) == 0x000001, "Wrong size on CatPawn_IsGroundHangingEnabled"); \ static_assert(offsetof(CatPawn_IsGroundHangingEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsGroundHangingEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsHackObstacle \ static_assert(alignof(CatPawn_IsHackObstacle) == 0x000008, "Wrong alignment on CatPawn_IsHackObstacle"); \ static_assert(sizeof(CatPawn_IsHackObstacle) == 0x000010, "Wrong size on CatPawn_IsHackObstacle"); \ static_assert(offsetof(CatPawn_IsHackObstacle, _actor) == 0x000000, "Member 'CatPawn_IsHackObstacle::_actor' has a wrong offset!"); \ static_assert(offsetof(CatPawn_IsHackObstacle, ReturnValue) == 0x000008, "Member 'CatPawn_IsHackObstacle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsHanging \ static_assert(alignof(CatPawn_IsHanging) == 0x000001, "Wrong alignment on CatPawn_IsHanging"); \ static_assert(sizeof(CatPawn_IsHanging) == 0x000001, "Wrong size on CatPawn_IsHanging"); \ static_assert(offsetof(CatPawn_IsHanging, ReturnValue) == 0x000000, "Member 'CatPawn_IsHanging::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsHangingEnabled \ static_assert(alignof(CatPawn_IsHangingEnabled) == 0x000001, "Wrong alignment on CatPawn_IsHangingEnabled"); \ static_assert(sizeof(CatPawn_IsHangingEnabled) == 0x000001, "Wrong size on CatPawn_IsHangingEnabled"); \ static_assert(offsetof(CatPawn_IsHangingEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsHangingEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsHangingRequested \ static_assert(alignof(CatPawn_IsHangingRequested) == 0x000001, "Wrong alignment on CatPawn_IsHangingRequested"); \ static_assert(sizeof(CatPawn_IsHangingRequested) == 0x000001, "Wrong size on CatPawn_IsHangingRequested"); \ static_assert(offsetof(CatPawn_IsHangingRequested, ReturnValue) == 0x000000, "Member 'CatPawn_IsHangingRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsIdle \ static_assert(alignof(CatPawn_IsIdle) == 0x000001, "Wrong alignment on CatPawn_IsIdle"); \ static_assert(sizeof(CatPawn_IsIdle) == 0x000001, "Wrong size on CatPawn_IsIdle"); \ static_assert(offsetof(CatPawn_IsIdle, ReturnValue) == 0x000000, "Member 'CatPawn_IsIdle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsIdleEnabled \ static_assert(alignof(CatPawn_IsIdleEnabled) == 0x000001, "Wrong alignment on CatPawn_IsIdleEnabled"); \ static_assert(sizeof(CatPawn_IsIdleEnabled) == 0x000001, "Wrong size on CatPawn_IsIdleEnabled"); \ static_assert(offsetof(CatPawn_IsIdleEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsIdleEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInCameraShoulderMode \ static_assert(alignof(CatPawn_IsInCameraShoulderMode) == 0x000001, "Wrong alignment on CatPawn_IsInCameraShoulderMode"); \ static_assert(sizeof(CatPawn_IsInCameraShoulderMode) == 0x000001, "Wrong size on CatPawn_IsInCameraShoulderMode"); \ static_assert(offsetof(CatPawn_IsInCameraShoulderMode, ReturnValue) == 0x000000, "Member 'CatPawn_IsInCameraShoulderMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInExitingHangingFirstPhase \ static_assert(alignof(CatPawn_IsInExitingHangingFirstPhase) == 0x000001, "Wrong alignment on CatPawn_IsInExitingHangingFirstPhase"); \ static_assert(sizeof(CatPawn_IsInExitingHangingFirstPhase) == 0x000001, "Wrong size on CatPawn_IsInExitingHangingFirstPhase"); \ static_assert(offsetof(CatPawn_IsInExitingHangingFirstPhase, ReturnValue) == 0x000000, "Member 'CatPawn_IsInExitingHangingFirstPhase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInFear \ static_assert(alignof(CatPawn_IsInFear) == 0x000001, "Wrong alignment on CatPawn_IsInFear"); \ static_assert(sizeof(CatPawn_IsInFear) == 0x000001, "Wrong size on CatPawn_IsInFear"); \ static_assert(offsetof(CatPawn_IsInFear, ReturnValue) == 0x000000, "Member 'CatPawn_IsInFear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInJumpBegin \ static_assert(alignof(CatPawn_IsInJumpBegin) == 0x000001, "Wrong alignment on CatPawn_IsInJumpBegin"); \ static_assert(sizeof(CatPawn_IsInJumpBegin) == 0x000001, "Wrong size on CatPawn_IsInJumpBegin"); \ static_assert(offsetof(CatPawn_IsInJumpBegin, ReturnValue) == 0x000000, "Member 'CatPawn_IsInJumpBegin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInJumpState \ static_assert(alignof(CatPawn_IsInJumpState) == 0x000001, "Wrong alignment on CatPawn_IsInJumpState"); \ static_assert(sizeof(CatPawn_IsInJumpState) == 0x000001, "Wrong size on CatPawn_IsInJumpState"); \ static_assert(offsetof(CatPawn_IsInJumpState, ReturnValue) == 0x000000, "Member 'CatPawn_IsInJumpState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInJumpTrajectory \ static_assert(alignof(CatPawn_IsInJumpTrajectory) == 0x000001, "Wrong alignment on CatPawn_IsInJumpTrajectory"); \ static_assert(sizeof(CatPawn_IsInJumpTrajectory) == 0x000001, "Wrong size on CatPawn_IsInJumpTrajectory"); \ static_assert(offsetof(CatPawn_IsInJumpTrajectory, ReturnValue) == 0x000000, "Member 'CatPawn_IsInJumpTrajectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInNormalLocomotion \ static_assert(alignof(CatPawn_IsInNormalLocomotion) == 0x000001, "Wrong alignment on CatPawn_IsInNormalLocomotion"); \ static_assert(sizeof(CatPawn_IsInNormalLocomotion) == 0x000001, "Wrong size on CatPawn_IsInNormalLocomotion"); \ static_assert(offsetof(CatPawn_IsInNormalLocomotion, ReturnValue) == 0x000000, "Member 'CatPawn_IsInNormalLocomotion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInOneButtonJumpMode \ static_assert(alignof(CatPawn_IsInOneButtonJumpMode) == 0x000001, "Wrong alignment on CatPawn_IsInOneButtonJumpMode"); \ static_assert(sizeof(CatPawn_IsInOneButtonJumpMode) == 0x000001, "Wrong size on CatPawn_IsInOneButtonJumpMode"); \ static_assert(offsetof(CatPawn_IsInOneButtonJumpMode, ReturnValue) == 0x000000, "Member 'CatPawn_IsInOneButtonJumpMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInScriptedJump \ static_assert(alignof(CatPawn_IsInScriptedJump) == 0x000001, "Wrong alignment on CatPawn_IsInScriptedJump"); \ static_assert(sizeof(CatPawn_IsInScriptedJump) == 0x000001, "Wrong size on CatPawn_IsInScriptedJump"); \ static_assert(offsetof(CatPawn_IsInScriptedJump, ReturnValue) == 0x000000, "Member 'CatPawn_IsInScriptedJump::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInteracting \ static_assert(alignof(CatPawn_IsInteracting) == 0x000001, "Wrong alignment on CatPawn_IsInteracting"); \ static_assert(sizeof(CatPawn_IsInteracting) == 0x000002, "Wrong size on CatPawn_IsInteracting"); \ static_assert(offsetof(CatPawn_IsInteracting, _button) == 0x000000, "Member 'CatPawn_IsInteracting::_button' has a wrong offset!"); \ static_assert(offsetof(CatPawn_IsInteracting, ReturnValue) == 0x000001, "Member 'CatPawn_IsInteracting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInteractionEnabled \ static_assert(alignof(CatPawn_IsInteractionEnabled) == 0x000001, "Wrong alignment on CatPawn_IsInteractionEnabled"); \ static_assert(sizeof(CatPawn_IsInteractionEnabled) == 0x000002, "Wrong size on CatPawn_IsInteractionEnabled"); \ static_assert(offsetof(CatPawn_IsInteractionEnabled, _button) == 0x000000, "Member 'CatPawn_IsInteractionEnabled::_button' has a wrong offset!"); \ static_assert(offsetof(CatPawn_IsInteractionEnabled, ReturnValue) == 0x000001, "Member 'CatPawn_IsInteractionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInterpolating \ static_assert(alignof(CatPawn_IsInterpolating) == 0x000001, "Wrong alignment on CatPawn_IsInterpolating"); \ static_assert(sizeof(CatPawn_IsInterpolating) == 0x000001, "Wrong size on CatPawn_IsInterpolating"); \ static_assert(offsetof(CatPawn_IsInterpolating, ReturnValue) == 0x000000, "Member 'CatPawn_IsInterpolating::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInterpolatingAnimationAlongSpline \ static_assert(alignof(CatPawn_IsInterpolatingAnimationAlongSpline) == 0x000001, "Wrong alignment on CatPawn_IsInterpolatingAnimationAlongSpline"); \ static_assert(sizeof(CatPawn_IsInterpolatingAnimationAlongSpline) == 0x000001, "Wrong size on CatPawn_IsInterpolatingAnimationAlongSpline"); \ static_assert(offsetof(CatPawn_IsInterpolatingAnimationAlongSpline, ReturnValue) == 0x000000, "Member 'CatPawn_IsInterpolatingAnimationAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsInUTurnAnimation \ static_assert(alignof(CatPawn_IsInUTurnAnimation) == 0x000001, "Wrong alignment on CatPawn_IsInUTurnAnimation"); \ static_assert(sizeof(CatPawn_IsInUTurnAnimation) == 0x000001, "Wrong size on CatPawn_IsInUTurnAnimation"); \ static_assert(offsetof(CatPawn_IsInUTurnAnimation, ReturnValue) == 0x000000, "Member 'CatPawn_IsInUTurnAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsJumpDownPressed \ static_assert(alignof(CatPawn_IsJumpDownPressed) == 0x000001, "Wrong alignment on CatPawn_IsJumpDownPressed"); \ static_assert(sizeof(CatPawn_IsJumpDownPressed) == 0x000001, "Wrong size on CatPawn_IsJumpDownPressed"); \ static_assert(offsetof(CatPawn_IsJumpDownPressed, ReturnValue) == 0x000000, "Member 'CatPawn_IsJumpDownPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsJumpEnabled \ static_assert(alignof(CatPawn_IsJumpEnabled) == 0x000001, "Wrong alignment on CatPawn_IsJumpEnabled"); \ static_assert(sizeof(CatPawn_IsJumpEnabled) == 0x000001, "Wrong size on CatPawn_IsJumpEnabled"); \ static_assert(offsetof(CatPawn_IsJumpEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsJumpEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsJumpFailAnimationAllowed \ static_assert(alignof(CatPawn_IsJumpFailAnimationAllowed) == 0x000001, "Wrong alignment on CatPawn_IsJumpFailAnimationAllowed"); \ static_assert(sizeof(CatPawn_IsJumpFailAnimationAllowed) == 0x000001, "Wrong size on CatPawn_IsJumpFailAnimationAllowed"); \ static_assert(offsetof(CatPawn_IsJumpFailAnimationAllowed, ReturnValue) == 0x000000, "Member 'CatPawn_IsJumpFailAnimationAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsJumpFailAnimationEnabled \ static_assert(alignof(CatPawn_IsJumpFailAnimationEnabled) == 0x000001, "Wrong alignment on CatPawn_IsJumpFailAnimationEnabled"); \ static_assert(sizeof(CatPawn_IsJumpFailAnimationEnabled) == 0x000001, "Wrong size on CatPawn_IsJumpFailAnimationEnabled"); \ static_assert(offsetof(CatPawn_IsJumpFailAnimationEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsJumpFailAnimationEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsJumping \ static_assert(alignof(CatPawn_IsJumping) == 0x000001, "Wrong alignment on CatPawn_IsJumping"); \ static_assert(sizeof(CatPawn_IsJumping) == 0x000001, "Wrong size on CatPawn_IsJumping"); \ static_assert(offsetof(CatPawn_IsJumping, ReturnValue) == 0x000000, "Member 'CatPawn_IsJumping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsJumpInputEnabled \ static_assert(alignof(CatPawn_IsJumpInputEnabled) == 0x000001, "Wrong alignment on CatPawn_IsJumpInputEnabled"); \ static_assert(sizeof(CatPawn_IsJumpInputEnabled) == 0x000001, "Wrong size on CatPawn_IsJumpInputEnabled"); \ static_assert(offsetof(CatPawn_IsJumpInputEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsJumpInputEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsJumpUpPressed \ static_assert(alignof(CatPawn_IsJumpUpPressed) == 0x000001, "Wrong alignment on CatPawn_IsJumpUpPressed"); \ static_assert(sizeof(CatPawn_IsJumpUpPressed) == 0x000001, "Wrong size on CatPawn_IsJumpUpPressed"); \ static_assert(offsetof(CatPawn_IsJumpUpPressed, ReturnValue) == 0x000000, "Member 'CatPawn_IsJumpUpPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsLookAtEnabled \ static_assert(alignof(CatPawn_IsLookAtEnabled) == 0x000001, "Wrong alignment on CatPawn_IsLookAtEnabled"); \ static_assert(sizeof(CatPawn_IsLookAtEnabled) == 0x000001, "Wrong size on CatPawn_IsLookAtEnabled"); \ static_assert(offsetof(CatPawn_IsLookAtEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsLookAtEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsMeowEnabled \ static_assert(alignof(CatPawn_IsMeowEnabled) == 0x000001, "Wrong alignment on CatPawn_IsMeowEnabled"); \ static_assert(sizeof(CatPawn_IsMeowEnabled) == 0x000001, "Wrong size on CatPawn_IsMeowEnabled"); \ static_assert(offsetof(CatPawn_IsMeowEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsMeowEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsMeowPressed \ static_assert(alignof(CatPawn_IsMeowPressed) == 0x000001, "Wrong alignment on CatPawn_IsMeowPressed"); \ static_assert(sizeof(CatPawn_IsMeowPressed) == 0x000001, "Wrong size on CatPawn_IsMeowPressed"); \ static_assert(offsetof(CatPawn_IsMeowPressed, ReturnValue) == 0x000000, "Member 'CatPawn_IsMeowPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsOnRail \ static_assert(alignof(CatPawn_IsOnRail) == 0x000001, "Wrong alignment on CatPawn_IsOnRail"); \ static_assert(sizeof(CatPawn_IsOnRail) == 0x000001, "Wrong size on CatPawn_IsOnRail"); \ static_assert(offsetof(CatPawn_IsOnRail, ReturnValue) == 0x000000, "Member 'CatPawn_IsOnRail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsOnRailConnection \ static_assert(alignof(CatPawn_IsOnRailConnection) == 0x000001, "Wrong alignment on CatPawn_IsOnRailConnection"); \ static_assert(sizeof(CatPawn_IsOnRailConnection) == 0x000001, "Wrong size on CatPawn_IsOnRailConnection"); \ static_assert(offsetof(CatPawn_IsOnRailConnection, ReturnValue) == 0x000000, "Member 'CatPawn_IsOnRailConnection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsPerched \ static_assert(alignof(CatPawn_IsPerched) == 0x000001, "Wrong alignment on CatPawn_IsPerched"); \ static_assert(sizeof(CatPawn_IsPerched) == 0x000001, "Wrong size on CatPawn_IsPerched"); \ static_assert(offsetof(CatPawn_IsPerched, ReturnValue) == 0x000000, "Member 'CatPawn_IsPerched::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsPerchRequested \ static_assert(alignof(CatPawn_IsPerchRequested) == 0x000001, "Wrong alignment on CatPawn_IsPerchRequested"); \ static_assert(sizeof(CatPawn_IsPerchRequested) == 0x000001, "Wrong size on CatPawn_IsPerchRequested"); \ static_assert(offsetof(CatPawn_IsPerchRequested, ReturnValue) == 0x000000, "Member 'CatPawn_IsPerchRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsPilotDisabled \ static_assert(alignof(CatPawn_IsPilotDisabled) == 0x000001, "Wrong alignment on CatPawn_IsPilotDisabled"); \ static_assert(sizeof(CatPawn_IsPilotDisabled) == 0x000001, "Wrong size on CatPawn_IsPilotDisabled"); \ static_assert(offsetof(CatPawn_IsPilotDisabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsPilotDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsPlayerCat \ static_assert(alignof(CatPawn_IsPlayerCat) == 0x000001, "Wrong alignment on CatPawn_IsPlayerCat"); \ static_assert(sizeof(CatPawn_IsPlayerCat) == 0x000001, "Wrong size on CatPawn_IsPlayerCat"); \ static_assert(offsetof(CatPawn_IsPlayerCat, ReturnValue) == 0x000000, "Member 'CatPawn_IsPlayerCat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsPointPerch \ static_assert(alignof(CatPawn_IsPointPerch) == 0x000001, "Wrong alignment on CatPawn_IsPointPerch"); \ static_assert(sizeof(CatPawn_IsPointPerch) == 0x000001, "Wrong size on CatPawn_IsPointPerch"); \ static_assert(offsetof(CatPawn_IsPointPerch, ReturnValue) == 0x000000, "Member 'CatPawn_IsPointPerch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsPossessed \ static_assert(alignof(CatPawn_IsPossessed) == 0x000001, "Wrong alignment on CatPawn_IsPossessed"); \ static_assert(sizeof(CatPawn_IsPossessed) == 0x000001, "Wrong size on CatPawn_IsPossessed"); \ static_assert(offsetof(CatPawn_IsPossessed, ReturnValue) == 0x000000, "Member 'CatPawn_IsPossessed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsRunning \ static_assert(alignof(CatPawn_IsRunning) == 0x000001, "Wrong alignment on CatPawn_IsRunning"); \ static_assert(sizeof(CatPawn_IsRunning) == 0x000001, "Wrong size on CatPawn_IsRunning"); \ static_assert(offsetof(CatPawn_IsRunning, ReturnValue) == 0x000000, "Member 'CatPawn_IsRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsRunningEnabled \ static_assert(alignof(CatPawn_IsRunningEnabled) == 0x000001, "Wrong alignment on CatPawn_IsRunningEnabled"); \ static_assert(sizeof(CatPawn_IsRunningEnabled) == 0x000001, "Wrong size on CatPawn_IsRunningEnabled"); \ static_assert(offsetof(CatPawn_IsRunningEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsRunningEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsRunningRequested \ static_assert(alignof(CatPawn_IsRunningRequested) == 0x000001, "Wrong alignment on CatPawn_IsRunningRequested"); \ static_assert(sizeof(CatPawn_IsRunningRequested) == 0x000001, "Wrong size on CatPawn_IsRunningRequested"); \ static_assert(offsetof(CatPawn_IsRunningRequested, ReturnValue) == 0x000000, "Member 'CatPawn_IsRunningRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsShoulderCameraDisabled \ static_assert(alignof(CatPawn_IsShoulderCameraDisabled) == 0x000001, "Wrong alignment on CatPawn_IsShoulderCameraDisabled"); \ static_assert(sizeof(CatPawn_IsShoulderCameraDisabled) == 0x000001, "Wrong size on CatPawn_IsShoulderCameraDisabled"); \ static_assert(offsetof(CatPawn_IsShoulderCameraDisabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsShoulderCameraDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsUTurnEnabled \ static_assert(alignof(CatPawn_IsUTurnEnabled) == 0x000001, "Wrong alignment on CatPawn_IsUTurnEnabled"); \ static_assert(sizeof(CatPawn_IsUTurnEnabled) == 0x000001, "Wrong size on CatPawn_IsUTurnEnabled"); \ static_assert(offsetof(CatPawn_IsUTurnEnabled, ReturnValue) == 0x000000, "Member 'CatPawn_IsUTurnEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsUTurning \ static_assert(alignof(CatPawn_IsUTurning) == 0x000001, "Wrong alignment on CatPawn_IsUTurning"); \ static_assert(sizeof(CatPawn_IsUTurning) == 0x000001, "Wrong size on CatPawn_IsUTurning"); \ static_assert(offsetof(CatPawn_IsUTurning, ReturnValue) == 0x000000, "Member 'CatPawn_IsUTurning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsUTurnLeft \ static_assert(alignof(CatPawn_IsUTurnLeft) == 0x000001, "Wrong alignment on CatPawn_IsUTurnLeft"); \ static_assert(sizeof(CatPawn_IsUTurnLeft) == 0x000001, "Wrong size on CatPawn_IsUTurnLeft"); \ static_assert(offsetof(CatPawn_IsUTurnLeft, ReturnValue) == 0x000000, "Member 'CatPawn_IsUTurnLeft::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsWalkInterpolating \ static_assert(alignof(CatPawn_IsWalkInterpolating) == 0x000001, "Wrong alignment on CatPawn_IsWalkInterpolating"); \ static_assert(sizeof(CatPawn_IsWalkInterpolating) == 0x000001, "Wrong size on CatPawn_IsWalkInterpolating"); \ static_assert(offsetof(CatPawn_IsWalkInterpolating, ReturnValue) == 0x000000, "Member 'CatPawn_IsWalkInterpolating::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_IsWallPerched \ static_assert(alignof(CatPawn_IsWallPerched) == 0x000001, "Wrong alignment on CatPawn_IsWallPerched"); \ static_assert(sizeof(CatPawn_IsWallPerched) == 0x000001, "Wrong size on CatPawn_IsWallPerched"); \ static_assert(offsetof(CatPawn_IsWallPerched, ReturnValue) == 0x000000, "Member 'CatPawn_IsWallPerched::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_ShouldInstantlyExitTrailingAnimations \ static_assert(alignof(CatPawn_ShouldInstantlyExitTrailingAnimations) == 0x000001, "Wrong alignment on CatPawn_ShouldInstantlyExitTrailingAnimations"); \ static_assert(sizeof(CatPawn_ShouldInstantlyExitTrailingAnimations) == 0x000001, "Wrong size on CatPawn_ShouldInstantlyExitTrailingAnimations"); \ static_assert(offsetof(CatPawn_ShouldInstantlyExitTrailingAnimations, ReturnValue) == 0x000000, "Member 'CatPawn_ShouldInstantlyExitTrailingAnimations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_ShouldUseJumpStopAnimation \ static_assert(alignof(CatPawn_ShouldUseJumpStopAnimation) == 0x000001, "Wrong alignment on CatPawn_ShouldUseJumpStopAnimation"); \ static_assert(sizeof(CatPawn_ShouldUseJumpStopAnimation) == 0x000001, "Wrong size on CatPawn_ShouldUseJumpStopAnimation"); \ static_assert(offsetof(CatPawn_ShouldUseJumpStopAnimation, ReturnValue) == 0x000000, "Member 'CatPawn_ShouldUseJumpStopAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatPawn_ShouldUseJumpStopRailAnimation \ static_assert(alignof(CatPawn_ShouldUseJumpStopRailAnimation) == 0x000001, "Wrong alignment on CatPawn_ShouldUseJumpStopRailAnimation"); \ static_assert(sizeof(CatPawn_ShouldUseJumpStopRailAnimation) == 0x000001, "Wrong size on CatPawn_ShouldUseJumpStopRailAnimation"); \ static_assert(offsetof(CatPawn_ShouldUseJumpStopRailAnimation, ReturnValue) == 0x000000, "Member 'CatPawn_ShouldUseJumpStopRailAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACatPawn \ static_assert(alignof(ACatPawn) == 0x000010, "Wrong alignment on ACatPawn"); \ static_assert(sizeof(ACatPawn) == 0x0037C0, "Wrong size on ACatPawn"); \ static_assert(offsetof(ACatPawn, JumpBegan) == 0x000378, "Member 'ACatPawn::JumpBegan' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, JumpEnded) == 0x000388, "Member 'ACatPawn::JumpEnded' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, Died) == 0x000398, "Member 'ACatPawn::Died' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, ZurgAttached) == 0x0003A8, "Member 'ACatPawn::ZurgAttached' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, ZurgDetached) == 0x0003B8, "Member 'ACatPawn::ZurgDetached' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, FollowSplineEndReached) == 0x0003C8, "Member 'ACatPawn::FollowSplineEndReached' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, FollowRailEndReached) == 0x0003D8, "Member 'ACatPawn::FollowRailEndReached' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, JumpStateBegan) == 0x0003E8, "Member 'ACatPawn::JumpStateBegan' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, JumpStateEnded) == 0x0003F8, "Member 'ACatPawn::JumpStateEnded' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, BeforeInteractionStart) == 0x000408, "Member 'ACatPawn::BeforeInteractionStart' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, AfterInteractionStart) == 0x000418, "Member 'ACatPawn::AfterInteractionStart' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, BeforeInteractionStop) == 0x000428, "Member 'ACatPawn::BeforeInteractionStop' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, ClosestInteractionChanged) == 0x000438, "Member 'ACatPawn::ClosestInteractionChanged' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, AfterInteractionStop) == 0x000448, "Member 'ACatPawn::AfterInteractionStop' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_visual) == 0x000458, "Member 'ACatPawn::m_visual' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_capsule) == 0x000460, "Member 'ACatPawn::m_capsule' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_largeInteractionCollider) == 0x000468, "Member 'ACatPawn::m_largeInteractionCollider' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_grabCapsule) == 0x000470, "Member 'ACatPawn::m_grabCapsule' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_trajectory) == 0x000478, "Member 'ACatPawn::m_trajectory' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_lifeComponent) == 0x000480, "Member 'ACatPawn::m_lifeComponent' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_drawMovementComponent) == 0x000488, "Member 'ACatPawn::m_drawMovementComponent' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_root) == 0x000490, "Member 'ACatPawn::m_root' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_cameraThirdPerson) == 0x000498, "Member 'ACatPawn::m_cameraThirdPerson' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_cameraThirdPersonClass) == 0x0004A0, "Member 'ACatPawn::m_cameraThirdPersonClass' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_cameraShoulderPreset) == 0x0004A8, "Member 'ACatPawn::m_cameraShoulderPreset' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_movement) == 0x000538, "Member 'ACatPawn::m_movement' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_stateMachine) == 0x000540, "Member 'ACatPawn::m_stateMachine' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_cameraYawSpeed) == 0x000548, "Member 'ACatPawn::m_cameraYawSpeed' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_cameraPitchSpeed) == 0x00054C, "Member 'ACatPawn::m_cameraPitchSpeed' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_inputThreshold) == 0x000550, "Member 'ACatPawn::m_inputThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpInputBufferDuration) == 0x000554, "Member 'ACatPawn::m_jumpInputBufferDuration' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpReleasedBufferDuration) == 0x000558, "Member 'ACatPawn::m_jumpReleasedBufferDuration' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_inputResponse) == 0x000560, "Member 'ACatPawn::m_inputResponse' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_inputAngleCorrection_Curve) == 0x000568, "Member 'ACatPawn::m_inputAngleCorrection_Curve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_accelerationSmoother) == 0x000570, "Member 'ACatPawn::m_accelerationSmoother' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_runFactorSmoother) == 0x000698, "Member 'ACatPawn::m_runFactorSmoother' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maximumMovementInputSize) == 0x0007C0, "Member 'ACatPawn::m_maximumMovementInputSize' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_inputTransitionStartBlendAngle) == 0x0007C4, "Member 'ACatPawn::m_inputTransitionStartBlendAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_inputTransitionSmootherTolerance) == 0x0007C8, "Member 'ACatPawn::m_inputTransitionSmootherTolerance' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_groundProbeRadius) == 0x0007CC, "Member 'ACatPawn::m_groundProbeRadius' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpGroundProbeRadius) == 0x0007D0, "Member 'ACatPawn::m_jumpGroundProbeRadius' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_UTurnAngleThreshold) == 0x0007D4, "Member 'ACatPawn::m_UTurnAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_UTurnTimeThreshold) == 0x0007D8, "Member 'ACatPawn::m_UTurnTimeThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_UTurnTimeThresholdFollowSpline) == 0x0007DC, "Member 'ACatPawn::m_UTurnTimeThresholdFollowSpline' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_rotationRatio) == 0x0007E0, "Member 'ACatPawn::m_rotationRatio' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_stepDownDistance) == 0x0007E4, "Member 'ACatPawn::m_stepDownDistance' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maxSlope) == 0x0007E8, "Member 'ACatPawn::m_maxSlope' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_isCatPilotEnabled) == 0x0007EC, "Member 'ACatPawn::m_isCatPilotEnabled' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_catPilotDistanceFromObstacleRangeMin) == 0x0007F0, "Member 'ACatPawn::m_catPilotDistanceFromObstacleRangeMin' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_catPilotDistanceFromObstacleRangeMax) == 0x0007F4, "Member 'ACatPawn::m_catPilotDistanceFromObstacleRangeMax' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_catPilotCatFacingThresholdAngle) == 0x0007F8, "Member 'ACatPawn::m_catPilotCatFacingThresholdAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_catPilotCancelInputThresholdAngle) == 0x0007FC, "Member 'ACatPawn::m_catPilotCancelInputThresholdAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_catPilotCancelInputRampAngle) == 0x000800, "Member 'ACatPawn::m_catPilotCancelInputRampAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_minJumpLength) == 0x000808, "Member 'ACatPawn::m_minJumpLength' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpCapacityCurve) == 0x000810, "Member 'ACatPawn::m_jumpCapacityCurve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpAngleWeight_Curve) == 0x000818, "Member 'ACatPawn::m_jumpAngleWeight_Curve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpLengthWeight_Curve) == 0x000820, "Member 'ACatPawn::m_jumpLengthWeight_Curve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpHeightWeight_Curve) == 0x000828, "Member 'ACatPawn::m_jumpHeightWeight_Curve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpVisibilityWeight) == 0x000830, "Member 'ACatPawn::m_jumpVisibilityWeight' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_idealShortestJumpLength) == 0x000834, "Member 'ACatPawn::m_idealShortestJumpLength' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_runningidealShortestJumpLength_Curve) == 0x000838, "Member 'ACatPawn::m_runningidealShortestJumpLength_Curve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpSearchDirectionRotationRatio) == 0x000840, "Member 'ACatPawn::m_jumpSearchDirectionRotationRatio' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpSearchClampingAngle) == 0x000844, "Member 'ACatPawn::m_jumpSearchClampingAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maxJumpAngle) == 0x000848, "Member 'ACatPawn::m_maxJumpAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_upJumpCurve) == 0x000850, "Member 'ACatPawn::m_upJumpCurve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_downJumpCurve) == 0x000858, "Member 'ACatPawn::m_downJumpCurve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpDownPressedTriggerTime) == 0x000860, "Member 'ACatPawn::m_jumpDownPressedTriggerTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_enableButtonHeldJump) == 0x000864, "Member 'ACatPawn::m_enableButtonHeldJump' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpDownMaximumDistanceToGap) == 0x000868, "Member 'ACatPawn::m_jumpDownMaximumDistanceToGap' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpTrajectoryCastRadius) == 0x00086C, "Member 'ACatPawn::m_jumpTrajectoryCastRadius' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_autoJumpMaxDistanceToObstacle) == 0x000870, "Member 'ACatPawn::m_autoJumpMaxDistanceToObstacle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_runningAutoJumpMaxDistanceToObstacle) == 0x000878, "Member 'ACatPawn::m_runningAutoJumpMaxDistanceToObstacle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpProbeRadius) == 0x000880, "Member 'ACatPawn::m_jumpProbeRadius' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpProbeInterval) == 0x000884, "Member 'ACatPawn::m_jumpProbeInterval' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_additionaProbeRaycastRadius) == 0x000888, "Member 'ACatPawn::m_additionaProbeRaycastRadius' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_oneButtonJumpMode) == 0x00088C, "Member 'ACatPawn::m_oneButtonJumpMode' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingTriggerAngle) == 0x000890, "Member 'ACatPawn::m_hangingTriggerAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingTriggerAngleHysteresis) == 0x000894, "Member 'ACatPawn::m_hangingTriggerAngleHysteresis' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingIntermediateRatio) == 0x000898, "Member 'ACatPawn::m_hangingIntermediateRatio' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingStartTime) == 0x00089C, "Member 'ACatPawn::m_hangingStartTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingJumpDownTime) == 0x0008A0, "Member 'ACatPawn::m_hangingJumpDownTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingMaxVelocityThreshold) == 0x0008A4, "Member 'ACatPawn::m_hangingMaxVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingTriggeringDistanceToPlane) == 0x0008A8, "Member 'ACatPawn::m_hangingTriggeringDistanceToPlane' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingTriggeringDistanceToPlaneHysteresis) == 0x0008AC, "Member 'ACatPawn::m_hangingTriggeringDistanceToPlaneHysteresis' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingPivotDistance) == 0x0008B0, "Member 'ACatPawn::m_hangingPivotDistance' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_inputOverRailDirectionAngle_InputFactor_Curve) == 0x0008B8, "Member 'ACatPawn::m_inputOverRailDirectionAngle_InputFactor_Curve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maxRailDetectionSize) == 0x0008C0, "Member 'ACatPawn::m_maxRailDetectionSize' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maxInterplaneAngle) == 0x0008C4, "Member 'ACatPawn::m_maxInterplaneAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_railEndMargin) == 0x0008C8, "Member 'ACatPawn::m_railEndMargin' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_zurgSettingsReference) == 0x0008D0, "Member 'ACatPawn::m_zurgSettingsReference' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_ZurgMinSpeedModifier) == 0x0008D8, "Member 'ACatPawn::m_ZurgMinSpeedModifier' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_struggleGaugeReinitValueAfterCompletion) == 0x0008DC, "Member 'ACatPawn::m_struggleGaugeReinitValueAfterCompletion' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_struggleGaugePressIncrement) == 0x0008E0, "Member 'ACatPawn::m_struggleGaugePressIncrement' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_struggleGaugeDecayOverTime) == 0x0008E4, "Member 'ACatPawn::m_struggleGaugeDecayOverTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_struggleGaugeIncrementPerSecWhenHold) == 0x0008E8, "Member 'ACatPawn::m_struggleGaugeIncrementPerSecWhenHold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_ejectedZurgsOnStruggleCompletion) == 0x0008EC, "Member 'ACatPawn::m_ejectedZurgsOnStruggleCompletion' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_gravity) == 0x0008F0, "Member 'ACatPawn::m_gravity' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maxFallSpeed) == 0x0008FC, "Member 'ACatPawn::m_maxFallSpeed' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_canDieOnFall) == 0x000900, "Member 'ACatPawn::m_canDieOnFall' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_deadlyFallDistance) == 0x000904, "Member 'ACatPawn::m_deadlyFallDistance' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_baseDriftParameters) == 0x000908, "Member 'ACatPawn::m_baseDriftParameters' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_driftLocomotionBeginIgnoreTime) == 0x000920, "Member 'ACatPawn::m_driftLocomotionBeginIgnoreTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_driftModeEnterThreshold) == 0x000924, "Member 'ACatPawn::m_driftModeEnterThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_driftModeExitThreshold) == 0x000928, "Member 'ACatPawn::m_driftModeExitThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_enableCatAnimationFeature) == 0x00092C, "Member 'ACatPawn::m_enableCatAnimationFeature' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_catAnimationPressTime) == 0x000930, "Member 'ACatPawn::m_catAnimationPressTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_catAnimations) == 0x000938, "Member 'ACatPawn::m_catAnimations' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_zurgSocketPrefix) == 0x000968, "Member 'ACatPawn::m_zurgSocketPrefix' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpGroundCollisionTestOffset) == 0x000978, "Member 'ACatPawn::m_jumpGroundCollisionTestOffset' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_previousProbeData) == 0x000B10, "Member 'ACatPawn::m_previousProbeData' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_currentProbeData) == 0x000BA0, "Member 'ACatPawn::m_currentProbeData' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_movementIgnoredActors) == 0x000C30, "Member 'ACatPawn::m_movementIgnoredActors' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_stepSmoothingTriggerAngleThreshold) == 0x000D28, "Member 'ACatPawn::m_stepSmoothingTriggerAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_stepSmoothingTriggerHeightThreshold) == 0x000D2C, "Member 'ACatPawn::m_stepSmoothingTriggerHeightThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_stepSmoothingEndAngleThreshold) == 0x000D30, "Member 'ACatPawn::m_stepSmoothingEndAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_stepSmoothingEndHeightThreshold) == 0x000D34, "Member 'ACatPawn::m_stepSmoothingEndHeightThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_stepPitchSmoother) == 0x000D38, "Member 'ACatPawn::m_stepPitchSmoother' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_stepHeightSmoother) == 0x000D44, "Member 'ACatPawn::m_stepHeightSmoother' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_nextRail) == 0x000D50, "Member 'ACatPawn::m_nextRail' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_currentRail) == 0x000D58, "Member 'ACatPawn::m_currentRail' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_previousDispatchRail) == 0x000D60, "Member 'ACatPawn::m_previousDispatchRail' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_overlappingRailConnexions) == 0x000D68, "Member 'ACatPawn::m_overlappingRailConnexions' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_railEnterLimitAngle) == 0x000D78, "Member 'ACatPawn::m_railEnterLimitAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_railEnterFacingLimitAngle) == 0x000D7C, "Member 'ACatPawn::m_railEnterFacingLimitAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_railEnterDistance) == 0x000D80, "Member 'ACatPawn::m_railEnterDistance' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_railExitDistance) == 0x000D84, "Member 'ACatPawn::m_railExitDistance' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_minimumRailLength) == 0x000D88, "Member 'ACatPawn::m_minimumRailLength' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_railSitLerpInTime) == 0x000D8C, "Member 'ACatPawn::m_railSitLerpInTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_railSitLerpOutTime) == 0x000D90, "Member 'ACatPawn::m_railSitLerpOutTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_railSitExitAngle) == 0x000D94, "Member 'ACatPawn::m_railSitExitAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_perchExitDistanceThreshold) == 0x000F20, "Member 'ACatPawn::m_perchExitDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_perchExitAngleThreshold) == 0x000F24, "Member 'ACatPawn::m_perchExitAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_perchEnterTime) == 0x000F28, "Member 'ACatPawn::m_perchEnterTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maxJumpDownHeight) == 0x000F90, "Member 'ACatPawn::m_maxJumpDownHeight' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maxJumpDownAngleDeviation) == 0x000F94, "Member 'ACatPawn::m_maxJumpDownAngleDeviation' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpOnRailEndInputAngleMaxArc) == 0x000F98, "Member 'ACatPawn::m_jumpOnRailEndInputAngleMaxArc' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpBeginAnimationMovement) == 0x000F9C, "Member 'ACatPawn::m_jumpBeginAnimationMovement' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpMinimumPreRotationTime) == 0x000FA0, "Member 'ACatPawn::m_jumpMinimumPreRotationTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpEndLerpTime) == 0x000FA4, "Member 'ACatPawn::m_jumpEndLerpTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_slowJumpThreshold) == 0x000FA8, "Member 'ACatPawn::m_slowJumpThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_nextJumpData) == 0x000FB0, "Member 'ACatPawn::m_nextJumpData' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_currentJumpData) == 0x001410, "Member 'ACatPawn::m_currentJumpData' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_activeJumpTargets) == 0x0018A0, "Member 'ACatPawn::m_activeJumpTargets' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_passiveJumpTargets) == 0x0018B0, "Member 'ACatPawn::m_passiveJumpTargets' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_crossingJumpTargets) == 0x0018C0, "Member 'ACatPawn::m_crossingJumpTargets' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_lookAtStack) == 0x001910, "Member 'ACatPawn::m_lookAtStack' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_lookAtValidYawRange) == 0x001920, "Member 'ACatPawn::m_lookAtValidYawRange' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_UTurnInputThreshold) == 0x001A78, "Member 'ACatPawn::m_UTurnInputThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_UTurnTargetRotationSmoother) == 0x001A80, "Member 'ACatPawn::m_UTurnTargetRotationSmoother' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingInputSmoother) == 0x001BD0, "Member 'ACatPawn::m_hangingInputSmoother' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingBaseTransformSmoother) == 0x001C00, "Member 'ACatPawn::m_hangingBaseTransformSmoother' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingTargetTransformSmoother) == 0x001C70, "Member 'ACatPawn::m_hangingTargetTransformSmoother' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingEnterTime) == 0x001CE0, "Member 'ACatPawn::m_hangingEnterTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingAnimationTime) == 0x001CE4, "Member 'ACatPawn::m_hangingAnimationTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hangingExitInputAngleAmplitude) == 0x001CE8, "Member 'ACatPawn::m_hangingExitInputAngleAmplitude' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_fearRepelSources) == 0x001DE0, "Member 'ACatPawn::m_fearRepelSources' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_fearTime) == 0x001DF4, "Member 'ACatPawn::m_fearTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_zurgSockets) == 0x001E00, "Member 'ACatPawn::m_zurgSockets' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, M_BackPack) == 0x001E28, "Member 'ACatPawn::M_BackPack' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_animInstance) == 0x001FA8, "Member 'ACatPawn::m_animInstance' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpDebugDataTrackedBones) == 0x001FB0, "Member 'ACatPawn::m_jumpDebugDataTrackedBones' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpDebugDataSamplesPerSecond) == 0x001FC0, "Member 'ACatPawn::m_jumpDebugDataSamplesPerSecond' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_rootAlignmentThreshold) == 0x001FC4, "Member 'ACatPawn::m_rootAlignmentThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpOnRailEndRotationLerpFactor) == 0x001FC8, "Member 'ACatPawn::m_jumpOnRailEndRotationLerpFactor' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_movingJumpPredictionTime) == 0x001FCC, "Member 'ACatPawn::m_movingJumpPredictionTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_movingJumpSmootingTime) == 0x001FD0, "Member 'ACatPawn::m_movingJumpSmootingTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_scriptedJumpEntries) == 0x002078, "Member 'ACatPawn::m_scriptedJumpEntries' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_currentScriptedJump) == 0x0020C8, "Member 'ACatPawn::m_currentScriptedJump' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_scriptedJumpStartEntry) == 0x0020D0, "Member 'ACatPawn::m_scriptedJumpStartEntry' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_scriptedJumpAnimationBegin) == 0x0020D8, "Member 'ACatPawn::m_scriptedJumpAnimationBegin' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_scriptedJumpAnimationEnd) == 0x0020E0, "Member 'ACatPawn::m_scriptedJumpAnimationEnd' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_scriptedJumpAnimation) == 0x0020F0, "Member 'ACatPawn::m_scriptedJumpAnimation' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_scriptedJumpApproachTime) == 0x002120, "Member 'ACatPawn::m_scriptedJumpApproachTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_movingActorComponent) == 0x002128, "Member 'ACatPawn::m_movingActorComponent' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpBeginComponent) == 0x002180, "Member 'ACatPawn::m_jumpBeginComponent' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpEndComponent) == 0x0025F0, "Member 'ACatPawn::m_jumpEndComponent' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_groundMaterial) == 0x002648, "Member 'ACatPawn::m_groundMaterial' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_groundVisualObject) == 0x002650, "Member 'ACatPawn::m_groundVisualObject' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_groundMaterialOverrideStack) == 0x002658, "Member 'ACatPawn::m_groundMaterialOverrideStack' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_hideoutActor) == 0x002670, "Member 'ACatPawn::m_hideoutActor' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_splineToFollow) == 0x002680, "Member 'ACatPawn::m_splineToFollow' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_followSplineDistancePredictionFactor) == 0x002688, "Member 'ACatPawn::m_followSplineDistancePredictionFactor' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_followSplineInputPID) == 0x00268C, "Member 'ACatPawn::m_followSplineInputPID' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_followSplineStopTimePrediction) == 0x0026BC, "Member 'ACatPawn::m_followSplineStopTimePrediction' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_skipSplineDistance) == 0x0026C0, "Member 'ACatPawn::m_skipSplineDistance' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_followSplineEndInterpolateAnimation) == 0x0026C8, "Member 'ACatPawn::m_followSplineEndInterpolateAnimation' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_followSplineFailSafeTime) == 0x0026D0, "Member 'ACatPawn::m_followSplineFailSafeTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_interpolateAnimation) == 0x002730, "Member 'ACatPawn::m_interpolateAnimation' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_railToFollow) == 0x002740, "Member 'ACatPawn::m_railToFollow' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_automatedRailHangingCompleteThreshold) == 0x002754, "Member 'ACatPawn::m_automatedRailHangingCompleteThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_isCrossingEnabled) == 0x002768, "Member 'ACatPawn::m_isCrossingEnabled' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_exludeCrossingFromJumps) == 0x002769, "Member 'ACatPawn::m_exludeCrossingFromJumps' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maxCrossingLength) == 0x00276C, "Member 'ACatPawn::m_maxCrossingLength' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maxRunningCrossingLength) == 0x002770, "Member 'ACatPawn::m_maxRunningCrossingLength' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_minCrossingHeight) == 0x002774, "Member 'ACatPawn::m_minCrossingHeight' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_maxCrossingHeight) == 0x002778, "Member 'ACatPawn::m_maxCrossingHeight' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_crossingMaxInputAngle) == 0x00277C, "Member 'ACatPawn::m_crossingMaxInputAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_crossingMaxInputCatAngle) == 0x002780, "Member 'ACatPawn::m_crossingMaxInputCatAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_crossingMaxDistanceToObstacle) == 0x002784, "Member 'ACatPawn::m_crossingMaxDistanceToObstacle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_crossingMaxTimeToObstacle) == 0x002788, "Member 'ACatPawn::m_crossingMaxTimeToObstacle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_probeDirectionAngles) == 0x002840, "Member 'ACatPawn::m_probeDirectionAngles' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_enabledDistanceFieldPilot) == 0x002850, "Member 'ACatPawn::m_enabledDistanceFieldPilot' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_distanceToObstacle) == 0x002854, "Member 'ACatPawn::m_distanceToObstacle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_negativeDistanceToObstacleWeight) == 0x002858, "Member 'ACatPawn::m_negativeDistanceToObstacleWeight' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_angleDeviationWeight) == 0x00285C, "Member 'ACatPawn::m_angleDeviationWeight' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_smoothSamplingTime) == 0x002860, "Member 'ACatPawn::m_smoothSamplingTime' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_distanceDiffThreshold) == 0x002864, "Member 'ACatPawn::m_distanceDiffThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_relaxIterationsCount) == 0x002868, "Member 'ACatPawn::m_relaxIterationsCount' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotTimeAhead) == 0x00286C, "Member 'ACatPawn::m_pilotTimeAhead' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotDistanceToObstacle) == 0x002870, "Member 'ACatPawn::m_pilotDistanceToObstacle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotSideFavorAngleThreshold) == 0x002874, "Member 'ACatPawn::m_pilotSideFavorAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotProbeDistanceAhead) == 0x002878, "Member 'ACatPawn::m_pilotProbeDistanceAhead' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotProbeDeviationAngle) == 0x00287C, "Member 'ACatPawn::m_pilotProbeDeviationAngle' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotResponseCurve) == 0x002880, "Member 'ACatPawn::m_pilotResponseCurve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotAngleCompensationCurve) == 0x002908, "Member 'ACatPawn::m_pilotAngleCompensationCurve' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotDebugProbe) == 0x002990, "Member 'ACatPawn::m_pilotDebugProbe' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotDebugDistanceField) == 0x002991, "Member 'ACatPawn::m_pilotDebugDistanceField' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotDebugPathFind) == 0x002992, "Member 'ACatPawn::m_pilotDebugPathFind' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pilotDebugPath) == 0x002993, "Member 'ACatPawn::m_pilotDebugPath' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_interactionRadiusHysteresis) == 0x0029D8, "Member 'ACatPawn::m_interactionRadiusHysteresis' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_closestInteractionHysteresis) == 0x0029DC, "Member 'ACatPawn::m_closestInteractionHysteresis' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_interactionSourcePoleHeight) == 0x0029E0, "Member 'ACatPawn::m_interactionSourcePoleHeight' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_usableDistanceToCatWeight) == 0x0029E8, "Member 'ACatPawn::m_usableDistanceToCatWeight' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_usableAngleWithCatForwardWeight) == 0x002A70, "Member 'ACatPawn::m_usableAngleWithCatForwardWeight' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_usableNormalizedDistanceToScreenCenterWeight) == 0x002AF8, "Member 'ACatPawn::m_usableNormalizedDistanceToScreenCenterWeight' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_defaultStartInteractionSound) == 0x002B80, "Member 'ACatPawn::m_defaultStartInteractionSound' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_availableInteractions) == 0x002B88, "Member 'ACatPawn::m_availableInteractions' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_closestInteraction) == 0x002BD8, "Member 'ACatPawn::m_closestInteraction' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_pendingInteractions) == 0x002BF8, "Member 'ACatPawn::m_pendingInteractions' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_overrideInteraction) == 0x002C58, "Member 'ACatPawn::m_overrideInteraction' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_lookedAtInteraction) == 0x002C78, "Member 'ACatPawn::m_lookedAtInteraction' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_interactionActorsDependencies) == 0x002C80, "Member 'ACatPawn::m_interactionActorsDependencies' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_validTransformInterval) == 0x002CD0, "Member 'ACatPawn::m_validTransformInterval' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_validTransformMaxObstacleDistance) == 0x002CD4, "Member 'ACatPawn::m_validTransformMaxObstacleDistance' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_storedValidTransformCount) == 0x002CD8, "Member 'ACatPawn::m_storedValidTransformCount' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_validTransformDebugEnabled) == 0x002CDC, "Member 'ACatPawn::m_validTransformDebugEnabled' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_idleTriggerTimeRange) == 0x002CF4, "Member 'ACatPawn::m_idleTriggerTimeRange' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_canFailJumps) == 0x002D50, "Member 'ACatPawn::m_canFailJumps' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_jumpsBeforeFailRange) == 0x002D54, "Member 'ACatPawn::m_jumpsBeforeFailRange' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_cameraSavedRelativeRotation) == 0x003794, "Member 'ACatPawn::m_cameraSavedRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_debugHanging) == 0x0037A0, "Member 'ACatPawn::m_debugHanging' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_debugUturn) == 0x0037A1, "Member 'ACatPawn::m_debugUturn' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_debugInputs) == 0x0037A2, "Member 'ACatPawn::m_debugInputs' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_debugLastJumpFlags) == 0x0037A4, "Member 'ACatPawn::m_debugLastJumpFlags' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_debugCatGroundProbeFlags) == 0x0037A8, "Member 'ACatPawn::m_debugCatGroundProbeFlags' has a wrong offset!"); \ static_assert(offsetof(ACatPawn, m_debugJumpSearchFlags) == 0x0037AC, "Member 'ACatPawn::m_debugJumpSearchFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCatPlayAnimationComponent \ static_assert(alignof(UCatPlayAnimationComponent) == 0x000010, "Wrong alignment on UCatPlayAnimationComponent"); \ static_assert(sizeof(UCatPlayAnimationComponent) == 0x0005B0, "Wrong size on UCatPlayAnimationComponent"); \ static_assert(offsetof(UCatPlayAnimationComponent, m_animation) == 0x000598, "Member 'UCatPlayAnimationComponent::m_animation' has a wrong offset!"); \ static_assert(offsetof(UCatPlayAnimationComponent, m_syncTime) == 0x0005A0, "Member 'UCatPlayAnimationComponent::m_syncTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatRemoteController__OnFollowSplineEndReached \ static_assert(alignof(CatRemoteController__OnFollowSplineEndReached) == 0x000008, "Wrong alignment on CatRemoteController__OnFollowSplineEndReached"); \ static_assert(sizeof(CatRemoteController__OnFollowSplineEndReached) == 0x000008, "Wrong size on CatRemoteController__OnFollowSplineEndReached"); \ static_assert(offsetof(CatRemoteController__OnFollowSplineEndReached, _cat) == 0x000000, "Member 'CatRemoteController__OnFollowSplineEndReached::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CatRemoteController__OnJumpEnd \ static_assert(alignof(CatRemoteController__OnJumpEnd) == 0x000008, "Wrong alignment on CatRemoteController__OnJumpEnd"); \ static_assert(sizeof(CatRemoteController__OnJumpEnd) == 0x000008, "Wrong size on CatRemoteController__OnJumpEnd"); \ static_assert(offsetof(CatRemoteController__OnJumpEnd, _cat) == 0x000000, "Member 'CatRemoteController__OnJumpEnd::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACatRemoteController \ static_assert(alignof(ACatRemoteController) == 0x000008, "Wrong alignment on ACatRemoteController"); \ static_assert(sizeof(ACatRemoteController) == 0x000258, "Wrong size on ACatRemoteController"); \ static_assert(offsetof(ACatRemoteController, m_actions) == 0x000228, "Member 'ACatRemoteController::m_actions' has a wrong offset!"); \ static_assert(offsetof(ACatRemoteController, m_autoStart) == 0x000238, "Member 'ACatRemoteController::m_autoStart' has a wrong offset!"); \ static_assert(offsetof(ACatRemoteController, m_loopSequence) == 0x000239, "Member 'ACatRemoteController::m_loopSequence' has a wrong offset!"); \ static_assert(offsetof(ACatRemoteController, m_controlledCat) == 0x000240, "Member 'ACatRemoteController::m_controlledCat' has a wrong offset!"); \ static_assert(offsetof(ACatRemoteController, m_stateMachine) == 0x000248, "Member 'ACatRemoteController::m_stateMachine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChapterEntryWidget \ static_assert(alignof(UChapterEntryWidget) == 0x000008, "Wrong alignment on UChapterEntryWidget"); \ static_assert(sizeof(UChapterEntryWidget) == 0x0003D0, "Wrong size on UChapterEntryWidget"); \ static_assert(offsetof(UChapterEntryWidget, MainButton) == 0x0002F0, "Member 'UChapterEntryWidget::MainButton' has a wrong offset!"); \ static_assert(offsetof(UChapterEntryWidget, ChapterText) == 0x0002F8, "Member 'UChapterEntryWidget::ChapterText' has a wrong offset!"); \ static_assert(offsetof(UChapterEntryWidget, MemoryText) == 0x000300, "Member 'UChapterEntryWidget::MemoryText' has a wrong offset!"); \ static_assert(offsetof(UChapterEntryWidget, LockedImage) == 0x000308, "Member 'UChapterEntryWidget::LockedImage' has a wrong offset!"); \ static_assert(offsetof(UChapterEntryWidget, ChapterImage) == 0x000310, "Member 'UChapterEntryWidget::ChapterImage' has a wrong offset!"); \ static_assert(offsetof(UChapterEntryWidget, ChapterSelectedImage) == 0x000318, "Member 'UChapterEntryWidget::ChapterSelectedImage' has a wrong offset!"); \ static_assert(offsetof(UChapterEntryWidget, m_memoryText) == 0x000320, "Member 'UChapterEntryWidget::m_memoryText' has a wrong offset!"); \ static_assert(offsetof(UChapterEntryWidget, m_restartDialogText) == 0x000338, "Member 'UChapterEntryWidget::m_restartDialogText' has a wrong offset!"); \ static_assert(offsetof(UChapterEntryWidget, m_unexploredChapterText) == 0x000350, "Member 'UChapterEntryWidget::m_unexploredChapterText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChapterMenuWidget \ static_assert(alignof(UChapterMenuWidget) == 0x000008, "Wrong alignment on UChapterMenuWidget"); \ static_assert(sizeof(UChapterMenuWidget) == 0x000440, "Wrong size on UChapterMenuWidget"); \ static_assert(offsetof(UChapterMenuWidget, ChapterScrollBox) == 0x0002F0, "Member 'UChapterMenuWidget::ChapterScrollBox' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry1) == 0x0002F8, "Member 'UChapterMenuWidget::ChapterEntry1' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry2) == 0x000300, "Member 'UChapterMenuWidget::ChapterEntry2' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry3) == 0x000308, "Member 'UChapterMenuWidget::ChapterEntry3' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry4) == 0x000310, "Member 'UChapterMenuWidget::ChapterEntry4' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry5) == 0x000318, "Member 'UChapterMenuWidget::ChapterEntry5' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry6) == 0x000320, "Member 'UChapterMenuWidget::ChapterEntry6' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry7) == 0x000328, "Member 'UChapterMenuWidget::ChapterEntry7' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry8) == 0x000330, "Member 'UChapterMenuWidget::ChapterEntry8' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry9) == 0x000338, "Member 'UChapterMenuWidget::ChapterEntry9' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry10) == 0x000340, "Member 'UChapterMenuWidget::ChapterEntry10' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry11) == 0x000348, "Member 'UChapterMenuWidget::ChapterEntry11' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterEntry12) == 0x000350, "Member 'UChapterMenuWidget::ChapterEntry12' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton1) == 0x000358, "Member 'UChapterMenuWidget::ChapterSelectionButton1' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton2) == 0x000360, "Member 'UChapterMenuWidget::ChapterSelectionButton2' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton3) == 0x000368, "Member 'UChapterMenuWidget::ChapterSelectionButton3' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton4) == 0x000370, "Member 'UChapterMenuWidget::ChapterSelectionButton4' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton5) == 0x000378, "Member 'UChapterMenuWidget::ChapterSelectionButton5' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton6) == 0x000380, "Member 'UChapterMenuWidget::ChapterSelectionButton6' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton7) == 0x000388, "Member 'UChapterMenuWidget::ChapterSelectionButton7' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton8) == 0x000390, "Member 'UChapterMenuWidget::ChapterSelectionButton8' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton9) == 0x000398, "Member 'UChapterMenuWidget::ChapterSelectionButton9' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton10) == 0x0003A0, "Member 'UChapterMenuWidget::ChapterSelectionButton10' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton11) == 0x0003A8, "Member 'UChapterMenuWidget::ChapterSelectionButton11' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionButton12) == 0x0003B0, "Member 'UChapterMenuWidget::ChapterSelectionButton12' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionLocked) == 0x0003B8, "Member 'UChapterMenuWidget::ChapterSelectionLocked' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionUnLocked) == 0x0003C0, "Member 'UChapterMenuWidget::ChapterSelectionUnLocked' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionSelected) == 0x0003C8, "Member 'UChapterMenuWidget::ChapterSelectionSelected' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage1) == 0x0003D0, "Member 'UChapterMenuWidget::ChapterSelectionImage1' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage2) == 0x0003D8, "Member 'UChapterMenuWidget::ChapterSelectionImage2' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage3) == 0x0003E0, "Member 'UChapterMenuWidget::ChapterSelectionImage3' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage4) == 0x0003E8, "Member 'UChapterMenuWidget::ChapterSelectionImage4' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage5) == 0x0003F0, "Member 'UChapterMenuWidget::ChapterSelectionImage5' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage6) == 0x0003F8, "Member 'UChapterMenuWidget::ChapterSelectionImage6' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage7) == 0x000400, "Member 'UChapterMenuWidget::ChapterSelectionImage7' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage8) == 0x000408, "Member 'UChapterMenuWidget::ChapterSelectionImage8' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage9) == 0x000410, "Member 'UChapterMenuWidget::ChapterSelectionImage9' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage10) == 0x000418, "Member 'UChapterMenuWidget::ChapterSelectionImage10' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage11) == 0x000420, "Member 'UChapterMenuWidget::ChapterSelectionImage11' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, ChapterSelectionImage12) == 0x000428, "Member 'UChapterMenuWidget::ChapterSelectionImage12' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, SelectButton) == 0x000430, "Member 'UChapterMenuWidget::SelectButton' has a wrong offset!"); \ static_assert(offsetof(UChapterMenuWidget, BackButton) == 0x000438, "Member 'UChapterMenuWidget::BackButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChapterSubsystem__OnAfterPersistentSaveDataLoaded \ static_assert(alignof(ChapterSubsystem__OnAfterPersistentSaveDataLoaded) == 0x000008, "Wrong alignment on ChapterSubsystem__OnAfterPersistentSaveDataLoaded"); \ static_assert(sizeof(ChapterSubsystem__OnAfterPersistentSaveDataLoaded) == 0x000008, "Wrong size on ChapterSubsystem__OnAfterPersistentSaveDataLoaded"); \ static_assert(offsetof(ChapterSubsystem__OnAfterPersistentSaveDataLoaded, _saveInstance) == 0x000000, "Member 'ChapterSubsystem__OnAfterPersistentSaveDataLoaded::_saveInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChapterSubsystem__OnBeforePersistentSaveDataSaved \ static_assert(alignof(ChapterSubsystem__OnBeforePersistentSaveDataSaved) == 0x000008, "Wrong alignment on ChapterSubsystem__OnBeforePersistentSaveDataSaved"); \ static_assert(sizeof(ChapterSubsystem__OnBeforePersistentSaveDataSaved) == 0x000008, "Wrong size on ChapterSubsystem__OnBeforePersistentSaveDataSaved"); \ static_assert(offsetof(ChapterSubsystem__OnBeforePersistentSaveDataSaved, _saveInstance) == 0x000000, "Member 'ChapterSubsystem__OnBeforePersistentSaveDataSaved::_saveInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChapterSubsystem \ static_assert(alignof(UChapterSubsystem) == 0x000008, "Wrong alignment on UChapterSubsystem"); \ static_assert(sizeof(UChapterSubsystem) == 0x000060, "Wrong size on UChapterSubsystem"); \ #define DUMPER7_ASSERTS_CharacterDroid__AfterLoaded \ static_assert(alignof(CharacterDroid__AfterLoaded) == 0x000008, "Wrong alignment on CharacterDroid__AfterLoaded"); \ static_assert(sizeof(CharacterDroid__AfterLoaded) == 0x000008, "Wrong size on CharacterDroid__AfterLoaded"); \ static_assert(offsetof(CharacterDroid__AfterLoaded, _saveComponent) == 0x000000, "Member 'CharacterDroid__AfterLoaded::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__BeforeSaved \ static_assert(alignof(CharacterDroid__BeforeSaved) == 0x000008, "Wrong alignment on CharacterDroid__BeforeSaved"); \ static_assert(sizeof(CharacterDroid__BeforeSaved) == 0x000008, "Wrong size on CharacterDroid__BeforeSaved"); \ static_assert(offsetof(CharacterDroid__BeforeSaved, _saveComponent) == 0x000000, "Member 'CharacterDroid__BeforeSaved::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__OnCatDetectorBeginOverlap \ static_assert(alignof(CharacterDroid__OnCatDetectorBeginOverlap) == 0x000008, "Wrong alignment on CharacterDroid__OnCatDetectorBeginOverlap"); \ static_assert(sizeof(CharacterDroid__OnCatDetectorBeginOverlap) == 0x0000A8, "Wrong size on CharacterDroid__OnCatDetectorBeginOverlap"); \ static_assert(offsetof(CharacterDroid__OnCatDetectorBeginOverlap, _overlappedComponent) == 0x000000, "Member 'CharacterDroid__OnCatDetectorBeginOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnCatDetectorBeginOverlap, _otherActor) == 0x000008, "Member 'CharacterDroid__OnCatDetectorBeginOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnCatDetectorBeginOverlap, _otherComp) == 0x000010, "Member 'CharacterDroid__OnCatDetectorBeginOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnCatDetectorBeginOverlap, _otherBodyIndex) == 0x000018, "Member 'CharacterDroid__OnCatDetectorBeginOverlap::_otherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnCatDetectorBeginOverlap, _bFromSweep) == 0x00001C, "Member 'CharacterDroid__OnCatDetectorBeginOverlap::_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnCatDetectorBeginOverlap, _sweepResult) == 0x000020, "Member 'CharacterDroid__OnCatDetectorBeginOverlap::_sweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__OnCatDetectorEndOverlap \ static_assert(alignof(CharacterDroid__OnCatDetectorEndOverlap) == 0x000008, "Wrong alignment on CharacterDroid__OnCatDetectorEndOverlap"); \ static_assert(sizeof(CharacterDroid__OnCatDetectorEndOverlap) == 0x000020, "Wrong size on CharacterDroid__OnCatDetectorEndOverlap"); \ static_assert(offsetof(CharacterDroid__OnCatDetectorEndOverlap, _overlappedComponent) == 0x000000, "Member 'CharacterDroid__OnCatDetectorEndOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnCatDetectorEndOverlap, _otherActor) == 0x000008, "Member 'CharacterDroid__OnCatDetectorEndOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnCatDetectorEndOverlap, _otherComp) == 0x000010, "Member 'CharacterDroid__OnCatDetectorEndOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnCatDetectorEndOverlap, _otherBodyIndex) == 0x000018, "Member 'CharacterDroid__OnCatDetectorEndOverlap::_otherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__OnDialogBegan \ static_assert(alignof(CharacterDroid__OnDialogBegan) == 0x000008, "Wrong alignment on CharacterDroid__OnDialogBegan"); \ static_assert(sizeof(CharacterDroid__OnDialogBegan) == 0x000008, "Wrong size on CharacterDroid__OnDialogBegan"); \ static_assert(offsetof(CharacterDroid__OnDialogBegan, _talkable) == 0x000000, "Member 'CharacterDroid__OnDialogBegan::_talkable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__OnDialogEnded \ static_assert(alignof(CharacterDroid__OnDialogEnded) == 0x000008, "Wrong alignment on CharacterDroid__OnDialogEnded"); \ static_assert(sizeof(CharacterDroid__OnDialogEnded) == 0x000008, "Wrong size on CharacterDroid__OnDialogEnded"); \ static_assert(offsetof(CharacterDroid__OnDialogEnded, _talkable) == 0x000000, "Member 'CharacterDroid__OnDialogEnded::_talkable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__OnDialogLineBegan \ static_assert(alignof(CharacterDroid__OnDialogLineBegan) == 0x000008, "Wrong alignment on CharacterDroid__OnDialogLineBegan"); \ static_assert(sizeof(CharacterDroid__OnDialogLineBegan) == 0x0000A8, "Wrong size on CharacterDroid__OnDialogLineBegan"); \ static_assert(offsetof(CharacterDroid__OnDialogLineBegan, _talkable) == 0x000000, "Member 'CharacterDroid__OnDialogLineBegan::_talkable' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnDialogLineBegan, _line) == 0x000008, "Member 'CharacterDroid__OnDialogLineBegan::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__OnDialogLineDisplayed \ static_assert(alignof(CharacterDroid__OnDialogLineDisplayed) == 0x000008, "Wrong alignment on CharacterDroid__OnDialogLineDisplayed"); \ static_assert(sizeof(CharacterDroid__OnDialogLineDisplayed) == 0x0000A8, "Wrong size on CharacterDroid__OnDialogLineDisplayed"); \ static_assert(offsetof(CharacterDroid__OnDialogLineDisplayed, _talkable) == 0x000000, "Member 'CharacterDroid__OnDialogLineDisplayed::_talkable' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnDialogLineDisplayed, _line) == 0x000008, "Member 'CharacterDroid__OnDialogLineDisplayed::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__OnDialogLineEnded \ static_assert(alignof(CharacterDroid__OnDialogLineEnded) == 0x000008, "Wrong alignment on CharacterDroid__OnDialogLineEnded"); \ static_assert(sizeof(CharacterDroid__OnDialogLineEnded) == 0x0000A8, "Wrong size on CharacterDroid__OnDialogLineEnded"); \ static_assert(offsetof(CharacterDroid__OnDialogLineEnded, _talkable) == 0x000000, "Member 'CharacterDroid__OnDialogLineEnded::_talkable' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnDialogLineEnded, _line) == 0x000008, "Member 'CharacterDroid__OnDialogLineEnded::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__OnStreamedIn \ static_assert(alignof(CharacterDroid__OnStreamedIn) == 0x000008, "Wrong alignment on CharacterDroid__OnStreamedIn"); \ static_assert(sizeof(CharacterDroid__OnStreamedIn) == 0x000008, "Wrong size on CharacterDroid__OnStreamedIn"); \ static_assert(offsetof(CharacterDroid__OnStreamedIn, _streamingComponent) == 0x000000, "Member 'CharacterDroid__OnStreamedIn::_streamingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__OnStreamedOut \ static_assert(alignof(CharacterDroid__OnStreamedOut) == 0x000008, "Wrong alignment on CharacterDroid__OnStreamedOut"); \ static_assert(sizeof(CharacterDroid__OnStreamedOut) == 0x000008, "Wrong size on CharacterDroid__OnStreamedOut"); \ static_assert(offsetof(CharacterDroid__OnStreamedOut, _streamingComponent) == 0x000000, "Member 'CharacterDroid__OnStreamedOut::_streamingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__OnUsableUseEnded \ static_assert(alignof(CharacterDroid__OnUsableUseEnded) == 0x000008, "Wrong alignment on CharacterDroid__OnUsableUseEnded"); \ static_assert(sizeof(CharacterDroid__OnUsableUseEnded) == 0x000010, "Wrong size on CharacterDroid__OnUsableUseEnded"); \ static_assert(offsetof(CharacterDroid__OnUsableUseEnded, _usable) == 0x000000, "Member 'CharacterDroid__OnUsableUseEnded::_usable' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid__OnUsableUseEnded, _droid) == 0x000008, "Member 'CharacterDroid__OnUsableUseEnded::_droid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__SetBaseScreenMaterial \ static_assert(alignof(CharacterDroid__SetBaseScreenMaterial) == 0x000008, "Wrong alignment on CharacterDroid__SetBaseScreenMaterial"); \ static_assert(sizeof(CharacterDroid__SetBaseScreenMaterial) == 0x000008, "Wrong size on CharacterDroid__SetBaseScreenMaterial"); \ static_assert(offsetof(CharacterDroid__SetBaseScreenMaterial, _materialInstance) == 0x000000, "Member 'CharacterDroid__SetBaseScreenMaterial::_materialInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__SetExchangeScreenMaterial \ static_assert(alignof(CharacterDroid__SetExchangeScreenMaterial) == 0x000008, "Wrong alignment on CharacterDroid__SetExchangeScreenMaterial"); \ static_assert(sizeof(CharacterDroid__SetExchangeScreenMaterial) == 0x000008, "Wrong size on CharacterDroid__SetExchangeScreenMaterial"); \ static_assert(offsetof(CharacterDroid__SetExchangeScreenMaterial, _materialInstance) == 0x000000, "Member 'CharacterDroid__SetExchangeScreenMaterial::_materialInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__SetMovementTargetAngle \ static_assert(alignof(CharacterDroid__SetMovementTargetAngle) == 0x000004, "Wrong alignment on CharacterDroid__SetMovementTargetAngle"); \ static_assert(sizeof(CharacterDroid__SetMovementTargetAngle) == 0x000004, "Wrong size on CharacterDroid__SetMovementTargetAngle"); \ static_assert(offsetof(CharacterDroid__SetMovementTargetAngle, _newAngle) == 0x000000, "Member 'CharacterDroid__SetMovementTargetAngle::_newAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__SetMovementTargetSpeed \ static_assert(alignof(CharacterDroid__SetMovementTargetSpeed) == 0x000004, "Wrong alignment on CharacterDroid__SetMovementTargetSpeed"); \ static_assert(sizeof(CharacterDroid__SetMovementTargetSpeed) == 0x000004, "Wrong size on CharacterDroid__SetMovementTargetSpeed"); \ static_assert(offsetof(CharacterDroid__SetMovementTargetSpeed, _newSpeed) == 0x000000, "Member 'CharacterDroid__SetMovementTargetSpeed::_newSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__SetPreciseMovementTransform \ static_assert(alignof(CharacterDroid__SetPreciseMovementTransform) == 0x000010, "Wrong alignment on CharacterDroid__SetPreciseMovementTransform"); \ static_assert(sizeof(CharacterDroid__SetPreciseMovementTransform) == 0x000030, "Wrong size on CharacterDroid__SetPreciseMovementTransform"); \ static_assert(offsetof(CharacterDroid__SetPreciseMovementTransform, _targetTransform) == 0x000000, "Member 'CharacterDroid__SetPreciseMovementTransform::_targetTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__SetTalkScreenMaterial \ static_assert(alignof(CharacterDroid__SetTalkScreenMaterial) == 0x000008, "Wrong alignment on CharacterDroid__SetTalkScreenMaterial"); \ static_assert(sizeof(CharacterDroid__SetTalkScreenMaterial) == 0x000008, "Wrong size on CharacterDroid__SetTalkScreenMaterial"); \ static_assert(offsetof(CharacterDroid__SetTalkScreenMaterial, _materialInstance) == 0x000000, "Member 'CharacterDroid__SetTalkScreenMaterial::_materialInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_Behavior_Dazzled_Tick \ static_assert(alignof(CharacterDroid_Behavior_Dazzled_Tick) == 0x000004, "Wrong alignment on CharacterDroid_Behavior_Dazzled_Tick"); \ static_assert(sizeof(CharacterDroid_Behavior_Dazzled_Tick) == 0x000004, "Wrong size on CharacterDroid_Behavior_Dazzled_Tick"); \ static_assert(offsetof(CharacterDroid_Behavior_Dazzled_Tick, _dt) == 0x000000, "Member 'CharacterDroid_Behavior_Dazzled_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_Behavior_Disturbed_Tick \ static_assert(alignof(CharacterDroid_Behavior_Disturbed_Tick) == 0x000004, "Wrong alignment on CharacterDroid_Behavior_Disturbed_Tick"); \ static_assert(sizeof(CharacterDroid_Behavior_Disturbed_Tick) == 0x000004, "Wrong size on CharacterDroid_Behavior_Disturbed_Tick"); \ static_assert(offsetof(CharacterDroid_Behavior_Disturbed_Tick, _dt) == 0x000000, "Member 'CharacterDroid_Behavior_Disturbed_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_Behavior_PlayingAnimation_Tick \ static_assert(alignof(CharacterDroid_Behavior_PlayingAnimation_Tick) == 0x000004, "Wrong alignment on CharacterDroid_Behavior_PlayingAnimation_Tick"); \ static_assert(sizeof(CharacterDroid_Behavior_PlayingAnimation_Tick) == 0x000004, "Wrong size on CharacterDroid_Behavior_PlayingAnimation_Tick"); \ static_assert(offsetof(CharacterDroid_Behavior_PlayingAnimation_Tick, _dt) == 0x000000, "Member 'CharacterDroid_Behavior_PlayingAnimation_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_Behavior_ThrowObject_Tick \ static_assert(alignof(CharacterDroid_Behavior_ThrowObject_Tick) == 0x000004, "Wrong alignment on CharacterDroid_Behavior_ThrowObject_Tick"); \ static_assert(sizeof(CharacterDroid_Behavior_ThrowObject_Tick) == 0x000004, "Wrong size on CharacterDroid_Behavior_ThrowObject_Tick"); \ static_assert(offsetof(CharacterDroid_Behavior_ThrowObject_Tick, _dt) == 0x000000, "Member 'CharacterDroid_Behavior_ThrowObject_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_DropActorAt \ static_assert(alignof(CharacterDroid_DropActorAt) == 0x000004, "Wrong alignment on CharacterDroid_DropActorAt"); \ static_assert(sizeof(CharacterDroid_DropActorAt) == 0x000018, "Wrong size on CharacterDroid_DropActorAt"); \ static_assert(offsetof(CharacterDroid_DropActorAt, _location) == 0x000000, "Member 'CharacterDroid_DropActorAt::_location' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_DropActorAt, _rotation) == 0x00000C, "Member 'CharacterDroid_DropActorAt::_rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_ForceStartUsing \ static_assert(alignof(CharacterDroid_ForceStartUsing) == 0x000008, "Wrong alignment on CharacterDroid_ForceStartUsing"); \ static_assert(sizeof(CharacterDroid_ForceStartUsing) == 0x000008, "Wrong size on CharacterDroid_ForceStartUsing"); \ static_assert(offsetof(CharacterDroid_ForceStartUsing, _actorToUse) == 0x000000, "Member 'CharacterDroid_ForceStartUsing::_actorToUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetLookAtLocation \ static_assert(alignof(CharacterDroid_GetLookAtLocation) == 0x000004, "Wrong alignment on CharacterDroid_GetLookAtLocation"); \ static_assert(sizeof(CharacterDroid_GetLookAtLocation) == 0x00000C, "Wrong size on CharacterDroid_GetLookAtLocation"); \ static_assert(offsetof(CharacterDroid_GetLookAtLocation, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetLookAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetVisionIgnoredActors \ static_assert(alignof(CharacterDroid_GetVisionIgnoredActors) == 0x000008, "Wrong alignment on CharacterDroid_GetVisionIgnoredActors"); \ static_assert(sizeof(CharacterDroid_GetVisionIgnoredActors) == 0x000010, "Wrong size on CharacterDroid_GetVisionIgnoredActors"); \ static_assert(offsetof(CharacterDroid_GetVisionIgnoredActors, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetVisionIgnoredActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_MakeFall \ static_assert(alignof(CharacterDroid_MakeFall) == 0x000008, "Wrong alignment on CharacterDroid_MakeFall"); \ static_assert(sizeof(CharacterDroid_MakeFall) == 0x000010, "Wrong size on CharacterDroid_MakeFall"); \ static_assert(offsetof(CharacterDroid_MakeFall, _fallAnimation) == 0x000000, "Member 'CharacterDroid_MakeFall::_fallAnimation' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_MakeFall, ReturnValue) == 0x000008, "Member 'CharacterDroid_MakeFall::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_MakeRaise \ static_assert(alignof(CharacterDroid_MakeRaise) == 0x000008, "Wrong alignment on CharacterDroid_MakeRaise"); \ static_assert(sizeof(CharacterDroid_MakeRaise) == 0x000018, "Wrong size on CharacterDroid_MakeRaise"); \ static_assert(offsetof(CharacterDroid_MakeRaise, _raiseFromFrontAnimation) == 0x000000, "Member 'CharacterDroid_MakeRaise::_raiseFromFrontAnimation' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_MakeRaise, _raiseFromBackAnimation) == 0x000008, "Member 'CharacterDroid_MakeRaise::_raiseFromBackAnimation' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_MakeRaise, ReturnValue) == 0x000010, "Member 'CharacterDroid_MakeRaise::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_MakeStumble \ static_assert(alignof(CharacterDroid_MakeStumble) == 0x000008, "Wrong alignment on CharacterDroid_MakeStumble"); \ static_assert(sizeof(CharacterDroid_MakeStumble) == 0x000010, "Wrong size on CharacterDroid_MakeStumble"); \ static_assert(offsetof(CharacterDroid_MakeStumble, _stumbleAnimation) == 0x000000, "Member 'CharacterDroid_MakeStumble::_stumbleAnimation' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_MakeStumble, ReturnValue) == 0x000008, "Member 'CharacterDroid_MakeStumble::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_MoveDroidTo \ static_assert(alignof(CharacterDroid_MoveDroidTo) == 0x000008, "Wrong alignment on CharacterDroid_MoveDroidTo"); \ static_assert(sizeof(CharacterDroid_MoveDroidTo) == 0x000020, "Wrong size on CharacterDroid_MoveDroidTo"); \ static_assert(offsetof(CharacterDroid_MoveDroidTo, _spline) == 0x000000, "Member 'CharacterDroid_MoveDroidTo::_spline' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_MoveDroidTo, _destination) == 0x000008, "Member 'CharacterDroid_MoveDroidTo::_destination' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_MoveDroidTo, _splineMode) == 0x000014, "Member 'CharacterDroid_MoveDroidTo::_splineMode' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_MoveDroidTo, _preciseMoveTo) == 0x000015, "Member 'CharacterDroid_MoveDroidTo::_preciseMoveTo' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_MoveDroidTo, _stopDistance) == 0x000018, "Member 'CharacterDroid_MoveDroidTo::_stopDistance' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_MoveDroidTo, ReturnValue) == 0x00001C, "Member 'CharacterDroid_MoveDroidTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_OnDialogBegan \ static_assert(alignof(CharacterDroid_OnDialogBegan) == 0x000008, "Wrong alignment on CharacterDroid_OnDialogBegan"); \ static_assert(sizeof(CharacterDroid_OnDialogBegan) == 0x000008, "Wrong size on CharacterDroid_OnDialogBegan"); \ static_assert(offsetof(CharacterDroid_OnDialogBegan, _dialog) == 0x000000, "Member 'CharacterDroid_OnDialogBegan::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_OnDialogLineBegan \ static_assert(alignof(CharacterDroid_OnDialogLineBegan) == 0x000008, "Wrong alignment on CharacterDroid_OnDialogLineBegan"); \ static_assert(sizeof(CharacterDroid_OnDialogLineBegan) == 0x000008, "Wrong size on CharacterDroid_OnDialogLineBegan"); \ static_assert(offsetof(CharacterDroid_OnDialogLineBegan, _dialog) == 0x000000, "Member 'CharacterDroid_OnDialogLineBegan::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_OnDialogLineDisplayed \ static_assert(alignof(CharacterDroid_OnDialogLineDisplayed) == 0x000008, "Wrong alignment on CharacterDroid_OnDialogLineDisplayed"); \ static_assert(sizeof(CharacterDroid_OnDialogLineDisplayed) == 0x000008, "Wrong size on CharacterDroid_OnDialogLineDisplayed"); \ static_assert(offsetof(CharacterDroid_OnDialogLineDisplayed, _dialog) == 0x000000, "Member 'CharacterDroid_OnDialogLineDisplayed::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_OnDisplayDebug \ static_assert(alignof(CharacterDroid_OnDisplayDebug) == 0x000008, "Wrong alignment on CharacterDroid_OnDisplayDebug"); \ static_assert(sizeof(CharacterDroid_OnDisplayDebug) == 0x000008, "Wrong size on CharacterDroid_OnDisplayDebug"); \ static_assert(offsetof(CharacterDroid_OnDisplayDebug, _canvas) == 0x000000, "Member 'CharacterDroid_OnDisplayDebug::_canvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_OnPreciseCatCollisionsEnabled \ static_assert(alignof(CharacterDroid_OnPreciseCatCollisionsEnabled) == 0x000001, "Wrong alignment on CharacterDroid_OnPreciseCatCollisionsEnabled"); \ static_assert(sizeof(CharacterDroid_OnPreciseCatCollisionsEnabled) == 0x000001, "Wrong size on CharacterDroid_OnPreciseCatCollisionsEnabled"); \ static_assert(offsetof(CharacterDroid_OnPreciseCatCollisionsEnabled, _collisionEnabled) == 0x000000, "Member 'CharacterDroid_OnPreciseCatCollisionsEnabled::_collisionEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_OnRaise \ static_assert(alignof(CharacterDroid_OnRaise) == 0x000008, "Wrong alignment on CharacterDroid_OnRaise"); \ static_assert(sizeof(CharacterDroid_OnRaise) == 0x000010, "Wrong size on CharacterDroid_OnRaise"); \ static_assert(offsetof(CharacterDroid_OnRaise, _raiseFromFrontAnimation) == 0x000000, "Member 'CharacterDroid_OnRaise::_raiseFromFrontAnimation' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_OnRaise, _raiseFromBackAnimation) == 0x000008, "Member 'CharacterDroid_OnRaise::_raiseFromBackAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_OnScreenMaterialChanged \ static_assert(alignof(CharacterDroid_OnScreenMaterialChanged) == 0x000008, "Wrong alignment on CharacterDroid_OnScreenMaterialChanged"); \ static_assert(sizeof(CharacterDroid_OnScreenMaterialChanged) == 0x000008, "Wrong size on CharacterDroid_OnScreenMaterialChanged"); \ static_assert(offsetof(CharacterDroid_OnScreenMaterialChanged, _materialInstance) == 0x000000, "Member 'CharacterDroid_OnScreenMaterialChanged::_materialInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_PlayAnimation \ static_assert(alignof(CharacterDroid_PlayAnimation) == 0x000008, "Wrong alignment on CharacterDroid_PlayAnimation"); \ static_assert(sizeof(CharacterDroid_PlayAnimation) == 0x000018, "Wrong size on CharacterDroid_PlayAnimation"); \ static_assert(offsetof(CharacterDroid_PlayAnimation, _anim) == 0x000000, "Member 'CharacterDroid_PlayAnimation::_anim' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PlayAnimation, _duration) == 0x000008, "Member 'CharacterDroid_PlayAnimation::_duration' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PlayAnimation, _playPosition) == 0x00000C, "Member 'CharacterDroid_PlayAnimation::_playPosition' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PlayAnimation, _isLooping) == 0x000010, "Member 'CharacterDroid_PlayAnimation::_isLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_PlayAnimationBehavior \ static_assert(alignof(CharacterDroid_PlayAnimationBehavior) == 0x000008, "Wrong alignment on CharacterDroid_PlayAnimationBehavior"); \ static_assert(sizeof(CharacterDroid_PlayAnimationBehavior) == 0x000018, "Wrong size on CharacterDroid_PlayAnimationBehavior"); \ static_assert(offsetof(CharacterDroid_PlayAnimationBehavior, _anim) == 0x000000, "Member 'CharacterDroid_PlayAnimationBehavior::_anim' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PlayAnimationBehavior, _lookAtActor) == 0x000008, "Member 'CharacterDroid_PlayAnimationBehavior::_lookAtActor' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PlayAnimationBehavior, _time) == 0x000010, "Member 'CharacterDroid_PlayAnimationBehavior::_time' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PlayAnimationBehavior, _maxRandomTime) == 0x000014, "Member 'CharacterDroid_PlayAnimationBehavior::_maxRandomTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_PlayAnimationSynchronized \ static_assert(alignof(CharacterDroid_PlayAnimationSynchronized) == 0x000008, "Wrong alignment on CharacterDroid_PlayAnimationSynchronized"); \ static_assert(sizeof(CharacterDroid_PlayAnimationSynchronized) == 0x000028, "Wrong size on CharacterDroid_PlayAnimationSynchronized"); \ static_assert(offsetof(CharacterDroid_PlayAnimationSynchronized, _droidAnimations) == 0x000000, "Member 'CharacterDroid_PlayAnimationSynchronized::_droidAnimations' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PlayAnimationSynchronized, _synchronizedData) == 0x000010, "Member 'CharacterDroid_PlayAnimationSynchronized::_synchronizedData' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PlayAnimationSynchronized, _isLooping) == 0x000020, "Member 'CharacterDroid_PlayAnimationSynchronized::_isLooping' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PlayAnimationSynchronized, _keepLastAnimationAsIdle) == 0x000021, "Member 'CharacterDroid_PlayAnimationSynchronized::_keepLastAnimationAsIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_PopScreenMaterial \ static_assert(alignof(CharacterDroid_PopScreenMaterial) == 0x000004, "Wrong alignment on CharacterDroid_PopScreenMaterial"); \ static_assert(sizeof(CharacterDroid_PopScreenMaterial) == 0x000008, "Wrong size on CharacterDroid_PopScreenMaterial"); \ static_assert(offsetof(CharacterDroid_PopScreenMaterial, _id) == 0x000000, "Member 'CharacterDroid_PopScreenMaterial::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_Posture_Falling_Tick \ static_assert(alignof(CharacterDroid_Posture_Falling_Tick) == 0x000004, "Wrong alignment on CharacterDroid_Posture_Falling_Tick"); \ static_assert(sizeof(CharacterDroid_Posture_Falling_Tick) == 0x000004, "Wrong size on CharacterDroid_Posture_Falling_Tick"); \ static_assert(offsetof(CharacterDroid_Posture_Falling_Tick, _dt) == 0x000000, "Member 'CharacterDroid_Posture_Falling_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_Posture_Ragdoll_Tick \ static_assert(alignof(CharacterDroid_Posture_Ragdoll_Tick) == 0x000004, "Wrong alignment on CharacterDroid_Posture_Ragdoll_Tick"); \ static_assert(sizeof(CharacterDroid_Posture_Ragdoll_Tick) == 0x000004, "Wrong size on CharacterDroid_Posture_Ragdoll_Tick"); \ static_assert(offsetof(CharacterDroid_Posture_Ragdoll_Tick, _dt) == 0x000000, "Member 'CharacterDroid_Posture_Ragdoll_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_Posture_RisingUp_Tick \ static_assert(alignof(CharacterDroid_Posture_RisingUp_Tick) == 0x000004, "Wrong alignment on CharacterDroid_Posture_RisingUp_Tick"); \ static_assert(sizeof(CharacterDroid_Posture_RisingUp_Tick) == 0x000004, "Wrong size on CharacterDroid_Posture_RisingUp_Tick"); \ static_assert(offsetof(CharacterDroid_Posture_RisingUp_Tick, _dt) == 0x000000, "Member 'CharacterDroid_Posture_RisingUp_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_Posture_StandingUp_Tick \ static_assert(alignof(CharacterDroid_Posture_StandingUp_Tick) == 0x000004, "Wrong alignment on CharacterDroid_Posture_StandingUp_Tick"); \ static_assert(sizeof(CharacterDroid_Posture_StandingUp_Tick) == 0x000004, "Wrong size on CharacterDroid_Posture_StandingUp_Tick"); \ static_assert(offsetof(CharacterDroid_Posture_StandingUp_Tick, _dt) == 0x000000, "Member 'CharacterDroid_Posture_StandingUp_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_Posture_Stumbling_Tick \ static_assert(alignof(CharacterDroid_Posture_Stumbling_Tick) == 0x000004, "Wrong alignment on CharacterDroid_Posture_Stumbling_Tick"); \ static_assert(sizeof(CharacterDroid_Posture_Stumbling_Tick) == 0x000004, "Wrong size on CharacterDroid_Posture_Stumbling_Tick"); \ static_assert(offsetof(CharacterDroid_Posture_Stumbling_Tick, _dt) == 0x000000, "Member 'CharacterDroid_Posture_Stumbling_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_PushScreenMaterial \ static_assert(alignof(CharacterDroid_PushScreenMaterial) == 0x000008, "Wrong alignment on CharacterDroid_PushScreenMaterial"); \ static_assert(sizeof(CharacterDroid_PushScreenMaterial) == 0x000018, "Wrong size on CharacterDroid_PushScreenMaterial"); \ static_assert(offsetof(CharacterDroid_PushScreenMaterial, _id) == 0x000000, "Member 'CharacterDroid_PushScreenMaterial::_id' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PushScreenMaterial, _materialInstance) == 0x000008, "Member 'CharacterDroid_PushScreenMaterial::_materialInstance' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_PushScreenMaterial, _priority) == 0x000010, "Member 'CharacterDroid_PushScreenMaterial::_priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetBehaviorState \ static_assert(alignof(CharacterDroid_SetBehaviorState) == 0x000001, "Wrong alignment on CharacterDroid_SetBehaviorState"); \ static_assert(sizeof(CharacterDroid_SetBehaviorState) == 0x000001, "Wrong size on CharacterDroid_SetBehaviorState"); \ static_assert(offsetof(CharacterDroid_SetBehaviorState, _newBehaviorState) == 0x000000, "Member 'CharacterDroid_SetBehaviorState::_newBehaviorState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetCollisionEnabled \ static_assert(alignof(CharacterDroid_SetCollisionEnabled) == 0x000001, "Wrong alignment on CharacterDroid_SetCollisionEnabled"); \ static_assert(sizeof(CharacterDroid_SetCollisionEnabled) == 0x000001, "Wrong size on CharacterDroid_SetCollisionEnabled"); \ static_assert(offsetof(CharacterDroid_SetCollisionEnabled, _enabled) == 0x000000, "Member 'CharacterDroid_SetCollisionEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetDialog \ static_assert(alignof(CharacterDroid_SetDialog) == 0x000008, "Wrong alignment on CharacterDroid_SetDialog"); \ static_assert(sizeof(CharacterDroid_SetDialog) == 0x000008, "Wrong size on CharacterDroid_SetDialog"); \ static_assert(offsetof(CharacterDroid_SetDialog, _dialog) == 0x000000, "Member 'CharacterDroid_SetDialog::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetDisturbed \ static_assert(alignof(CharacterDroid_SetDisturbed) == 0x000001, "Wrong alignment on CharacterDroid_SetDisturbed"); \ static_assert(sizeof(CharacterDroid_SetDisturbed) == 0x000001, "Wrong size on CharacterDroid_SetDisturbed"); \ static_assert(offsetof(CharacterDroid_SetDisturbed, _disturbed) == 0x000000, "Member 'CharacterDroid_SetDisturbed::_disturbed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetIdleAnimation \ static_assert(alignof(CharacterDroid_SetIdleAnimation) == 0x000008, "Wrong alignment on CharacterDroid_SetIdleAnimation"); \ static_assert(sizeof(CharacterDroid_SetIdleAnimation) == 0x000010, "Wrong size on CharacterDroid_SetIdleAnimation"); \ static_assert(offsetof(CharacterDroid_SetIdleAnimation, _animation) == 0x000000, "Member 'CharacterDroid_SetIdleAnimation::_animation' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_SetIdleAnimation, _skipBlend) == 0x000008, "Member 'CharacterDroid_SetIdleAnimation::_skipBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetIdlePosition \ static_assert(alignof(CharacterDroid_SetIdlePosition) == 0x000004, "Wrong alignment on CharacterDroid_SetIdlePosition"); \ static_assert(sizeof(CharacterDroid_SetIdlePosition) == 0x000004, "Wrong size on CharacterDroid_SetIdlePosition"); \ static_assert(offsetof(CharacterDroid_SetIdlePosition, _position) == 0x000000, "Member 'CharacterDroid_SetIdlePosition::_position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetInputMode \ static_assert(alignof(CharacterDroid_SetInputMode) == 0x000001, "Wrong alignment on CharacterDroid_SetInputMode"); \ static_assert(sizeof(CharacterDroid_SetInputMode) == 0x000001, "Wrong size on CharacterDroid_SetInputMode"); \ static_assert(offsetof(CharacterDroid_SetInputMode, _inputMode) == 0x000000, "Member 'CharacterDroid_SetInputMode::_inputMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetLookAt \ static_assert(alignof(CharacterDroid_SetLookAt) == 0x000008, "Wrong alignment on CharacterDroid_SetLookAt"); \ static_assert(sizeof(CharacterDroid_SetLookAt) == 0x000038, "Wrong size on CharacterDroid_SetLookAt"); \ static_assert(offsetof(CharacterDroid_SetLookAt, _lookAtData) == 0x000000, "Member 'CharacterDroid_SetLookAt::_lookAtData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetLookAtType \ static_assert(alignof(CharacterDroid_SetLookAtType) == 0x000001, "Wrong alignment on CharacterDroid_SetLookAtType"); \ static_assert(sizeof(CharacterDroid_SetLookAtType) == 0x000001, "Wrong size on CharacterDroid_SetLookAtType"); \ static_assert(offsetof(CharacterDroid_SetLookAtType, _newLookAtType) == 0x000000, "Member 'CharacterDroid_SetLookAtType::_newLookAtType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetMovementAnimationSettings \ static_assert(alignof(CharacterDroid_SetMovementAnimationSettings) == 0x000008, "Wrong alignment on CharacterDroid_SetMovementAnimationSettings"); \ static_assert(sizeof(CharacterDroid_SetMovementAnimationSettings) == 0x000008, "Wrong size on CharacterDroid_SetMovementAnimationSettings"); \ static_assert(offsetof(CharacterDroid_SetMovementAnimationSettings, _newMovementSettings) == 0x000000, "Member 'CharacterDroid_SetMovementAnimationSettings::_newMovementSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetMovementState \ static_assert(alignof(CharacterDroid_SetMovementState) == 0x000001, "Wrong alignment on CharacterDroid_SetMovementState"); \ static_assert(sizeof(CharacterDroid_SetMovementState) == 0x000001, "Wrong size on CharacterDroid_SetMovementState"); \ static_assert(offsetof(CharacterDroid_SetMovementState, _movementMode) == 0x000000, "Member 'CharacterDroid_SetMovementState::_movementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetOnMeowedBehavior \ static_assert(alignof(CharacterDroid_SetOnMeowedBehavior) == 0x000001, "Wrong alignment on CharacterDroid_SetOnMeowedBehavior"); \ static_assert(sizeof(CharacterDroid_SetOnMeowedBehavior) == 0x000001, "Wrong size on CharacterDroid_SetOnMeowedBehavior"); \ static_assert(offsetof(CharacterDroid_SetOnMeowedBehavior, _newOnMeowedBehavior) == 0x000000, "Member 'CharacterDroid_SetOnMeowedBehavior::_newOnMeowedBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetPosture \ static_assert(alignof(CharacterDroid_SetPosture) == 0x000001, "Wrong alignment on CharacterDroid_SetPosture"); \ static_assert(sizeof(CharacterDroid_SetPosture) == 0x000001, "Wrong size on CharacterDroid_SetPosture"); \ static_assert(offsetof(CharacterDroid_SetPosture, _newPosture) == 0x000000, "Member 'CharacterDroid_SetPosture::_newPosture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetShowDirection \ static_assert(alignof(CharacterDroid_SetShowDirection) == 0x000008, "Wrong alignment on CharacterDroid_SetShowDirection"); \ static_assert(sizeof(CharacterDroid_SetShowDirection) == 0x000040, "Wrong size on CharacterDroid_SetShowDirection"); \ static_assert(offsetof(CharacterDroid_SetShowDirection, _data) == 0x000000, "Member 'CharacterDroid_SetShowDirection::_data' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_SetShowDirection, _isAutonomous) == 0x000038, "Member 'CharacterDroid_SetShowDirection::_isAutonomous' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetTurnTowardsEnabled \ static_assert(alignof(CharacterDroid_SetTurnTowardsEnabled) == 0x000001, "Wrong alignment on CharacterDroid_SetTurnTowardsEnabled"); \ static_assert(sizeof(CharacterDroid_SetTurnTowardsEnabled) == 0x000001, "Wrong size on CharacterDroid_SetTurnTowardsEnabled"); \ static_assert(offsetof(CharacterDroid_SetTurnTowardsEnabled, _enabled) == 0x000000, "Member 'CharacterDroid_SetTurnTowardsEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_SetTurnTowardsTarget \ static_assert(alignof(CharacterDroid_SetTurnTowardsTarget) == 0x000008, "Wrong alignment on CharacterDroid_SetTurnTowardsTarget"); \ static_assert(sizeof(CharacterDroid_SetTurnTowardsTarget) == 0x000038, "Wrong size on CharacterDroid_SetTurnTowardsTarget"); \ static_assert(offsetof(CharacterDroid_SetTurnTowardsTarget, _target) == 0x000000, "Member 'CharacterDroid_SetTurnTowardsTarget::_target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_StartUseActor \ static_assert(alignof(CharacterDroid_StartUseActor) == 0x000008, "Wrong alignment on CharacterDroid_StartUseActor"); \ static_assert(sizeof(CharacterDroid_StartUseActor) == 0x000008, "Wrong size on CharacterDroid_StartUseActor"); \ static_assert(offsetof(CharacterDroid_StartUseActor, _actorToUse) == 0x000000, "Member 'CharacterDroid_StartUseActor::_actorToUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_StepTo \ static_assert(alignof(CharacterDroid_StepTo) == 0x000010, "Wrong alignment on CharacterDroid_StepTo"); \ static_assert(sizeof(CharacterDroid_StepTo) == 0x000030, "Wrong size on CharacterDroid_StepTo"); \ static_assert(offsetof(CharacterDroid_StepTo, _stepToTransform) == 0x000000, "Member 'CharacterDroid_StepTo::_stepToTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_Stumble \ static_assert(alignof(CharacterDroid_Stumble) == 0x000008, "Wrong alignment on CharacterDroid_Stumble"); \ static_assert(sizeof(CharacterDroid_Stumble) == 0x000008, "Wrong size on CharacterDroid_Stumble"); \ static_assert(offsetof(CharacterDroid_Stumble, _stumbledUpon) == 0x000000, "Member 'CharacterDroid_Stumble::_stumbledUpon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_TakeActor \ static_assert(alignof(CharacterDroid_TakeActor) == 0x000008, "Wrong alignment on CharacterDroid_TakeActor"); \ static_assert(sizeof(CharacterDroid_TakeActor) == 0x000008, "Wrong size on CharacterDroid_TakeActor"); \ static_assert(offsetof(CharacterDroid_TakeActor, _actorToTake) == 0x000000, "Member 'CharacterDroid_TakeActor::_actorToTake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_ThrowObjectTo \ static_assert(alignof(CharacterDroid_ThrowObjectTo) == 0x000008, "Wrong alignment on CharacterDroid_ThrowObjectTo"); \ static_assert(sizeof(CharacterDroid_ThrowObjectTo) == 0x000018, "Wrong size on CharacterDroid_ThrowObjectTo"); \ static_assert(offsetof(CharacterDroid_ThrowObjectTo, _throwAnimation) == 0x000000, "Member 'CharacterDroid_ThrowObjectTo::_throwAnimation' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_ThrowObjectTo, _throwToThisActor) == 0x000008, "Member 'CharacterDroid_ThrowObjectTo::_throwToThisActor' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_ThrowObjectTo, _trajectoryArc) == 0x000010, "Member 'CharacterDroid_ThrowObjectTo::_trajectoryArc' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_ThrowObjectTo, _blendWithIdle) == 0x000014, "Member 'CharacterDroid_ThrowObjectTo::_blendWithIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__GetDroidInputMode \ static_assert(alignof(CharacterDroid__GetDroidInputMode) == 0x000001, "Wrong alignment on CharacterDroid__GetDroidInputMode"); \ static_assert(sizeof(CharacterDroid__GetDroidInputMode) == 0x000001, "Wrong size on CharacterDroid__GetDroidInputMode"); \ static_assert(offsetof(CharacterDroid__GetDroidInputMode, ReturnValue) == 0x000000, "Member 'CharacterDroid__GetDroidInputMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__GetMovementTargetAngle \ static_assert(alignof(CharacterDroid__GetMovementTargetAngle) == 0x000004, "Wrong alignment on CharacterDroid__GetMovementTargetAngle"); \ static_assert(sizeof(CharacterDroid__GetMovementTargetAngle) == 0x000004, "Wrong size on CharacterDroid__GetMovementTargetAngle"); \ static_assert(offsetof(CharacterDroid__GetMovementTargetAngle, ReturnValue) == 0x000000, "Member 'CharacterDroid__GetMovementTargetAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__GetMovementTargetSpeed \ static_assert(alignof(CharacterDroid__GetMovementTargetSpeed) == 0x000004, "Wrong alignment on CharacterDroid__GetMovementTargetSpeed"); \ static_assert(sizeof(CharacterDroid__GetMovementTargetSpeed) == 0x000004, "Wrong size on CharacterDroid__GetMovementTargetSpeed"); \ static_assert(offsetof(CharacterDroid__GetMovementTargetSpeed, ReturnValue) == 0x000000, "Member 'CharacterDroid__GetMovementTargetSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__GetPreciseMovementFrontalDistance \ static_assert(alignof(CharacterDroid__GetPreciseMovementFrontalDistance) == 0x000004, "Wrong alignment on CharacterDroid__GetPreciseMovementFrontalDistance"); \ static_assert(sizeof(CharacterDroid__GetPreciseMovementFrontalDistance) == 0x000004, "Wrong size on CharacterDroid__GetPreciseMovementFrontalDistance"); \ static_assert(offsetof(CharacterDroid__GetPreciseMovementFrontalDistance, ReturnValue) == 0x000000, "Member 'CharacterDroid__GetPreciseMovementFrontalDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__GetPreciseMovementLateralDistance \ static_assert(alignof(CharacterDroid__GetPreciseMovementLateralDistance) == 0x000004, "Wrong alignment on CharacterDroid__GetPreciseMovementLateralDistance"); \ static_assert(sizeof(CharacterDroid__GetPreciseMovementLateralDistance) == 0x000004, "Wrong size on CharacterDroid__GetPreciseMovementLateralDistance"); \ static_assert(offsetof(CharacterDroid__GetPreciseMovementLateralDistance, ReturnValue) == 0x000000, "Member 'CharacterDroid__GetPreciseMovementLateralDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid__GetPreciseMovementTransform \ static_assert(alignof(CharacterDroid__GetPreciseMovementTransform) == 0x000010, "Wrong alignment on CharacterDroid__GetPreciseMovementTransform"); \ static_assert(sizeof(CharacterDroid__GetPreciseMovementTransform) == 0x000030, "Wrong size on CharacterDroid__GetPreciseMovementTransform"); \ static_assert(offsetof(CharacterDroid__GetPreciseMovementTransform, ReturnValue) == 0x000000, "Member 'CharacterDroid__GetPreciseMovementTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_CanTalk \ static_assert(alignof(CharacterDroid_CanTalk) == 0x000001, "Wrong alignment on CharacterDroid_CanTalk"); \ static_assert(sizeof(CharacterDroid_CanTalk) == 0x000001, "Wrong size on CharacterDroid_CanTalk"); \ static_assert(offsetof(CharacterDroid_CanTalk, ReturnValue) == 0x000000, "Member 'CharacterDroid_CanTalk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetAvoidanceVelocity \ static_assert(alignof(CharacterDroid_GetAvoidanceVelocity) == 0x000004, "Wrong alignment on CharacterDroid_GetAvoidanceVelocity"); \ static_assert(sizeof(CharacterDroid_GetAvoidanceVelocity) == 0x00000C, "Wrong size on CharacterDroid_GetAvoidanceVelocity"); \ static_assert(offsetof(CharacterDroid_GetAvoidanceVelocity, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetAvoidanceVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetBehaviorState \ static_assert(alignof(CharacterDroid_GetBehaviorState) == 0x000001, "Wrong alignment on CharacterDroid_GetBehaviorState"); \ static_assert(sizeof(CharacterDroid_GetBehaviorState) == 0x000001, "Wrong size on CharacterDroid_GetBehaviorState"); \ static_assert(offsetof(CharacterDroid_GetBehaviorState, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetBehaviorState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetCurrentLookAtData \ static_assert(alignof(CharacterDroid_GetCurrentLookAtData) == 0x000008, "Wrong alignment on CharacterDroid_GetCurrentLookAtData"); \ static_assert(sizeof(CharacterDroid_GetCurrentLookAtData) == 0x000038, "Wrong size on CharacterDroid_GetCurrentLookAtData"); \ static_assert(offsetof(CharacterDroid_GetCurrentLookAtData, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetCurrentLookAtData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetCurrentUsable \ static_assert(alignof(CharacterDroid_GetCurrentUsable) == 0x000008, "Wrong alignment on CharacterDroid_GetCurrentUsable"); \ static_assert(sizeof(CharacterDroid_GetCurrentUsable) == 0x000008, "Wrong size on CharacterDroid_GetCurrentUsable"); \ static_assert(offsetof(CharacterDroid_GetCurrentUsable, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetCurrentUsable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetDialog \ static_assert(alignof(CharacterDroid_GetDialog) == 0x000008, "Wrong alignment on CharacterDroid_GetDialog"); \ static_assert(sizeof(CharacterDroid_GetDialog) == 0x000008, "Wrong size on CharacterDroid_GetDialog"); \ static_assert(offsetof(CharacterDroid_GetDialog, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetDialog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetDroidMovementState \ static_assert(alignof(CharacterDroid_GetDroidMovementState) == 0x000001, "Wrong alignment on CharacterDroid_GetDroidMovementState"); \ static_assert(sizeof(CharacterDroid_GetDroidMovementState) == 0x000001, "Wrong size on CharacterDroid_GetDroidMovementState"); \ static_assert(offsetof(CharacterDroid_GetDroidMovementState, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetDroidMovementState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetHeadForward \ static_assert(alignof(CharacterDroid_GetHeadForward) == 0x000004, "Wrong alignment on CharacterDroid_GetHeadForward"); \ static_assert(sizeof(CharacterDroid_GetHeadForward) == 0x00000C, "Wrong size on CharacterDroid_GetHeadForward"); \ static_assert(offsetof(CharacterDroid_GetHeadForward, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetHeadForward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetHeadLocation \ static_assert(alignof(CharacterDroid_GetHeadLocation) == 0x000004, "Wrong alignment on CharacterDroid_GetHeadLocation"); \ static_assert(sizeof(CharacterDroid_GetHeadLocation) == 0x00000C, "Wrong size on CharacterDroid_GetHeadLocation"); \ static_assert(offsetof(CharacterDroid_GetHeadLocation, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetHeadLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetHeadSocket \ static_assert(alignof(CharacterDroid_GetHeadSocket) == 0x000008, "Wrong alignment on CharacterDroid_GetHeadSocket"); \ static_assert(sizeof(CharacterDroid_GetHeadSocket) == 0x000010, "Wrong size on CharacterDroid_GetHeadSocket"); \ static_assert(offsetof(CharacterDroid_GetHeadSocket, _outComponent) == 0x000000, "Member 'CharacterDroid_GetHeadSocket::_outComponent' has a wrong offset!"); \ static_assert(offsetof(CharacterDroid_GetHeadSocket, _outSocketName) == 0x000008, "Member 'CharacterDroid_GetHeadSocket::_outSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetIdleAnimation \ static_assert(alignof(CharacterDroid_GetIdleAnimation) == 0x000008, "Wrong alignment on CharacterDroid_GetIdleAnimation"); \ static_assert(sizeof(CharacterDroid_GetIdleAnimation) == 0x000008, "Wrong size on CharacterDroid_GetIdleAnimation"); \ static_assert(offsetof(CharacterDroid_GetIdleAnimation, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetIdleAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetLookAtType \ static_assert(alignof(CharacterDroid_GetLookAtType) == 0x000001, "Wrong alignment on CharacterDroid_GetLookAtType"); \ static_assert(sizeof(CharacterDroid_GetLookAtType) == 0x000001, "Wrong size on CharacterDroid_GetLookAtType"); \ static_assert(offsetof(CharacterDroid_GetLookAtType, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetLookAtType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetMovementAnimationSettings \ static_assert(alignof(CharacterDroid_GetMovementAnimationSettings) == 0x000008, "Wrong alignment on CharacterDroid_GetMovementAnimationSettings"); \ static_assert(sizeof(CharacterDroid_GetMovementAnimationSettings) == 0x000008, "Wrong size on CharacterDroid_GetMovementAnimationSettings"); \ static_assert(offsetof(CharacterDroid_GetMovementAnimationSettings, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetMovementAnimationSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetMoveToLocation \ static_assert(alignof(CharacterDroid_GetMoveToLocation) == 0x000004, "Wrong alignment on CharacterDroid_GetMoveToLocation"); \ static_assert(sizeof(CharacterDroid_GetMoveToLocation) == 0x00000C, "Wrong size on CharacterDroid_GetMoveToLocation"); \ static_assert(offsetof(CharacterDroid_GetMoveToLocation, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetMoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetOnMeowedBehavior \ static_assert(alignof(CharacterDroid_GetOnMeowedBehavior) == 0x000001, "Wrong alignment on CharacterDroid_GetOnMeowedBehavior"); \ static_assert(sizeof(CharacterDroid_GetOnMeowedBehavior) == 0x000001, "Wrong size on CharacterDroid_GetOnMeowedBehavior"); \ static_assert(offsetof(CharacterDroid_GetOnMeowedBehavior, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetOnMeowedBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetPlayingAnimation \ static_assert(alignof(CharacterDroid_GetPlayingAnimation) == 0x000008, "Wrong alignment on CharacterDroid_GetPlayingAnimation"); \ static_assert(sizeof(CharacterDroid_GetPlayingAnimation) == 0x000040, "Wrong size on CharacterDroid_GetPlayingAnimation"); \ static_assert(offsetof(CharacterDroid_GetPlayingAnimation, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetPlayingAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetPosture \ static_assert(alignof(CharacterDroid_GetPosture) == 0x000001, "Wrong alignment on CharacterDroid_GetPosture"); \ static_assert(sizeof(CharacterDroid_GetPosture) == 0x000001, "Wrong size on CharacterDroid_GetPosture"); \ static_assert(offsetof(CharacterDroid_GetPosture, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetPosture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetPreciseMoveToTransform \ static_assert(alignof(CharacterDroid_GetPreciseMoveToTransform) == 0x000010, "Wrong alignment on CharacterDroid_GetPreciseMoveToTransform"); \ static_assert(sizeof(CharacterDroid_GetPreciseMoveToTransform) == 0x000030, "Wrong size on CharacterDroid_GetPreciseMoveToTransform"); \ static_assert(offsetof(CharacterDroid_GetPreciseMoveToTransform, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetPreciseMoveToTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetRepelDirection \ static_assert(alignof(CharacterDroid_GetRepelDirection) == 0x000004, "Wrong alignment on CharacterDroid_GetRepelDirection"); \ static_assert(sizeof(CharacterDroid_GetRepelDirection) == 0x00000C, "Wrong size on CharacterDroid_GetRepelDirection"); \ static_assert(offsetof(CharacterDroid_GetRepelDirection, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetRepelDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetRepelPreparationDistance \ static_assert(alignof(CharacterDroid_GetRepelPreparationDistance) == 0x000004, "Wrong alignment on CharacterDroid_GetRepelPreparationDistance"); \ static_assert(sizeof(CharacterDroid_GetRepelPreparationDistance) == 0x000004, "Wrong size on CharacterDroid_GetRepelPreparationDistance"); \ static_assert(offsetof(CharacterDroid_GetRepelPreparationDistance, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetRepelPreparationDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetRepelZoneCenter \ static_assert(alignof(CharacterDroid_GetRepelZoneCenter) == 0x000004, "Wrong alignment on CharacterDroid_GetRepelZoneCenter"); \ static_assert(sizeof(CharacterDroid_GetRepelZoneCenter) == 0x00000C, "Wrong size on CharacterDroid_GetRepelZoneCenter"); \ static_assert(offsetof(CharacterDroid_GetRepelZoneCenter, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetRepelZoneCenter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetRepelZoneRadius \ static_assert(alignof(CharacterDroid_GetRepelZoneRadius) == 0x000004, "Wrong alignment on CharacterDroid_GetRepelZoneRadius"); \ static_assert(sizeof(CharacterDroid_GetRepelZoneRadius) == 0x000004, "Wrong size on CharacterDroid_GetRepelZoneRadius"); \ static_assert(offsetof(CharacterDroid_GetRepelZoneRadius, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetRepelZoneRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetSelectedNavMeshRecastActor \ static_assert(alignof(CharacterDroid_GetSelectedNavMeshRecastActor) == 0x000008, "Wrong alignment on CharacterDroid_GetSelectedNavMeshRecastActor"); \ static_assert(sizeof(CharacterDroid_GetSelectedNavMeshRecastActor) == 0x000008, "Wrong size on CharacterDroid_GetSelectedNavMeshRecastActor"); \ static_assert(offsetof(CharacterDroid_GetSelectedNavMeshRecastActor, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetSelectedNavMeshRecastActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetShowDirectionTarget \ static_assert(alignof(CharacterDroid_GetShowDirectionTarget) == 0x000004, "Wrong alignment on CharacterDroid_GetShowDirectionTarget"); \ static_assert(sizeof(CharacterDroid_GetShowDirectionTarget) == 0x00000C, "Wrong size on CharacterDroid_GetShowDirectionTarget"); \ static_assert(offsetof(CharacterDroid_GetShowDirectionTarget, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetShowDirectionTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetStopDistance \ static_assert(alignof(CharacterDroid_GetStopDistance) == 0x000004, "Wrong alignment on CharacterDroid_GetStopDistance"); \ static_assert(sizeof(CharacterDroid_GetStopDistance) == 0x000004, "Wrong size on CharacterDroid_GetStopDistance"); \ static_assert(offsetof(CharacterDroid_GetStopDistance, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetStopDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetSurroundingCat \ static_assert(alignof(CharacterDroid_GetSurroundingCat) == 0x000008, "Wrong alignment on CharacterDroid_GetSurroundingCat"); \ static_assert(sizeof(CharacterDroid_GetSurroundingCat) == 0x000008, "Wrong size on CharacterDroid_GetSurroundingCat"); \ static_assert(offsetof(CharacterDroid_GetSurroundingCat, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetSurroundingCat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetTakenActor \ static_assert(alignof(CharacterDroid_GetTakenActor) == 0x000008, "Wrong alignment on CharacterDroid_GetTakenActor"); \ static_assert(sizeof(CharacterDroid_GetTakenActor) == 0x000008, "Wrong size on CharacterDroid_GetTakenActor"); \ static_assert(offsetof(CharacterDroid_GetTakenActor, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetTakenActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetTalkableComponent \ static_assert(alignof(CharacterDroid_GetTalkableComponent) == 0x000008, "Wrong alignment on CharacterDroid_GetTalkableComponent"); \ static_assert(sizeof(CharacterDroid_GetTalkableComponent) == 0x000008, "Wrong size on CharacterDroid_GetTalkableComponent"); \ static_assert(offsetof(CharacterDroid_GetTalkableComponent, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetTalkableComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_GetTalkScreenMaterial \ static_assert(alignof(CharacterDroid_GetTalkScreenMaterial) == 0x000008, "Wrong alignment on CharacterDroid_GetTalkScreenMaterial"); \ static_assert(sizeof(CharacterDroid_GetTalkScreenMaterial) == 0x000008, "Wrong size on CharacterDroid_GetTalkScreenMaterial"); \ static_assert(offsetof(CharacterDroid_GetTalkScreenMaterial, ReturnValue) == 0x000000, "Member 'CharacterDroid_GetTalkScreenMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_HasStumbled \ static_assert(alignof(CharacterDroid_HasStumbled) == 0x000001, "Wrong alignment on CharacterDroid_HasStumbled"); \ static_assert(sizeof(CharacterDroid_HasStumbled) == 0x000001, "Wrong size on CharacterDroid_HasStumbled"); \ static_assert(offsetof(CharacterDroid_HasStumbled, ReturnValue) == 0x000000, "Member 'CharacterDroid_HasStumbled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsAboutToStumble \ static_assert(alignof(CharacterDroid_IsAboutToStumble) == 0x000001, "Wrong alignment on CharacterDroid_IsAboutToStumble"); \ static_assert(sizeof(CharacterDroid_IsAboutToStumble) == 0x000001, "Wrong size on CharacterDroid_IsAboutToStumble"); \ static_assert(offsetof(CharacterDroid_IsAboutToStumble, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsAboutToStumble::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsDazzled \ static_assert(alignof(CharacterDroid_IsDazzled) == 0x000001, "Wrong alignment on CharacterDroid_IsDazzled"); \ static_assert(sizeof(CharacterDroid_IsDazzled) == 0x000001, "Wrong size on CharacterDroid_IsDazzled"); \ static_assert(offsetof(CharacterDroid_IsDazzled, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsDazzled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsDisturbed \ static_assert(alignof(CharacterDroid_IsDisturbed) == 0x000001, "Wrong alignment on CharacterDroid_IsDisturbed"); \ static_assert(sizeof(CharacterDroid_IsDisturbed) == 0x000001, "Wrong size on CharacterDroid_IsDisturbed"); \ static_assert(offsetof(CharacterDroid_IsDisturbed, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsDisturbed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsInMoveTo \ static_assert(alignof(CharacterDroid_IsInMoveTo) == 0x000001, "Wrong alignment on CharacterDroid_IsInMoveTo"); \ static_assert(sizeof(CharacterDroid_IsInMoveTo) == 0x000001, "Wrong size on CharacterDroid_IsInMoveTo"); \ static_assert(offsetof(CharacterDroid_IsInMoveTo, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsInMoveTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsInPreciseMoveTo \ static_assert(alignof(CharacterDroid_IsInPreciseMoveTo) == 0x000001, "Wrong alignment on CharacterDroid_IsInPreciseMoveTo"); \ static_assert(sizeof(CharacterDroid_IsInPreciseMoveTo) == 0x000001, "Wrong size on CharacterDroid_IsInPreciseMoveTo"); \ static_assert(offsetof(CharacterDroid_IsInPreciseMoveTo, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsInPreciseMoveTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsInRepelMode \ static_assert(alignof(CharacterDroid_IsInRepelMode) == 0x000001, "Wrong alignment on CharacterDroid_IsInRepelMode"); \ static_assert(sizeof(CharacterDroid_IsInRepelMode) == 0x000001, "Wrong size on CharacterDroid_IsInRepelMode"); \ static_assert(offsetof(CharacterDroid_IsInRepelMode, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsInRepelMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsLookAtEnabled \ static_assert(alignof(CharacterDroid_IsLookAtEnabled) == 0x000001, "Wrong alignment on CharacterDroid_IsLookAtEnabled"); \ static_assert(sizeof(CharacterDroid_IsLookAtEnabled) == 0x000001, "Wrong size on CharacterDroid_IsLookAtEnabled"); \ static_assert(offsetof(CharacterDroid_IsLookAtEnabled, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsLookAtEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsPlayingAnimation \ static_assert(alignof(CharacterDroid_IsPlayingAnimation) == 0x000001, "Wrong alignment on CharacterDroid_IsPlayingAnimation"); \ static_assert(sizeof(CharacterDroid_IsPlayingAnimation) == 0x000001, "Wrong size on CharacterDroid_IsPlayingAnimation"); \ static_assert(offsetof(CharacterDroid_IsPlayingAnimation, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsPlayingAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsPlayingAnimationBehavior \ static_assert(alignof(CharacterDroid_IsPlayingAnimationBehavior) == 0x000001, "Wrong alignment on CharacterDroid_IsPlayingAnimationBehavior"); \ static_assert(sizeof(CharacterDroid_IsPlayingAnimationBehavior) == 0x000001, "Wrong size on CharacterDroid_IsPlayingAnimationBehavior"); \ static_assert(offsetof(CharacterDroid_IsPlayingAnimationBehavior, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsPlayingAnimationBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsRepellingCat \ static_assert(alignof(CharacterDroid_IsRepellingCat) == 0x000001, "Wrong alignment on CharacterDroid_IsRepellingCat"); \ static_assert(sizeof(CharacterDroid_IsRepellingCat) == 0x000001, "Wrong size on CharacterDroid_IsRepellingCat"); \ static_assert(offsetof(CharacterDroid_IsRepellingCat, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsRepellingCat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsRisingFromStumble \ static_assert(alignof(CharacterDroid_IsRisingFromStumble) == 0x000001, "Wrong alignment on CharacterDroid_IsRisingFromStumble"); \ static_assert(sizeof(CharacterDroid_IsRisingFromStumble) == 0x000001, "Wrong size on CharacterDroid_IsRisingFromStumble"); \ static_assert(offsetof(CharacterDroid_IsRisingFromStumble, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsRisingFromStumble::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsShowDirectionEnabled \ static_assert(alignof(CharacterDroid_IsShowDirectionEnabled) == 0x000001, "Wrong alignment on CharacterDroid_IsShowDirectionEnabled"); \ static_assert(sizeof(CharacterDroid_IsShowDirectionEnabled) == 0x000001, "Wrong size on CharacterDroid_IsShowDirectionEnabled"); \ static_assert(offsetof(CharacterDroid_IsShowDirectionEnabled, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsShowDirectionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsStreamedIn \ static_assert(alignof(CharacterDroid_IsStreamedIn) == 0x000001, "Wrong alignment on CharacterDroid_IsStreamedIn"); \ static_assert(sizeof(CharacterDroid_IsStreamedIn) == 0x000001, "Wrong size on CharacterDroid_IsStreamedIn"); \ static_assert(offsetof(CharacterDroid_IsStreamedIn, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsStreamedIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsStumbling \ static_assert(alignof(CharacterDroid_IsStumbling) == 0x000001, "Wrong alignment on CharacterDroid_IsStumbling"); \ static_assert(sizeof(CharacterDroid_IsStumbling) == 0x000001, "Wrong size on CharacterDroid_IsStumbling"); \ static_assert(offsetof(CharacterDroid_IsStumbling, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsStumbling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsThrowingObject \ static_assert(alignof(CharacterDroid_IsThrowingObject) == 0x000001, "Wrong alignment on CharacterDroid_IsThrowingObject"); \ static_assert(sizeof(CharacterDroid_IsThrowingObject) == 0x000001, "Wrong size on CharacterDroid_IsThrowingObject"); \ static_assert(offsetof(CharacterDroid_IsThrowingObject, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsThrowingObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsUsingActor \ static_assert(alignof(CharacterDroid_IsUsingActor) == 0x000001, "Wrong alignment on CharacterDroid_IsUsingActor"); \ static_assert(sizeof(CharacterDroid_IsUsingActor) == 0x000001, "Wrong size on CharacterDroid_IsUsingActor"); \ static_assert(offsetof(CharacterDroid_IsUsingActor, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsUsingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsWaitingForInteraction \ static_assert(alignof(CharacterDroid_IsWaitingForInteraction) == 0x000001, "Wrong alignment on CharacterDroid_IsWaitingForInteraction"); \ static_assert(sizeof(CharacterDroid_IsWaitingForInteraction) == 0x000001, "Wrong size on CharacterDroid_IsWaitingForInteraction"); \ static_assert(offsetof(CharacterDroid_IsWaitingForInteraction, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsWaitingForInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_IsWithinDialog \ static_assert(alignof(CharacterDroid_IsWithinDialog) == 0x000001, "Wrong alignment on CharacterDroid_IsWithinDialog"); \ static_assert(sizeof(CharacterDroid_IsWithinDialog) == 0x000001, "Wrong size on CharacterDroid_IsWithinDialog"); \ static_assert(offsetof(CharacterDroid_IsWithinDialog, ReturnValue) == 0x000000, "Member 'CharacterDroid_IsWithinDialog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterDroid_ShouldSkipIdleAnimationBlend \ static_assert(alignof(CharacterDroid_ShouldSkipIdleAnimationBlend) == 0x000001, "Wrong alignment on CharacterDroid_ShouldSkipIdleAnimationBlend"); \ static_assert(sizeof(CharacterDroid_ShouldSkipIdleAnimationBlend) == 0x000001, "Wrong size on CharacterDroid_ShouldSkipIdleAnimationBlend"); \ static_assert(offsetof(CharacterDroid_ShouldSkipIdleAnimationBlend, ReturnValue) == 0x000000, "Member 'CharacterDroid_ShouldSkipIdleAnimationBlend::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACharacterDroid \ static_assert(alignof(ACharacterDroid) == 0x000010, "Wrong alignment on ACharacterDroid"); \ static_assert(sizeof(ACharacterDroid) == 0x000B00, "Wrong size on ACharacterDroid"); \ static_assert(offsetof(ACharacterDroid, OnDroidMovementAnimationSettingsChanged) == 0x0004C0, "Member 'ACharacterDroid::OnDroidMovementAnimationSettingsChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, OnDroidActivationChanged) == 0x0004D0, "Member 'ACharacterDroid::OnDroidActivationChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, IdleAnimationChanged) == 0x0004E0, "Member 'ACharacterDroid::IdleAnimationChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, IdleAnimationPositionChanged) == 0x0004F0, "Member 'ACharacterDroid::IdleAnimationPositionChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, IsPlayingAnimationChanged) == 0x000500, "Member 'ACharacterDroid::IsPlayingAnimationChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, IsRepellingCatChanged) == 0x000510, "Member 'ACharacterDroid::IsRepellingCatChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, IsWaitingForInteractionChanged) == 0x000520, "Member 'ACharacterDroid::IsWaitingForInteractionChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, IsWithinDialogChanged) == 0x000530, "Member 'ACharacterDroid::IsWithinDialogChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, IsLookEnabledChanged) == 0x000540, "Member 'ACharacterDroid::IsLookEnabledChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, CurrentPostureChanged) == 0x000550, "Member 'ACharacterDroid::CurrentPostureChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, IsShowDirectionEnabledChanged) == 0x000560, "Member 'ACharacterDroid::IsShowDirectionEnabledChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, IsInRepelModeChanged) == 0x000570, "Member 'ACharacterDroid::IsInRepelModeChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, OnDroidMovementStateChanged) == 0x000580, "Member 'ACharacterDroid::OnDroidMovementStateChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, OnDroidBehaviorChanged) == 0x000590, "Member 'ACharacterDroid::OnDroidBehaviorChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, OnDroidLocomotionBehaviorChanged) == 0x0005A0, "Member 'ACharacterDroid::OnDroidLocomotionBehaviorChanged' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_drawMoveToDebug) == 0x0005B0, "Member 'ACharacterDroid::m_drawMoveToDebug' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_maxAngleToStartTurning) == 0x0005B4, "Member 'ACharacterDroid::m_maxAngleToStartTurning' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_movementTargetAngle) == 0x0005B8, "Member 'ACharacterDroid::m_movementTargetAngle' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_movementTargetSpeed) == 0x0005BC, "Member 'ACharacterDroid::m_movementTargetSpeed' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_movementSteppingLateralDistance) == 0x0005C0, "Member 'ACharacterDroid::m_movementSteppingLateralDistance' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_movementSteppingFrontalDistance) == 0x0005C4, "Member 'ACharacterDroid::m_movementSteppingFrontalDistance' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_currentMoveToStopDistance) == 0x0005C8, "Member 'ACharacterDroid::m_currentMoveToStopDistance' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_currentLateralAvoidanceValue) == 0x0005CC, "Member 'ACharacterDroid::m_currentLateralAvoidanceValue' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_saveComponent) == 0x0005D0, "Member 'ACharacterDroid::m_saveComponent' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_streamingComponent) == 0x0005D8, "Member 'ACharacterDroid::m_streamingComponent' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_catDetectorGridSnapping) == 0x0005E0, "Member 'ACharacterDroid::m_catDetectorGridSnapping' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_catDetector) == 0x0005E8, "Member 'ACharacterDroid::m_catDetector' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_repelZone) == 0x0005F0, "Member 'ACharacterDroid::m_repelZone' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_repelDirection) == 0x0005F8, "Member 'ACharacterDroid::m_repelDirection' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_talkable) == 0x000600, "Member 'ACharacterDroid::m_talkable' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_pathFindSplineComponent) == 0x000608, "Member 'ACharacterDroid::m_pathFindSplineComponent' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_doHateCats) == 0x000610, "Member 'ACharacterDroid::m_doHateCats' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_faceCatDuringRepel) == 0x000611, "Member 'ACharacterDroid::m_faceCatDuringRepel' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_baseScreenMaterial) == 0x000618, "Member 'ACharacterDroid::m_baseScreenMaterial' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_exchangeScreenMaterial) == 0x000620, "Member 'ACharacterDroid::m_exchangeScreenMaterial' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_talkScreenMaterial) == 0x000628, "Member 'ACharacterDroid::m_talkScreenMaterial' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_doHeadFollowCat) == 0x000630, "Member 'ACharacterDroid::m_doHeadFollowCat' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_idleAnimation) == 0x000638, "Member 'ACharacterDroid::m_idleAnimation' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_lookAtSpeed) == 0x000640, "Member 'ACharacterDroid::m_lookAtSpeed' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_currentStumbleAnimation) == 0x000648, "Member 'ACharacterDroid::m_currentStumbleAnimation' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_currentFallingAnimation) == 0x000650, "Member 'ACharacterDroid::m_currentFallingAnimation' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_currentRaiseFromFrontAnimation) == 0x000658, "Member 'ACharacterDroid::m_currentRaiseFromFrontAnimation' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_currentRaiseFromBackAnimation) == 0x000660, "Member 'ACharacterDroid::m_currentRaiseFromBackAnimation' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_initialMeshRelativeTransform) == 0x000670, "Member 'ACharacterDroid::m_initialMeshRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_droidManager) == 0x0006A0, "Member 'ACharacterDroid::m_droidManager' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_aiController) == 0x0006A8, "Member 'ACharacterDroid::m_aiController' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_currentMovementAnimationSettings) == 0x0006B0, "Member 'ACharacterDroid::m_currentMovementAnimationSettings' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_currentUsable) == 0x0006F0, "Member 'ACharacterDroid::m_currentUsable' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_overrideLookAt) == 0x0006F8, "Member 'ACharacterDroid::m_overrideLookAt' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_lookAtOverrideDirection) == 0x0006FC, "Member 'ACharacterDroid::m_lookAtOverrideDirection' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_currentLookAtType) == 0x000708, "Member 'ACharacterDroid::m_currentLookAtType' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_userLookAtData) == 0x000710, "Member 'ACharacterDroid::m_userLookAtData' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_autonomousLookAtData) == 0x000748, "Member 'ACharacterDroid::m_autonomousLookAtData' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_dialogLookAtData) == 0x000780, "Member 'ACharacterDroid::m_dialogLookAtData' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_overrideLookAtData) == 0x0007B8, "Member 'ACharacterDroid::m_overrideLookAtData' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_showDirectionData) == 0x0007F0, "Member 'ACharacterDroid::m_showDirectionData' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_userShowDirection) == 0x000828, "Member 'ACharacterDroid::m_userShowDirection' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_autonomousShowDirection) == 0x000860, "Member 'ACharacterDroid::m_autonomousShowDirection' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_startsWithCollisionEnabled) == 0x0008B1, "Member 'ACharacterDroid::m_startsWithCollisionEnabled' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_takeActorSocketName) == 0x0008B4, "Member 'ACharacterDroid::m_takeActorSocketName' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_headSocketName) == 0x0008BC, "Member 'ACharacterDroid::m_headSocketName' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_aboutToStumbleTime) == 0x0008C8, "Member 'ACharacterDroid::m_aboutToStumbleTime' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_stumbleChargeTime) == 0x0008CC, "Member 'ACharacterDroid::m_stumbleChargeTime' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_stumbledTime) == 0x0008E8, "Member 'ACharacterDroid::m_stumbledTime' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_visionTraceChannel) == 0x000955, "Member 'ACharacterDroid::m_visionTraceChannel' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_turnTowardsSpeedRatio) == 0x0009A0, "Member 'ACharacterDroid::m_turnTowardsSpeedRatio' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_minimumAngleForTurnTowardInDegree) == 0x0009A4, "Member 'ACharacterDroid::m_minimumAngleForTurnTowardInDegree' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_repelMinimumTime) == 0x0009D0, "Member 'ACharacterDroid::m_repelMinimumTime' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_repelPreparationDistance) == 0x0009D4, "Member 'ACharacterDroid::m_repelPreparationDistance' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_repelPreparationDistanceHysteresis) == 0x0009D8, "Member 'ACharacterDroid::m_repelPreparationDistanceHysteresis' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_lookAtCatWhenWaitingObject) == 0x000A20, "Member 'ACharacterDroid::m_lookAtCatWhenWaitingObject' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_isMet) == 0x000A21, "Member 'ACharacterDroid::m_isMet' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_shouldCollisionBeEnabled) == 0x000A40, "Member 'ACharacterDroid::m_shouldCollisionBeEnabled' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_sstateMachine) == 0x000A48, "Member 'ACharacterDroid::m_sstateMachine' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_startingAngleCorrectionMaximum) == 0x000A50, "Member 'ACharacterDroid::m_startingAngleCorrectionMaximum' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_startingCorrectionStartDistance) == 0x000A54, "Member 'ACharacterDroid::m_startingCorrectionStartDistance' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_useManualSkeletalMeshRefreshSetting) == 0x000AD0, "Member 'ACharacterDroid::m_useManualSkeletalMeshRefreshSetting' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_alwaysStationary) == 0x000AD1, "Member 'ACharacterDroid::m_alwaysStationary' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_currentOnMeowedBehavior) == 0x000AD3, "Member 'ACharacterDroid::m_currentOnMeowedBehavior' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_shouldBeActive) == 0x000ADA, "Member 'ACharacterDroid::m_shouldBeActive' has a wrong offset!"); \ static_assert(offsetof(ACharacterDroid, m_attachedSkeletalMeshComponents) == 0x000AE0, "Member 'ACharacterDroid::m_attachedSkeletalMeshComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckBoxWidget \ static_assert(alignof(UCheckBoxWidget) == 0x000008, "Wrong alignment on UCheckBoxWidget"); \ static_assert(sizeof(UCheckBoxWidget) == 0x0003B8, "Wrong size on UCheckBoxWidget"); \ static_assert(offsetof(UCheckBoxWidget, Border) == 0x0002F0, "Member 'UCheckBoxWidget::Border' has a wrong offset!"); \ static_assert(offsetof(UCheckBoxWidget, CheckBox) == 0x0002F8, "Member 'UCheckBoxWidget::CheckBox' has a wrong offset!"); \ static_assert(offsetof(UCheckBoxWidget, CheckBoxText) == 0x000300, "Member 'UCheckBoxWidget::CheckBoxText' has a wrong offset!"); \ static_assert(offsetof(UCheckBoxWidget, Text) == 0x000308, "Member 'UCheckBoxWidget::Text' has a wrong offset!"); \ static_assert(offsetof(UCheckBoxWidget, m_onSelectedSound) == 0x000320, "Member 'UCheckBoxWidget::m_onSelectedSound' has a wrong offset!"); \ static_assert(offsetof(UCheckBoxWidget, m_onCheckedSound) == 0x000328, "Member 'UCheckBoxWidget::m_onCheckedSound' has a wrong offset!"); \ static_assert(offsetof(UCheckBoxWidget, m_onHoveredTextColor) == 0x000330, "Member 'UCheckBoxWidget::m_onHoveredTextColor' has a wrong offset!"); \ static_assert(offsetof(UCheckBoxWidget, m_onHoveredBorderBrushColor) == 0x000340, "Member 'UCheckBoxWidget::m_onHoveredBorderBrushColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCueBank \ static_assert(alignof(UCueBank) == 0x000008, "Wrong alignment on UCueBank"); \ static_assert(sizeof(UCueBank) == 0x000040, "Wrong size on UCueBank"); \ static_assert(offsetof(UCueBank, SoundCues) == 0x000030, "Member 'UCueBank::SoundCues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugInputComponent \ static_assert(alignof(UDebugInputComponent) == 0x000008, "Wrong alignment on UDebugInputComponent"); \ static_assert(sizeof(UDebugInputComponent) == 0x000318, "Wrong size on UDebugInputComponent"); \ static_assert(offsetof(UDebugInputComponent, GamepadDPadDownPressed) == 0x0000B0, "Member 'UDebugInputComponent::GamepadDPadDownPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadDPadDownReleased) == 0x0000C0, "Member 'UDebugInputComponent::GamepadDPadDownReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadDPadLeftPressed) == 0x0000D0, "Member 'UDebugInputComponent::GamepadDPadLeftPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadDPadLeftReleased) == 0x0000E0, "Member 'UDebugInputComponent::GamepadDPadLeftReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadDPadRightPressed) == 0x0000F0, "Member 'UDebugInputComponent::GamepadDPadRightPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadDPadRightReleased) == 0x000100, "Member 'UDebugInputComponent::GamepadDPadRightReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadDPadUpPressed) == 0x000110, "Member 'UDebugInputComponent::GamepadDPadUpPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadDPadUpReleased) == 0x000120, "Member 'UDebugInputComponent::GamepadDPadUpReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadLeftShoulderPressed) == 0x000130, "Member 'UDebugInputComponent::GamepadLeftShoulderPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadLeftShoulderReleased) == 0x000140, "Member 'UDebugInputComponent::GamepadLeftShoulderReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadRightShoulderPressed) == 0x000150, "Member 'UDebugInputComponent::GamepadRightShoulderPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadRightShoulderReleased) == 0x000160, "Member 'UDebugInputComponent::GamepadRightShoulderReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadLeftTriggerPressed) == 0x000170, "Member 'UDebugInputComponent::GamepadLeftTriggerPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadLeftTriggerReleased) == 0x000180, "Member 'UDebugInputComponent::GamepadLeftTriggerReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadRightTriggerPressed) == 0x000190, "Member 'UDebugInputComponent::GamepadRightTriggerPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadRightTriggerReleased) == 0x0001A0, "Member 'UDebugInputComponent::GamepadRightTriggerReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadLeftThumbstickPressed) == 0x0001B0, "Member 'UDebugInputComponent::GamepadLeftThumbstickPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadLeftThumbstickReleased) == 0x0001C0, "Member 'UDebugInputComponent::GamepadLeftThumbstickReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadRightThumbstickPressed) == 0x0001D0, "Member 'UDebugInputComponent::GamepadRightThumbstickPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadRightThumbstickReleased) == 0x0001E0, "Member 'UDebugInputComponent::GamepadRightThumbstickReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadLeftStickXAxis) == 0x0001F0, "Member 'UDebugInputComponent::GamepadLeftStickXAxis' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadLeftStickYAxis) == 0x000200, "Member 'UDebugInputComponent::GamepadLeftStickYAxis' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadRightStickXAxis) == 0x000210, "Member 'UDebugInputComponent::GamepadRightStickXAxis' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadRightStickYAxis) == 0x000220, "Member 'UDebugInputComponent::GamepadRightStickYAxis' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadLeftTriggerAxis) == 0x000230, "Member 'UDebugInputComponent::GamepadLeftTriggerAxis' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadRightTriggerAxis) == 0x000240, "Member 'UDebugInputComponent::GamepadRightTriggerAxis' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadSpecialLeftPressed) == 0x000250, "Member 'UDebugInputComponent::GamepadSpecialLeftPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadSpecialLeftReleased) == 0x000260, "Member 'UDebugInputComponent::GamepadSpecialLeftReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadSpecialRightPressed) == 0x000270, "Member 'UDebugInputComponent::GamepadSpecialRightPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadSpecialRightReleased) == 0x000280, "Member 'UDebugInputComponent::GamepadSpecialRightReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadFaceButtonBottomPressed) == 0x000290, "Member 'UDebugInputComponent::GamepadFaceButtonBottomPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadFaceButtonBottomReleased) == 0x0002A0, "Member 'UDebugInputComponent::GamepadFaceButtonBottomReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadFaceButtonLeftPressed) == 0x0002B0, "Member 'UDebugInputComponent::GamepadFaceButtonLeftPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadFaceButtonLeftReleased) == 0x0002C0, "Member 'UDebugInputComponent::GamepadFaceButtonLeftReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadFaceButtonRightPressed) == 0x0002D0, "Member 'UDebugInputComponent::GamepadFaceButtonRightPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadFaceButtonRightReleased) == 0x0002E0, "Member 'UDebugInputComponent::GamepadFaceButtonRightReleased' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadFaceButtonTopPressed) == 0x0002F0, "Member 'UDebugInputComponent::GamepadFaceButtonTopPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugInputComponent, GamepadFaceButtonTopReleased) == 0x000300, "Member 'UDebugInputComponent::GamepadFaceButtonTopReleased' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADebugInputManager \ static_assert(alignof(ADebugInputManager) == 0x000008, "Wrong alignment on ADebugInputManager"); \ static_assert(sizeof(ADebugInputManager) == 0x000238, "Wrong size on ADebugInputManager"); \ #define DUMPER7_ASSERTS_UDialogUserWidget \ static_assert(alignof(UDialogUserWidget) == 0x000008, "Wrong alignment on UDialogUserWidget"); \ static_assert(sizeof(UDialogUserWidget) == 0x000270, "Wrong size on UDialogUserWidget"); \ #define DUMPER7_ASSERTS_ScannableComponent_SetScannableEnabled \ static_assert(alignof(ScannableComponent_SetScannableEnabled) == 0x000001, "Wrong alignment on ScannableComponent_SetScannableEnabled"); \ static_assert(sizeof(ScannableComponent_SetScannableEnabled) == 0x000001, "Wrong size on ScannableComponent_SetScannableEnabled"); \ static_assert(offsetof(ScannableComponent_SetScannableEnabled, _value) == 0x000000, "Member 'ScannableComponent_SetScannableEnabled::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScannableComponent_IsScannableEnabled \ static_assert(alignof(ScannableComponent_IsScannableEnabled) == 0x000001, "Wrong alignment on ScannableComponent_IsScannableEnabled"); \ static_assert(sizeof(ScannableComponent_IsScannableEnabled) == 0x000001, "Wrong size on ScannableComponent_IsScannableEnabled"); \ static_assert(offsetof(ScannableComponent_IsScannableEnabled, ReturnValue) == 0x000000, "Member 'ScannableComponent_IsScannableEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScannableComponent \ static_assert(alignof(UScannableComponent) == 0x000010, "Wrong alignment on UScannableComponent"); \ static_assert(sizeof(UScannableComponent) == 0x0004A0, "Wrong size on UScannableComponent"); \ static_assert(offsetof(UScannableComponent, EnabledOnStart) == 0x000478, "Member 'UScannableComponent::EnabledOnStart' has a wrong offset!"); \ static_assert(offsetof(UScannableComponent, DisplayName) == 0x000480, "Member 'UScannableComponent::DisplayName' has a wrong offset!"); \ static_assert(offsetof(UScannableComponent, ClueActorClass) == 0x000498, "Member 'UScannableComponent::ClueActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDiskSubsystem \ static_assert(alignof(UDiskSubsystem) == 0x000008, "Wrong alignment on UDiskSubsystem"); \ static_assert(sizeof(UDiskSubsystem) == 0x000068, "Wrong size on UDiskSubsystem"); \ static_assert(offsetof(UDiskSubsystem, m_diskOperations) == 0x000048, "Member 'UDiskSubsystem::m_diskOperations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASplineRailManager \ static_assert(alignof(ASplineRailManager) == 0x000008, "Wrong alignment on ASplineRailManager"); \ static_assert(sizeof(ASplineRailManager) == 0x000240, "Wrong size on ASplineRailManager"); \ #define DUMPER7_ASSERTS_UDroidMovementAnimationSettings \ static_assert(alignof(UDroidMovementAnimationSettings) == 0x000008, "Wrong alignment on UDroidMovementAnimationSettings"); \ static_assert(sizeof(UDroidMovementAnimationSettings) == 0x000070, "Wrong size on UDroidMovementAnimationSettings"); \ static_assert(offsetof(UDroidMovementAnimationSettings, Start_LeftFoot) == 0x000030, "Member 'UDroidMovementAnimationSettings::Start_LeftFoot' has a wrong offset!"); \ static_assert(offsetof(UDroidMovementAnimationSettings, Start_RightFoot) == 0x000038, "Member 'UDroidMovementAnimationSettings::Start_RightFoot' has a wrong offset!"); \ static_assert(offsetof(UDroidMovementAnimationSettings, WalkBlendSpace) == 0x000040, "Member 'UDroidMovementAnimationSettings::WalkBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UDroidMovementAnimationSettings, StopWalkAnimation_LeftFoot) == 0x000048, "Member 'UDroidMovementAnimationSettings::StopWalkAnimation_LeftFoot' has a wrong offset!"); \ static_assert(offsetof(UDroidMovementAnimationSettings, StopWalkAnimation_RightFoot) == 0x000050, "Member 'UDroidMovementAnimationSettings::StopWalkAnimation_RightFoot' has a wrong offset!"); \ static_assert(offsetof(UDroidMovementAnimationSettings, TurnInPlaceBlendSpace) == 0x000058, "Member 'UDroidMovementAnimationSettings::TurnInPlaceBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UDroidMovementAnimationSettings, FinalStepBlendSpace_LeftFoot) == 0x000060, "Member 'UDroidMovementAnimationSettings::FinalStepBlendSpace_LeftFoot' has a wrong offset!"); \ static_assert(offsetof(UDroidMovementAnimationSettings, FinalStepBlendSpace_RightFoot) == 0x000068, "Member 'UDroidMovementAnimationSettings::FinalStepBlendSpace_RightFoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroidUsableComponent_ForceUsing \ static_assert(alignof(DroidUsableComponent_ForceUsing) == 0x000008, "Wrong alignment on DroidUsableComponent_ForceUsing"); \ static_assert(sizeof(DroidUsableComponent_ForceUsing) == 0x000008, "Wrong size on DroidUsableComponent_ForceUsing"); \ static_assert(offsetof(DroidUsableComponent_ForceUsing, _droid) == 0x000000, "Member 'DroidUsableComponent_ForceUsing::_droid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroidUsableComponent_GetCurrentDroid \ static_assert(alignof(DroidUsableComponent_GetCurrentDroid) == 0x000008, "Wrong alignment on DroidUsableComponent_GetCurrentDroid"); \ static_assert(sizeof(DroidUsableComponent_GetCurrentDroid) == 0x000008, "Wrong size on DroidUsableComponent_GetCurrentDroid"); \ static_assert(offsetof(DroidUsableComponent_GetCurrentDroid, ReturnValue) == 0x000000, "Member 'DroidUsableComponent_GetCurrentDroid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroidUsableComponent_GetStartUseSocketTransform \ static_assert(alignof(DroidUsableComponent_GetStartUseSocketTransform) == 0x000010, "Wrong alignment on DroidUsableComponent_GetStartUseSocketTransform"); \ static_assert(sizeof(DroidUsableComponent_GetStartUseSocketTransform) == 0x000030, "Wrong size on DroidUsableComponent_GetStartUseSocketTransform"); \ static_assert(offsetof(DroidUsableComponent_GetStartUseSocketTransform, ReturnValue) == 0x000000, "Member 'DroidUsableComponent_GetStartUseSocketTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroidUsableComponent_IsBeingUsed \ static_assert(alignof(DroidUsableComponent_IsBeingUsed) == 0x000001, "Wrong alignment on DroidUsableComponent_IsBeingUsed"); \ static_assert(sizeof(DroidUsableComponent_IsBeingUsed) == 0x000001, "Wrong size on DroidUsableComponent_IsBeingUsed"); \ static_assert(offsetof(DroidUsableComponent_IsBeingUsed, ReturnValue) == 0x000000, "Member 'DroidUsableComponent_IsBeingUsed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroidUsableComponent_IsEnabled \ static_assert(alignof(DroidUsableComponent_IsEnabled) == 0x000001, "Wrong alignment on DroidUsableComponent_IsEnabled"); \ static_assert(sizeof(DroidUsableComponent_IsEnabled) == 0x000001, "Wrong size on DroidUsableComponent_IsEnabled"); \ static_assert(offsetof(DroidUsableComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'DroidUsableComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroidUsableComponent_OnStartUse \ static_assert(alignof(DroidUsableComponent_OnStartUse) == 0x000008, "Wrong alignment on DroidUsableComponent_OnStartUse"); \ static_assert(sizeof(DroidUsableComponent_OnStartUse) == 0x000008, "Wrong size on DroidUsableComponent_OnStartUse"); \ static_assert(offsetof(DroidUsableComponent_OnStartUse, _droid) == 0x000000, "Member 'DroidUsableComponent_OnStartUse::_droid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroidUsableComponent_OnUsing \ static_assert(alignof(DroidUsableComponent_OnUsing) == 0x000008, "Wrong alignment on DroidUsableComponent_OnUsing"); \ static_assert(sizeof(DroidUsableComponent_OnUsing) == 0x000008, "Wrong size on DroidUsableComponent_OnUsing"); \ static_assert(offsetof(DroidUsableComponent_OnUsing, _droid) == 0x000000, "Member 'DroidUsableComponent_OnUsing::_droid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroidUsableComponent_SetEnabled \ static_assert(alignof(DroidUsableComponent_SetEnabled) == 0x000001, "Wrong alignment on DroidUsableComponent_SetEnabled"); \ static_assert(sizeof(DroidUsableComponent_SetEnabled) == 0x000001, "Wrong size on DroidUsableComponent_SetEnabled"); \ static_assert(offsetof(DroidUsableComponent_SetEnabled, _enabled) == 0x000000, "Member 'DroidUsableComponent_SetEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDroidUsableComponent \ static_assert(alignof(UDroidUsableComponent) == 0x000010, "Wrong alignment on UDroidUsableComponent"); \ static_assert(sizeof(UDroidUsableComponent) == 0x0002D0, "Wrong size on UDroidUsableComponent"); \ static_assert(offsetof(UDroidUsableComponent, OnStartUseEvent) == 0x0001F8, "Member 'UDroidUsableComponent::OnStartUseEvent' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, OnUsingEvent) == 0x000208, "Member 'UDroidUsableComponent::OnUsingEvent' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, OnStopUseEvent) == 0x000218, "Member 'UDroidUsableComponent::OnStopUseEvent' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, OnUseEndedEvent) == 0x000228, "Member 'UDroidUsableComponent::OnUseEndedEvent' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, m_usingAnimation) == 0x000238, "Member 'UDroidUsableComponent::m_usingAnimation' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, m_startUseAnimation) == 0x000250, "Member 'UDroidUsableComponent::m_startUseAnimation' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, m_stopUseAnimation) == 0x000268, "Member 'UDroidUsableComponent::m_stopUseAnimation' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, m_objectName) == 0x000280, "Member 'UDroidUsableComponent::m_objectName' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, m_startUsingTransformActor) == 0x000298, "Member 'UDroidUsableComponent::m_startUsingTransformActor' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, m_isEnabled) == 0x0002A0, "Member 'UDroidUsableComponent::m_isEnabled' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, m_enableTeleportAtEnd) == 0x0002A1, "Member 'UDroidUsableComponent::m_enableTeleportAtEnd' has a wrong offset!"); \ static_assert(offsetof(UDroidUsableComponent, m_stateMachine) == 0x0002A8, "Member 'UDroidUsableComponent::m_stateMachine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USentinelSettings \ static_assert(alignof(USentinelSettings) == 0x000008, "Wrong alignment on USentinelSettings"); \ static_assert(sizeof(USentinelSettings) == 0x000148, "Wrong size on USentinelSettings"); \ static_assert(offsetof(USentinelSettings, Aggressive) == 0x000030, "Member 'USentinelSettings::Aggressive' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, MinimumDistanceDetectionWhenTargetIsHiding) == 0x000034, "Member 'USentinelSettings::MinimumDistanceDetectionWhenTargetIsHiding' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, VisionLightRotationSpeed) == 0x000038, "Member 'USentinelSettings::VisionLightRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, ForwardLocationPrediction) == 0x00003C, "Member 'USentinelSettings::ForwardLocationPrediction' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, ForwardDirectionPrediction) == 0x000040, "Member 'USentinelSettings::ForwardDirectionPrediction' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, DistanceFromTargetToStartBraking) == 0x000044, "Member 'USentinelSettings::DistanceFromTargetToStartBraking' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, ReachAcceptanceDistance) == 0x000048, "Member 'USentinelSettings::ReachAcceptanceDistance' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, RotationToMovementInTime) == 0x00004C, "Member 'USentinelSettings::RotationToMovementInTime' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, InactiveZOffset) == 0x000050, "Member 'USentinelSettings::InactiveZOffset' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, PatrolZOffset) == 0x000054, "Member 'USentinelSettings::PatrolZOffset' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, DetectZOffset) == 0x000058, "Member 'USentinelSettings::DetectZOffset' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, SearchingZOffset) == 0x00005C, "Member 'USentinelSettings::SearchingZOffset' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, ChasingZOffset) == 0x000060, "Member 'USentinelSettings::ChasingZOffset' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, ZOffsetMovementTime) == 0x000064, "Member 'USentinelSettings::ZOffsetMovementTime' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, PatrolMovementSpeed) == 0x000068, "Member 'USentinelSettings::PatrolMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, DetectMovementSpeed) == 0x00006C, "Member 'USentinelSettings::DetectMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, SearchingMovementSpeed) == 0x000070, "Member 'USentinelSettings::SearchingMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, ChasingMovementSpeed) == 0x000074, "Member 'USentinelSettings::ChasingMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, InactiveEyeRadius) == 0x000078, "Member 'USentinelSettings::InactiveEyeRadius' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, PatrolEyeRadius) == 0x00007C, "Member 'USentinelSettings::PatrolEyeRadius' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, DetectionEyeRadius) == 0x000080, "Member 'USentinelSettings::DetectionEyeRadius' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, SearchingEyeRadius) == 0x000084, "Member 'USentinelSettings::SearchingEyeRadius' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, ChasingEyeRadius) == 0x000088, "Member 'USentinelSettings::ChasingEyeRadius' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, InactiveStateColor) == 0x00008C, "Member 'USentinelSettings::InactiveStateColor' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, PatrolStateColor) == 0x00009C, "Member 'USentinelSettings::PatrolStateColor' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, SearchingStateColor) == 0x0000AC, "Member 'USentinelSettings::SearchingStateColor' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, DetectStateColor) == 0x0000BC, "Member 'USentinelSettings::DetectStateColor' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, ChasingStateColor) == 0x0000CC, "Member 'USentinelSettings::ChasingStateColor' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerProjectileClass) == 0x0000E0, "Member 'USentinelSettings::TazerProjectileClass' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerInterShootDelay) == 0x0000E8, "Member 'USentinelSettings::TazerInterShootDelay' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerReloadTime) == 0x0000EC, "Member 'USentinelSettings::TazerReloadTime' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerMaxShootCount) == 0x0000F0, "Member 'USentinelSettings::TazerMaxShootCount' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerMinimumShootingDistance) == 0x0000F4, "Member 'USentinelSettings::TazerMinimumShootingDistance' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerShootingDistanceHysteresis) == 0x0000F8, "Member 'USentinelSettings::TazerShootingDistanceHysteresis' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerLoadingTime) == 0x0000FC, "Member 'USentinelSettings::TazerLoadingTime' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerUnLoadingTime) == 0x000100, "Member 'USentinelSettings::TazerUnLoadingTime' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerTrackingTimeReaction) == 0x000104, "Member 'USentinelSettings::TazerTrackingTimeReaction' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerInnerRadiusPrecision) == 0x00010C, "Member 'USentinelSettings::TazerInnerRadiusPrecision' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerOutterRadiusPrecision) == 0x000110, "Member 'USentinelSettings::TazerOutterRadiusPrecision' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerPrecisionScaleUpTime) == 0x000114, "Member 'USentinelSettings::TazerPrecisionScaleUpTime' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, TazerPrecisionScaleDownTime) == 0x000118, "Member 'USentinelSettings::TazerPrecisionScaleDownTime' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, PatrolToSoundDetectionTimeInSecond) == 0x00011C, "Member 'USentinelSettings::PatrolToSoundDetectionTimeInSecond' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, PatrolToVisionDetectionTimeInSecond) == 0x000120, "Member 'USentinelSettings::PatrolToVisionDetectionTimeInSecond' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, DetectSoundToSearchingTimeInSecond) == 0x000124, "Member 'USentinelSettings::DetectSoundToSearchingTimeInSecond' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, DetectVisionToChasingTimeInSecond) == 0x000128, "Member 'USentinelSettings::DetectVisionToChasingTimeInSecond' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, DetectVisionToPatrolTimeInSecond) == 0x00012C, "Member 'USentinelSettings::DetectVisionToPatrolTimeInSecond' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, SearchingViewToChasingTimeInSecond) == 0x000130, "Member 'USentinelSettings::SearchingViewToChasingTimeInSecond' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, SearchingToPatrolWaitTimeInSecond) == 0x000134, "Member 'USentinelSettings::SearchingToPatrolWaitTimeInSecond' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, SearchingScanAngleInDegree) == 0x000138, "Member 'USentinelSettings::SearchingScanAngleInDegree' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, SearchingScanCount) == 0x00013C, "Member 'USentinelSettings::SearchingScanCount' has a wrong offset!"); \ static_assert(offsetof(USentinelSettings, ChasingVisionLostTime) == 0x000140, "Member 'USentinelSettings::ChasingVisionLostTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone__OnCatPossessed \ static_assert(alignof(Drone__OnCatPossessed) == 0x000008, "Wrong alignment on Drone__OnCatPossessed"); \ static_assert(sizeof(Drone__OnCatPossessed) == 0x000010, "Wrong size on Drone__OnCatPossessed"); \ static_assert(offsetof(Drone__OnCatPossessed, _cat) == 0x000000, "Member 'Drone__OnCatPossessed::_cat' has a wrong offset!"); \ static_assert(offsetof(Drone__OnCatPossessed, _playerController) == 0x000008, "Member 'Drone__OnCatPossessed::_playerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone__OnCatUnpossessed \ static_assert(alignof(Drone__OnCatUnpossessed) == 0x000008, "Wrong alignment on Drone__OnCatUnpossessed"); \ static_assert(sizeof(Drone__OnCatUnpossessed) == 0x000010, "Wrong size on Drone__OnCatUnpossessed"); \ static_assert(offsetof(Drone__OnCatUnpossessed, _cat) == 0x000000, "Member 'Drone__OnCatUnpossessed::_cat' has a wrong offset!"); \ static_assert(offsetof(Drone__OnCatUnpossessed, _playerController) == 0x000008, "Member 'Drone__OnCatUnpossessed::_playerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone__OnUsableUseSuccess \ static_assert(alignof(Drone__OnUsableUseSuccess) == 0x000008, "Wrong alignment on Drone__OnUsableUseSuccess"); \ static_assert(sizeof(Drone__OnUsableUseSuccess) == 0x000008, "Wrong size on Drone__OnUsableUseSuccess"); \ static_assert(offsetof(Drone__OnUsableUseSuccess, _usable) == 0x000000, "Member 'Drone__OnUsableUseSuccess::_usable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_OnFoldedTick \ static_assert(alignof(Drone_OnFoldedTick) == 0x000004, "Wrong alignment on Drone_OnFoldedTick"); \ static_assert(sizeof(Drone_OnFoldedTick) == 0x000004, "Wrong size on Drone_OnFoldedTick"); \ static_assert(offsetof(Drone_OnFoldedTick, _dt) == 0x000000, "Member 'Drone_OnFoldedTick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_OnFollowingCat \ static_assert(alignof(Drone_OnFollowingCat) == 0x000004, "Wrong alignment on Drone_OnFollowingCat"); \ static_assert(sizeof(Drone_OnFollowingCat) == 0x00001C, "Wrong size on Drone_OnFollowingCat"); \ static_assert(offsetof(Drone_OnFollowingCat, _dt) == 0x000000, "Member 'Drone_OnFollowingCat::_dt' has a wrong offset!"); \ static_assert(offsetof(Drone_OnFollowingCat, _targetLocation) == 0x000004, "Member 'Drone_OnFollowingCat::_targetLocation' has a wrong offset!"); \ static_assert(offsetof(Drone_OnFollowingCat, _targetRotation) == 0x000010, "Member 'Drone_OnFollowingCat::_targetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_OnFollowingTarget \ static_assert(alignof(Drone_OnFollowingTarget) == 0x000004, "Wrong alignment on Drone_OnFollowingTarget"); \ static_assert(sizeof(Drone_OnFollowingTarget) == 0x00001C, "Wrong size on Drone_OnFollowingTarget"); \ static_assert(offsetof(Drone_OnFollowingTarget, _dt) == 0x000000, "Member 'Drone_OnFollowingTarget::_dt' has a wrong offset!"); \ static_assert(offsetof(Drone_OnFollowingTarget, _targetLocation) == 0x000004, "Member 'Drone_OnFollowingTarget::_targetLocation' has a wrong offset!"); \ static_assert(offsetof(Drone_OnFollowingTarget, _targetRotation) == 0x000010, "Member 'Drone_OnFollowingTarget::_targetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_OnUnfoldedIdleTick \ static_assert(alignof(Drone_OnUnfoldedIdleTick) == 0x000004, "Wrong alignment on Drone_OnUnfoldedIdleTick"); \ static_assert(sizeof(Drone_OnUnfoldedIdleTick) == 0x000004, "Wrong size on Drone_OnUnfoldedIdleTick"); \ static_assert(offsetof(Drone_OnUnfoldedIdleTick, DeltaTime) == 0x000000, "Member 'Drone_OnUnfoldedIdleTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_OpenGUI \ static_assert(alignof(Drone_OpenGUI) == 0x000008, "Wrong alignment on Drone_OpenGUI"); \ static_assert(sizeof(Drone_OpenGUI) == 0x000018, "Wrong size on Drone_OpenGUI"); \ static_assert(offsetof(Drone_OpenGUI, _widgetClass) == 0x000000, "Member 'Drone_OpenGUI::_widgetClass' has a wrong offset!"); \ static_assert(offsetof(Drone_OpenGUI, _allowInputMode) == 0x000008, "Member 'Drone_OpenGUI::_allowInputMode' has a wrong offset!"); \ static_assert(offsetof(Drone_OpenGUI, ReturnValue) == 0x000010, "Member 'Drone_OpenGUI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_PlayCustomAnimation \ static_assert(alignof(Drone_PlayCustomAnimation) == 0x000008, "Wrong alignment on Drone_PlayCustomAnimation"); \ static_assert(sizeof(Drone_PlayCustomAnimation) == 0x000010, "Wrong size on Drone_PlayCustomAnimation"); \ static_assert(offsetof(Drone_PlayCustomAnimation, _animation) == 0x000000, "Member 'Drone_PlayCustomAnimation::_animation' has a wrong offset!"); \ static_assert(offsetof(Drone_PlayCustomAnimation, _isLooping) == 0x000008, "Member 'Drone_PlayCustomAnimation::_isLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_PopMoveToActor \ static_assert(alignof(Drone_PopMoveToActor) == 0x000008, "Wrong alignment on Drone_PopMoveToActor"); \ static_assert(sizeof(Drone_PopMoveToActor) == 0x000008, "Wrong size on Drone_PopMoveToActor"); \ static_assert(offsetof(Drone_PopMoveToActor, _targetActor) == 0x000000, "Member 'Drone_PopMoveToActor::_targetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_PopMoveToSocket \ static_assert(alignof(Drone_PopMoveToSocket) == 0x000008, "Wrong alignment on Drone_PopMoveToSocket"); \ static_assert(sizeof(Drone_PopMoveToSocket) == 0x000010, "Wrong size on Drone_PopMoveToSocket"); \ static_assert(offsetof(Drone_PopMoveToSocket, _targetComponent) == 0x000000, "Member 'Drone_PopMoveToSocket::_targetComponent' has a wrong offset!"); \ static_assert(offsetof(Drone_PopMoveToSocket, _targetSocket) == 0x000008, "Member 'Drone_PopMoveToSocket::_targetSocket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_PopSpringToActor \ static_assert(alignof(Drone_PopSpringToActor) == 0x000008, "Wrong alignment on Drone_PopSpringToActor"); \ static_assert(sizeof(Drone_PopSpringToActor) == 0x000008, "Wrong size on Drone_PopSpringToActor"); \ static_assert(offsetof(Drone_PopSpringToActor, _targetActor) == 0x000000, "Member 'Drone_PopSpringToActor::_targetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_PopSpringToSocket \ static_assert(alignof(Drone_PopSpringToSocket) == 0x000008, "Wrong alignment on Drone_PopSpringToSocket"); \ static_assert(sizeof(Drone_PopSpringToSocket) == 0x000010, "Wrong size on Drone_PopSpringToSocket"); \ static_assert(offsetof(Drone_PopSpringToSocket, _targetComponent) == 0x000000, "Member 'Drone_PopSpringToSocket::_targetComponent' has a wrong offset!"); \ static_assert(offsetof(Drone_PopSpringToSocket, _targetSocket) == 0x000008, "Member 'Drone_PopSpringToSocket::_targetSocket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_PushMoveToActor \ static_assert(alignof(Drone_PushMoveToActor) == 0x000008, "Wrong alignment on Drone_PushMoveToActor"); \ static_assert(sizeof(Drone_PushMoveToActor) == 0x000018, "Wrong size on Drone_PushMoveToActor"); \ static_assert(offsetof(Drone_PushMoveToActor, _targetActor) == 0x000000, "Member 'Drone_PushMoveToActor::_targetActor' has a wrong offset!"); \ static_assert(offsetof(Drone_PushMoveToActor, _params) == 0x000008, "Member 'Drone_PushMoveToActor::_params' has a wrong offset!"); \ static_assert(offsetof(Drone_PushMoveToActor, _priority) == 0x000010, "Member 'Drone_PushMoveToActor::_priority' has a wrong offset!"); \ static_assert(offsetof(Drone_PushMoveToActor, _unfold) == 0x000014, "Member 'Drone_PushMoveToActor::_unfold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_PushMoveToSocket \ static_assert(alignof(Drone_PushMoveToSocket) == 0x000008, "Wrong alignment on Drone_PushMoveToSocket"); \ static_assert(sizeof(Drone_PushMoveToSocket) == 0x000020, "Wrong size on Drone_PushMoveToSocket"); \ static_assert(offsetof(Drone_PushMoveToSocket, _targetComponent) == 0x000000, "Member 'Drone_PushMoveToSocket::_targetComponent' has a wrong offset!"); \ static_assert(offsetof(Drone_PushMoveToSocket, _targetSocket) == 0x000008, "Member 'Drone_PushMoveToSocket::_targetSocket' has a wrong offset!"); \ static_assert(offsetof(Drone_PushMoveToSocket, _params) == 0x000010, "Member 'Drone_PushMoveToSocket::_params' has a wrong offset!"); \ static_assert(offsetof(Drone_PushMoveToSocket, _priority) == 0x000018, "Member 'Drone_PushMoveToSocket::_priority' has a wrong offset!"); \ static_assert(offsetof(Drone_PushMoveToSocket, _unfold) == 0x00001C, "Member 'Drone_PushMoveToSocket::_unfold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_PushSpringToActor \ static_assert(alignof(Drone_PushSpringToActor) == 0x000008, "Wrong alignment on Drone_PushSpringToActor"); \ static_assert(sizeof(Drone_PushSpringToActor) == 0x000020, "Wrong size on Drone_PushSpringToActor"); \ static_assert(offsetof(Drone_PushSpringToActor, _targetActor) == 0x000000, "Member 'Drone_PushSpringToActor::_targetActor' has a wrong offset!"); \ static_assert(offsetof(Drone_PushSpringToActor, _params) == 0x000008, "Member 'Drone_PushSpringToActor::_params' has a wrong offset!"); \ static_assert(offsetof(Drone_PushSpringToActor, _priority) == 0x000014, "Member 'Drone_PushSpringToActor::_priority' has a wrong offset!"); \ static_assert(offsetof(Drone_PushSpringToActor, _unfold) == 0x000018, "Member 'Drone_PushSpringToActor::_unfold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_PushSpringToSocket \ static_assert(alignof(Drone_PushSpringToSocket) == 0x000008, "Wrong alignment on Drone_PushSpringToSocket"); \ static_assert(sizeof(Drone_PushSpringToSocket) == 0x000028, "Wrong size on Drone_PushSpringToSocket"); \ static_assert(offsetof(Drone_PushSpringToSocket, _targetComponent) == 0x000000, "Member 'Drone_PushSpringToSocket::_targetComponent' has a wrong offset!"); \ static_assert(offsetof(Drone_PushSpringToSocket, _targetSocket) == 0x000008, "Member 'Drone_PushSpringToSocket::_targetSocket' has a wrong offset!"); \ static_assert(offsetof(Drone_PushSpringToSocket, _params) == 0x000010, "Member 'Drone_PushSpringToSocket::_params' has a wrong offset!"); \ static_assert(offsetof(Drone_PushSpringToSocket, _priority) == 0x00001C, "Member 'Drone_PushSpringToSocket::_priority' has a wrong offset!"); \ static_assert(offsetof(Drone_PushSpringToSocket, _unfold) == 0x000020, "Member 'Drone_PushSpringToSocket::_unfold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_RequestOpenGUI \ static_assert(alignof(Drone_RequestOpenGUI) == 0x000008, "Wrong alignment on Drone_RequestOpenGUI"); \ static_assert(sizeof(Drone_RequestOpenGUI) == 0x000010, "Wrong size on Drone_RequestOpenGUI"); \ static_assert(offsetof(Drone_RequestOpenGUI, _widgetClass) == 0x000000, "Member 'Drone_RequestOpenGUI::_widgetClass' has a wrong offset!"); \ static_assert(offsetof(Drone_RequestOpenGUI, _allowInputMode) == 0x000008, "Member 'Drone_RequestOpenGUI::_allowInputMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_SetAutoFoldWhenIdleEnabled \ static_assert(alignof(Drone_SetAutoFoldWhenIdleEnabled) == 0x000001, "Wrong alignment on Drone_SetAutoFoldWhenIdleEnabled"); \ static_assert(sizeof(Drone_SetAutoFoldWhenIdleEnabled) == 0x000001, "Wrong size on Drone_SetAutoFoldWhenIdleEnabled"); \ static_assert(offsetof(Drone_SetAutoFoldWhenIdleEnabled, _value) == 0x000000, "Member 'Drone_SetAutoFoldWhenIdleEnabled::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_SetLightUnlocked \ static_assert(alignof(Drone_SetLightUnlocked) == 0x000001, "Wrong alignment on Drone_SetLightUnlocked"); \ static_assert(sizeof(Drone_SetLightUnlocked) == 0x000001, "Wrong size on Drone_SetLightUnlocked"); \ static_assert(offsetof(Drone_SetLightUnlocked, _value) == 0x000000, "Member 'Drone_SetLightUnlocked::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_SetMovementRatio \ static_assert(alignof(Drone_SetMovementRatio) == 0x000004, "Wrong alignment on Drone_SetMovementRatio"); \ static_assert(sizeof(Drone_SetMovementRatio) == 0x000004, "Wrong size on Drone_SetMovementRatio"); \ static_assert(offsetof(Drone_SetMovementRatio, _value) == 0x000000, "Member 'Drone_SetMovementRatio::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_SetStrongLightOn \ static_assert(alignof(Drone_SetStrongLightOn) == 0x000001, "Wrong alignment on Drone_SetStrongLightOn"); \ static_assert(sizeof(Drone_SetStrongLightOn) == 0x000001, "Wrong size on Drone_SetStrongLightOn"); \ static_assert(offsetof(Drone_SetStrongLightOn, _on) == 0x000000, "Member 'Drone_SetStrongLightOn::_on' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_SetStrongLightUnlocked \ static_assert(alignof(Drone_SetStrongLightUnlocked) == 0x000001, "Wrong alignment on Drone_SetStrongLightUnlocked"); \ static_assert(sizeof(Drone_SetStrongLightUnlocked) == 0x000001, "Wrong size on Drone_SetStrongLightUnlocked"); \ static_assert(offsetof(Drone_SetStrongLightUnlocked, _value) == 0x000000, "Member 'Drone_SetStrongLightUnlocked::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_SetWeakLightOn \ static_assert(alignof(Drone_SetWeakLightOn) == 0x000001, "Wrong alignment on Drone_SetWeakLightOn"); \ static_assert(sizeof(Drone_SetWeakLightOn) == 0x000001, "Wrong size on Drone_SetWeakLightOn"); \ static_assert(offsetof(Drone_SetWeakLightOn, _on) == 0x000000, "Member 'Drone_SetWeakLightOn::_on' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_TeleportDrone \ static_assert(alignof(Drone_TeleportDrone) == 0x000010, "Wrong alignment on Drone_TeleportDrone"); \ static_assert(sizeof(Drone_TeleportDrone) == 0x000030, "Wrong size on Drone_TeleportDrone"); \ static_assert(offsetof(Drone_TeleportDrone, _target) == 0x000000, "Member 'Drone_TeleportDrone::_target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_TickMoveTo \ static_assert(alignof(Drone_TickMoveTo) == 0x000010, "Wrong alignment on Drone_TickMoveTo"); \ static_assert(sizeof(Drone_TickMoveTo) == 0x000050, "Wrong size on Drone_TickMoveTo"); \ static_assert(offsetof(Drone_TickMoveTo, _dt) == 0x000000, "Member 'Drone_TickMoveTo::_dt' has a wrong offset!"); \ static_assert(offsetof(Drone_TickMoveTo, _target) == 0x000010, "Member 'Drone_TickMoveTo::_target' has a wrong offset!"); \ static_assert(offsetof(Drone_TickMoveTo, _params) == 0x000040, "Member 'Drone_TickMoveTo::_params' has a wrong offset!"); \ static_assert(offsetof(Drone_TickMoveTo, _movementRatio) == 0x000048, "Member 'Drone_TickMoveTo::_movementRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_TickSpring \ static_assert(alignof(Drone_TickSpring) == 0x000010, "Wrong alignment on Drone_TickSpring"); \ static_assert(sizeof(Drone_TickSpring) == 0x000050, "Wrong size on Drone_TickSpring"); \ static_assert(offsetof(Drone_TickSpring, _dt) == 0x000000, "Member 'Drone_TickSpring::_dt' has a wrong offset!"); \ static_assert(offsetof(Drone_TickSpring, _target) == 0x000010, "Member 'Drone_TickSpring::_target' has a wrong offset!"); \ static_assert(offsetof(Drone_TickSpring, _params) == 0x000040, "Member 'Drone_TickSpring::_params' has a wrong offset!"); \ static_assert(offsetof(Drone_TickSpring, _movementRatio) == 0x00004C, "Member 'Drone_TickSpring::_movementRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_GetBackpack \ static_assert(alignof(Drone_GetBackpack) == 0x000008, "Wrong alignment on Drone_GetBackpack"); \ static_assert(sizeof(Drone_GetBackpack) == 0x000008, "Wrong size on Drone_GetBackpack"); \ static_assert(offsetof(Drone_GetBackpack, ReturnValue) == 0x000000, "Member 'Drone_GetBackpack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_GetCurrentCustomAnimation \ static_assert(alignof(Drone_GetCurrentCustomAnimation) == 0x000008, "Wrong alignment on Drone_GetCurrentCustomAnimation"); \ static_assert(sizeof(Drone_GetCurrentCustomAnimation) == 0x000008, "Wrong size on Drone_GetCurrentCustomAnimation"); \ static_assert(offsetof(Drone_GetCurrentCustomAnimation, ReturnValue) == 0x000000, "Member 'Drone_GetCurrentCustomAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_GetCurrentTarget \ static_assert(alignof(Drone_GetCurrentTarget) == 0x000010, "Wrong alignment on Drone_GetCurrentTarget"); \ static_assert(sizeof(Drone_GetCurrentTarget) == 0x000030, "Wrong size on Drone_GetCurrentTarget"); \ static_assert(offsetof(Drone_GetCurrentTarget, ReturnValue) == 0x000000, "Member 'Drone_GetCurrentTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_GetFoldedSocket \ static_assert(alignof(Drone_GetFoldedSocket) == 0x000008, "Wrong alignment on Drone_GetFoldedSocket"); \ static_assert(sizeof(Drone_GetFoldedSocket) == 0x000010, "Wrong size on Drone_GetFoldedSocket"); \ static_assert(offsetof(Drone_GetFoldedSocket, _socketName) == 0x000000, "Member 'Drone_GetFoldedSocket::_socketName' has a wrong offset!"); \ static_assert(offsetof(Drone_GetFoldedSocket, ReturnValue) == 0x000008, "Member 'Drone_GetFoldedSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_GetGUIAllowInputMode \ static_assert(alignof(Drone_GetGUIAllowInputMode) == 0x000001, "Wrong alignment on Drone_GetGUIAllowInputMode"); \ static_assert(sizeof(Drone_GetGUIAllowInputMode) == 0x000001, "Wrong size on Drone_GetGUIAllowInputMode"); \ static_assert(offsetof(Drone_GetGUIAllowInputMode, ReturnValue) == 0x000000, "Member 'Drone_GetGUIAllowInputMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_GetLookRotation \ static_assert(alignof(Drone_GetLookRotation) == 0x000004, "Wrong alignment on Drone_GetLookRotation"); \ static_assert(sizeof(Drone_GetLookRotation) == 0x00000C, "Wrong size on Drone_GetLookRotation"); \ static_assert(offsetof(Drone_GetLookRotation, ReturnValue) == 0x000000, "Member 'Drone_GetLookRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_GetMovementRatio \ static_assert(alignof(Drone_GetMovementRatio) == 0x000004, "Wrong alignment on Drone_GetMovementRatio"); \ static_assert(sizeof(Drone_GetMovementRatio) == 0x000004, "Wrong size on Drone_GetMovementRatio"); \ static_assert(offsetof(Drone_GetMovementRatio, ReturnValue) == 0x000000, "Member 'Drone_GetMovementRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_GetScanTargets \ static_assert(alignof(Drone_GetScanTargets) == 0x000008, "Wrong alignment on Drone_GetScanTargets"); \ static_assert(sizeof(Drone_GetScanTargets) == 0x000010, "Wrong size on Drone_GetScanTargets"); \ static_assert(offsetof(Drone_GetScanTargets, ReturnValue) == 0x000000, "Member 'Drone_GetScanTargets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_HasReachedTarget \ static_assert(alignof(Drone_HasReachedTarget) == 0x000004, "Wrong alignment on Drone_HasReachedTarget"); \ static_assert(sizeof(Drone_HasReachedTarget) == 0x00000C, "Wrong size on Drone_HasReachedTarget"); \ static_assert(offsetof(Drone_HasReachedTarget, _distancteThreshold) == 0x000000, "Member 'Drone_HasReachedTarget::_distancteThreshold' has a wrong offset!"); \ static_assert(offsetof(Drone_HasReachedTarget, _angleThreshold) == 0x000004, "Member 'Drone_HasReachedTarget::_angleThreshold' has a wrong offset!"); \ static_assert(offsetof(Drone_HasReachedTarget, ReturnValue) == 0x000008, "Member 'Drone_HasReachedTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsAutoFoldWhenIdleEnabled \ static_assert(alignof(Drone_IsAutoFoldWhenIdleEnabled) == 0x000001, "Wrong alignment on Drone_IsAutoFoldWhenIdleEnabled"); \ static_assert(sizeof(Drone_IsAutoFoldWhenIdleEnabled) == 0x000001, "Wrong size on Drone_IsAutoFoldWhenIdleEnabled"); \ static_assert(offsetof(Drone_IsAutoFoldWhenIdleEnabled, ReturnValue) == 0x000000, "Member 'Drone_IsAutoFoldWhenIdleEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsBaseGUIDisabled \ static_assert(alignof(Drone_IsBaseGUIDisabled) == 0x000001, "Wrong alignment on Drone_IsBaseGUIDisabled"); \ static_assert(sizeof(Drone_IsBaseGUIDisabled) == 0x000001, "Wrong size on Drone_IsBaseGUIDisabled"); \ static_assert(offsetof(Drone_IsBaseGUIDisabled, ReturnValue) == 0x000000, "Member 'Drone_IsBaseGUIDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsCustomAnimationLooping \ static_assert(alignof(Drone_IsCustomAnimationLooping) == 0x000001, "Wrong alignment on Drone_IsCustomAnimationLooping"); \ static_assert(sizeof(Drone_IsCustomAnimationLooping) == 0x000001, "Wrong size on Drone_IsCustomAnimationLooping"); \ static_assert(offsetof(Drone_IsCustomAnimationLooping, ReturnValue) == 0x000000, "Member 'Drone_IsCustomAnimationLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsFolded \ static_assert(alignof(Drone_IsFolded) == 0x000001, "Wrong alignment on Drone_IsFolded"); \ static_assert(sizeof(Drone_IsFolded) == 0x000001, "Wrong size on Drone_IsFolded"); \ static_assert(offsetof(Drone_IsFolded, ReturnValue) == 0x000000, "Member 'Drone_IsFolded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsFolding \ static_assert(alignof(Drone_IsFolding) == 0x000001, "Wrong alignment on Drone_IsFolding"); \ static_assert(sizeof(Drone_IsFolding) == 0x000001, "Wrong size on Drone_IsFolding"); \ static_assert(offsetof(Drone_IsFolding, ReturnValue) == 0x000000, "Member 'Drone_IsFolding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsFollowingCat \ static_assert(alignof(Drone_IsFollowingCat) == 0x000001, "Wrong alignment on Drone_IsFollowingCat"); \ static_assert(sizeof(Drone_IsFollowingCat) == 0x000001, "Wrong size on Drone_IsFollowingCat"); \ static_assert(offsetof(Drone_IsFollowingCat, ReturnValue) == 0x000000, "Member 'Drone_IsFollowingCat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsFollowingTarget \ static_assert(alignof(Drone_IsFollowingTarget) == 0x000001, "Wrong alignment on Drone_IsFollowingTarget"); \ static_assert(sizeof(Drone_IsFollowingTarget) == 0x000001, "Wrong size on Drone_IsFollowingTarget"); \ static_assert(offsetof(Drone_IsFollowingTarget, ReturnValue) == 0x000000, "Member 'Drone_IsFollowingTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsGUIOpen \ static_assert(alignof(Drone_IsGUIOpen) == 0x000001, "Wrong alignment on Drone_IsGUIOpen"); \ static_assert(sizeof(Drone_IsGUIOpen) == 0x000001, "Wrong size on Drone_IsGUIOpen"); \ static_assert(offsetof(Drone_IsGUIOpen, ReturnValue) == 0x000000, "Member 'Drone_IsGUIOpen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsIdle \ static_assert(alignof(Drone_IsIdle) == 0x000001, "Wrong alignment on Drone_IsIdle"); \ static_assert(sizeof(Drone_IsIdle) == 0x000001, "Wrong size on Drone_IsIdle"); \ static_assert(offsetof(Drone_IsIdle, ReturnValue) == 0x000000, "Member 'Drone_IsIdle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsLightUnlocked \ static_assert(alignof(Drone_IsLightUnlocked) == 0x000001, "Wrong alignment on Drone_IsLightUnlocked"); \ static_assert(sizeof(Drone_IsLightUnlocked) == 0x000001, "Wrong size on Drone_IsLightUnlocked"); \ static_assert(offsetof(Drone_IsLightUnlocked, ReturnValue) == 0x000000, "Member 'Drone_IsLightUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsOut \ static_assert(alignof(Drone_IsOut) == 0x000001, "Wrong alignment on Drone_IsOut"); \ static_assert(sizeof(Drone_IsOut) == 0x000001, "Wrong size on Drone_IsOut"); \ static_assert(offsetof(Drone_IsOut, ReturnValue) == 0x000000, "Member 'Drone_IsOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsPlayingCustomAnimation \ static_assert(alignof(Drone_IsPlayingCustomAnimation) == 0x000001, "Wrong alignment on Drone_IsPlayingCustomAnimation"); \ static_assert(sizeof(Drone_IsPlayingCustomAnimation) == 0x000001, "Wrong size on Drone_IsPlayingCustomAnimation"); \ static_assert(offsetof(Drone_IsPlayingCustomAnimation, ReturnValue) == 0x000000, "Member 'Drone_IsPlayingCustomAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsStrongLightOn \ static_assert(alignof(Drone_IsStrongLightOn) == 0x000001, "Wrong alignment on Drone_IsStrongLightOn"); \ static_assert(sizeof(Drone_IsStrongLightOn) == 0x000001, "Wrong size on Drone_IsStrongLightOn"); \ static_assert(offsetof(Drone_IsStrongLightOn, ReturnValue) == 0x000000, "Member 'Drone_IsStrongLightOn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsStrongLightRequested \ static_assert(alignof(Drone_IsStrongLightRequested) == 0x000001, "Wrong alignment on Drone_IsStrongLightRequested"); \ static_assert(sizeof(Drone_IsStrongLightRequested) == 0x000001, "Wrong size on Drone_IsStrongLightRequested"); \ static_assert(offsetof(Drone_IsStrongLightRequested, ReturnValue) == 0x000000, "Member 'Drone_IsStrongLightRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsStrongLightUnlocked \ static_assert(alignof(Drone_IsStrongLightUnlocked) == 0x000001, "Wrong alignment on Drone_IsStrongLightUnlocked"); \ static_assert(sizeof(Drone_IsStrongLightUnlocked) == 0x000001, "Wrong size on Drone_IsStrongLightUnlocked"); \ static_assert(offsetof(Drone_IsStrongLightUnlocked, ReturnValue) == 0x000000, "Member 'Drone_IsStrongLightUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsUnfolded \ static_assert(alignof(Drone_IsUnfolded) == 0x000001, "Wrong alignment on Drone_IsUnfolded"); \ static_assert(sizeof(Drone_IsUnfolded) == 0x000001, "Wrong size on Drone_IsUnfolded"); \ static_assert(offsetof(Drone_IsUnfolded, ReturnValue) == 0x000000, "Member 'Drone_IsUnfolded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsUnfolding \ static_assert(alignof(Drone_IsUnfolding) == 0x000001, "Wrong alignment on Drone_IsUnfolding"); \ static_assert(sizeof(Drone_IsUnfolding) == 0x000001, "Wrong size on Drone_IsUnfolding"); \ static_assert(offsetof(Drone_IsUnfolding, ReturnValue) == 0x000000, "Member 'Drone_IsUnfolding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsWeakLightOn \ static_assert(alignof(Drone_IsWeakLightOn) == 0x000001, "Wrong alignment on Drone_IsWeakLightOn"); \ static_assert(sizeof(Drone_IsWeakLightOn) == 0x000001, "Wrong size on Drone_IsWeakLightOn"); \ static_assert(offsetof(Drone_IsWeakLightOn, ReturnValue) == 0x000000, "Member 'Drone_IsWeakLightOn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Drone_IsWeakLightRequested \ static_assert(alignof(Drone_IsWeakLightRequested) == 0x000001, "Wrong alignment on Drone_IsWeakLightRequested"); \ static_assert(sizeof(Drone_IsWeakLightRequested) == 0x000001, "Wrong size on Drone_IsWeakLightRequested"); \ static_assert(offsetof(Drone_IsWeakLightRequested, ReturnValue) == 0x000000, "Member 'Drone_IsWeakLightRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADrone \ static_assert(alignof(ADrone) == 0x000010, "Wrong alignment on ADrone"); \ static_assert(sizeof(ADrone) == 0x000410, "Wrong size on ADrone"); \ static_assert(offsetof(ADrone, Equipped) == 0x000228, "Member 'ADrone::Equipped' has a wrong offset!"); \ static_assert(offsetof(ADrone, Unequipped) == 0x000238, "Member 'ADrone::Unequipped' has a wrong offset!"); \ static_assert(offsetof(ADrone, GUIOpened) == 0x000248, "Member 'ADrone::GUIOpened' has a wrong offset!"); \ static_assert(offsetof(ADrone, GUIClosed) == 0x000258, "Member 'ADrone::GUIClosed' has a wrong offset!"); \ static_assert(offsetof(ADrone, FoldingOver) == 0x000268, "Member 'ADrone::FoldingOver' has a wrong offset!"); \ static_assert(offsetof(ADrone, UnfoldingOver) == 0x000278, "Member 'ADrone::UnfoldingOver' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_capsule) == 0x000288, "Member 'ADrone::m_capsule' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_mesh) == 0x000290, "Member 'ADrone::m_mesh' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_GUIWidgetComponent) == 0x000298, "Member 'ADrone::m_GUIWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_timeIdleBeforeFoldBack) == 0x0002A0, "Member 'ADrone::m_timeIdleBeforeFoldBack' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_followTargetsList) == 0x0002B0, "Member 'ADrone::m_followTargetsList' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_currentFollowTarget) == 0x0002C0, "Member 'ADrone::m_currentFollowTarget' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_foldedComponent) == 0x000310, "Member 'ADrone::m_foldedComponent' has a wrong offset!"); \ static_assert(offsetof(ADrone, M_BackPack) == 0x000320, "Member 'ADrone::M_BackPack' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_customLookComponent) == 0x000330, "Member 'ADrone::m_customLookComponent' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_scanTargets) == 0x000368, "Member 'ADrone::m_scanTargets' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_scanCollisionChannels) == 0x000378, "Member 'ADrone::m_scanCollisionChannels' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_minAPNFov) == 0x000388, "Member 'ADrone::m_minAPNFov' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_maxAPNFov) == 0x00038C, "Member 'ADrone::m_maxAPNFov' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_APNRotateSpeed) == 0x000390, "Member 'ADrone::m_APNRotateSpeed' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_APNZoomSpeed) == 0x000394, "Member 'ADrone::m_APNZoomSpeed' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_scanRadius) == 0x000398, "Member 'ADrone::m_scanRadius' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_strongLightPressedTime) == 0x00039C, "Member 'ADrone::m_strongLightPressedTime' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_baseWidgetClass) == 0x0003A0, "Member 'ADrone::m_baseWidgetClass' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_dialogWidgetClass) == 0x0003A8, "Member 'ADrone::m_dialogWidgetClass' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_isLightUnlocked) == 0x0003E0, "Member 'ADrone::m_isLightUnlocked' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_isStrongLightUnlocked) == 0x0003E1, "Member 'ADrone::m_isStrongLightUnlocked' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_strongLightDisabled) == 0x0003E6, "Member 'ADrone::m_strongLightDisabled' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_weakLightDisabled) == 0x0003E7, "Member 'ADrone::m_weakLightDisabled' has a wrong offset!"); \ static_assert(offsetof(ADrone, m_stateMachine) == 0x000400, "Member 'ADrone::m_stateMachine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneMenuWidget_SetCategory \ static_assert(alignof(DroneMenuWidget_SetCategory) == 0x000001, "Wrong alignment on DroneMenuWidget_SetCategory"); \ static_assert(sizeof(DroneMenuWidget_SetCategory) == 0x000001, "Wrong size on DroneMenuWidget_SetCategory"); \ static_assert(offsetof(DroneMenuWidget_SetCategory, _category) == 0x000000, "Member 'DroneMenuWidget_SetCategory::_category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneMenuWidget_GetCategory \ static_assert(alignof(DroneMenuWidget_GetCategory) == 0x000001, "Wrong alignment on DroneMenuWidget_GetCategory"); \ static_assert(sizeof(DroneMenuWidget_GetCategory) == 0x000001, "Wrong size on DroneMenuWidget_GetCategory"); \ static_assert(offsetof(DroneMenuWidget_GetCategory, ReturnValue) == 0x000000, "Member 'DroneMenuWidget_GetCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDroneMenuWidget \ static_assert(alignof(UDroneMenuWidget) == 0x000008, "Wrong alignment on UDroneMenuWidget"); \ static_assert(sizeof(UDroneMenuWidget) == 0x000270, "Wrong size on UDroneMenuWidget"); \ #define DUMPER7_ASSERTS_USaveMenuWidget \ static_assert(alignof(USaveMenuWidget) == 0x000008, "Wrong alignment on USaveMenuWidget"); \ static_assert(sizeof(USaveMenuWidget) == 0x000320, "Wrong size on USaveMenuWidget"); \ static_assert(offsetof(USaveMenuWidget, SaveSlot1) == 0x0002F0, "Member 'USaveMenuWidget::SaveSlot1' has a wrong offset!"); \ static_assert(offsetof(USaveMenuWidget, SaveSlot2) == 0x0002F8, "Member 'USaveMenuWidget::SaveSlot2' has a wrong offset!"); \ static_assert(offsetof(USaveMenuWidget, SaveSlot3) == 0x000300, "Member 'USaveMenuWidget::SaveSlot3' has a wrong offset!"); \ static_assert(offsetof(USaveMenuWidget, SelectButton) == 0x000308, "Member 'USaveMenuWidget::SelectButton' has a wrong offset!"); \ static_assert(offsetof(USaveMenuWidget, BackButton) == 0x000310, "Member 'USaveMenuWidget::BackButton' has a wrong offset!"); \ static_assert(offsetof(USaveMenuWidget, m_onBackSound) == 0x000318, "Member 'USaveMenuWidget::m_onBackSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDroneSettings \ static_assert(alignof(UDroneSettings) == 0x000008, "Wrong alignment on UDroneSettings"); \ static_assert(sizeof(UDroneSettings) == 0x000068, "Wrong size on UDroneSettings"); \ static_assert(offsetof(UDroneSettings, BatteryRechargeSpeed) == 0x000030, "Member 'UDroneSettings::BatteryRechargeSpeed' has a wrong offset!"); \ static_assert(offsetof(UDroneSettings, BatteryDechargeSpeed) == 0x000034, "Member 'UDroneSettings::BatteryDechargeSpeed' has a wrong offset!"); \ static_assert(offsetof(UDroneSettings, BatteryStartToRumble) == 0x000038, "Member 'UDroneSettings::BatteryStartToRumble' has a wrong offset!"); \ static_assert(offsetof(UDroneSettings, StrongLightReactivationPercentage) == 0x00003C, "Member 'UDroneSettings::StrongLightReactivationPercentage' has a wrong offset!"); \ static_assert(offsetof(UDroneSettings, StrongLightInnerConeAngle) == 0x000040, "Member 'UDroneSettings::StrongLightInnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(UDroneSettings, StrongLightOutterConeAngle) == 0x000044, "Member 'UDroneSettings::StrongLightOutterConeAngle' has a wrong offset!"); \ static_assert(offsetof(UDroneSettings, StrongLightAttenuation) == 0x000048, "Member 'UDroneSettings::StrongLightAttenuation' has a wrong offset!"); \ static_assert(offsetof(UDroneSettings, DamageToApplyPerTime) == 0x00004C, "Member 'UDroneSettings::DamageToApplyPerTime' has a wrong offset!"); \ static_assert(offsetof(UDroneSettings, DamageApplicationTimeInSecond) == 0x000050, "Member 'UDroneSettings::DamageApplicationTimeInSecond' has a wrong offset!"); \ static_assert(offsetof(UDroneSettings, RadialDamageCurve) == 0x000058, "Member 'UDroneSettings::RadialDamageCurve' has a wrong offset!"); \ static_assert(offsetof(UDroneSettings, DistanceDamageCurve) == 0x000060, "Member 'UDroneSettings::DistanceDamageCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneUsableComponent__OnDroneUseEnded \ static_assert(alignof(DroneUsableComponent__OnDroneUseEnded) == 0x000008, "Wrong alignment on DroneUsableComponent__OnDroneUseEnded"); \ static_assert(sizeof(DroneUsableComponent__OnDroneUseEnded) == 0x000008, "Wrong size on DroneUsableComponent__OnDroneUseEnded"); \ static_assert(offsetof(DroneUsableComponent__OnDroneUseEnded, _drone) == 0x000000, "Member 'DroneUsableComponent__OnDroneUseEnded::_drone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneUsableComponent__OnDroneUseStarted \ static_assert(alignof(DroneUsableComponent__OnDroneUseStarted) == 0x000008, "Wrong alignment on DroneUsableComponent__OnDroneUseStarted"); \ static_assert(sizeof(DroneUsableComponent__OnDroneUseStarted) == 0x000008, "Wrong size on DroneUsableComponent__OnDroneUseStarted"); \ static_assert(offsetof(DroneUsableComponent__OnDroneUseStarted, _drone) == 0x000000, "Member 'DroneUsableComponent__OnDroneUseStarted::_drone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneUsableComponent_SetUsePosition \ static_assert(alignof(DroneUsableComponent_SetUsePosition) == 0x000008, "Wrong alignment on DroneUsableComponent_SetUsePosition"); \ static_assert(sizeof(DroneUsableComponent_SetUsePosition) == 0x000010, "Wrong size on DroneUsableComponent_SetUsePosition"); \ static_assert(offsetof(DroneUsableComponent_SetUsePosition, _usePosition) == 0x000000, "Member 'DroneUsableComponent_SetUsePosition::_usePosition' has a wrong offset!"); \ static_assert(offsetof(DroneUsableComponent_SetUsePosition, _socket) == 0x000008, "Member 'DroneUsableComponent_SetUsePosition::_socket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneUsableComponent__CanStartUse \ static_assert(alignof(DroneUsableComponent__CanStartUse) == 0x000001, "Wrong alignment on DroneUsableComponent__CanStartUse"); \ static_assert(sizeof(DroneUsableComponent__CanStartUse) == 0x000001, "Wrong size on DroneUsableComponent__CanStartUse"); \ static_assert(offsetof(DroneUsableComponent__CanStartUse, ReturnValue) == 0x000000, "Member 'DroneUsableComponent__CanStartUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneUsableComponent__IsDroneReadyToUnfold \ static_assert(alignof(DroneUsableComponent__IsDroneReadyToUnfold) == 0x000001, "Wrong alignment on DroneUsableComponent__IsDroneReadyToUnfold"); \ static_assert(sizeof(DroneUsableComponent__IsDroneReadyToUnfold) == 0x000001, "Wrong size on DroneUsableComponent__IsDroneReadyToUnfold"); \ static_assert(offsetof(DroneUsableComponent__IsDroneReadyToUnfold, ReturnValue) == 0x000000, "Member 'DroneUsableComponent__IsDroneReadyToUnfold::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneUsableComponent_GetFinalUseSocket \ static_assert(alignof(DroneUsableComponent_GetFinalUseSocket) == 0x000008, "Wrong alignment on DroneUsableComponent_GetFinalUseSocket"); \ static_assert(sizeof(DroneUsableComponent_GetFinalUseSocket) == 0x000010, "Wrong size on DroneUsableComponent_GetFinalUseSocket"); \ static_assert(offsetof(DroneUsableComponent_GetFinalUseSocket, _outSocket) == 0x000000, "Member 'DroneUsableComponent_GetFinalUseSocket::_outSocket' has a wrong offset!"); \ static_assert(offsetof(DroneUsableComponent_GetFinalUseSocket, ReturnValue) == 0x000008, "Member 'DroneUsableComponent_GetFinalUseSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneUsableComponent_GetUsePosition \ static_assert(alignof(DroneUsableComponent_GetUsePosition) == 0x000008, "Wrong alignment on DroneUsableComponent_GetUsePosition"); \ static_assert(sizeof(DroneUsableComponent_GetUsePosition) == 0x000010, "Wrong size on DroneUsableComponent_GetUsePosition"); \ static_assert(offsetof(DroneUsableComponent_GetUsePosition, _outSocket) == 0x000000, "Member 'DroneUsableComponent_GetUsePosition::_outSocket' has a wrong offset!"); \ static_assert(offsetof(DroneUsableComponent_GetUsePosition, ReturnValue) == 0x000008, "Member 'DroneUsableComponent_GetUsePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneUsableComponent_GetUserDrone \ static_assert(alignof(DroneUsableComponent_GetUserDrone) == 0x000008, "Wrong alignment on DroneUsableComponent_GetUserDrone"); \ static_assert(sizeof(DroneUsableComponent_GetUserDrone) == 0x000008, "Wrong size on DroneUsableComponent_GetUserDrone"); \ static_assert(offsetof(DroneUsableComponent_GetUserDrone, ReturnValue) == 0x000000, "Member 'DroneUsableComponent_GetUserDrone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DroneUsableComponent_IsDroneUsing \ static_assert(alignof(DroneUsableComponent_IsDroneUsing) == 0x000001, "Wrong alignment on DroneUsableComponent_IsDroneUsing"); \ static_assert(sizeof(DroneUsableComponent_IsDroneUsing) == 0x000001, "Wrong size on DroneUsableComponent_IsDroneUsing"); \ static_assert(offsetof(DroneUsableComponent_IsDroneUsing, ReturnValue) == 0x000000, "Member 'DroneUsableComponent_IsDroneUsing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDroneUsableComponent \ static_assert(alignof(UDroneUsableComponent) == 0x000010, "Wrong alignment on UDroneUsableComponent"); \ static_assert(sizeof(UDroneUsableComponent) == 0x0005A0, "Wrong size on UDroneUsableComponent"); \ static_assert(offsetof(UDroneUsableComponent, DroneUseStarted) == 0x000548, "Member 'UDroneUsableComponent::DroneUseStarted' has a wrong offset!"); \ static_assert(offsetof(UDroneUsableComponent, DroneUseEnded) == 0x000558, "Member 'UDroneUsableComponent::DroneUseEnded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USplineRailConnection \ static_assert(alignof(USplineRailConnection) == 0x000010, "Wrong alignment on USplineRailConnection"); \ static_assert(sizeof(USplineRailConnection) == 0x000100, "Wrong size on USplineRailConnection"); \ static_assert(offsetof(USplineRailConnection, Rail) == 0x000028, "Member 'USplineRailConnection::Rail' has a wrong offset!"); \ static_assert(offsetof(USplineRailConnection, Collider) == 0x000030, "Member 'USplineRailConnection::Collider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditorTickComponent \ static_assert(alignof(UEditorTickComponent) == 0x000008, "Wrong alignment on UEditorTickComponent"); \ static_assert(sizeof(UEditorTickComponent) == 0x0000C0, "Wrong size on UEditorTickComponent"); \ static_assert(offsetof(UEditorTickComponent, OnEditorTick) == 0x0000B0, "Member 'UEditorTickComponent::OnEditorTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditorTickingActor__OnEditorTick \ static_assert(alignof(EditorTickingActor__OnEditorTick) == 0x000004, "Wrong alignment on EditorTickingActor__OnEditorTick"); \ static_assert(sizeof(EditorTickingActor__OnEditorTick) == 0x000004, "Wrong size on EditorTickingActor__OnEditorTick"); \ static_assert(offsetof(EditorTickingActor__OnEditorTick, _deltaTime) == 0x000000, "Member 'EditorTickingActor__OnEditorTick::_deltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditorTickingActor_OnEditorTick \ static_assert(alignof(EditorTickingActor_OnEditorTick) == 0x000004, "Wrong alignment on EditorTickingActor_OnEditorTick"); \ static_assert(sizeof(EditorTickingActor_OnEditorTick) == 0x000004, "Wrong size on EditorTickingActor_OnEditorTick"); \ static_assert(offsetof(EditorTickingActor_OnEditorTick, DeltaSeconds) == 0x000000, "Member 'EditorTickingActor_OnEditorTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEditorTickingActor \ static_assert(alignof(AEditorTickingActor) == 0x000008, "Wrong alignment on AEditorTickingActor"); \ static_assert(sizeof(AEditorTickingActor) == 0x000230, "Wrong size on AEditorTickingActor"); \ #define DUMPER7_ASSERTS_UTabButtonWidget \ static_assert(alignof(UTabButtonWidget) == 0x000008, "Wrong alignment on UTabButtonWidget"); \ static_assert(sizeof(UTabButtonWidget) == 0x000368, "Wrong size on UTabButtonWidget"); \ static_assert(offsetof(UTabButtonWidget, Button) == 0x0002F0, "Member 'UTabButtonWidget::Button' has a wrong offset!"); \ static_assert(offsetof(UTabButtonWidget, ButtonTextBlock) == 0x0002F8, "Member 'UTabButtonWidget::ButtonTextBlock' has a wrong offset!"); \ static_assert(offsetof(UTabButtonWidget, ButtonImage) == 0x000300, "Member 'UTabButtonWidget::ButtonImage' has a wrong offset!"); \ static_assert(offsetof(UTabButtonWidget, ButtonText) == 0x000350, "Member 'UTabButtonWidget::ButtonText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExternalUISubsystem \ static_assert(alignof(UExternalUISubsystem) == 0x000008, "Wrong alignment on UExternalUISubsystem"); \ static_assert(sizeof(UExternalUISubsystem) == 0x000050, "Wrong size on UExternalUISubsystem"); \ #define DUMPER7_ASSERTS_GameAudioSubsystem_EmitGameplayNoise \ static_assert(alignof(GameAudioSubsystem_EmitGameplayNoise) == 0x000008, "Wrong alignment on GameAudioSubsystem_EmitGameplayNoise"); \ static_assert(sizeof(GameAudioSubsystem_EmitGameplayNoise) == 0x000018, "Wrong size on GameAudioSubsystem_EmitGameplayNoise"); \ static_assert(offsetof(GameAudioSubsystem_EmitGameplayNoise, _emitter) == 0x000000, "Member 'GameAudioSubsystem_EmitGameplayNoise::_emitter' has a wrong offset!"); \ static_assert(offsetof(GameAudioSubsystem_EmitGameplayNoise, _targetRadius) == 0x000008, "Member 'GameAudioSubsystem_EmitGameplayNoise::_targetRadius' has a wrong offset!"); \ static_assert(offsetof(GameAudioSubsystem_EmitGameplayNoise, _growTime) == 0x00000C, "Member 'GameAudioSubsystem_EmitGameplayNoise::_growTime' has a wrong offset!"); \ static_assert(offsetof(GameAudioSubsystem_EmitGameplayNoise, _sustainTime) == 0x000010, "Member 'GameAudioSubsystem_EmitGameplayNoise::_sustainTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameAudioSubsystem \ static_assert(alignof(UGameAudioSubsystem) == 0x000008, "Wrong alignment on UGameAudioSubsystem"); \ static_assert(sizeof(UGameAudioSubsystem) == 0x0000B0, "Wrong size on UGameAudioSubsystem"); \ static_assert(offsetof(UGameAudioSubsystem, m_noisableList) == 0x000050, "Member 'UGameAudioSubsystem::m_noisableList' has a wrong offset!"); \ static_assert(offsetof(UGameAudioSubsystem, m_gameplayNoiseList) == 0x000060, "Member 'UGameAudioSubsystem::m_gameplayNoiseList' has a wrong offset!"); \ static_assert(offsetof(UGameAudioSubsystem, m_noiseEventQueue) == 0x000090, "Member 'UGameAudioSubsystem::m_noiseEventQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingComponent_SetComponentCollisionEnabled \ static_assert(alignof(StreamingComponent_SetComponentCollisionEnabled) == 0x000008, "Wrong alignment on StreamingComponent_SetComponentCollisionEnabled"); \ static_assert(sizeof(StreamingComponent_SetComponentCollisionEnabled) == 0x000010, "Wrong size on StreamingComponent_SetComponentCollisionEnabled"); \ static_assert(offsetof(StreamingComponent_SetComponentCollisionEnabled, _component) == 0x000000, "Member 'StreamingComponent_SetComponentCollisionEnabled::_component' has a wrong offset!"); \ static_assert(offsetof(StreamingComponent_SetComponentCollisionEnabled, _collisionEnabled) == 0x000008, "Member 'StreamingComponent_SetComponentCollisionEnabled::_collisionEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingComponent_SetComponentSimulatePhysics \ static_assert(alignof(StreamingComponent_SetComponentSimulatePhysics) == 0x000008, "Wrong alignment on StreamingComponent_SetComponentSimulatePhysics"); \ static_assert(sizeof(StreamingComponent_SetComponentSimulatePhysics) == 0x000010, "Wrong size on StreamingComponent_SetComponentSimulatePhysics"); \ static_assert(offsetof(StreamingComponent_SetComponentSimulatePhysics, _component) == 0x000000, "Member 'StreamingComponent_SetComponentSimulatePhysics::_component' has a wrong offset!"); \ static_assert(offsetof(StreamingComponent_SetComponentSimulatePhysics, _simulatePhysics) == 0x000008, "Member 'StreamingComponent_SetComponentSimulatePhysics::_simulatePhysics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingComponent_IsStreamedIn \ static_assert(alignof(StreamingComponent_IsStreamedIn) == 0x000001, "Wrong alignment on StreamingComponent_IsStreamedIn"); \ static_assert(sizeof(StreamingComponent_IsStreamedIn) == 0x000001, "Wrong size on StreamingComponent_IsStreamedIn"); \ static_assert(offsetof(StreamingComponent_IsStreamedIn, ReturnValue) == 0x000000, "Member 'StreamingComponent_IsStreamedIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamingComponent \ static_assert(alignof(UStreamingComponent) == 0x000008, "Wrong alignment on UStreamingComponent"); \ static_assert(sizeof(UStreamingComponent) == 0x000148, "Wrong size on UStreamingComponent"); \ static_assert(offsetof(UStreamingComponent, bDoNotTickUntilStreamedIn) == 0x0000B0, "Member 'UStreamingComponent::bDoNotTickUntilStreamedIn' has a wrong offset!"); \ static_assert(offsetof(UStreamingComponent, bDisablePhysicsUntilStreamedIn) == 0x0000B1, "Member 'UStreamingComponent::bDisablePhysicsUntilStreamedIn' has a wrong offset!"); \ static_assert(offsetof(UStreamingComponent, StreamedIn) == 0x0000B8, "Member 'UStreamingComponent::StreamedIn' has a wrong offset!"); \ static_assert(offsetof(UStreamingComponent, StreamedOut) == 0x0000C8, "Member 'UStreamingComponent::StreamedOut' has a wrong offset!"); \ static_assert(offsetof(UStreamingComponent, m_componentsPhysicsSettings) == 0x0000E0, "Member 'UStreamingComponent::m_componentsPhysicsSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplaySettingsWidget \ static_assert(alignof(UGameplaySettingsWidget) == 0x000008, "Wrong alignment on UGameplaySettingsWidget"); \ static_assert(sizeof(UGameplaySettingsWidget) == 0x000488, "Wrong size on UGameplaySettingsWidget"); \ static_assert(offsetof(UGameplaySettingsWidget, LanguageListBox) == 0x0002F0, "Member 'UGameplaySettingsWidget::LanguageListBox' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, ReticuleListBox) == 0x0002F8, "Member 'UGameplaySettingsWidget::ReticuleListBox' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, ReticuleScaleListBox) == 0x000300, "Member 'UGameplaySettingsWidget::ReticuleScaleListBox' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, AutoPauseCheckBox) == 0x000308, "Member 'UGameplaySettingsWidget::AutoPauseCheckBox' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, HUDCheckBox) == 0x000310, "Member 'UGameplaySettingsWidget::HUDCheckBox' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, JumpPromptCheckBox) == 0x000318, "Member 'UGameplaySettingsWidget::JumpPromptCheckBox' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, AutoCameraCheckBox) == 0x000320, "Member 'UGameplaySettingsWidget::AutoCameraCheckBox' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, ShowCatDeathCheckBox) == 0x000328, "Member 'UGameplaySettingsWidget::ShowCatDeathCheckBox' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, BackButton) == 0x000330, "Member 'UGameplaySettingsWidget::BackButton' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, DefaultsButton) == 0x000338, "Member 'UGameplaySettingsWidget::DefaultsButton' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, SwitchTabTextBlock) == 0x000340, "Member 'UGameplaySettingsWidget::SwitchTabTextBlock' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, TabLeftButton) == 0x000348, "Member 'UGameplaySettingsWidget::TabLeftButton' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, TabRightButton) == 0x000350, "Member 'UGameplaySettingsWidget::TabRightButton' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, m_resetToDefaultsDialogText) == 0x000358, "Member 'UGameplaySettingsWidget::m_resetToDefaultsDialogText' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, m_reticuleNoneText) == 0x000370, "Member 'UGameplaySettingsWidget::m_reticuleNoneText' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, m_reticuleDotText) == 0x000388, "Member 'UGameplaySettingsWidget::m_reticuleDotText' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, m_reticuleCircleText) == 0x0003A0, "Member 'UGameplaySettingsWidget::m_reticuleCircleText' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, m_reticuleCrosshairText) == 0x0003B8, "Member 'UGameplaySettingsWidget::m_reticuleCrosshairText' has a wrong offset!"); \ static_assert(offsetof(UGameplaySettingsWidget, m_reticuleScalePercentages) == 0x000438, "Member 'UGameplaySettingsWidget::m_reticuleScalePercentages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateManager__OnHUDDebugWidgetClosed \ static_assert(alignof(GameStateManager__OnHUDDebugWidgetClosed) == 0x000008, "Wrong alignment on GameStateManager__OnHUDDebugWidgetClosed"); \ static_assert(sizeof(GameStateManager__OnHUDDebugWidgetClosed) == 0x000008, "Wrong size on GameStateManager__OnHUDDebugWidgetClosed"); \ static_assert(offsetof(GameStateManager__OnHUDDebugWidgetClosed, _widget) == 0x000000, "Member 'GameStateManager__OnHUDDebugWidgetClosed::_widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateManager__OnHUDDebugWidgetOpened \ static_assert(alignof(GameStateManager__OnHUDDebugWidgetOpened) == 0x000008, "Wrong alignment on GameStateManager__OnHUDDebugWidgetOpened"); \ static_assert(sizeof(GameStateManager__OnHUDDebugWidgetOpened) == 0x000008, "Wrong size on GameStateManager__OnHUDDebugWidgetOpened"); \ static_assert(offsetof(GameStateManager__OnHUDDebugWidgetOpened, _widget) == 0x000000, "Member 'GameStateManager__OnHUDDebugWidgetOpened::_widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateManager_OnFadeOutStart \ static_assert(alignof(GameStateManager_OnFadeOutStart) == 0x000004, "Wrong alignment on GameStateManager_OnFadeOutStart"); \ static_assert(sizeof(GameStateManager_OnFadeOutStart) == 0x000004, "Wrong size on GameStateManager_OnFadeOutStart"); \ static_assert(offsetof(GameStateManager_OnFadeOutStart, _fadeTime) == 0x000000, "Member 'GameStateManager_OnFadeOutStart::_fadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateManager_SetDebugMenuOpen \ static_assert(alignof(GameStateManager_SetDebugMenuOpen) == 0x000001, "Wrong alignment on GameStateManager_SetDebugMenuOpen"); \ static_assert(sizeof(GameStateManager_SetDebugMenuOpen) == 0x000001, "Wrong size on GameStateManager_SetDebugMenuOpen"); \ static_assert(offsetof(GameStateManager_SetDebugMenuOpen, _open) == 0x000000, "Member 'GameStateManager_SetDebugMenuOpen::_open' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateManager_SuspendGame \ static_assert(alignof(GameStateManager_SuspendGame) == 0x000001, "Wrong alignment on GameStateManager_SuspendGame"); \ static_assert(sizeof(GameStateManager_SuspendGame) == 0x000001, "Wrong size on GameStateManager_SuspendGame"); \ static_assert(offsetof(GameStateManager_SuspendGame, _gameSuspendedReason) == 0x000000, "Member 'GameStateManager_SuspendGame::_gameSuspendedReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateManager_IsDebugMenuOpen \ static_assert(alignof(GameStateManager_IsDebugMenuOpen) == 0x000001, "Wrong alignment on GameStateManager_IsDebugMenuOpen"); \ static_assert(sizeof(GameStateManager_IsDebugMenuOpen) == 0x000001, "Wrong size on GameStateManager_IsDebugMenuOpen"); \ static_assert(offsetof(GameStateManager_IsDebugMenuOpen, ReturnValue) == 0x000000, "Member 'GameStateManager_IsDebugMenuOpen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateManager_IsGameMapType \ static_assert(alignof(GameStateManager_IsGameMapType) == 0x000001, "Wrong alignment on GameStateManager_IsGameMapType"); \ static_assert(sizeof(GameStateManager_IsGameMapType) == 0x000001, "Wrong size on GameStateManager_IsGameMapType"); \ static_assert(offsetof(GameStateManager_IsGameMapType, ReturnValue) == 0x000000, "Member 'GameStateManager_IsGameMapType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameStateManager_IsSuspended \ static_assert(alignof(GameStateManager_IsSuspended) == 0x000001, "Wrong alignment on GameStateManager_IsSuspended"); \ static_assert(sizeof(GameStateManager_IsSuspended) == 0x000001, "Wrong size on GameStateManager_IsSuspended"); \ static_assert(offsetof(GameStateManager_IsSuspended, ReturnValue) == 0x000000, "Member 'GameStateManager_IsSuspended::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameStateManager \ static_assert(alignof(AGameStateManager) == 0x000010, "Wrong alignment on AGameStateManager"); \ static_assert(sizeof(AGameStateManager) == 0x0002B0, "Wrong size on AGameStateManager"); \ static_assert(offsetof(AGameStateManager, OnGameSuspended) == 0x000228, "Member 'AGameStateManager::OnGameSuspended' has a wrong offset!"); \ static_assert(offsetof(AGameStateManager, OnGameUnsuspended) == 0x000238, "Member 'AGameStateManager::OnGameUnsuspended' has a wrong offset!"); \ static_assert(offsetof(AGameStateManager, m_stateMachine) == 0x000248, "Member 'AGameStateManager::m_stateMachine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USettingsMenuWidget \ static_assert(alignof(USettingsMenuWidget) == 0x000008, "Wrong alignment on USettingsMenuWidget"); \ static_assert(sizeof(USettingsMenuWidget) == 0x000350, "Wrong size on USettingsMenuWidget"); \ static_assert(offsetof(USettingsMenuWidget, AudioButton) == 0x0002F8, "Member 'USettingsMenuWidget::AudioButton' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuWidget, GraphicsButton) == 0x000300, "Member 'USettingsMenuWidget::GraphicsButton' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuWidget, InputButton) == 0x000308, "Member 'USettingsMenuWidget::InputButton' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuWidget, GameplayButton) == 0x000310, "Member 'USettingsMenuWidget::GameplayButton' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuWidget, AudioSettings) == 0x000318, "Member 'USettingsMenuWidget::AudioSettings' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuWidget, GraphicsSettings) == 0x000320, "Member 'USettingsMenuWidget::GraphicsSettings' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuWidget, InputSettings) == 0x000328, "Member 'USettingsMenuWidget::InputSettings' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuWidget, GameplaySettings) == 0x000330, "Member 'USettingsMenuWidget::GameplaySettings' has a wrong offset!"); \ static_assert(offsetof(USettingsMenuWidget, m_applySettingsDialogText) == 0x000338, "Member 'USettingsMenuWidget::m_applySettingsDialogText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGammaSettingsWidget \ static_assert(alignof(UGammaSettingsWidget) == 0x000008, "Wrong alignment on UGammaSettingsWidget"); \ static_assert(sizeof(UGammaSettingsWidget) == 0x000410, "Wrong size on UGammaSettingsWidget"); \ static_assert(offsetof(UGammaSettingsWidget, BrightnessProgressBar) == 0x0002F0, "Member 'UGammaSettingsWidget::BrightnessProgressBar' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, ButtonLeft) == 0x0002F8, "Member 'UGammaSettingsWidget::ButtonLeft' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, ButtonRight) == 0x000300, "Member 'UGammaSettingsWidget::ButtonRight' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, BackButton) == 0x000308, "Member 'UGammaSettingsWidget::BackButton' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, AcceptButton) == 0x000310, "Member 'UGammaSettingsWidget::AcceptButton' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, DefaultButton) == 0x000318, "Member 'UGammaSettingsWidget::DefaultButton' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, ExplainText) == 0x000320, "Member 'UGammaSettingsWidget::ExplainText' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, GammaIconLow) == 0x000328, "Member 'UGammaSettingsWidget::GammaIconLow' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, GammaIconMiddle) == 0x000330, "Member 'UGammaSettingsWidget::GammaIconMiddle' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, GammaIconHigh) == 0x000338, "Member 'UGammaSettingsWidget::GammaIconHigh' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, KeyBox) == 0x000340, "Member 'UGammaSettingsWidget::KeyBox' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, FadeInAnimation) == 0x000348, "Member 'UGammaSettingsWidget::FadeInAnimation' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, m_gammaIconLowTexture) == 0x000350, "Member 'UGammaSettingsWidget::m_gammaIconLowTexture' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, m_gammaIconMiddleTexture) == 0x000358, "Member 'UGammaSettingsWidget::m_gammaIconMiddleTexture' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, m_gammaIconHighTexture) == 0x000360, "Member 'UGammaSettingsWidget::m_gammaIconHighTexture' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, m_resetToDefaultsDialogText) == 0x000368, "Member 'UGammaSettingsWidget::m_resetToDefaultsDialogText' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, m_gammaIconMaterial) == 0x000380, "Member 'UGammaSettingsWidget::m_gammaIconMaterial' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, gammaIconLowMaterial) == 0x000388, "Member 'UGammaSettingsWidget::gammaIconLowMaterial' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, gammaIconMiddleMaterial) == 0x000390, "Member 'UGammaSettingsWidget::gammaIconMiddleMaterial' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, gammaIconHighMaterial) == 0x000398, "Member 'UGammaSettingsWidget::gammaIconHighMaterial' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, m_minimumGammaValue) == 0x000400, "Member 'UGammaSettingsWidget::m_minimumGammaValue' has a wrong offset!"); \ static_assert(offsetof(UGammaSettingsWidget, m_maximumGammaValue) == 0x000404, "Member 'UGammaSettingsWidget::m_maximumGammaValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGraphicsSettingsWidget \ static_assert(alignof(UGraphicsSettingsWidget) == 0x000008, "Wrong alignment on UGraphicsSettingsWidget"); \ static_assert(sizeof(UGraphicsSettingsWidget) == 0x0005D0, "Wrong size on UGraphicsSettingsWidget"); \ static_assert(offsetof(UGraphicsSettingsWidget, ScrollBox) == 0x0002F0, "Member 'UGraphicsSettingsWidget::ScrollBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, MotionBlurSliderBox) == 0x0002F8, "Member 'UGraphicsSettingsWidget::MotionBlurSliderBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, SharpnessSliderBox) == 0x000300, "Member 'UGraphicsSettingsWidget::SharpnessSliderBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, FullscreenModeListBox) == 0x000308, "Member 'UGraphicsSettingsWidget::FullscreenModeListBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, ResolutionListBox) == 0x000310, "Member 'UGraphicsSettingsWidget::ResolutionListBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, FrameRateListBox) == 0x000318, "Member 'UGraphicsSettingsWidget::FrameRateListBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, GraphicsMemoryBox) == 0x000320, "Member 'UGraphicsSettingsWidget::GraphicsMemoryBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, GraphicsMemoryText) == 0x000328, "Member 'UGraphicsSettingsWidget::GraphicsMemoryText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, ScreenPercentageListBox) == 0x000330, "Member 'UGraphicsSettingsWidget::ScreenPercentageListBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, EffectsQualityListBox) == 0x000338, "Member 'UGraphicsSettingsWidget::EffectsQualityListBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, ShadowQualityListBox) == 0x000340, "Member 'UGraphicsSettingsWidget::ShadowQualityListBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, TextureQualityListBox) == 0x000348, "Member 'UGraphicsSettingsWidget::TextureQualityListBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, MeshQualityListBox) == 0x000350, "Member 'UGraphicsSettingsWidget::MeshQualityListBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, VSyncCheckBox) == 0x000358, "Member 'UGraphicsSettingsWidget::VSyncCheckBox' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, GammaButton) == 0x000360, "Member 'UGraphicsSettingsWidget::GammaButton' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, BackButton) == 0x000368, "Member 'UGraphicsSettingsWidget::BackButton' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, DefaultsButton) == 0x000370, "Member 'UGraphicsSettingsWidget::DefaultsButton' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_resetToDefaultsDialogText) == 0x000378, "Member 'UGraphicsSettingsWidget::m_resetToDefaultsDialogText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_memoryGigabytesText) == 0x000390, "Member 'UGraphicsSettingsWidget::m_memoryGigabytesText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_memoryUnavailableText) == 0x0003A8, "Member 'UGraphicsSettingsWidget::m_memoryUnavailableText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_frameRateUncappedText) == 0x0003C0, "Member 'UGraphicsSettingsWidget::m_frameRateUncappedText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_qualityLowText) == 0x0003D8, "Member 'UGraphicsSettingsWidget::m_qualityLowText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_qualityMediumText) == 0x0003F0, "Member 'UGraphicsSettingsWidget::m_qualityMediumText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_qualityHighText) == 0x000408, "Member 'UGraphicsSettingsWidget::m_qualityHighText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_qualityVeryHighText) == 0x000420, "Member 'UGraphicsSettingsWidget::m_qualityVeryHighText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_qualityFullText) == 0x000438, "Member 'UGraphicsSettingsWidget::m_qualityFullText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_windowedText) == 0x000450, "Member 'UGraphicsSettingsWidget::m_windowedText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_fullscreenText) == 0x000468, "Member 'UGraphicsSettingsWidget::m_fullscreenText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_windowedFullscreenText) == 0x000480, "Member 'UGraphicsSettingsWidget::m_windowedFullscreenText' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, SwitchTabTextBlock) == 0x000498, "Member 'UGraphicsSettingsWidget::SwitchTabTextBlock' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, TabLeftButton) == 0x0004A0, "Member 'UGraphicsSettingsWidget::TabLeftButton' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, TabRightButton) == 0x0004A8, "Member 'UGraphicsSettingsWidget::TabRightButton' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_resolutions) == 0x000530, "Member 'UGraphicsSettingsWidget::m_resolutions' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, m_screenPercentages) == 0x000580, "Member 'UGraphicsSettingsWidget::m_screenPercentages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamingGroup \ static_assert(alignof(UStreamingGroup) == 0x000008, "Wrong alignment on UStreamingGroup"); \ static_assert(sizeof(UStreamingGroup) == 0x000078, "Wrong size on UStreamingGroup"); \ static_assert(offsetof(UStreamingGroup, m_streamingComponents) == 0x000038, "Member 'UStreamingGroup::m_streamingComponents' has a wrong offset!"); \ static_assert(offsetof(UStreamingGroup, m_pendingRegisterComponents) == 0x000048, "Member 'UStreamingGroup::m_pendingRegisterComponents' has a wrong offset!"); \ static_assert(offsetof(UStreamingGroup, m_pendingUnregisterComponents) == 0x000058, "Member 'UStreamingGroup::m_pendingUnregisterComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamingGroupDynamic \ static_assert(alignof(UStreamingGroupDynamic) == 0x000008, "Wrong alignment on UStreamingGroupDynamic"); \ static_assert(sizeof(UStreamingGroupDynamic) == 0x0000A0, "Wrong size on UStreamingGroupDynamic"); \ static_assert(offsetof(UStreamingGroupDynamic, m_streamingUnits) == 0x000080, "Member 'UStreamingGroupDynamic::m_streamingUnits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGridSnappingComponent \ static_assert(alignof(UGridSnappingComponent) == 0x000010, "Wrong alignment on UGridSnappingComponent"); \ static_assert(sizeof(UGridSnappingComponent) == 0x000210, "Wrong size on UGridSnappingComponent"); \ static_assert(offsetof(UGridSnappingComponent, GridSize) == 0x0001F8, "Member 'UGridSnappingComponent::GridSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GroundProbeTools_GetClosestDirectionData \ static_assert(alignof(GroundProbeTools_GetClosestDirectionData) == 0x000010, "Wrong alignment on GroundProbeTools_GetClosestDirectionData"); \ static_assert(sizeof(GroundProbeTools_GetClosestDirectionData) == 0x000110, "Wrong size on GroundProbeTools_GetClosestDirectionData"); \ static_assert(offsetof(GroundProbeTools_GetClosestDirectionData, _probeData) == 0x000000, "Member 'GroundProbeTools_GetClosestDirectionData::_probeData' has a wrong offset!"); \ static_assert(offsetof(GroundProbeTools_GetClosestDirectionData, _origin) == 0x000090, "Member 'GroundProbeTools_GetClosestDirectionData::_origin' has a wrong offset!"); \ static_assert(offsetof(GroundProbeTools_GetClosestDirectionData, _direction) == 0x00009C, "Member 'GroundProbeTools_GetClosestDirectionData::_direction' has a wrong offset!"); \ static_assert(offsetof(GroundProbeTools_GetClosestDirectionData, _outProbeDirectionData) == 0x0000B0, "Member 'GroundProbeTools_GetClosestDirectionData::_outProbeDirectionData' has a wrong offset!"); \ static_assert(offsetof(GroundProbeTools_GetClosestDirectionData, _debug) == 0x000100, "Member 'GroundProbeTools_GetClosestDirectionData::_debug' has a wrong offset!"); \ static_assert(offsetof(GroundProbeTools_GetClosestDirectionData, ReturnValue) == 0x000101, "Member 'GroundProbeTools_GetClosestDirectionData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroundProbeTools \ static_assert(alignof(UGroundProbeTools) == 0x000008, "Wrong alignment on UGroundProbeTools"); \ static_assert(sizeof(UGroundProbeTools) == 0x000028, "Wrong size on UGroundProbeTools"); \ #define DUMPER7_ASSERTS_UZurgCharacterMovementComponent \ static_assert(alignof(UZurgCharacterMovementComponent) == 0x000010, "Wrong alignment on UZurgCharacterMovementComponent"); \ static_assert(sizeof(UZurgCharacterMovementComponent) == 0x000E70, "Wrong size on UZurgCharacterMovementComponent"); \ #define DUMPER7_ASSERTS_Hideout_SetClosed \ static_assert(alignof(Hideout_SetClosed) == 0x000001, "Wrong alignment on Hideout_SetClosed"); \ static_assert(sizeof(Hideout_SetClosed) == 0x000001, "Wrong size on Hideout_SetClosed"); \ static_assert(offsetof(Hideout_SetClosed, _value) == 0x000000, "Member 'Hideout_SetClosed::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hideout_GetHiddenActor \ static_assert(alignof(Hideout_GetHiddenActor) == 0x000008, "Wrong alignment on Hideout_GetHiddenActor"); \ static_assert(sizeof(Hideout_GetHiddenActor) == 0x000008, "Wrong size on Hideout_GetHiddenActor"); \ static_assert(offsetof(Hideout_GetHiddenActor, ReturnValue) == 0x000000, "Member 'Hideout_GetHiddenActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hideout_GetHiddenLocation \ static_assert(alignof(Hideout_GetHiddenLocation) == 0x000004, "Wrong alignment on Hideout_GetHiddenLocation"); \ static_assert(sizeof(Hideout_GetHiddenLocation) == 0x00000C, "Wrong size on Hideout_GetHiddenLocation"); \ static_assert(offsetof(Hideout_GetHiddenLocation, ReturnValue) == 0x000000, "Member 'Hideout_GetHiddenLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hideout_IsAvailableForHiding \ static_assert(alignof(Hideout_IsAvailableForHiding) == 0x000001, "Wrong alignment on Hideout_IsAvailableForHiding"); \ static_assert(sizeof(Hideout_IsAvailableForHiding) == 0x000001, "Wrong size on Hideout_IsAvailableForHiding"); \ static_assert(offsetof(Hideout_IsAvailableForHiding, ReturnValue) == 0x000000, "Member 'Hideout_IsAvailableForHiding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hideout_IsClosed \ static_assert(alignof(Hideout_IsClosed) == 0x000001, "Wrong alignment on Hideout_IsClosed"); \ static_assert(sizeof(Hideout_IsClosed) == 0x000001, "Wrong size on Hideout_IsClosed"); \ static_assert(offsetof(Hideout_IsClosed, ReturnValue) == 0x000000, "Member 'Hideout_IsClosed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHideout \ static_assert(alignof(AHideout) == 0x000008, "Wrong alignment on AHideout"); \ static_assert(sizeof(AHideout) == 0x000238, "Wrong size on AHideout"); \ #define DUMPER7_ASSERTS_UHKBorder \ static_assert(alignof(UHKBorder) == 0x000008, "Wrong alignment on UHKBorder"); \ static_assert(sizeof(UHKBorder) == 0x000298, "Wrong size on UHKBorder"); \ static_assert(offsetof(UHKBorder, m_selectedColor) == 0x000284, "Member 'UHKBorder::m_selectedColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKButton \ static_assert(alignof(UHKButton) == 0x000008, "Wrong alignment on UHKButton"); \ static_assert(sizeof(UHKButton) == 0x000558, "Wrong size on UHKButton"); \ static_assert(offsetof(UHKButton, m_onSelectedSound) == 0x0004B0, "Member 'UHKButton::m_onSelectedSound' has a wrong offset!"); \ static_assert(offsetof(UHKButton, m_onPressedSound) == 0x0004B8, "Member 'UHKButton::m_onPressedSound' has a wrong offset!"); \ static_assert(offsetof(UHKButton, SelectedTextColor) == 0x000520, "Member 'UHKButton::SelectedTextColor' has a wrong offset!"); \ static_assert(offsetof(UHKButton, m_onHoveredAlpha) == 0x000550, "Member 'UHKButton::m_onHoveredAlpha' has a wrong offset!"); \ static_assert(offsetof(UHKButton, m_changeAlphaOnHovered) == 0x000554, "Member 'UHKButton::m_changeAlphaOnHovered' has a wrong offset!"); \ static_assert(offsetof(UHKButton, m_changeTextColorOnSelected) == 0x000555, "Member 'UHKButton::m_changeTextColorOnSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKChapters \ static_assert(alignof(UHKChapters) == 0x000008, "Wrong alignment on UHKChapters"); \ static_assert(sizeof(UHKChapters) == 0x000040, "Wrong size on UHKChapters"); \ static_assert(offsetof(UHKChapters, Chapters) == 0x000030, "Member 'UHKChapters::Chapters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKCheatManager \ static_assert(alignof(UHKCheatManager) == 0x000008, "Wrong alignment on UHKCheatManager"); \ static_assert(sizeof(UHKCheatManager) == 0x000088, "Wrong size on UHKCheatManager"); \ #define DUMPER7_ASSERTS_HKCheckBox__OnCheckStateChanged \ static_assert(alignof(HKCheckBox__OnCheckStateChanged) == 0x000001, "Wrong alignment on HKCheckBox__OnCheckStateChanged"); \ static_assert(sizeof(HKCheckBox__OnCheckStateChanged) == 0x000001, "Wrong size on HKCheckBox__OnCheckStateChanged"); \ static_assert(offsetof(HKCheckBox__OnCheckStateChanged, _isChecked) == 0x000000, "Member 'HKCheckBox__OnCheckStateChanged::_isChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKCheckBox \ static_assert(alignof(UHKCheckBox) == 0x000008, "Wrong alignment on UHKCheckBox"); \ static_assert(sizeof(UHKCheckBox) == 0x000940, "Wrong size on UHKCheckBox"); \ #define DUMPER7_ASSERTS_UHKCrowdManager \ static_assert(alignof(UHKCrowdManager) == 0x000008, "Wrong alignment on UHKCrowdManager"); \ static_assert(sizeof(UHKCrowdManager) == 0x0000F0, "Wrong size on UHKCrowdManager"); \ #define DUMPER7_ASSERTS_UHKGameEngine \ static_assert(alignof(UHKGameEngine) == 0x000008, "Wrong alignment on UHKGameEngine"); \ static_assert(sizeof(UHKGameEngine) == 0x000D90, "Wrong size on UHKGameEngine"); \ #define DUMPER7_ASSERTS_ZurgPawn_OnAttachedToCat \ static_assert(alignof(ZurgPawn_OnAttachedToCat) == 0x000008, "Wrong alignment on ZurgPawn_OnAttachedToCat"); \ static_assert(sizeof(ZurgPawn_OnAttachedToCat) == 0x000018, "Wrong size on ZurgPawn_OnAttachedToCat"); \ static_assert(offsetof(ZurgPawn_OnAttachedToCat, _catPawn) == 0x000000, "Member 'ZurgPawn_OnAttachedToCat::_catPawn' has a wrong offset!"); \ static_assert(offsetof(ZurgPawn_OnAttachedToCat, _attachedComponent) == 0x000008, "Member 'ZurgPawn_OnAttachedToCat::_attachedComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawn_OnAttachedToCat, _socketName) == 0x000010, "Member 'ZurgPawn_OnAttachedToCat::_socketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawn_OnDetachedFromCat \ static_assert(alignof(ZurgPawn_OnDetachedFromCat) == 0x000008, "Wrong alignment on ZurgPawn_OnDetachedFromCat"); \ static_assert(sizeof(ZurgPawn_OnDetachedFromCat) == 0x000018, "Wrong size on ZurgPawn_OnDetachedFromCat"); \ static_assert(offsetof(ZurgPawn_OnDetachedFromCat, _catPawn) == 0x000000, "Member 'ZurgPawn_OnDetachedFromCat::_catPawn' has a wrong offset!"); \ static_assert(offsetof(ZurgPawn_OnDetachedFromCat, _attachedComponent) == 0x000008, "Member 'ZurgPawn_OnDetachedFromCat::_attachedComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawn_OnDetachedFromCat, _socketName) == 0x000010, "Member 'ZurgPawn_OnDetachedFromCat::_socketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawn_CanGrabCat \ static_assert(alignof(ZurgPawn_CanGrabCat) == 0x000001, "Wrong alignment on ZurgPawn_CanGrabCat"); \ static_assert(sizeof(ZurgPawn_CanGrabCat) == 0x000001, "Wrong size on ZurgPawn_CanGrabCat"); \ static_assert(offsetof(ZurgPawn_CanGrabCat, ReturnValue) == 0x000000, "Member 'ZurgPawn_CanGrabCat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AZurgPawn \ static_assert(alignof(AZurgPawn) == 0x000010, "Wrong alignment on AZurgPawn"); \ static_assert(sizeof(AZurgPawn) == 0x0004C0, "Wrong size on AZurgPawn"); \ static_assert(offsetof(AZurgPawn, ZurgSettings) == 0x0004B8, "Member 'AZurgPawn::ZurgSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugMenuEntry_AddChild \ static_assert(alignof(DebugMenuEntry_AddChild) == 0x000008, "Wrong alignment on DebugMenuEntry_AddChild"); \ static_assert(sizeof(DebugMenuEntry_AddChild) == 0x000008, "Wrong size on DebugMenuEntry_AddChild"); \ static_assert(offsetof(DebugMenuEntry_AddChild, _child) == 0x000000, "Member 'DebugMenuEntry_AddChild::_child' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugMenuEntry_GetChildren \ static_assert(alignof(DebugMenuEntry_GetChildren) == 0x000008, "Wrong alignment on DebugMenuEntry_GetChildren"); \ static_assert(sizeof(DebugMenuEntry_GetChildren) == 0x000010, "Wrong size on DebugMenuEntry_GetChildren"); \ static_assert(offsetof(DebugMenuEntry_GetChildren, ReturnValue) == 0x000000, "Member 'DebugMenuEntry_GetChildren::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugMenuEntry_GetParent \ static_assert(alignof(DebugMenuEntry_GetParent) == 0x000008, "Wrong alignment on DebugMenuEntry_GetParent"); \ static_assert(sizeof(DebugMenuEntry_GetParent) == 0x000008, "Wrong size on DebugMenuEntry_GetParent"); \ static_assert(offsetof(DebugMenuEntry_GetParent, ReturnValue) == 0x000000, "Member 'DebugMenuEntry_GetParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugMenuEntry \ static_assert(alignof(UDebugMenuEntry) == 0x000008, "Wrong alignment on UDebugMenuEntry"); \ static_assert(sizeof(UDebugMenuEntry) == 0x0000D8, "Wrong size on UDebugMenuEntry"); \ static_assert(offsetof(UDebugMenuEntry, Name_0) == 0x000028, "Member 'UDebugMenuEntry::Name_0' has a wrong offset!"); \ static_assert(offsetof(UDebugMenuEntry, Description) == 0x000038, "Member 'UDebugMenuEntry::Description' has a wrong offset!"); \ static_assert(offsetof(UDebugMenuEntry, AText) == 0x000048, "Member 'UDebugMenuEntry::AText' has a wrong offset!"); \ static_assert(offsetof(UDebugMenuEntry, XText) == 0x000058, "Member 'UDebugMenuEntry::XText' has a wrong offset!"); \ static_assert(offsetof(UDebugMenuEntry, YText) == 0x000068, "Member 'UDebugMenuEntry::YText' has a wrong offset!"); \ static_assert(offsetof(UDebugMenuEntry, OnUpdate) == 0x000078, "Member 'UDebugMenuEntry::OnUpdate' has a wrong offset!"); \ static_assert(offsetof(UDebugMenuEntry, OnAPressed) == 0x000088, "Member 'UDebugMenuEntry::OnAPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugMenuEntry, OnXPressed) == 0x000098, "Member 'UDebugMenuEntry::OnXPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugMenuEntry, OnYPressed) == 0x0000A8, "Member 'UDebugMenuEntry::OnYPressed' has a wrong offset!"); \ static_assert(offsetof(UDebugMenuEntry, m_children) == 0x0000C0, "Member 'UDebugMenuEntry::m_children' has a wrong offset!"); \ static_assert(offsetof(UDebugMenuEntry, m_parent) == 0x0000D0, "Member 'UDebugMenuEntry::m_parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__BeforeStreamIn \ static_assert(alignof(HKGameInstance__BeforeStreamIn) == 0x000008, "Wrong alignment on HKGameInstance__BeforeStreamIn"); \ static_assert(sizeof(HKGameInstance__BeforeStreamIn) == 0x000010, "Wrong size on HKGameInstance__BeforeStreamIn"); \ static_assert(offsetof(HKGameInstance__BeforeStreamIn, _levelStreaming) == 0x000000, "Member 'HKGameInstance__BeforeStreamIn::_levelStreaming' has a wrong offset!"); \ static_assert(offsetof(HKGameInstance__BeforeStreamIn, _shouldEndState) == 0x000008, "Member 'HKGameInstance__BeforeStreamIn::_shouldEndState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__BeforeStreamOut \ static_assert(alignof(HKGameInstance__BeforeStreamOut) == 0x000008, "Wrong alignment on HKGameInstance__BeforeStreamOut"); \ static_assert(sizeof(HKGameInstance__BeforeStreamOut) == 0x000010, "Wrong size on HKGameInstance__BeforeStreamOut"); \ static_assert(offsetof(HKGameInstance__BeforeStreamOut, _levelStreaming) == 0x000000, "Member 'HKGameInstance__BeforeStreamOut::_levelStreaming' has a wrong offset!"); \ static_assert(offsetof(HKGameInstance__BeforeStreamOut, _shouldEndState) == 0x000008, "Member 'HKGameInstance__BeforeStreamOut::_shouldEndState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__ChaptersDebugMenuEntry_OnUpdate \ static_assert(alignof(HKGameInstance__ChaptersDebugMenuEntry_OnUpdate) == 0x000008, "Wrong alignment on HKGameInstance__ChaptersDebugMenuEntry_OnUpdate"); \ static_assert(sizeof(HKGameInstance__ChaptersDebugMenuEntry_OnUpdate) == 0x000008, "Wrong size on HKGameInstance__ChaptersDebugMenuEntry_OnUpdate"); \ static_assert(offsetof(HKGameInstance__ChaptersDebugMenuEntry_OnUpdate, _entry) == 0x000000, "Member 'HKGameInstance__ChaptersDebugMenuEntry_OnUpdate::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__ChaptersEntry_OnAPressed \ static_assert(alignof(HKGameInstance__ChaptersEntry_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__ChaptersEntry_OnAPressed"); \ static_assert(sizeof(HKGameInstance__ChaptersEntry_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__ChaptersEntry_OnAPressed"); \ static_assert(offsetof(HKGameInstance__ChaptersEntry_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__ChaptersEntry_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatAddItemToIventoryEntry_OnAPressed \ static_assert(alignof(HKGameInstance__CheatAddItemToIventoryEntry_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__CheatAddItemToIventoryEntry_OnAPressed"); \ static_assert(sizeof(HKGameInstance__CheatAddItemToIventoryEntry_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__CheatAddItemToIventoryEntry_OnAPressed"); \ static_assert(offsetof(HKGameInstance__CheatAddItemToIventoryEntry_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__CheatAddItemToIventoryEntry_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatAddItemToIventoryListEntry_OnUpdate \ static_assert(alignof(HKGameInstance__CheatAddItemToIventoryListEntry_OnUpdate) == 0x000008, "Wrong alignment on HKGameInstance__CheatAddItemToIventoryListEntry_OnUpdate"); \ static_assert(sizeof(HKGameInstance__CheatAddItemToIventoryListEntry_OnUpdate) == 0x000008, "Wrong size on HKGameInstance__CheatAddItemToIventoryListEntry_OnUpdate"); \ static_assert(offsetof(HKGameInstance__CheatAddItemToIventoryListEntry_OnUpdate, _entry) == 0x000000, "Member 'HKGameInstance__CheatAddItemToIventoryListEntry_OnUpdate::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatDebugMenuEntry_B12Memories_OnAPressed \ static_assert(alignof(HKGameInstance__CheatDebugMenuEntry_B12Memories_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__CheatDebugMenuEntry_B12Memories_OnAPressed"); \ static_assert(sizeof(HKGameInstance__CheatDebugMenuEntry_B12Memories_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__CheatDebugMenuEntry_B12Memories_OnAPressed"); \ static_assert(offsetof(HKGameInstance__CheatDebugMenuEntry_B12Memories_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__CheatDebugMenuEntry_B12Memories_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatDebugMenuEntry_B12Memories_OnXPressed \ static_assert(alignof(HKGameInstance__CheatDebugMenuEntry_B12Memories_OnXPressed) == 0x000008, "Wrong alignment on HKGameInstance__CheatDebugMenuEntry_B12Memories_OnXPressed"); \ static_assert(sizeof(HKGameInstance__CheatDebugMenuEntry_B12Memories_OnXPressed) == 0x000008, "Wrong size on HKGameInstance__CheatDebugMenuEntry_B12Memories_OnXPressed"); \ static_assert(offsetof(HKGameInstance__CheatDebugMenuEntry_B12Memories_OnXPressed, _entry) == 0x000000, "Member 'HKGameInstance__CheatDebugMenuEntry_B12Memories_OnXPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatDebugMenuEntry_Backpack_OnAPressed \ static_assert(alignof(HKGameInstance__CheatDebugMenuEntry_Backpack_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__CheatDebugMenuEntry_Backpack_OnAPressed"); \ static_assert(sizeof(HKGameInstance__CheatDebugMenuEntry_Backpack_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__CheatDebugMenuEntry_Backpack_OnAPressed"); \ static_assert(offsetof(HKGameInstance__CheatDebugMenuEntry_Backpack_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__CheatDebugMenuEntry_Backpack_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatDebugMenuEntry_GodMode_OnAPressed \ static_assert(alignof(HKGameInstance__CheatDebugMenuEntry_GodMode_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__CheatDebugMenuEntry_GodMode_OnAPressed"); \ static_assert(sizeof(HKGameInstance__CheatDebugMenuEntry_GodMode_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__CheatDebugMenuEntry_GodMode_OnAPressed"); \ static_assert(offsetof(HKGameInstance__CheatDebugMenuEntry_GodMode_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__CheatDebugMenuEntry_GodMode_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatDebugMenuEntry_OnUpdate \ static_assert(alignof(HKGameInstance__CheatDebugMenuEntry_OnUpdate) == 0x000008, "Wrong alignment on HKGameInstance__CheatDebugMenuEntry_OnUpdate"); \ static_assert(sizeof(HKGameInstance__CheatDebugMenuEntry_OnUpdate) == 0x000008, "Wrong size on HKGameInstance__CheatDebugMenuEntry_OnUpdate"); \ static_assert(offsetof(HKGameInstance__CheatDebugMenuEntry_OnUpdate, _entry) == 0x000000, "Member 'HKGameInstance__CheatDebugMenuEntry_OnUpdate::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatDebugMenuEntry_TorchLight_OnAPressed \ static_assert(alignof(HKGameInstance__CheatDebugMenuEntry_TorchLight_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__CheatDebugMenuEntry_TorchLight_OnAPressed"); \ static_assert(sizeof(HKGameInstance__CheatDebugMenuEntry_TorchLight_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__CheatDebugMenuEntry_TorchLight_OnAPressed"); \ static_assert(offsetof(HKGameInstance__CheatDebugMenuEntry_TorchLight_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__CheatDebugMenuEntry_TorchLight_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatSetAdventureStateChildEntry_OnUpdate \ static_assert(alignof(HKGameInstance__CheatSetAdventureStateChildEntry_OnUpdate) == 0x000008, "Wrong alignment on HKGameInstance__CheatSetAdventureStateChildEntry_OnUpdate"); \ static_assert(sizeof(HKGameInstance__CheatSetAdventureStateChildEntry_OnUpdate) == 0x000008, "Wrong size on HKGameInstance__CheatSetAdventureStateChildEntry_OnUpdate"); \ static_assert(offsetof(HKGameInstance__CheatSetAdventureStateChildEntry_OnUpdate, _entry) == 0x000000, "Member 'HKGameInstance__CheatSetAdventureStateChildEntry_OnUpdate::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatSetAdventureStateEntry_OnAPressed \ static_assert(alignof(HKGameInstance__CheatSetAdventureStateEntry_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__CheatSetAdventureStateEntry_OnAPressed"); \ static_assert(sizeof(HKGameInstance__CheatSetAdventureStateEntry_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__CheatSetAdventureStateEntry_OnAPressed"); \ static_assert(offsetof(HKGameInstance__CheatSetAdventureStateEntry_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__CheatSetAdventureStateEntry_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__CheatSetAdventureStateEntry_OnUpdate \ static_assert(alignof(HKGameInstance__CheatSetAdventureStateEntry_OnUpdate) == 0x000008, "Wrong alignment on HKGameInstance__CheatSetAdventureStateEntry_OnUpdate"); \ static_assert(sizeof(HKGameInstance__CheatSetAdventureStateEntry_OnUpdate) == 0x000008, "Wrong size on HKGameInstance__CheatSetAdventureStateEntry_OnUpdate"); \ static_assert(offsetof(HKGameInstance__CheatSetAdventureStateEntry_OnUpdate, _entry) == 0x000000, "Member 'HKGameInstance__CheatSetAdventureStateEntry_OnUpdate::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__DebugDebugMenuEntry_ClearQuickStartLocation_OnAPressed \ static_assert(alignof(HKGameInstance__DebugDebugMenuEntry_ClearQuickStartLocation_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__DebugDebugMenuEntry_ClearQuickStartLocation_OnAPressed"); \ static_assert(sizeof(HKGameInstance__DebugDebugMenuEntry_ClearQuickStartLocation_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__DebugDebugMenuEntry_ClearQuickStartLocation_OnAPressed"); \ static_assert(offsetof(HKGameInstance__DebugDebugMenuEntry_ClearQuickStartLocation_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__DebugDebugMenuEntry_ClearQuickStartLocation_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__DebugDebugMenuEntry_ForceStreaming_OnAPressed \ static_assert(alignof(HKGameInstance__DebugDebugMenuEntry_ForceStreaming_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__DebugDebugMenuEntry_ForceStreaming_OnAPressed"); \ static_assert(sizeof(HKGameInstance__DebugDebugMenuEntry_ForceStreaming_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__DebugDebugMenuEntry_ForceStreaming_OnAPressed"); \ static_assert(offsetof(HKGameInstance__DebugDebugMenuEntry_ForceStreaming_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__DebugDebugMenuEntry_ForceStreaming_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__DebugDebugMenuEntry_OnUpdate \ static_assert(alignof(HKGameInstance__DebugDebugMenuEntry_OnUpdate) == 0x000008, "Wrong alignment on HKGameInstance__DebugDebugMenuEntry_OnUpdate"); \ static_assert(sizeof(HKGameInstance__DebugDebugMenuEntry_OnUpdate) == 0x000008, "Wrong size on HKGameInstance__DebugDebugMenuEntry_OnUpdate"); \ static_assert(offsetof(HKGameInstance__DebugDebugMenuEntry_OnUpdate, _entry) == 0x000000, "Member 'HKGameInstance__DebugDebugMenuEntry_OnUpdate::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__LanguageDebugMenu_Language_OnAPressed \ static_assert(alignof(HKGameInstance__LanguageDebugMenu_Language_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__LanguageDebugMenu_Language_OnAPressed"); \ static_assert(sizeof(HKGameInstance__LanguageDebugMenu_Language_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__LanguageDebugMenu_Language_OnAPressed"); \ static_assert(offsetof(HKGameInstance__LanguageDebugMenu_Language_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__LanguageDebugMenu_Language_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__LanguageDebugMenuEntry_OnUpdate \ static_assert(alignof(HKGameInstance__LanguageDebugMenuEntry_OnUpdate) == 0x000008, "Wrong alignment on HKGameInstance__LanguageDebugMenuEntry_OnUpdate"); \ static_assert(sizeof(HKGameInstance__LanguageDebugMenuEntry_OnUpdate) == 0x000008, "Wrong size on HKGameInstance__LanguageDebugMenuEntry_OnUpdate"); \ static_assert(offsetof(HKGameInstance__LanguageDebugMenuEntry_OnUpdate, _entry) == 0x000000, "Member 'HKGameInstance__LanguageDebugMenuEntry_OnUpdate::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__NewSaveEntry_OnAPressed \ static_assert(alignof(HKGameInstance__NewSaveEntry_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__NewSaveEntry_OnAPressed"); \ static_assert(sizeof(HKGameInstance__NewSaveEntry_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__NewSaveEntry_OnAPressed"); \ static_assert(offsetof(HKGameInstance__NewSaveEntry_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__NewSaveEntry_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__OnFullSaveFoldersDone \ static_assert(alignof(HKGameInstance__OnFullSaveFoldersDone) == 0x000008, "Wrong alignment on HKGameInstance__OnFullSaveFoldersDone"); \ static_assert(sizeof(HKGameInstance__OnFullSaveFoldersDone) == 0x000008, "Wrong size on HKGameInstance__OnFullSaveFoldersDone"); \ static_assert(offsetof(HKGameInstance__OnFullSaveFoldersDone, _saveInstance) == 0x000000, "Member 'HKGameInstance__OnFullSaveFoldersDone::_saveInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__OnFullSaveSlotsDone \ static_assert(alignof(HKGameInstance__OnFullSaveSlotsDone) == 0x000008, "Wrong alignment on HKGameInstance__OnFullSaveSlotsDone"); \ static_assert(sizeof(HKGameInstance__OnFullSaveSlotsDone) == 0x000008, "Wrong size on HKGameInstance__OnFullSaveSlotsDone"); \ static_assert(offsetof(HKGameInstance__OnFullSaveSlotsDone, _saveInstance) == 0x000000, "Member 'HKGameInstance__OnFullSaveSlotsDone::_saveInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__QuickLoadDebugMenuEntry_OnAPressed \ static_assert(alignof(HKGameInstance__QuickLoadDebugMenuEntry_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__QuickLoadDebugMenuEntry_OnAPressed"); \ static_assert(sizeof(HKGameInstance__QuickLoadDebugMenuEntry_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__QuickLoadDebugMenuEntry_OnAPressed"); \ static_assert(offsetof(HKGameInstance__QuickLoadDebugMenuEntry_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__QuickLoadDebugMenuEntry_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__QuickSaveDebugMenuEntry_OnAPressed \ static_assert(alignof(HKGameInstance__QuickSaveDebugMenuEntry_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__QuickSaveDebugMenuEntry_OnAPressed"); \ static_assert(sizeof(HKGameInstance__QuickSaveDebugMenuEntry_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__QuickSaveDebugMenuEntry_OnAPressed"); \ static_assert(offsetof(HKGameInstance__QuickSaveDebugMenuEntry_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__QuickSaveDebugMenuEntry_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__SaveLoadFoldersEntry_OnAPressed \ static_assert(alignof(HKGameInstance__SaveLoadFoldersEntry_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__SaveLoadFoldersEntry_OnAPressed"); \ static_assert(sizeof(HKGameInstance__SaveLoadFoldersEntry_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__SaveLoadFoldersEntry_OnAPressed"); \ static_assert(offsetof(HKGameInstance__SaveLoadFoldersEntry_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__SaveLoadFoldersEntry_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__SaveLoadFoldersEntry_OnUpdate \ static_assert(alignof(HKGameInstance__SaveLoadFoldersEntry_OnUpdate) == 0x000008, "Wrong alignment on HKGameInstance__SaveLoadFoldersEntry_OnUpdate"); \ static_assert(sizeof(HKGameInstance__SaveLoadFoldersEntry_OnUpdate) == 0x000008, "Wrong size on HKGameInstance__SaveLoadFoldersEntry_OnUpdate"); \ static_assert(offsetof(HKGameInstance__SaveLoadFoldersEntry_OnUpdate, _entry) == 0x000000, "Member 'HKGameInstance__SaveLoadFoldersEntry_OnUpdate::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__SaveLoadFoldersEntry_OnXPressed \ static_assert(alignof(HKGameInstance__SaveLoadFoldersEntry_OnXPressed) == 0x000008, "Wrong alignment on HKGameInstance__SaveLoadFoldersEntry_OnXPressed"); \ static_assert(sizeof(HKGameInstance__SaveLoadFoldersEntry_OnXPressed) == 0x000008, "Wrong size on HKGameInstance__SaveLoadFoldersEntry_OnXPressed"); \ static_assert(offsetof(HKGameInstance__SaveLoadFoldersEntry_OnXPressed, _entry) == 0x000000, "Member 'HKGameInstance__SaveLoadFoldersEntry_OnXPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__SaveLoadFoldersEntry_OnYPressed \ static_assert(alignof(HKGameInstance__SaveLoadFoldersEntry_OnYPressed) == 0x000008, "Wrong alignment on HKGameInstance__SaveLoadFoldersEntry_OnYPressed"); \ static_assert(sizeof(HKGameInstance__SaveLoadFoldersEntry_OnYPressed) == 0x000008, "Wrong size on HKGameInstance__SaveLoadFoldersEntry_OnYPressed"); \ static_assert(offsetof(HKGameInstance__SaveLoadFoldersEntry_OnYPressed, _entry) == 0x000000, "Member 'HKGameInstance__SaveLoadFoldersEntry_OnYPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__SaveLoadSlotEntry_OnUpdate \ static_assert(alignof(HKGameInstance__SaveLoadSlotEntry_OnUpdate) == 0x000008, "Wrong alignment on HKGameInstance__SaveLoadSlotEntry_OnUpdate"); \ static_assert(sizeof(HKGameInstance__SaveLoadSlotEntry_OnUpdate) == 0x000008, "Wrong size on HKGameInstance__SaveLoadSlotEntry_OnUpdate"); \ static_assert(offsetof(HKGameInstance__SaveLoadSlotEntry_OnUpdate, _entry) == 0x000000, "Member 'HKGameInstance__SaveLoadSlotEntry_OnUpdate::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__SaveLoadSlotsEntry_OnAPressed \ static_assert(alignof(HKGameInstance__SaveLoadSlotsEntry_OnAPressed) == 0x000008, "Wrong alignment on HKGameInstance__SaveLoadSlotsEntry_OnAPressed"); \ static_assert(sizeof(HKGameInstance__SaveLoadSlotsEntry_OnAPressed) == 0x000008, "Wrong size on HKGameInstance__SaveLoadSlotsEntry_OnAPressed"); \ static_assert(offsetof(HKGameInstance__SaveLoadSlotsEntry_OnAPressed, _entry) == 0x000000, "Member 'HKGameInstance__SaveLoadSlotsEntry_OnAPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__SaveLoadSlotsEntry_OnXPressed \ static_assert(alignof(HKGameInstance__SaveLoadSlotsEntry_OnXPressed) == 0x000008, "Wrong alignment on HKGameInstance__SaveLoadSlotsEntry_OnXPressed"); \ static_assert(sizeof(HKGameInstance__SaveLoadSlotsEntry_OnXPressed) == 0x000008, "Wrong size on HKGameInstance__SaveLoadSlotsEntry_OnXPressed"); \ static_assert(offsetof(HKGameInstance__SaveLoadSlotsEntry_OnXPressed, _entry) == 0x000000, "Member 'HKGameInstance__SaveLoadSlotsEntry_OnXPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance__SaveLoadSlotsEntry_OnYPressed \ static_assert(alignof(HKGameInstance__SaveLoadSlotsEntry_OnYPressed) == 0x000008, "Wrong alignment on HKGameInstance__SaveLoadSlotsEntry_OnYPressed"); \ static_assert(sizeof(HKGameInstance__SaveLoadSlotsEntry_OnYPressed) == 0x000008, "Wrong size on HKGameInstance__SaveLoadSlotsEntry_OnYPressed"); \ static_assert(offsetof(HKGameInstance__SaveLoadSlotsEntry_OnYPressed, _entry) == 0x000000, "Member 'HKGameInstance__SaveLoadSlotsEntry_OnYPressed::_entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_OnStartPlayInEditorGameInstance \ static_assert(alignof(HKGameInstance_OnStartPlayInEditorGameInstance) == 0x000001, "Wrong alignment on HKGameInstance_OnStartPlayInEditorGameInstance"); \ static_assert(sizeof(HKGameInstance_OnStartPlayInEditorGameInstance) == 0x000001, "Wrong size on HKGameInstance_OnStartPlayInEditorGameInstance"); \ static_assert(offsetof(HKGameInstance_OnStartPlayInEditorGameInstance, _simulateInEditor) == 0x000000, "Member 'HKGameInstance_OnStartPlayInEditorGameInstance::_simulateInEditor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_SetAdventureState \ static_assert(alignof(HKGameInstance_SetAdventureState) == 0x000004, "Wrong alignment on HKGameInstance_SetAdventureState"); \ static_assert(sizeof(HKGameInstance_SetAdventureState) == 0x000008, "Wrong size on HKGameInstance_SetAdventureState"); \ static_assert(offsetof(HKGameInstance_SetAdventureState, _chapterId) == 0x000000, "Member 'HKGameInstance_SetAdventureState::_chapterId' has a wrong offset!"); \ static_assert(offsetof(HKGameInstance_SetAdventureState, _stateId) == 0x000004, "Member 'HKGameInstance_SetAdventureState::_stateId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_GetActivityData \ static_assert(alignof(HKGameInstance_GetActivityData) == 0x000008, "Wrong alignment on HKGameInstance_GetActivityData"); \ static_assert(sizeof(HKGameInstance_GetActivityData) == 0x000008, "Wrong size on HKGameInstance_GetActivityData"); \ static_assert(offsetof(HKGameInstance_GetActivityData, ReturnValue) == 0x000000, "Member 'HKGameInstance_GetActivityData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_GetAdventureChapters \ static_assert(alignof(HKGameInstance_GetAdventureChapters) == 0x000008, "Wrong alignment on HKGameInstance_GetAdventureChapters"); \ static_assert(sizeof(HKGameInstance_GetAdventureChapters) == 0x000010, "Wrong size on HKGameInstance_GetAdventureChapters"); \ static_assert(offsetof(HKGameInstance_GetAdventureChapters, ReturnValue) == 0x000000, "Member 'HKGameInstance_GetAdventureChapters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_GetAdventureChapterStates \ static_assert(alignof(HKGameInstance_GetAdventureChapterStates) == 0x000008, "Wrong alignment on HKGameInstance_GetAdventureChapterStates"); \ static_assert(sizeof(HKGameInstance_GetAdventureChapterStates) == 0x000018, "Wrong size on HKGameInstance_GetAdventureChapterStates"); \ static_assert(offsetof(HKGameInstance_GetAdventureChapterStates, _chapter) == 0x000000, "Member 'HKGameInstance_GetAdventureChapterStates::_chapter' has a wrong offset!"); \ static_assert(offsetof(HKGameInstance_GetAdventureChapterStates, ReturnValue) == 0x000008, "Member 'HKGameInstance_GetAdventureChapterStates::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_GetB12MemoriesData \ static_assert(alignof(HKGameInstance_GetB12MemoriesData) == 0x000008, "Wrong alignment on HKGameInstance_GetB12MemoriesData"); \ static_assert(sizeof(HKGameInstance_GetB12MemoriesData) == 0x000008, "Wrong size on HKGameInstance_GetB12MemoriesData"); \ static_assert(offsetof(HKGameInstance_GetB12MemoriesData, ReturnValue) == 0x000000, "Member 'HKGameInstance_GetB12MemoriesData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_GetCurrentAdventureChapter \ static_assert(alignof(HKGameInstance_GetCurrentAdventureChapter) == 0x000004, "Wrong alignment on HKGameInstance_GetCurrentAdventureChapter"); \ static_assert(sizeof(HKGameInstance_GetCurrentAdventureChapter) == 0x000004, "Wrong size on HKGameInstance_GetCurrentAdventureChapter"); \ static_assert(offsetof(HKGameInstance_GetCurrentAdventureChapter, ReturnValue) == 0x000000, "Member 'HKGameInstance_GetCurrentAdventureChapter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_GetCurrentAdventureChapterState \ static_assert(alignof(HKGameInstance_GetCurrentAdventureChapterState) == 0x000004, "Wrong alignment on HKGameInstance_GetCurrentAdventureChapterState"); \ static_assert(sizeof(HKGameInstance_GetCurrentAdventureChapterState) == 0x000008, "Wrong size on HKGameInstance_GetCurrentAdventureChapterState"); \ static_assert(offsetof(HKGameInstance_GetCurrentAdventureChapterState, _chapter) == 0x000000, "Member 'HKGameInstance_GetCurrentAdventureChapterState::_chapter' has a wrong offset!"); \ static_assert(offsetof(HKGameInstance_GetCurrentAdventureChapterState, ReturnValue) == 0x000004, "Member 'HKGameInstance_GetCurrentAdventureChapterState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_GetInitializationMode \ static_assert(alignof(HKGameInstance_GetInitializationMode) == 0x000001, "Wrong alignment on HKGameInstance_GetInitializationMode"); \ static_assert(sizeof(HKGameInstance_GetInitializationMode) == 0x000001, "Wrong size on HKGameInstance_GetInitializationMode"); \ static_assert(offsetof(HKGameInstance_GetInitializationMode, ReturnValue) == 0x000000, "Member 'HKGameInstance_GetInitializationMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_GetRootDebugMenuEntry \ static_assert(alignof(HKGameInstance_GetRootDebugMenuEntry) == 0x000008, "Wrong alignment on HKGameInstance_GetRootDebugMenuEntry"); \ static_assert(sizeof(HKGameInstance_GetRootDebugMenuEntry) == 0x000008, "Wrong size on HKGameInstance_GetRootDebugMenuEntry"); \ static_assert(offsetof(HKGameInstance_GetRootDebugMenuEntry, ReturnValue) == 0x000000, "Member 'HKGameInstance_GetRootDebugMenuEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKGameInstance_GetSaveInstance \ static_assert(alignof(HKGameInstance_GetSaveInstance) == 0x000008, "Wrong alignment on HKGameInstance_GetSaveInstance"); \ static_assert(sizeof(HKGameInstance_GetSaveInstance) == 0x000008, "Wrong size on HKGameInstance_GetSaveInstance"); \ static_assert(offsetof(HKGameInstance_GetSaveInstance, ReturnValue) == 0x000000, "Member 'HKGameInstance_GetSaveInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKGameInstance \ static_assert(alignof(UHKGameInstance) == 0x000008, "Wrong alignment on UHKGameInstance"); \ static_assert(sizeof(UHKGameInstance) == 0x0004C0, "Wrong size on UHKGameInstance"); \ static_assert(offsetof(UHKGameInstance, LoadCompleted) == 0x000298, "Member 'UHKGameInstance::LoadCompleted' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, ManagerBlueprintClasses) == 0x0002A8, "Member 'UHKGameInstance::ManagerBlueprintClasses' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, CatClass) == 0x0002B8, "Member 'UHKGameInstance::CatClass' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, BackpackClass) == 0x0002C0, "Member 'UHKGameInstance::BackpackClass' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, DroneClass) == 0x0002C8, "Member 'UHKGameInstance::DroneClass' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, InteractionFeedbackClass) == 0x0002D0, "Member 'UHKGameInstance::InteractionFeedbackClass' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_saveInstance) == 0x000348, "Member 'UHKGameInstance::m_saveInstance' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_saveInstanceClass) == 0x000350, "Member 'UHKGameInstance::m_saveInstanceClass' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_chapters) == 0x000358, "Member 'UHKGameInstance::m_chapters' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_debugLootablesList) == 0x000360, "Member 'UHKGameInstance::m_debugLootablesList' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_activityData) == 0x000370, "Member 'UHKGameInstance::m_activityData' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_b12MemoriesData) == 0x000378, "Member 'UHKGameInstance::m_b12MemoriesData' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_rootDebugMenuEntry) == 0x000380, "Member 'UHKGameInstance::m_rootDebugMenuEntry' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_chaptersDebugMenuEntry) == 0x000388, "Member 'UHKGameInstance::m_chaptersDebugMenuEntry' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_loadSaveDebugMenuEntry) == 0x000390, "Member 'UHKGameInstance::m_loadSaveDebugMenuEntry' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_loadSaveSlotsDebugMenuEntry) == 0x000398, "Member 'UHKGameInstance::m_loadSaveSlotsDebugMenuEntry' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_loadSaveFoldersDebugMenuEntry) == 0x0003A0, "Member 'UHKGameInstance::m_loadSaveFoldersDebugMenuEntry' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_quickSaveDebugMenuEntry) == 0x0003A8, "Member 'UHKGameInstance::m_quickSaveDebugMenuEntry' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_quickLoadDebugMenuEntry) == 0x0003B0, "Member 'UHKGameInstance::m_quickLoadDebugMenuEntry' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_cheatDebugMenuEntry) == 0x0003B8, "Member 'UHKGameInstance::m_cheatDebugMenuEntry' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_languageDebugMenuEntry) == 0x0003C0, "Member 'UHKGameInstance::m_languageDebugMenuEntry' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_debugDebugMenuEntry) == 0x0003C8, "Member 'UHKGameInstance::m_debugDebugMenuEntry' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_subsystemToSettingsClassMap) == 0x0003D0, "Member 'UHKGameInstance::m_subsystemToSettingsClassMap' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_zoneToLoad) == 0x000420, "Member 'UHKGameInstance::m_zoneToLoad' has a wrong offset!"); \ static_assert(offsetof(UHKGameInstance, m_persistentAudioComponents) == 0x000470, "Member 'UHKGameInstance::m_persistentAudioComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHKGameMode \ static_assert(alignof(AHKGameMode) == 0x000008, "Wrong alignment on AHKGameMode"); \ static_assert(sizeof(AHKGameMode) == 0x000310, "Wrong size on AHKGameMode"); \ #define DUMPER7_ASSERTS_UHKGameSettings \ static_assert(alignof(UHKGameSettings) == 0x000008, "Wrong alignment on UHKGameSettings"); \ static_assert(sizeof(UHKGameSettings) == 0x000128, "Wrong size on UHKGameSettings"); \ static_assert(offsetof(UHKGameSettings, DisplayActorLinksOnlyWhileSelected) == 0x000028, "Member 'UHKGameSettings::DisplayActorLinksOnlyWhileSelected' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, SessionSaveName) == 0x00002C, "Member 'UHKGameSettings::SessionSaveName' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, IsAudioLogEnabled) == 0x000034, "Member 'UHKGameSettings::IsAudioLogEnabled' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, GameplaySoundTraceChannel) == 0x000035, "Member 'UHKGameSettings::GameplaySoundTraceChannel' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, MovementObstacleProbeChannel) == 0x000036, "Member 'UHKGameSettings::MovementObstacleProbeChannel' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, WalkableProbeChannel) == 0x000037, "Member 'UHKGameSettings::WalkableProbeChannel' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, InteractCollisionChannel) == 0x000038, "Member 'UHKGameSettings::InteractCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, VisibilityCollisionChannel) == 0x000039, "Member 'UHKGameSettings::VisibilityCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, LoadingNotificationEnabled) == 0x00003A, "Member 'UHKGameSettings::LoadingNotificationEnabled' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, FadeToBlackDuringWaitForStreamingAndLoading) == 0x00003B, "Member 'UHKGameSettings::FadeToBlackDuringWaitForStreamingAndLoading' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, UseBaseMapMode) == 0x00003C, "Member 'UHKGameSettings::UseBaseMapMode' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, BaseMap) == 0x000040, "Member 'UHKGameSettings::BaseMap' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, BaseMapModeZones) == 0x000068, "Member 'UHKGameSettings::BaseMapModeZones' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, KeyIconSetData) == 0x000078, "Member 'UHKGameSettings::KeyIconSetData' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, LoadingScreenPawTexture) == 0x0000A0, "Member 'UHKGameSettings::LoadingScreenPawTexture' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, LoadingScreenFont) == 0x0000C8, "Member 'UHKGameSettings::LoadingScreenFont' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, MainMenuMap) == 0x0000F0, "Member 'UHKGameSettings::MainMenuMap' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, GUIInputDeadZone) == 0x000118, "Member 'UHKGameSettings::GUIInputDeadZone' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, GUIFadeOutDuration) == 0x00011C, "Member 'UHKGameSettings::GUIFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, GUIAutoFireDelay) == 0x000120, "Member 'UHKGameSettings::GUIAutoFireDelay' has a wrong offset!"); \ static_assert(offsetof(UHKGameSettings, GUIAutoFireInterval) == 0x000124, "Member 'UHKGameSettings::GUIAutoFireInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKGameUserSettings \ static_assert(alignof(UHKGameUserSettings) == 0x000008, "Wrong alignment on UHKGameUserSettings"); \ static_assert(sizeof(UHKGameUserSettings) == 0x0001E8, "Wrong size on UHKGameUserSettings"); \ static_assert(offsetof(UHKGameUserSettings, MeshQuality) == 0x000120, "Member 'UHKGameUserSettings::MeshQuality' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, MasterVolume) == 0x000124, "Member 'UHKGameUserSettings::MasterVolume' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, MusicVolume) == 0x000128, "Member 'UHKGameUserSettings::MusicVolume' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, EffectsVolume) == 0x00012C, "Member 'UHKGameUserSettings::EffectsVolume' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, Gamma) == 0x000130, "Member 'UHKGameUserSettings::Gamma' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, MotionBlurAmount) == 0x000134, "Member 'UHKGameUserSettings::MotionBlurAmount' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, LookSensitivity) == 0x000138, "Member 'UHKGameUserSettings::LookSensitivity' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, Sharpness) == 0x00013C, "Member 'UHKGameUserSettings::Sharpness' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, PadVibrationEnabled) == 0x000140, "Member 'UHKGameUserSettings::PadVibrationEnabled' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, InvertLookXEnabled) == 0x000141, "Member 'UHKGameUserSettings::InvertLookXEnabled' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, InvertLookYEnabled) == 0x000142, "Member 'UHKGameUserSettings::InvertLookYEnabled' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, ReticuleEnabled) == 0x000143, "Member 'UHKGameUserSettings::ReticuleEnabled' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, ReticuleType) == 0x000144, "Member 'UHKGameUserSettings::ReticuleType' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, ReticuleScale) == 0x000148, "Member 'UHKGameUserSettings::ReticuleScale' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, CustomKeyMappings) == 0x000150, "Member 'UHKGameUserSettings::CustomKeyMappings' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, AutoPauseEnabled) == 0x000160, "Member 'UHKGameUserSettings::AutoPauseEnabled' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, JumpPromptEnabled) == 0x000161, "Member 'UHKGameUserSettings::JumpPromptEnabled' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, HUDEnabled) == 0x000162, "Member 'UHKGameUserSettings::HUDEnabled' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, AutoCameraEnabled) == 0x000163, "Member 'UHKGameUserSettings::AutoCameraEnabled' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, FirstLaunch) == 0x000164, "Member 'UHKGameUserSettings::FirstLaunch' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, ScreenPercentage) == 0x000168, "Member 'UHKGameUserSettings::ScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, SteamDeckScreenPercentage) == 0x00016C, "Member 'UHKGameUserSettings::SteamDeckScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, SteamDeckEffectsQuality) == 0x000170, "Member 'UHKGameUserSettings::SteamDeckEffectsQuality' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, SteamDeckMeshQuality) == 0x000174, "Member 'UHKGameUserSettings::SteamDeckMeshQuality' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, SteamDeckTextureQuality) == 0x000178, "Member 'UHKGameUserSettings::SteamDeckTextureQuality' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, SteamDeckShadowQuality) == 0x00017C, "Member 'UHKGameUserSettings::SteamDeckShadowQuality' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, RunMode) == 0x000180, "Member 'UHKGameUserSettings::RunMode' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, ZoomMode) == 0x000181, "Member 'UHKGameUserSettings::ZoomMode' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, ShakeMode) == 0x000182, "Member 'UHKGameUserSettings::ShakeMode' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, DefluxorMode) == 0x000183, "Member 'UHKGameUserSettings::DefluxorMode' has a wrong offset!"); \ static_assert(offsetof(UHKGameUserSettings, ShowCatDeathEnabled) == 0x000184, "Member 'UHKGameUserSettings::ShowCatDeathEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKGlobalSaveGame \ static_assert(alignof(UHKGlobalSaveGame) == 0x000008, "Wrong alignment on UHKGlobalSaveGame"); \ static_assert(sizeof(UHKGlobalSaveGame) == 0x000058, "Wrong size on UHKGlobalSaveGame"); \ static_assert(offsetof(UHKGlobalSaveGame, LastUsedSlot) == 0x000028, "Member 'UHKGlobalSaveGame::LastUsedSlot' has a wrong offset!"); \ static_assert(offsetof(UHKGlobalSaveGame, GameUserSettingsData) == 0x000038, "Member 'UHKGlobalSaveGame::GameUserSettingsData' has a wrong offset!"); \ static_assert(offsetof(UHKGlobalSaveGame, Culture) == 0x000048, "Member 'UHKGlobalSaveGame::Culture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD__OnBackpackDialogBegan \ static_assert(alignof(HKHUD__OnBackpackDialogBegan) == 0x000008, "Wrong alignment on HKHUD__OnBackpackDialogBegan"); \ static_assert(sizeof(HKHUD__OnBackpackDialogBegan) == 0x000010, "Wrong size on HKHUD__OnBackpackDialogBegan"); \ static_assert(offsetof(HKHUD__OnBackpackDialogBegan, _backpack) == 0x000000, "Member 'HKHUD__OnBackpackDialogBegan::_backpack' has a wrong offset!"); \ static_assert(offsetof(HKHUD__OnBackpackDialogBegan, _dialog) == 0x000008, "Member 'HKHUD__OnBackpackDialogBegan::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD__OnBackpackDialogEnded \ static_assert(alignof(HKHUD__OnBackpackDialogEnded) == 0x000008, "Wrong alignment on HKHUD__OnBackpackDialogEnded"); \ static_assert(sizeof(HKHUD__OnBackpackDialogEnded) == 0x000010, "Wrong size on HKHUD__OnBackpackDialogEnded"); \ static_assert(offsetof(HKHUD__OnBackpackDialogEnded, _backpack) == 0x000000, "Member 'HKHUD__OnBackpackDialogEnded::_backpack' has a wrong offset!"); \ static_assert(offsetof(HKHUD__OnBackpackDialogEnded, _dialog) == 0x000008, "Member 'HKHUD__OnBackpackDialogEnded::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD__OnBackpackDialogLineBegan \ static_assert(alignof(HKHUD__OnBackpackDialogLineBegan) == 0x000008, "Wrong alignment on HKHUD__OnBackpackDialogLineBegan"); \ static_assert(sizeof(HKHUD__OnBackpackDialogLineBegan) == 0x000010, "Wrong size on HKHUD__OnBackpackDialogLineBegan"); \ static_assert(offsetof(HKHUD__OnBackpackDialogLineBegan, _backpack) == 0x000000, "Member 'HKHUD__OnBackpackDialogLineBegan::_backpack' has a wrong offset!"); \ static_assert(offsetof(HKHUD__OnBackpackDialogLineBegan, _dialog) == 0x000008, "Member 'HKHUD__OnBackpackDialogLineBegan::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD__SetScreenFadeColorInternal \ static_assert(alignof(HKHUD__SetScreenFadeColorInternal) == 0x000004, "Wrong alignment on HKHUD__SetScreenFadeColorInternal"); \ static_assert(sizeof(HKHUD__SetScreenFadeColorInternal) == 0x000014, "Wrong size on HKHUD__SetScreenFadeColorInternal"); \ static_assert(offsetof(HKHUD__SetScreenFadeColorInternal, _type) == 0x000000, "Member 'HKHUD__SetScreenFadeColorInternal::_type' has a wrong offset!"); \ static_assert(offsetof(HKHUD__SetScreenFadeColorInternal, _color) == 0x000004, "Member 'HKHUD__SetScreenFadeColorInternal::_color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_AddActionDisplay \ static_assert(alignof(HKHUD_AddActionDisplay) == 0x000008, "Wrong alignment on HKHUD_AddActionDisplay"); \ static_assert(sizeof(HKHUD_AddActionDisplay) == 0x000030, "Wrong size on HKHUD_AddActionDisplay"); \ static_assert(offsetof(HKHUD_AddActionDisplay, _actionID) == 0x000000, "Member 'HKHUD_AddActionDisplay::_actionID' has a wrong offset!"); \ static_assert(offsetof(HKHUD_AddActionDisplay, _displayText) == 0x000008, "Member 'HKHUD_AddActionDisplay::_displayText' has a wrong offset!"); \ static_assert(offsetof(HKHUD_AddActionDisplay, _actionBindingName) == 0x000020, "Member 'HKHUD_AddActionDisplay::_actionBindingName' has a wrong offset!"); \ static_assert(offsetof(HKHUD_AddActionDisplay, _priority) == 0x000028, "Member 'HKHUD_AddActionDisplay::_priority' has a wrong offset!"); \ static_assert(offsetof(HKHUD_AddActionDisplay, _showAllKeys) == 0x00002C, "Member 'HKHUD_AddActionDisplay::_showAllKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_AddActionDisplayMultipleInputs \ static_assert(alignof(HKHUD_AddActionDisplayMultipleInputs) == 0x000008, "Wrong alignment on HKHUD_AddActionDisplayMultipleInputs"); \ static_assert(sizeof(HKHUD_AddActionDisplayMultipleInputs) == 0x000038, "Wrong size on HKHUD_AddActionDisplayMultipleInputs"); \ static_assert(offsetof(HKHUD_AddActionDisplayMultipleInputs, _actionID) == 0x000000, "Member 'HKHUD_AddActionDisplayMultipleInputs::_actionID' has a wrong offset!"); \ static_assert(offsetof(HKHUD_AddActionDisplayMultipleInputs, _displayText) == 0x000008, "Member 'HKHUD_AddActionDisplayMultipleInputs::_displayText' has a wrong offset!"); \ static_assert(offsetof(HKHUD_AddActionDisplayMultipleInputs, _actionBindingNames) == 0x000020, "Member 'HKHUD_AddActionDisplayMultipleInputs::_actionBindingNames' has a wrong offset!"); \ static_assert(offsetof(HKHUD_AddActionDisplayMultipleInputs, _priority) == 0x000030, "Member 'HKHUD_AddActionDisplayMultipleInputs::_priority' has a wrong offset!"); \ static_assert(offsetof(HKHUD_AddActionDisplayMultipleInputs, _showAllKeys) == 0x000034, "Member 'HKHUD_AddActionDisplayMultipleInputs::_showAllKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_OnDialogBegan \ static_assert(alignof(HKHUD_OnDialogBegan) == 0x000008, "Wrong alignment on HKHUD_OnDialogBegan"); \ static_assert(sizeof(HKHUD_OnDialogBegan) == 0x000008, "Wrong size on HKHUD_OnDialogBegan"); \ static_assert(offsetof(HKHUD_OnDialogBegan, _dialog) == 0x000000, "Member 'HKHUD_OnDialogBegan::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_OnDialogEnded \ static_assert(alignof(HKHUD_OnDialogEnded) == 0x000008, "Wrong alignment on HKHUD_OnDialogEnded"); \ static_assert(sizeof(HKHUD_OnDialogEnded) == 0x000008, "Wrong size on HKHUD_OnDialogEnded"); \ static_assert(offsetof(HKHUD_OnDialogEnded, _dialog) == 0x000000, "Member 'HKHUD_OnDialogEnded::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_OnDialogLineBegan \ static_assert(alignof(HKHUD_OnDialogLineBegan) == 0x000008, "Wrong alignment on HKHUD_OnDialogLineBegan"); \ static_assert(sizeof(HKHUD_OnDialogLineBegan) == 0x000008, "Wrong size on HKHUD_OnDialogLineBegan"); \ static_assert(offsetof(HKHUD_OnDialogLineBegan, _dialog) == 0x000000, "Member 'HKHUD_OnDialogLineBegan::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_RemoveActionDisplay \ static_assert(alignof(HKHUD_RemoveActionDisplay) == 0x000004, "Wrong alignment on HKHUD_RemoveActionDisplay"); \ static_assert(sizeof(HKHUD_RemoveActionDisplay) == 0x000008, "Wrong size on HKHUD_RemoveActionDisplay"); \ static_assert(offsetof(HKHUD_RemoveActionDisplay, _actionID) == 0x000000, "Member 'HKHUD_RemoveActionDisplay::_actionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_SetActionDisplayEnabled \ static_assert(alignof(HKHUD_SetActionDisplayEnabled) == 0x000004, "Wrong alignment on HKHUD_SetActionDisplayEnabled"); \ static_assert(sizeof(HKHUD_SetActionDisplayEnabled) == 0x00000C, "Wrong size on HKHUD_SetActionDisplayEnabled"); \ static_assert(offsetof(HKHUD_SetActionDisplayEnabled, _actionID) == 0x000000, "Member 'HKHUD_SetActionDisplayEnabled::_actionID' has a wrong offset!"); \ static_assert(offsetof(HKHUD_SetActionDisplayEnabled, _enabled) == 0x000008, "Member 'HKHUD_SetActionDisplayEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_SetScreenFadeColor \ static_assert(alignof(HKHUD_SetScreenFadeColor) == 0x000004, "Wrong alignment on HKHUD_SetScreenFadeColor"); \ static_assert(sizeof(HKHUD_SetScreenFadeColor) == 0x000014, "Wrong size on HKHUD_SetScreenFadeColor"); \ static_assert(offsetof(HKHUD_SetScreenFadeColor, _type) == 0x000000, "Member 'HKHUD_SetScreenFadeColor::_type' has a wrong offset!"); \ static_assert(offsetof(HKHUD_SetScreenFadeColor, _color) == 0x000004, "Member 'HKHUD_SetScreenFadeColor::_color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_SetVideoCinematicSkippable \ static_assert(alignof(HKHUD_SetVideoCinematicSkippable) == 0x000001, "Wrong alignment on HKHUD_SetVideoCinematicSkippable"); \ static_assert(sizeof(HKHUD_SetVideoCinematicSkippable) == 0x000001, "Wrong size on HKHUD_SetVideoCinematicSkippable"); \ static_assert(offsetof(HKHUD_SetVideoCinematicSkippable, _value) == 0x000000, "Member 'HKHUD_SetVideoCinematicSkippable::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_StartScreenFade \ static_assert(alignof(HKHUD_StartScreenFade) == 0x000004, "Wrong alignment on HKHUD_StartScreenFade"); \ static_assert(sizeof(HKHUD_StartScreenFade) == 0x000028, "Wrong size on HKHUD_StartScreenFade"); \ static_assert(offsetof(HKHUD_StartScreenFade, _type) == 0x000000, "Member 'HKHUD_StartScreenFade::_type' has a wrong offset!"); \ static_assert(offsetof(HKHUD_StartScreenFade, _beginColor) == 0x000004, "Member 'HKHUD_StartScreenFade::_beginColor' has a wrong offset!"); \ static_assert(offsetof(HKHUD_StartScreenFade, _endColor) == 0x000014, "Member 'HKHUD_StartScreenFade::_endColor' has a wrong offset!"); \ static_assert(offsetof(HKHUD_StartScreenFade, _duration) == 0x000024, "Member 'HKHUD_StartScreenFade::_duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_StartVideoCinematic \ static_assert(alignof(HKHUD_StartVideoCinematic) == 0x000008, "Wrong alignment on HKHUD_StartVideoCinematic"); \ static_assert(sizeof(HKHUD_StartVideoCinematic) == 0x000018, "Wrong size on HKHUD_StartVideoCinematic"); \ static_assert(offsetof(HKHUD_StartVideoCinematic, _URL) == 0x000000, "Member 'HKHUD_StartVideoCinematic::_URL' has a wrong offset!"); \ static_assert(offsetof(HKHUD_StartVideoCinematic, _musicActorId) == 0x000010, "Member 'HKHUD_StartVideoCinematic::_musicActorId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_StopScreenFade \ static_assert(alignof(HKHUD_StopScreenFade) == 0x000001, "Wrong alignment on HKHUD_StopScreenFade"); \ static_assert(sizeof(HKHUD_StopScreenFade) == 0x000001, "Wrong size on HKHUD_StopScreenFade"); \ static_assert(offsetof(HKHUD_StopScreenFade, _type) == 0x000000, "Member 'HKHUD_StopScreenFade::_type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_FindActionDisplay \ static_assert(alignof(HKHUD_FindActionDisplay) == 0x000008, "Wrong alignment on HKHUD_FindActionDisplay"); \ static_assert(sizeof(HKHUD_FindActionDisplay) == 0x000050, "Wrong size on HKHUD_FindActionDisplay"); \ static_assert(offsetof(HKHUD_FindActionDisplay, _actionID) == 0x000000, "Member 'HKHUD_FindActionDisplay::_actionID' has a wrong offset!"); \ static_assert(offsetof(HKHUD_FindActionDisplay, _outActionDisplay) == 0x000008, "Member 'HKHUD_FindActionDisplay::_outActionDisplay' has a wrong offset!"); \ static_assert(offsetof(HKHUD_FindActionDisplay, ReturnValue) == 0x000048, "Member 'HKHUD_FindActionDisplay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_GetActionDisplays \ static_assert(alignof(HKHUD_GetActionDisplays) == 0x000008, "Wrong alignment on HKHUD_GetActionDisplays"); \ static_assert(sizeof(HKHUD_GetActionDisplays) == 0x000010, "Wrong size on HKHUD_GetActionDisplays"); \ static_assert(offsetof(HKHUD_GetActionDisplays, ReturnValue) == 0x000000, "Member 'HKHUD_GetActionDisplays::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_GetHUDDebugWidget \ static_assert(alignof(HKHUD_GetHUDDebugWidget) == 0x000008, "Wrong alignment on HKHUD_GetHUDDebugWidget"); \ static_assert(sizeof(HKHUD_GetHUDDebugWidget) == 0x000008, "Wrong size on HKHUD_GetHUDDebugWidget"); \ static_assert(offsetof(HKHUD_GetHUDDebugWidget, ReturnValue) == 0x000000, "Member 'HKHUD_GetHUDDebugWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_GetHUDWidget \ static_assert(alignof(HKHUD_GetHUDWidget) == 0x000008, "Wrong alignment on HKHUD_GetHUDWidget"); \ static_assert(sizeof(HKHUD_GetHUDWidget) == 0x000008, "Wrong size on HKHUD_GetHUDWidget"); \ static_assert(offsetof(HKHUD_GetHUDWidget, ReturnValue) == 0x000000, "Member 'HKHUD_GetHUDWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_GetScreenFadeColorInternal \ static_assert(alignof(HKHUD_GetScreenFadeColorInternal) == 0x000004, "Wrong alignment on HKHUD_GetScreenFadeColorInternal"); \ static_assert(sizeof(HKHUD_GetScreenFadeColorInternal) == 0x000014, "Wrong size on HKHUD_GetScreenFadeColorInternal"); \ static_assert(offsetof(HKHUD_GetScreenFadeColorInternal, _type) == 0x000000, "Member 'HKHUD_GetScreenFadeColorInternal::_type' has a wrong offset!"); \ static_assert(offsetof(HKHUD_GetScreenFadeColorInternal, ReturnValue) == 0x000004, "Member 'HKHUD_GetScreenFadeColorInternal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_GetWidgets \ static_assert(alignof(HKHUD_GetWidgets) == 0x000008, "Wrong alignment on HKHUD_GetWidgets"); \ static_assert(sizeof(HKHUD_GetWidgets) == 0x000010, "Wrong size on HKHUD_GetWidgets"); \ static_assert(offsetof(HKHUD_GetWidgets, ReturnValue) == 0x000000, "Member 'HKHUD_GetWidgets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_IsActionDisplayHidden \ static_assert(alignof(HKHUD_IsActionDisplayHidden) == 0x000001, "Wrong alignment on HKHUD_IsActionDisplayHidden"); \ static_assert(sizeof(HKHUD_IsActionDisplayHidden) == 0x000001, "Wrong size on HKHUD_IsActionDisplayHidden"); \ static_assert(offsetof(HKHUD_IsActionDisplayHidden, ReturnValue) == 0x000000, "Member 'HKHUD_IsActionDisplayHidden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_IsPlayingVideoCinematic \ static_assert(alignof(HKHUD_IsPlayingVideoCinematic) == 0x000001, "Wrong alignment on HKHUD_IsPlayingVideoCinematic"); \ static_assert(sizeof(HKHUD_IsPlayingVideoCinematic) == 0x000001, "Wrong size on HKHUD_IsPlayingVideoCinematic"); \ static_assert(offsetof(HKHUD_IsPlayingVideoCinematic, ReturnValue) == 0x000000, "Member 'HKHUD_IsPlayingVideoCinematic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKHUD_IsVideoCinematicSkippable \ static_assert(alignof(HKHUD_IsVideoCinematicSkippable) == 0x000001, "Wrong alignment on HKHUD_IsVideoCinematicSkippable"); \ static_assert(sizeof(HKHUD_IsVideoCinematicSkippable) == 0x000001, "Wrong size on HKHUD_IsVideoCinematicSkippable"); \ static_assert(offsetof(HKHUD_IsVideoCinematicSkippable, ReturnValue) == 0x000000, "Member 'HKHUD_IsVideoCinematicSkippable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHKHUD \ static_assert(alignof(AHKHUD) == 0x000008, "Wrong alignment on AHKHUD"); \ static_assert(sizeof(AHKHUD) == 0x000498, "Wrong size on AHKHUD"); \ static_assert(offsetof(AHKHUD, ActionDisplayAdded) == 0x000328, "Member 'AHKHUD::ActionDisplayAdded' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, ActionDisplayRemoved) == 0x000338, "Member 'AHKHUD::ActionDisplayRemoved' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, ActionDisplayEnabledChanged) == 0x000348, "Member 'AHKHUD::ActionDisplayEnabledChanged' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, m_HUDWidgetClass) == 0x000358, "Member 'AHKHUD::m_HUDWidgetClass' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, m_HUDDebugWidgetClass) == 0x000360, "Member 'AHKHUD::m_HUDDebugWidgetClass' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, m_widgetToBlueprintMap) == 0x000368, "Member 'AHKHUD::m_widgetToBlueprintMap' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, m_widgets) == 0x000460, "Member 'AHKHUD::m_widgets' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, m_HUDWidget) == 0x000470, "Member 'AHKHUD::m_HUDWidget' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, m_HUDDebugWidget) == 0x000478, "Member 'AHKHUD::m_HUDDebugWidget' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, m_saveIcon) == 0x000480, "Member 'AHKHUD::m_saveIcon' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, m_reticule) == 0x000488, "Member 'AHKHUD::m_reticule' has a wrong offset!"); \ static_assert(offsetof(AHKHUD, m_enableSaveIcon) == 0x000491, "Member 'AHKHUD::m_enableSaveIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKModuleDelegateHelper__OnNavDataRegisteredEvent \ static_assert(alignof(HKModuleDelegateHelper__OnNavDataRegisteredEvent) == 0x000008, "Wrong alignment on HKModuleDelegateHelper__OnNavDataRegisteredEvent"); \ static_assert(sizeof(HKModuleDelegateHelper__OnNavDataRegisteredEvent) == 0x000008, "Wrong size on HKModuleDelegateHelper__OnNavDataRegisteredEvent"); \ static_assert(offsetof(HKModuleDelegateHelper__OnNavDataRegisteredEvent, NavData) == 0x000000, "Member 'HKModuleDelegateHelper__OnNavDataRegisteredEvent::NavData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKModuleDelegateHelper \ static_assert(alignof(UHKModuleDelegateHelper) == 0x000008, "Wrong alignment on UHKModuleDelegateHelper"); \ static_assert(sizeof(UHKModuleDelegateHelper) == 0x000028, "Wrong size on UHKModuleDelegateHelper"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager__OnCameraActorEndPlay \ static_assert(alignof(HKPlayerCameraManager__OnCameraActorEndPlay) == 0x000008, "Wrong alignment on HKPlayerCameraManager__OnCameraActorEndPlay"); \ static_assert(sizeof(HKPlayerCameraManager__OnCameraActorEndPlay) == 0x000010, "Wrong size on HKPlayerCameraManager__OnCameraActorEndPlay"); \ static_assert(offsetof(HKPlayerCameraManager__OnCameraActorEndPlay, _actor) == 0x000000, "Member 'HKPlayerCameraManager__OnCameraActorEndPlay::_actor' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager__OnCameraActorEndPlay, _endPlayReason) == 0x000008, "Member 'HKPlayerCameraManager__OnCameraActorEndPlay::_endPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_PopCamera \ static_assert(alignof(HKPlayerCameraManager_PopCamera) == 0x000008, "Wrong alignment on HKPlayerCameraManager_PopCamera"); \ static_assert(sizeof(HKPlayerCameraManager_PopCamera) == 0x000020, "Wrong size on HKPlayerCameraManager_PopCamera"); \ static_assert(offsetof(HKPlayerCameraManager_PopCamera, _actor) == 0x000000, "Member 'HKPlayerCameraManager_PopCamera::_actor' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PopCamera, _blendTime) == 0x000008, "Member 'HKPlayerCameraManager_PopCamera::_blendTime' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PopCamera, _blendFunction) == 0x00000C, "Member 'HKPlayerCameraManager_PopCamera::_blendFunction' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PopCamera, _blendExp) == 0x000010, "Member 'HKPlayerCameraManager_PopCamera::_blendExp' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PopCamera, _keepPreviousCameraForPlayerInput) == 0x000014, "Member 'HKPlayerCameraManager_PopCamera::_keepPreviousCameraForPlayerInput' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PopCamera, _inputTransitionMode) == 0x000015, "Member 'HKPlayerCameraManager_PopCamera::_inputTransitionMode' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PopCamera, _inputTransitionTime) == 0x000018, "Member 'HKPlayerCameraManager_PopCamera::_inputTransitionTime' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PopCamera, _lockRoll) == 0x00001C, "Member 'HKPlayerCameraManager_PopCamera::_lockRoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_PopFadeToBlack \ static_assert(alignof(HKPlayerCameraManager_PopFadeToBlack) == 0x000004, "Wrong alignment on HKPlayerCameraManager_PopFadeToBlack"); \ static_assert(sizeof(HKPlayerCameraManager_PopFadeToBlack) == 0x000004, "Wrong size on HKPlayerCameraManager_PopFadeToBlack"); \ static_assert(offsetof(HKPlayerCameraManager_PopFadeToBlack, _fadeDuration) == 0x000000, "Member 'HKPlayerCameraManager_PopFadeToBlack::_fadeDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_PushCamera \ static_assert(alignof(HKPlayerCameraManager_PushCamera) == 0x000008, "Wrong alignment on HKPlayerCameraManager_PushCamera"); \ static_assert(sizeof(HKPlayerCameraManager_PushCamera) == 0x000020, "Wrong size on HKPlayerCameraManager_PushCamera"); \ static_assert(offsetof(HKPlayerCameraManager_PushCamera, _actor) == 0x000000, "Member 'HKPlayerCameraManager_PushCamera::_actor' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PushCamera, _blendTime) == 0x000008, "Member 'HKPlayerCameraManager_PushCamera::_blendTime' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PushCamera, _blendFunction) == 0x00000C, "Member 'HKPlayerCameraManager_PushCamera::_blendFunction' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PushCamera, _blendExp) == 0x000010, "Member 'HKPlayerCameraManager_PushCamera::_blendExp' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PushCamera, _keepPreviousCameraForPlayerInput) == 0x000014, "Member 'HKPlayerCameraManager_PushCamera::_keepPreviousCameraForPlayerInput' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PushCamera, _inputTransitionMode) == 0x000015, "Member 'HKPlayerCameraManager_PushCamera::_inputTransitionMode' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PushCamera, _inputTransitionTime) == 0x000018, "Member 'HKPlayerCameraManager_PushCamera::_inputTransitionTime' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_PushCamera, _lockRoll) == 0x00001C, "Member 'HKPlayerCameraManager_PushCamera::_lockRoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_PushFadeToBlack \ static_assert(alignof(HKPlayerCameraManager_PushFadeToBlack) == 0x000004, "Wrong alignment on HKPlayerCameraManager_PushFadeToBlack"); \ static_assert(sizeof(HKPlayerCameraManager_PushFadeToBlack) == 0x000004, "Wrong size on HKPlayerCameraManager_PushFadeToBlack"); \ static_assert(offsetof(HKPlayerCameraManager_PushFadeToBlack, _fadeDuration) == 0x000000, "Member 'HKPlayerCameraManager_PushFadeToBlack::_fadeDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_SetInputMode \ static_assert(alignof(HKPlayerCameraManager_SetInputMode) == 0x000001, "Wrong alignment on HKPlayerCameraManager_SetInputMode"); \ static_assert(sizeof(HKPlayerCameraManager_SetInputMode) == 0x000001, "Wrong size on HKPlayerCameraManager_SetInputMode"); \ static_assert(offsetof(HKPlayerCameraManager_SetInputMode, _mode) == 0x000000, "Member 'HKPlayerCameraManager_SetInputMode::_mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_GetCameraInput \ static_assert(alignof(HKPlayerCameraManager_GetCameraInput) == 0x000004, "Wrong alignment on HKPlayerCameraManager_GetCameraInput"); \ static_assert(sizeof(HKPlayerCameraManager_GetCameraInput) == 0x000008, "Wrong size on HKPlayerCameraManager_GetCameraInput"); \ static_assert(offsetof(HKPlayerCameraManager_GetCameraInput, ReturnValue) == 0x000000, "Member 'HKPlayerCameraManager_GetCameraInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_GetCameraStack \ static_assert(alignof(HKPlayerCameraManager_GetCameraStack) == 0x000008, "Wrong alignment on HKPlayerCameraManager_GetCameraStack"); \ static_assert(sizeof(HKPlayerCameraManager_GetCameraStack) == 0x000010, "Wrong size on HKPlayerCameraManager_GetCameraStack"); \ static_assert(offsetof(HKPlayerCameraManager_GetCameraStack, ReturnValue) == 0x000000, "Member 'HKPlayerCameraManager_GetCameraStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_GetInputMode \ static_assert(alignof(HKPlayerCameraManager_GetInputMode) == 0x000001, "Wrong alignment on HKPlayerCameraManager_GetInputMode"); \ static_assert(sizeof(HKPlayerCameraManager_GetInputMode) == 0x000001, "Wrong size on HKPlayerCameraManager_GetInputMode"); \ static_assert(offsetof(HKPlayerCameraManager_GetInputMode, ReturnValue) == 0x000000, "Member 'HKPlayerCameraManager_GetInputMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_IsFadedToBlack \ static_assert(alignof(HKPlayerCameraManager_IsFadedToBlack) == 0x000001, "Wrong alignment on HKPlayerCameraManager_IsFadedToBlack"); \ static_assert(sizeof(HKPlayerCameraManager_IsFadedToBlack) == 0x000001, "Wrong size on HKPlayerCameraManager_IsFadedToBlack"); \ static_assert(offsetof(HKPlayerCameraManager_IsFadedToBlack, ReturnValue) == 0x000000, "Member 'HKPlayerCameraManager_IsFadedToBlack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_IsLookingAt \ static_assert(alignof(HKPlayerCameraManager_IsLookingAt) == 0x000008, "Wrong alignment on HKPlayerCameraManager_IsLookingAt"); \ static_assert(sizeof(HKPlayerCameraManager_IsLookingAt) == 0x000030, "Wrong size on HKPlayerCameraManager_IsLookingAt"); \ static_assert(offsetof(HKPlayerCameraManager_IsLookingAt, _target) == 0x000000, "Member 'HKPlayerCameraManager_IsLookingAt::_target' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_IsLookingAt, _screenRatio) == 0x00000C, "Member 'HKPlayerCameraManager_IsLookingAt::_screenRatio' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_IsLookingAt, _checkObstacle) == 0x000010, "Member 'HKPlayerCameraManager_IsLookingAt::_checkObstacle' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_IsLookingAt, _obstacleChannel) == 0x000011, "Member 'HKPlayerCameraManager_IsLookingAt::_obstacleChannel' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_IsLookingAt, _obstaclesToIgnore) == 0x000018, "Member 'HKPlayerCameraManager_IsLookingAt::_obstaclesToIgnore' has a wrong offset!"); \ static_assert(offsetof(HKPlayerCameraManager_IsLookingAt, ReturnValue) == 0x000028, "Member 'HKPlayerCameraManager_IsLookingAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerCameraManager_IsViewTargetInStack \ static_assert(alignof(HKPlayerCameraManager_IsViewTargetInStack) == 0x000001, "Wrong alignment on HKPlayerCameraManager_IsViewTargetInStack"); \ static_assert(sizeof(HKPlayerCameraManager_IsViewTargetInStack) == 0x000001, "Wrong size on HKPlayerCameraManager_IsViewTargetInStack"); \ static_assert(offsetof(HKPlayerCameraManager_IsViewTargetInStack, ReturnValue) == 0x000000, "Member 'HKPlayerCameraManager_IsViewTargetInStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHKPlayerCameraManager \ static_assert(alignof(AHKPlayerCameraManager) == 0x000010, "Wrong alignment on AHKPlayerCameraManager"); \ static_assert(sizeof(AHKPlayerCameraManager) == 0x0028F0, "Wrong size on AHKPlayerCameraManager"); \ static_assert(offsetof(AHKPlayerCameraManager, CameraChanged) == 0x002820, "Member 'AHKPlayerCameraManager::CameraChanged' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerCameraManager, m_collisionSphere) == 0x002830, "Member 'AHKPlayerCameraManager::m_collisionSphere' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerCameraManager, m_maxDriftVelocity) == 0x002838, "Member 'AHKPlayerCameraManager::m_maxDriftVelocity' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerCameraManager, m_driftDeceleration) == 0x002844, "Member 'AHKPlayerCameraManager::m_driftDeceleration' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerCameraManager, m_maxDriftingAngularVelocity) == 0x002850, "Member 'AHKPlayerCameraManager::m_maxDriftingAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerCameraManager, m_driftAngularDeceleration) == 0x002854, "Member 'AHKPlayerCameraManager::m_driftAngularDeceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController__OnCatDied \ static_assert(alignof(HKPlayerController__OnCatDied) == 0x000008, "Wrong alignment on HKPlayerController__OnCatDied"); \ static_assert(sizeof(HKPlayerController__OnCatDied) == 0x000008, "Wrong size on HKPlayerController__OnCatDied"); \ static_assert(offsetof(HKPlayerController__OnCatDied, _cat) == 0x000000, "Member 'HKPlayerController__OnCatDied::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_ForceWaitForStreamingAndLoading \ static_assert(alignof(HKPlayerController_ForceWaitForStreamingAndLoading) == 0x000004, "Wrong alignment on HKPlayerController_ForceWaitForStreamingAndLoading"); \ static_assert(sizeof(HKPlayerController_ForceWaitForStreamingAndLoading) == 0x000004, "Wrong size on HKPlayerController_ForceWaitForStreamingAndLoading"); \ static_assert(offsetof(HKPlayerController_ForceWaitForStreamingAndLoading, _fadeOutTime) == 0x000000, "Member 'HKPlayerController_ForceWaitForStreamingAndLoading::_fadeOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_OnEnterCinematicMode \ static_assert(alignof(HKPlayerController_OnEnterCinematicMode) == 0x000004, "Wrong alignment on HKPlayerController_OnEnterCinematicMode"); \ static_assert(sizeof(HKPlayerController_OnEnterCinematicMode) == 0x000004, "Wrong size on HKPlayerController_OnEnterCinematicMode"); \ static_assert(offsetof(HKPlayerController_OnEnterCinematicMode, _fadeTime) == 0x000000, "Member 'HKPlayerController_OnEnterCinematicMode::_fadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_OnExitCinematicMode \ static_assert(alignof(HKPlayerController_OnExitCinematicMode) == 0x000004, "Wrong alignment on HKPlayerController_OnExitCinematicMode"); \ static_assert(sizeof(HKPlayerController_OnExitCinematicMode) == 0x000004, "Wrong size on HKPlayerController_OnExitCinematicMode"); \ static_assert(offsetof(HKPlayerController_OnExitCinematicMode, _fadeTime) == 0x000000, "Member 'HKPlayerController_OnExitCinematicMode::_fadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_PopIngameCinematicModeEnabled \ static_assert(alignof(HKPlayerController_PopIngameCinematicModeEnabled) == 0x000004, "Wrong alignment on HKPlayerController_PopIngameCinematicModeEnabled"); \ static_assert(sizeof(HKPlayerController_PopIngameCinematicModeEnabled) == 0x000004, "Wrong size on HKPlayerController_PopIngameCinematicModeEnabled"); \ static_assert(offsetof(HKPlayerController_PopIngameCinematicModeEnabled, _fadeTime) == 0x000000, "Member 'HKPlayerController_PopIngameCinematicModeEnabled::_fadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_PushIngameCinematicModeEnabled \ static_assert(alignof(HKPlayerController_PushIngameCinematicModeEnabled) == 0x000004, "Wrong alignment on HKPlayerController_PushIngameCinematicModeEnabled"); \ static_assert(sizeof(HKPlayerController_PushIngameCinematicModeEnabled) == 0x000004, "Wrong size on HKPlayerController_PushIngameCinematicModeEnabled"); \ static_assert(offsetof(HKPlayerController_PushIngameCinematicModeEnabled, _fadeTime) == 0x000000, "Member 'HKPlayerController_PushIngameCinematicModeEnabled::_fadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_SetBackpackEnabled \ static_assert(alignof(HKPlayerController_SetBackpackEnabled) == 0x000001, "Wrong alignment on HKPlayerController_SetBackpackEnabled"); \ static_assert(sizeof(HKPlayerController_SetBackpackEnabled) == 0x000002, "Wrong size on HKPlayerController_SetBackpackEnabled"); \ static_assert(offsetof(HKPlayerController_SetBackpackEnabled, _enabled) == 0x000000, "Member 'HKPlayerController_SetBackpackEnabled::_enabled' has a wrong offset!"); \ static_assert(offsetof(HKPlayerController_SetBackpackEnabled, _unlockStrongLight) == 0x000001, "Member 'HKPlayerController_SetBackpackEnabled::_unlockStrongLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_SetPS5TriggersState \ static_assert(alignof(HKPlayerController_SetPS5TriggersState) == 0x000001, "Wrong alignment on HKPlayerController_SetPS5TriggersState"); \ static_assert(sizeof(HKPlayerController_SetPS5TriggersState) == 0x000002, "Wrong size on HKPlayerController_SetPS5TriggersState"); \ static_assert(offsetof(HKPlayerController_SetPS5TriggersState, _triggersState) == 0x000000, "Member 'HKPlayerController_SetPS5TriggersState::_triggersState' has a wrong offset!"); \ static_assert(offsetof(HKPlayerController_SetPS5TriggersState, _triggerSide) == 0x000001, "Member 'HKPlayerController_SetPS5TriggersState::_triggerSide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_SetWalkableDebugModeEnabled \ static_assert(alignof(HKPlayerController_SetWalkableDebugModeEnabled) == 0x000001, "Wrong alignment on HKPlayerController_SetWalkableDebugModeEnabled"); \ static_assert(sizeof(HKPlayerController_SetWalkableDebugModeEnabled) == 0x000001, "Wrong size on HKPlayerController_SetWalkableDebugModeEnabled"); \ static_assert(offsetof(HKPlayerController_SetWalkableDebugModeEnabled, _enabled) == 0x000000, "Member 'HKPlayerController_SetWalkableDebugModeEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_GetBackpack \ static_assert(alignof(HKPlayerController_GetBackpack) == 0x000008, "Wrong alignment on HKPlayerController_GetBackpack"); \ static_assert(sizeof(HKPlayerController_GetBackpack) == 0x000008, "Wrong size on HKPlayerController_GetBackpack"); \ static_assert(offsetof(HKPlayerController_GetBackpack, ReturnValue) == 0x000000, "Member 'HKPlayerController_GetBackpack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_GetCat \ static_assert(alignof(HKPlayerController_GetCat) == 0x000008, "Wrong alignment on HKPlayerController_GetCat"); \ static_assert(sizeof(HKPlayerController_GetCat) == 0x000008, "Wrong size on HKPlayerController_GetCat"); \ static_assert(offsetof(HKPlayerController_GetCat, ReturnValue) == 0x000000, "Member 'HKPlayerController_GetCat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_GetContextualAxisLeftValue \ static_assert(alignof(HKPlayerController_GetContextualAxisLeftValue) == 0x000004, "Wrong alignment on HKPlayerController_GetContextualAxisLeftValue"); \ static_assert(sizeof(HKPlayerController_GetContextualAxisLeftValue) == 0x000004, "Wrong size on HKPlayerController_GetContextualAxisLeftValue"); \ static_assert(offsetof(HKPlayerController_GetContextualAxisLeftValue, ReturnValue) == 0x000000, "Member 'HKPlayerController_GetContextualAxisLeftValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_GetContextualAxisRightValue \ static_assert(alignof(HKPlayerController_GetContextualAxisRightValue) == 0x000004, "Wrong alignment on HKPlayerController_GetContextualAxisRightValue"); \ static_assert(sizeof(HKPlayerController_GetContextualAxisRightValue) == 0x000004, "Wrong size on HKPlayerController_GetContextualAxisRightValue"); \ static_assert(offsetof(HKPlayerController_GetContextualAxisRightValue, ReturnValue) == 0x000000, "Member 'HKPlayerController_GetContextualAxisRightValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_GetDrone \ static_assert(alignof(HKPlayerController_GetDrone) == 0x000008, "Wrong alignment on HKPlayerController_GetDrone"); \ static_assert(sizeof(HKPlayerController_GetDrone) == 0x000008, "Wrong size on HKPlayerController_GetDrone"); \ static_assert(offsetof(HKPlayerController_GetDrone, ReturnValue) == 0x000000, "Member 'HKPlayerController_GetDrone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_IsIngameCinematicModeEnabled \ static_assert(alignof(HKPlayerController_IsIngameCinematicModeEnabled) == 0x000001, "Wrong alignment on HKPlayerController_IsIngameCinematicModeEnabled"); \ static_assert(sizeof(HKPlayerController_IsIngameCinematicModeEnabled) == 0x000001, "Wrong size on HKPlayerController_IsIngameCinematicModeEnabled"); \ static_assert(offsetof(HKPlayerController_IsIngameCinematicModeEnabled, ReturnValue) == 0x000000, "Member 'HKPlayerController_IsIngameCinematicModeEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_IsSkipCinematicDown \ static_assert(alignof(HKPlayerController_IsSkipCinematicDown) == 0x000001, "Wrong alignment on HKPlayerController_IsSkipCinematicDown"); \ static_assert(sizeof(HKPlayerController_IsSkipCinematicDown) == 0x000001, "Wrong size on HKPlayerController_IsSkipCinematicDown"); \ static_assert(offsetof(HKPlayerController_IsSkipCinematicDown, ReturnValue) == 0x000000, "Member 'HKPlayerController_IsSkipCinematicDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPlayerController_IsWaitingForStreamingAndLoading \ static_assert(alignof(HKPlayerController_IsWaitingForStreamingAndLoading) == 0x000001, "Wrong alignment on HKPlayerController_IsWaitingForStreamingAndLoading"); \ static_assert(sizeof(HKPlayerController_IsWaitingForStreamingAndLoading) == 0x000001, "Wrong size on HKPlayerController_IsWaitingForStreamingAndLoading"); \ static_assert(offsetof(HKPlayerController_IsWaitingForStreamingAndLoading, ReturnValue) == 0x000000, "Member 'HKPlayerController_IsWaitingForStreamingAndLoading::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHKPlayerController \ static_assert(alignof(AHKPlayerController) == 0x000010, "Wrong alignment on AHKPlayerController"); \ static_assert(sizeof(AHKPlayerController) == 0x000740, "Wrong size on AHKPlayerController"); \ static_assert(offsetof(AHKPlayerController, m_fadeOutTime) == 0x0005D0, "Member 'AHKPlayerController::m_fadeOutTime' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_targetTimeDilation) == 0x0005D4, "Member 'AHKPlayerController::m_targetTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_timeDilationLerpRatio) == 0x0005D8, "Member 'AHKPlayerController::m_timeDilationLerpRatio' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_spectatorClass) == 0x0005E0, "Member 'AHKPlayerController::m_spectatorClass' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_minimumWaitForStreamingTime) == 0x0005E8, "Member 'AHKPlayerController::m_minimumWaitForStreamingTime' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_stateMachine) == 0x0005F0, "Member 'AHKPlayerController::m_stateMachine' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_cameraManager) == 0x000608, "Member 'AHKPlayerController::m_cameraManager' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_catPawn) == 0x000610, "Member 'AHKPlayerController::m_catPawn' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, M_BackPack) == 0x000618, "Member 'AHKPlayerController::M_BackPack' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, M_Drone) == 0x000620, "Member 'AHKPlayerController::M_Drone' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_spectator) == 0x000628, "Member 'AHKPlayerController::m_spectator' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_debugJumpProbeWheelSubdivisions) == 0x000650, "Member 'AHKPlayerController::m_debugJumpProbeWheelSubdivisions' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_debugInputComponent) == 0x000680, "Member 'AHKPlayerController::m_debugInputComponent' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_gameStateManager) == 0x000690, "Member 'AHKPlayerController::m_gameStateManager' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_walkableDebuggedPrimitives) == 0x0006D0, "Member 'AHKPlayerController::m_walkableDebuggedPrimitives' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_walkableDebugMaterial) == 0x0006E0, "Member 'AHKPlayerController::m_walkableDebugMaterial' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_movementObstacleDebugMaterial) == 0x0006E8, "Member 'AHKPlayerController::m_movementObstacleDebugMaterial' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_maxDebugTransformStackSize) == 0x0006F0, "Member 'AHKPlayerController::m_maxDebugTransformStackSize' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_defaultIcon) == 0x0006F8, "Member 'AHKPlayerController::m_defaultIcon' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_savedHasBackpack) == 0x000700, "Member 'AHKPlayerController::m_savedHasBackpack' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_savedHasUnlockedLight) == 0x000701, "Member 'AHKPlayerController::m_savedHasUnlockedLight' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_savedInventory) == 0x000708, "Member 'AHKPlayerController::m_savedInventory' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_PS5VibrationSubmix) == 0x000728, "Member 'AHKPlayerController::m_PS5VibrationSubmix' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerController, m_scratchablePS5TriggerEffect) == 0x000730, "Member 'AHKPlayerController::m_scratchablePS5TriggerEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKPlayerInput \ static_assert(alignof(UHKPlayerInput) == 0x000008, "Wrong alignment on UHKPlayerInput"); \ static_assert(sizeof(UHKPlayerInput) == 0x0003B0, "Wrong size on UHKPlayerInput"); \ #define DUMPER7_ASSERTS_HKPlayerStart_AfterCatSpawned \ static_assert(alignof(HKPlayerStart_AfterCatSpawned) == 0x000008, "Wrong alignment on HKPlayerStart_AfterCatSpawned"); \ static_assert(sizeof(HKPlayerStart_AfterCatSpawned) == 0x000008, "Wrong size on HKPlayerStart_AfterCatSpawned"); \ static_assert(offsetof(HKPlayerStart_AfterCatSpawned, _cat) == 0x000000, "Member 'HKPlayerStart_AfterCatSpawned::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHKPlayerStart \ static_assert(alignof(AHKPlayerStart) == 0x000008, "Wrong alignment on AHKPlayerStart"); \ static_assert(sizeof(AHKPlayerStart) == 0x000288, "Wrong size on AHKPlayerStart"); \ static_assert(offsetof(AHKPlayerStart, UseData) == 0x000258, "Member 'AHKPlayerStart::UseData' has a wrong offset!"); \ static_assert(offsetof(AHKPlayerStart, StartData) == 0x000260, "Member 'AHKPlayerStart::StartData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKProgressBar__OnValueChanged \ static_assert(alignof(HKProgressBar__OnValueChanged) == 0x000004, "Wrong alignment on HKProgressBar__OnValueChanged"); \ static_assert(sizeof(HKProgressBar__OnValueChanged) == 0x000004, "Wrong size on HKProgressBar__OnValueChanged"); \ static_assert(offsetof(HKProgressBar__OnValueChanged, _value) == 0x000000, "Member 'HKProgressBar__OnValueChanged::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKProgressBar \ static_assert(alignof(UHKProgressBar) == 0x000008, "Wrong alignment on UHKProgressBar"); \ static_assert(sizeof(UHKProgressBar) == 0x000330, "Wrong size on UHKProgressBar"); \ #define DUMPER7_ASSERTS_HKPersistentSaveData_LockMemory \ static_assert(alignof(HKPersistentSaveData_LockMemory) == 0x000004, "Wrong alignment on HKPersistentSaveData_LockMemory"); \ static_assert(sizeof(HKPersistentSaveData_LockMemory) == 0x000008, "Wrong size on HKPersistentSaveData_LockMemory"); \ static_assert(offsetof(HKPersistentSaveData_LockMemory, _memoryId) == 0x000000, "Member 'HKPersistentSaveData_LockMemory::_memoryId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPersistentSaveData_SetUnlockedMemories \ static_assert(alignof(HKPersistentSaveData_SetUnlockedMemories) == 0x000008, "Wrong alignment on HKPersistentSaveData_SetUnlockedMemories"); \ static_assert(sizeof(HKPersistentSaveData_SetUnlockedMemories) == 0x000050, "Wrong size on HKPersistentSaveData_SetUnlockedMemories"); \ static_assert(offsetof(HKPersistentSaveData_SetUnlockedMemories, _memories) == 0x000000, "Member 'HKPersistentSaveData_SetUnlockedMemories::_memories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPersistentSaveData_UnlockMemory \ static_assert(alignof(HKPersistentSaveData_UnlockMemory) == 0x000004, "Wrong alignment on HKPersistentSaveData_UnlockMemory"); \ static_assert(sizeof(HKPersistentSaveData_UnlockMemory) == 0x000008, "Wrong size on HKPersistentSaveData_UnlockMemory"); \ static_assert(offsetof(HKPersistentSaveData_UnlockMemory, _memoryId) == 0x000000, "Member 'HKPersistentSaveData_UnlockMemory::_memoryId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPersistentSaveData_BlueprintToString \ static_assert(alignof(HKPersistentSaveData_BlueprintToString) == 0x000008, "Wrong alignment on HKPersistentSaveData_BlueprintToString"); \ static_assert(sizeof(HKPersistentSaveData_BlueprintToString) == 0x000010, "Wrong size on HKPersistentSaveData_BlueprintToString"); \ static_assert(offsetof(HKPersistentSaveData_BlueprintToString, ReturnValue) == 0x000000, "Member 'HKPersistentSaveData_BlueprintToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPersistentSaveData_GetUnlockedMemories \ static_assert(alignof(HKPersistentSaveData_GetUnlockedMemories) == 0x000008, "Wrong alignment on HKPersistentSaveData_GetUnlockedMemories"); \ static_assert(sizeof(HKPersistentSaveData_GetUnlockedMemories) == 0x000050, "Wrong size on HKPersistentSaveData_GetUnlockedMemories"); \ static_assert(offsetof(HKPersistentSaveData_GetUnlockedMemories, ReturnValue) == 0x000000, "Member 'HKPersistentSaveData_GetUnlockedMemories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKPersistentSaveData_IsMemoryUnlocked \ static_assert(alignof(HKPersistentSaveData_IsMemoryUnlocked) == 0x000004, "Wrong alignment on HKPersistentSaveData_IsMemoryUnlocked"); \ static_assert(sizeof(HKPersistentSaveData_IsMemoryUnlocked) == 0x00000C, "Wrong size on HKPersistentSaveData_IsMemoryUnlocked"); \ static_assert(offsetof(HKPersistentSaveData_IsMemoryUnlocked, _memoryId) == 0x000000, "Member 'HKPersistentSaveData_IsMemoryUnlocked::_memoryId' has a wrong offset!"); \ static_assert(offsetof(HKPersistentSaveData_IsMemoryUnlocked, ReturnValue) == 0x000008, "Member 'HKPersistentSaveData_IsMemoryUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKPersistentSaveData \ static_assert(alignof(UHKPersistentSaveData) == 0x000008, "Wrong alignment on UHKPersistentSaveData"); \ static_assert(sizeof(UHKPersistentSaveData) == 0x000188, "Wrong size on UHKPersistentSaveData"); \ static_assert(offsetof(UHKPersistentSaveData, UnlockedMemories) == 0x000028, "Member 'UHKPersistentSaveData::UnlockedMemories' has a wrong offset!"); \ static_assert(offsetof(UHKPersistentSaveData, StatCounts) == 0x000078, "Member 'UHKPersistentSaveData::StatCounts' has a wrong offset!"); \ static_assert(offsetof(UHKPersistentSaveData, ScratchedChapters) == 0x0000C8, "Member 'UHKPersistentSaveData::ScratchedChapters' has a wrong offset!"); \ static_assert(offsetof(UHKPersistentSaveData, MaxUnlockedChapterName) == 0x000118, "Member 'UHKPersistentSaveData::MaxUnlockedChapterName' has a wrong offset!"); \ static_assert(offsetof(UHKPersistentSaveData, ActivitiesState) == 0x000120, "Member 'UHKPersistentSaveData::ActivitiesState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKSessionSaveData_BlueprintToString \ static_assert(alignof(HKSessionSaveData_BlueprintToString) == 0x000008, "Wrong alignment on HKSessionSaveData_BlueprintToString"); \ static_assert(sizeof(HKSessionSaveData_BlueprintToString) == 0x000010, "Wrong size on HKSessionSaveData_BlueprintToString"); \ static_assert(offsetof(HKSessionSaveData_BlueprintToString, ReturnValue) == 0x000000, "Member 'HKSessionSaveData_BlueprintToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKSessionSaveData \ static_assert(alignof(UHKSessionSaveData) == 0x000008, "Wrong alignment on UHKSessionSaveData"); \ static_assert(sizeof(UHKSessionSaveData) == 0x000030, "Wrong size on UHKSessionSaveData"); \ static_assert(offsetof(UHKSessionSaveData, IsInSentinelPattern) == 0x000028, "Member 'UHKSessionSaveData::IsInSentinelPattern' has a wrong offset!"); \ static_assert(offsetof(UHKSessionSaveData, IsInZurgPursuit) == 0x000029, "Member 'UHKSessionSaveData::IsInZurgPursuit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKSaveGame \ static_assert(alignof(UHKSaveGame) == 0x000010, "Wrong alignment on UHKSaveGame"); \ static_assert(sizeof(UHKSaveGame) == 0x000120, "Wrong size on UHKSaveGame"); \ static_assert(offsetof(UHKSaveGame, Timestamp) == 0x000028, "Member 'UHKSaveGame::Timestamp' has a wrong offset!"); \ static_assert(offsetof(UHKSaveGame, ZoneName) == 0x000030, "Member 'UHKSaveGame::ZoneName' has a wrong offset!"); \ static_assert(offsetof(UHKSaveGame, PlayerData) == 0x000040, "Member 'UHKSaveGame::PlayerData' has a wrong offset!"); \ static_assert(offsetof(UHKSaveGame, LevelsData) == 0x0000A0, "Member 'UHKSaveGame::LevelsData' has a wrong offset!"); \ static_assert(offsetof(UHKSaveGame, PersistentData) == 0x0000F0, "Member 'UHKSaveGame::PersistentData' has a wrong offset!"); \ static_assert(offsetof(UHKSaveGame, SessionData) == 0x000100, "Member 'UHKSaveGame::SessionData' has a wrong offset!"); \ static_assert(offsetof(UHKSaveGame, ChapterName) == 0x000110, "Member 'UHKSaveGame::ChapterName' has a wrong offset!"); \ static_assert(offsetof(UHKSaveGame, Version) == 0x000118, "Member 'UHKSaveGame::Version' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKSaveInstance_BP_SaveDataToDisk \ static_assert(alignof(HKSaveInstance_BP_SaveDataToDisk) == 0x000010, "Wrong alignment on HKSaveInstance_BP_SaveDataToDisk"); \ static_assert(sizeof(HKSaveInstance_BP_SaveDataToDisk) == 0x000040, "Wrong size on HKSaveInstance_BP_SaveDataToDisk"); \ static_assert(offsetof(HKSaveInstance_BP_SaveDataToDisk, _overridePlayerTransform) == 0x000000, "Member 'HKSaveInstance_BP_SaveDataToDisk::_overridePlayerTransform' has a wrong offset!"); \ static_assert(offsetof(HKSaveInstance_BP_SaveDataToDisk, _playerTransform) == 0x000010, "Member 'HKSaveInstance_BP_SaveDataToDisk::_playerTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKSaveInstance_GetPersistentSaveData \ static_assert(alignof(HKSaveInstance_GetPersistentSaveData) == 0x000008, "Wrong alignment on HKSaveInstance_GetPersistentSaveData"); \ static_assert(sizeof(HKSaveInstance_GetPersistentSaveData) == 0x000008, "Wrong size on HKSaveInstance_GetPersistentSaveData"); \ static_assert(offsetof(HKSaveInstance_GetPersistentSaveData, ReturnValue) == 0x000000, "Member 'HKSaveInstance_GetPersistentSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKSaveInstance_GetSessionSaveData \ static_assert(alignof(HKSaveInstance_GetSessionSaveData) == 0x000008, "Wrong alignment on HKSaveInstance_GetSessionSaveData"); \ static_assert(sizeof(HKSaveInstance_GetSessionSaveData) == 0x000008, "Wrong size on HKSaveInstance_GetSessionSaveData"); \ static_assert(offsetof(HKSaveInstance_GetSessionSaveData, ReturnValue) == 0x000000, "Member 'HKSaveInstance_GetSessionSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKSaveInstance_IsSaveEnabled \ static_assert(alignof(HKSaveInstance_IsSaveEnabled) == 0x000001, "Wrong alignment on HKSaveInstance_IsSaveEnabled"); \ static_assert(sizeof(HKSaveInstance_IsSaveEnabled) == 0x000001, "Wrong size on HKSaveInstance_IsSaveEnabled"); \ static_assert(offsetof(HKSaveInstance_IsSaveEnabled, ReturnValue) == 0x000000, "Member 'HKSaveInstance_IsSaveEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKSaveInstance_IsSaving \ static_assert(alignof(HKSaveInstance_IsSaving) == 0x000001, "Wrong alignment on HKSaveInstance_IsSaving"); \ static_assert(sizeof(HKSaveInstance_IsSaving) == 0x000001, "Wrong size on HKSaveInstance_IsSaving"); \ static_assert(offsetof(HKSaveInstance_IsSaving, ReturnValue) == 0x000000, "Member 'HKSaveInstance_IsSaving::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKSaveInstance \ static_assert(alignof(UHKSaveInstance) == 0x000010, "Wrong alignment on UHKSaveInstance"); \ static_assert(sizeof(UHKSaveInstance) == 0x000210, "Wrong size on UHKSaveInstance"); \ static_assert(offsetof(UHKSaveInstance, UnlockedMemoriesChanged) == 0x000030, "Member 'UHKSaveInstance::UnlockedMemoriesChanged' has a wrong offset!"); \ static_assert(offsetof(UHKSaveInstance, m_persistentDataClass) == 0x000080, "Member 'UHKSaveInstance::m_persistentDataClass' has a wrong offset!"); \ static_assert(offsetof(UHKSaveInstance, m_sessionDataClass) == 0x000088, "Member 'UHKSaveInstance::m_sessionDataClass' has a wrong offset!"); \ static_assert(offsetof(UHKSaveInstance, m_saveData) == 0x000090, "Member 'UHKSaveInstance::m_saveData' has a wrong offset!"); \ static_assert(offsetof(UHKSaveInstance, m_persistentSaveData) == 0x000098, "Member 'UHKSaveInstance::m_persistentSaveData' has a wrong offset!"); \ static_assert(offsetof(UHKSaveInstance, m_globalSaveData) == 0x0000A0, "Member 'UHKSaveInstance::m_globalSaveData' has a wrong offset!"); \ static_assert(offsetof(UHKSaveInstance, m_sessionSaveData) == 0x0000A8, "Member 'UHKSaveInstance::m_sessionSaveData' has a wrong offset!"); \ static_assert(offsetof(UHKSaveInstance, m_fixedSlotsCache) == 0x0000B0, "Member 'UHKSaveInstance::m_fixedSlotsCache' has a wrong offset!"); \ static_assert(offsetof(UHKSaveInstance, m_fixedSlotsCount) == 0x000208, "Member 'UHKSaveInstance::m_fixedSlotsCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKSlider__OnValueChanged \ static_assert(alignof(HKSlider__OnValueChanged) == 0x000004, "Wrong alignment on HKSlider__OnValueChanged"); \ static_assert(sizeof(HKSlider__OnValueChanged) == 0x000004, "Wrong size on HKSlider__OnValueChanged"); \ static_assert(offsetof(HKSlider__OnValueChanged, _value) == 0x000000, "Member 'HKSlider__OnValueChanged::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKSlider \ static_assert(alignof(UHKSlider) == 0x000008, "Wrong alignment on UHKSlider"); \ static_assert(sizeof(UHKSlider) == 0x000628, "Wrong size on UHKSlider"); \ #define DUMPER7_ASSERTS_AHKSpectatorPawn \ static_assert(alignof(AHKSpectatorPawn) == 0x000008, "Wrong alignment on AHKSpectatorPawn"); \ static_assert(sizeof(AHKSpectatorPawn) == 0x0002F8, "Wrong size on AHKSpectatorPawn"); \ static_assert(offsetof(AHKSpectatorPawn, m_camera) == 0x0002B0, "Member 'AHKSpectatorPawn::m_camera' has a wrong offset!"); \ static_assert(offsetof(AHKSpectatorPawn, m_moveSpeed) == 0x0002B8, "Member 'AHKSpectatorPawn::m_moveSpeed' has a wrong offset!"); \ static_assert(offsetof(AHKSpectatorPawn, m_horizontalLookSpeed) == 0x0002BC, "Member 'AHKSpectatorPawn::m_horizontalLookSpeed' has a wrong offset!"); \ static_assert(offsetof(AHKSpectatorPawn, m_verticalLookSpeed) == 0x0002C0, "Member 'AHKSpectatorPawn::m_verticalLookSpeed' has a wrong offset!"); \ static_assert(offsetof(AHKSpectatorPawn, m_maxLookUpAngle) == 0x0002C4, "Member 'AHKSpectatorPawn::m_maxLookUpAngle' has a wrong offset!"); \ static_assert(offsetof(AHKSpectatorPawn, m_teleportFeedbackClippingDistance) == 0x0002C8, "Member 'AHKSpectatorPawn::m_teleportFeedbackClippingDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKTextBlock \ static_assert(alignof(UHKTextBlock) == 0x000008, "Wrong alignment on UHKTextBlock"); \ static_assert(sizeof(UHKTextBlock) == 0x0002E8, "Wrong size on UHKTextBlock"); \ static_assert(offsetof(UHKTextBlock, m_selectedColor) == 0x0002D8, "Member 'UHKTextBlock::m_selectedColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKUniformGridPanel \ static_assert(alignof(UHKUniformGridPanel) == 0x000008, "Wrong alignment on UHKUniformGridPanel"); \ static_assert(sizeof(UHKUniformGridPanel) == 0x000148, "Wrong size on UHKUniformGridPanel"); \ #define DUMPER7_ASSERTS_HKUtilities_GenerateRandomSentence \ static_assert(alignof(HKUtilities_GenerateRandomSentence) == 0x000008, "Wrong alignment on HKUtilities_GenerateRandomSentence"); \ static_assert(sizeof(HKUtilities_GenerateRandomSentence) == 0x000030, "Wrong size on HKUtilities_GenerateRandomSentence"); \ static_assert(offsetof(HKUtilities_GenerateRandomSentence, _wordCount) == 0x000000, "Member 'HKUtilities_GenerateRandomSentence::_wordCount' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GenerateRandomSentence, _minWordLength) == 0x000004, "Member 'HKUtilities_GenerateRandomSentence::_minWordLength' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GenerateRandomSentence, _maxWordLength) == 0x000008, "Member 'HKUtilities_GenerateRandomSentence::_maxWordLength' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GenerateRandomSentence, _suffix) == 0x000010, "Member 'HKUtilities_GenerateRandomSentence::_suffix' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GenerateRandomSentence, ReturnValue) == 0x000020, "Member 'HKUtilities_GenerateRandomSentence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetActivityData \ static_assert(alignof(HKUtilities_GetActivityData) == 0x000008, "Wrong alignment on HKUtilities_GetActivityData"); \ static_assert(sizeof(HKUtilities_GetActivityData) == 0x000010, "Wrong size on HKUtilities_GetActivityData"); \ static_assert(offsetof(HKUtilities_GetActivityData, _worldContextObject) == 0x000000, "Member 'HKUtilities_GetActivityData::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetActivityData, ReturnValue) == 0x000008, "Member 'HKUtilities_GetActivityData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetAutoCameraEnabled \ static_assert(alignof(HKUtilities_GetAutoCameraEnabled) == 0x000001, "Wrong alignment on HKUtilities_GetAutoCameraEnabled"); \ static_assert(sizeof(HKUtilities_GetAutoCameraEnabled) == 0x000001, "Wrong size on HKUtilities_GetAutoCameraEnabled"); \ static_assert(offsetof(HKUtilities_GetAutoCameraEnabled, ReturnValue) == 0x000000, "Member 'HKUtilities_GetAutoCameraEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetB12MemoriesData \ static_assert(alignof(HKUtilities_GetB12MemoriesData) == 0x000008, "Wrong alignment on HKUtilities_GetB12MemoriesData"); \ static_assert(sizeof(HKUtilities_GetB12MemoriesData) == 0x000010, "Wrong size on HKUtilities_GetB12MemoriesData"); \ static_assert(offsetof(HKUtilities_GetB12MemoriesData, _worldContextObject) == 0x000000, "Member 'HKUtilities_GetB12MemoriesData::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetB12MemoriesData, ReturnValue) == 0x000008, "Member 'HKUtilities_GetB12MemoriesData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetBranchName \ static_assert(alignof(HKUtilities_GetBranchName) == 0x000008, "Wrong alignment on HKUtilities_GetBranchName"); \ static_assert(sizeof(HKUtilities_GetBranchName) == 0x000010, "Wrong size on HKUtilities_GetBranchName"); \ static_assert(offsetof(HKUtilities_GetBranchName, ReturnValue) == 0x000000, "Member 'HKUtilities_GetBranchName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetBuildConfiguration \ static_assert(alignof(HKUtilities_GetBuildConfiguration) == 0x000008, "Wrong alignment on HKUtilities_GetBuildConfiguration"); \ static_assert(sizeof(HKUtilities_GetBuildConfiguration) == 0x000010, "Wrong size on HKUtilities_GetBuildConfiguration"); \ static_assert(offsetof(HKUtilities_GetBuildConfiguration, ReturnValue) == 0x000000, "Member 'HKUtilities_GetBuildConfiguration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetBuildDescription \ static_assert(alignof(HKUtilities_GetBuildDescription) == 0x000008, "Wrong alignment on HKUtilities_GetBuildDescription"); \ static_assert(sizeof(HKUtilities_GetBuildDescription) == 0x000010, "Wrong size on HKUtilities_GetBuildDescription"); \ static_assert(offsetof(HKUtilities_GetBuildDescription, ReturnValue) == 0x000000, "Member 'HKUtilities_GetBuildDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetBuildNumber \ static_assert(alignof(HKUtilities_GetBuildNumber) == 0x000004, "Wrong alignment on HKUtilities_GetBuildNumber"); \ static_assert(sizeof(HKUtilities_GetBuildNumber) == 0x000004, "Wrong size on HKUtilities_GetBuildNumber"); \ static_assert(offsetof(HKUtilities_GetBuildNumber, ReturnValue) == 0x000000, "Member 'HKUtilities_GetBuildNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetBuildRevision \ static_assert(alignof(HKUtilities_GetBuildRevision) == 0x000004, "Wrong alignment on HKUtilities_GetBuildRevision"); \ static_assert(sizeof(HKUtilities_GetBuildRevision) == 0x000004, "Wrong size on HKUtilities_GetBuildRevision"); \ static_assert(offsetof(HKUtilities_GetBuildRevision, ReturnValue) == 0x000000, "Member 'HKUtilities_GetBuildRevision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetBuildTimestamp \ static_assert(alignof(HKUtilities_GetBuildTimestamp) == 0x000008, "Wrong alignment on HKUtilities_GetBuildTimestamp"); \ static_assert(sizeof(HKUtilities_GetBuildTimestamp) == 0x000010, "Wrong size on HKUtilities_GetBuildTimestamp"); \ static_assert(offsetof(HKUtilities_GetBuildTimestamp, ReturnValue) == 0x000000, "Member 'HKUtilities_GetBuildTimestamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetChapter \ static_assert(alignof(HKUtilities_GetChapter) == 0x000008, "Wrong alignment on HKUtilities_GetChapter"); \ static_assert(sizeof(HKUtilities_GetChapter) == 0x000010, "Wrong size on HKUtilities_GetChapter"); \ static_assert(offsetof(HKUtilities_GetChapter, _worldContextObject) == 0x000000, "Member 'HKUtilities_GetChapter::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetChapter, ReturnValue) == 0x000008, "Member 'HKUtilities_GetChapter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetChapterMemories \ static_assert(alignof(HKUtilities_GetChapterMemories) == 0x000008, "Wrong alignment on HKUtilities_GetChapterMemories"); \ static_assert(sizeof(HKUtilities_GetChapterMemories) == 0x000060, "Wrong size on HKUtilities_GetChapterMemories"); \ static_assert(offsetof(HKUtilities_GetChapterMemories, _worldContextObject) == 0x000000, "Member 'HKUtilities_GetChapterMemories::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetChapterMemories, _id) == 0x000008, "Member 'HKUtilities_GetChapterMemories::_id' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetChapterMemories, ReturnValue) == 0x000010, "Member 'HKUtilities_GetChapterMemories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetChapterName \ static_assert(alignof(HKUtilities_GetChapterName) == 0x000008, "Wrong alignment on HKUtilities_GetChapterName"); \ static_assert(sizeof(HKUtilities_GetChapterName) == 0x000028, "Wrong size on HKUtilities_GetChapterName"); \ static_assert(offsetof(HKUtilities_GetChapterName, _worldContextObject) == 0x000000, "Member 'HKUtilities_GetChapterName::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetChapterName, _id) == 0x000008, "Member 'HKUtilities_GetChapterName::_id' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetChapterName, ReturnValue) == 0x000010, "Member 'HKUtilities_GetChapterName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetDefluxorMode \ static_assert(alignof(HKUtilities_GetDefluxorMode) == 0x000001, "Wrong alignment on HKUtilities_GetDefluxorMode"); \ static_assert(sizeof(HKUtilities_GetDefluxorMode) == 0x000001, "Wrong size on HKUtilities_GetDefluxorMode"); \ static_assert(offsetof(HKUtilities_GetDefluxorMode, ReturnValue) == 0x000000, "Member 'HKUtilities_GetDefluxorMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetEffectsVolume \ static_assert(alignof(HKUtilities_GetEffectsVolume) == 0x000004, "Wrong alignment on HKUtilities_GetEffectsVolume"); \ static_assert(sizeof(HKUtilities_GetEffectsVolume) == 0x000004, "Wrong size on HKUtilities_GetEffectsVolume"); \ static_assert(offsetof(HKUtilities_GetEffectsVolume, ReturnValue) == 0x000000, "Member 'HKUtilities_GetEffectsVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetGameStateManager \ static_assert(alignof(HKUtilities_GetGameStateManager) == 0x000008, "Wrong alignment on HKUtilities_GetGameStateManager"); \ static_assert(sizeof(HKUtilities_GetGameStateManager) == 0x000010, "Wrong size on HKUtilities_GetGameStateManager"); \ static_assert(offsetof(HKUtilities_GetGameStateManager, _worldContextObject) == 0x000000, "Member 'HKUtilities_GetGameStateManager::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetGameStateManager, ReturnValue) == 0x000008, "Member 'HKUtilities_GetGameStateManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetHUDEnabled \ static_assert(alignof(HKUtilities_GetHUDEnabled) == 0x000001, "Wrong alignment on HKUtilities_GetHUDEnabled"); \ static_assert(sizeof(HKUtilities_GetHUDEnabled) == 0x000001, "Wrong size on HKUtilities_GetHUDEnabled"); \ static_assert(offsetof(HKUtilities_GetHUDEnabled, ReturnValue) == 0x000000, "Member 'HKUtilities_GetHUDEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetIsInSentinelPattern \ static_assert(alignof(HKUtilities_GetIsInSentinelPattern) == 0x000008, "Wrong alignment on HKUtilities_GetIsInSentinelPattern"); \ static_assert(sizeof(HKUtilities_GetIsInSentinelPattern) == 0x000010, "Wrong size on HKUtilities_GetIsInSentinelPattern"); \ static_assert(offsetof(HKUtilities_GetIsInSentinelPattern, _worldContextObject) == 0x000000, "Member 'HKUtilities_GetIsInSentinelPattern::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetIsInSentinelPattern, ReturnValue) == 0x000008, "Member 'HKUtilities_GetIsInSentinelPattern::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetIsInZurgPursuit \ static_assert(alignof(HKUtilities_GetIsInZurgPursuit) == 0x000008, "Wrong alignment on HKUtilities_GetIsInZurgPursuit"); \ static_assert(sizeof(HKUtilities_GetIsInZurgPursuit) == 0x000010, "Wrong size on HKUtilities_GetIsInZurgPursuit"); \ static_assert(offsetof(HKUtilities_GetIsInZurgPursuit, _worldContextObject) == 0x000000, "Member 'HKUtilities_GetIsInZurgPursuit::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetIsInZurgPursuit, ReturnValue) == 0x000008, "Member 'HKUtilities_GetIsInZurgPursuit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetJumpPromptEnabled \ static_assert(alignof(HKUtilities_GetJumpPromptEnabled) == 0x000001, "Wrong alignment on HKUtilities_GetJumpPromptEnabled"); \ static_assert(sizeof(HKUtilities_GetJumpPromptEnabled) == 0x000001, "Wrong size on HKUtilities_GetJumpPromptEnabled"); \ static_assert(offsetof(HKUtilities_GetJumpPromptEnabled, ReturnValue) == 0x000000, "Member 'HKUtilities_GetJumpPromptEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetKeyDisplayName \ static_assert(alignof(HKUtilities_GetKeyDisplayName) == 0x000008, "Wrong alignment on HKUtilities_GetKeyDisplayName"); \ static_assert(sizeof(HKUtilities_GetKeyDisplayName) == 0x000038, "Wrong size on HKUtilities_GetKeyDisplayName"); \ static_assert(offsetof(HKUtilities_GetKeyDisplayName, _key) == 0x000000, "Member 'HKUtilities_GetKeyDisplayName::_key' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetKeyDisplayName, _longDisplayName) == 0x000018, "Member 'HKUtilities_GetKeyDisplayName::_longDisplayName' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetKeyDisplayName, ReturnValue) == 0x000020, "Member 'HKUtilities_GetKeyDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetLookAtTarget \ static_assert(alignof(HKUtilities_GetLookAtTarget) == 0x000008, "Wrong alignment on HKUtilities_GetLookAtTarget"); \ static_assert(sizeof(HKUtilities_GetLookAtTarget) == 0x000060, "Wrong size on HKUtilities_GetLookAtTarget"); \ static_assert(offsetof(HKUtilities_GetLookAtTarget, _lookAtData) == 0x000000, "Member 'HKUtilities_GetLookAtTarget::_lookAtData' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetLookAtTarget, _referenceLocation) == 0x000038, "Member 'HKUtilities_GetLookAtTarget::_referenceLocation' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetLookAtTarget, _referenceRotation) == 0x000044, "Member 'HKUtilities_GetLookAtTarget::_referenceRotation' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_GetLookAtTarget, ReturnValue) == 0x000050, "Member 'HKUtilities_GetLookAtTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetMajorVersion \ static_assert(alignof(HKUtilities_GetMajorVersion) == 0x000004, "Wrong alignment on HKUtilities_GetMajorVersion"); \ static_assert(sizeof(HKUtilities_GetMajorVersion) == 0x000004, "Wrong size on HKUtilities_GetMajorVersion"); \ static_assert(offsetof(HKUtilities_GetMajorVersion, ReturnValue) == 0x000000, "Member 'HKUtilities_GetMajorVersion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetMasterVolume \ static_assert(alignof(HKUtilities_GetMasterVolume) == 0x000004, "Wrong alignment on HKUtilities_GetMasterVolume"); \ static_assert(sizeof(HKUtilities_GetMasterVolume) == 0x000004, "Wrong size on HKUtilities_GetMasterVolume"); \ static_assert(offsetof(HKUtilities_GetMasterVolume, ReturnValue) == 0x000000, "Member 'HKUtilities_GetMasterVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetMinorVersion \ static_assert(alignof(HKUtilities_GetMinorVersion) == 0x000004, "Wrong alignment on HKUtilities_GetMinorVersion"); \ static_assert(sizeof(HKUtilities_GetMinorVersion) == 0x000004, "Wrong size on HKUtilities_GetMinorVersion"); \ static_assert(offsetof(HKUtilities_GetMinorVersion, ReturnValue) == 0x000000, "Member 'HKUtilities_GetMinorVersion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetMusicVolume \ static_assert(alignof(HKUtilities_GetMusicVolume) == 0x000004, "Wrong alignment on HKUtilities_GetMusicVolume"); \ static_assert(sizeof(HKUtilities_GetMusicVolume) == 0x000004, "Wrong size on HKUtilities_GetMusicVolume"); \ static_assert(offsetof(HKUtilities_GetMusicVolume, ReturnValue) == 0x000000, "Member 'HKUtilities_GetMusicVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetPlatform \ static_assert(alignof(HKUtilities_GetPlatform) == 0x000001, "Wrong alignment on HKUtilities_GetPlatform"); \ static_assert(sizeof(HKUtilities_GetPlatform) == 0x000001, "Wrong size on HKUtilities_GetPlatform"); \ static_assert(offsetof(HKUtilities_GetPlatform, ReturnValue) == 0x000000, "Member 'HKUtilities_GetPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetRunMode \ static_assert(alignof(HKUtilities_GetRunMode) == 0x000001, "Wrong alignment on HKUtilities_GetRunMode"); \ static_assert(sizeof(HKUtilities_GetRunMode) == 0x000001, "Wrong size on HKUtilities_GetRunMode"); \ static_assert(offsetof(HKUtilities_GetRunMode, ReturnValue) == 0x000000, "Member 'HKUtilities_GetRunMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetShakeMode \ static_assert(alignof(HKUtilities_GetShakeMode) == 0x000001, "Wrong alignment on HKUtilities_GetShakeMode"); \ static_assert(sizeof(HKUtilities_GetShakeMode) == 0x000001, "Wrong size on HKUtilities_GetShakeMode"); \ static_assert(offsetof(HKUtilities_GetShakeMode, ReturnValue) == 0x000000, "Member 'HKUtilities_GetShakeMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetShowCatDeathEnabled \ static_assert(alignof(HKUtilities_GetShowCatDeathEnabled) == 0x000001, "Wrong alignment on HKUtilities_GetShowCatDeathEnabled"); \ static_assert(sizeof(HKUtilities_GetShowCatDeathEnabled) == 0x000001, "Wrong size on HKUtilities_GetShowCatDeathEnabled"); \ static_assert(offsetof(HKUtilities_GetShowCatDeathEnabled, ReturnValue) == 0x000000, "Member 'HKUtilities_GetShowCatDeathEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetVersionText \ static_assert(alignof(HKUtilities_GetVersionText) == 0x000008, "Wrong alignment on HKUtilities_GetVersionText"); \ static_assert(sizeof(HKUtilities_GetVersionText) == 0x000010, "Wrong size on HKUtilities_GetVersionText"); \ static_assert(offsetof(HKUtilities_GetVersionText, ReturnValue) == 0x000000, "Member 'HKUtilities_GetVersionText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetVolumetricFogGridPixelSize \ static_assert(alignof(HKUtilities_GetVolumetricFogGridPixelSize) == 0x000004, "Wrong alignment on HKUtilities_GetVolumetricFogGridPixelSize"); \ static_assert(sizeof(HKUtilities_GetVolumetricFogGridPixelSize) == 0x000004, "Wrong size on HKUtilities_GetVolumetricFogGridPixelSize"); \ static_assert(offsetof(HKUtilities_GetVolumetricFogGridPixelSize, ReturnValue) == 0x000000, "Member 'HKUtilities_GetVolumetricFogGridPixelSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_GetZoomMode \ static_assert(alignof(HKUtilities_GetZoomMode) == 0x000001, "Wrong alignment on HKUtilities_GetZoomMode"); \ static_assert(sizeof(HKUtilities_GetZoomMode) == 0x000001, "Wrong size on HKUtilities_GetZoomMode"); \ static_assert(offsetof(HKUtilities_GetZoomMode, ReturnValue) == 0x000000, "Member 'HKUtilities_GetZoomMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_IsAudioLogEnabled \ static_assert(alignof(HKUtilities_IsAudioLogEnabled) == 0x000001, "Wrong alignment on HKUtilities_IsAudioLogEnabled"); \ static_assert(sizeof(HKUtilities_IsAudioLogEnabled) == 0x000001, "Wrong size on HKUtilities_IsAudioLogEnabled"); \ static_assert(offsetof(HKUtilities_IsAudioLogEnabled, ReturnValue) == 0x000000, "Member 'HKUtilities_IsAudioLogEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_IsDecemberDemoBuild \ static_assert(alignof(HKUtilities_IsDecemberDemoBuild) == 0x000001, "Wrong alignment on HKUtilities_IsDecemberDemoBuild"); \ static_assert(sizeof(HKUtilities_IsDecemberDemoBuild) == 0x000001, "Wrong size on HKUtilities_IsDecemberDemoBuild"); \ static_assert(offsetof(HKUtilities_IsDecemberDemoBuild, ReturnValue) == 0x000000, "Member 'HKUtilities_IsDecemberDemoBuild::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_IsMemoryRevealed \ static_assert(alignof(HKUtilities_IsMemoryRevealed) == 0x000008, "Wrong alignment on HKUtilities_IsMemoryRevealed"); \ static_assert(sizeof(HKUtilities_IsMemoryRevealed) == 0x000018, "Wrong size on HKUtilities_IsMemoryRevealed"); \ static_assert(offsetof(HKUtilities_IsMemoryRevealed, _worldContextObject) == 0x000000, "Member 'HKUtilities_IsMemoryRevealed::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_IsMemoryRevealed, _memoryId) == 0x000008, "Member 'HKUtilities_IsMemoryRevealed::_memoryId' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_IsMemoryRevealed, ReturnValue) == 0x000010, "Member 'HKUtilities_IsMemoryRevealed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_IsUsingXB1X \ static_assert(alignof(HKUtilities_IsUsingXB1X) == 0x000001, "Wrong alignment on HKUtilities_IsUsingXB1X"); \ static_assert(sizeof(HKUtilities_IsUsingXB1X) == 0x000001, "Wrong size on HKUtilities_IsUsingXB1X"); \ static_assert(offsetof(HKUtilities_IsUsingXB1X, ReturnValue) == 0x000000, "Member 'HKUtilities_IsUsingXB1X::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_IsUsingXSS \ static_assert(alignof(HKUtilities_IsUsingXSS) == 0x000001, "Wrong alignment on HKUtilities_IsUsingXSS"); \ static_assert(sizeof(HKUtilities_IsUsingXSS) == 0x000001, "Wrong size on HKUtilities_IsUsingXSS"); \ static_assert(offsetof(HKUtilities_IsUsingXSS, ReturnValue) == 0x000000, "Member 'HKUtilities_IsUsingXSS::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_LoadLevelAndGetSubLevelsPath \ static_assert(alignof(HKUtilities_LoadLevelAndGetSubLevelsPath) == 0x000008, "Wrong alignment on HKUtilities_LoadLevelAndGetSubLevelsPath"); \ static_assert(sizeof(HKUtilities_LoadLevelAndGetSubLevelsPath) == 0x000020, "Wrong size on HKUtilities_LoadLevelAndGetSubLevelsPath"); \ static_assert(offsetof(HKUtilities_LoadLevelAndGetSubLevelsPath, _levelAssetPath) == 0x000000, "Member 'HKUtilities_LoadLevelAndGetSubLevelsPath::_levelAssetPath' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_LoadLevelAndGetSubLevelsPath, _excludeInvisibleLevels) == 0x000008, "Member 'HKUtilities_LoadLevelAndGetSubLevelsPath::_excludeInvisibleLevels' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_LoadLevelAndGetSubLevelsPath, ReturnValue) == 0x000010, "Member 'HKUtilities_LoadLevelAndGetSubLevelsPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_OnFinishedSynchronizedAnimation \ static_assert(alignof(HKUtilities_OnFinishedSynchronizedAnimation) == 0x000008, "Wrong alignment on HKUtilities_OnFinishedSynchronizedAnimation"); \ static_assert(sizeof(HKUtilities_OnFinishedSynchronizedAnimation) == 0x000018, "Wrong size on HKUtilities_OnFinishedSynchronizedAnimation"); \ static_assert(offsetof(HKUtilities_OnFinishedSynchronizedAnimation, _synchronizedActors) == 0x000000, "Member 'HKUtilities_OnFinishedSynchronizedAnimation::_synchronizedActors' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_OnFinishedSynchronizedAnimation, _droid) == 0x000010, "Member 'HKUtilities_OnFinishedSynchronizedAnimation::_droid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_OnPlayerCatScratched \ static_assert(alignof(HKUtilities_OnPlayerCatScratched) == 0x000008, "Wrong alignment on HKUtilities_OnPlayerCatScratched"); \ static_assert(sizeof(HKUtilities_OnPlayerCatScratched) == 0x000008, "Wrong size on HKUtilities_OnPlayerCatScratched"); \ static_assert(offsetof(HKUtilities_OnPlayerCatScratched, _worldContextObject) == 0x000000, "Member 'HKUtilities_OnPlayerCatScratched::_worldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_OnTriggerSynchronizedAnimation \ static_assert(alignof(HKUtilities_OnTriggerSynchronizedAnimation) == 0x000008, "Wrong alignment on HKUtilities_OnTriggerSynchronizedAnimation"); \ static_assert(sizeof(HKUtilities_OnTriggerSynchronizedAnimation) == 0x000018, "Wrong size on HKUtilities_OnTriggerSynchronizedAnimation"); \ static_assert(offsetof(HKUtilities_OnTriggerSynchronizedAnimation, _synchronizedActors) == 0x000000, "Member 'HKUtilities_OnTriggerSynchronizedAnimation::_synchronizedActors' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_OnTriggerSynchronizedAnimation, _droid) == 0x000010, "Member 'HKUtilities_OnTriggerSynchronizedAnimation::_droid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_OpenChapter \ static_assert(alignof(HKUtilities_OpenChapter) == 0x000008, "Wrong alignment on HKUtilities_OpenChapter"); \ static_assert(sizeof(HKUtilities_OpenChapter) == 0x000010, "Wrong size on HKUtilities_OpenChapter"); \ static_assert(offsetof(HKUtilities_OpenChapter, _worldContextObject) == 0x000000, "Member 'HKUtilities_OpenChapter::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_OpenChapter, _id) == 0x000008, "Member 'HKUtilities_OpenChapter::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_SetChapter \ static_assert(alignof(HKUtilities_SetChapter) == 0x000008, "Wrong alignment on HKUtilities_SetChapter"); \ static_assert(sizeof(HKUtilities_SetChapter) == 0x000010, "Wrong size on HKUtilities_SetChapter"); \ static_assert(offsetof(HKUtilities_SetChapter, _worldContextObject) == 0x000000, "Member 'HKUtilities_SetChapter::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_SetChapter, _id) == 0x000008, "Member 'HKUtilities_SetChapter::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_SetIsInSentinelPattern \ static_assert(alignof(HKUtilities_SetIsInSentinelPattern) == 0x000008, "Wrong alignment on HKUtilities_SetIsInSentinelPattern"); \ static_assert(sizeof(HKUtilities_SetIsInSentinelPattern) == 0x000010, "Wrong size on HKUtilities_SetIsInSentinelPattern"); \ static_assert(offsetof(HKUtilities_SetIsInSentinelPattern, _worldContextObject) == 0x000000, "Member 'HKUtilities_SetIsInSentinelPattern::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_SetIsInSentinelPattern, _isInSentinelPattern) == 0x000008, "Member 'HKUtilities_SetIsInSentinelPattern::_isInSentinelPattern' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_SetIsInZurgPursuit \ static_assert(alignof(HKUtilities_SetIsInZurgPursuit) == 0x000008, "Wrong alignment on HKUtilities_SetIsInZurgPursuit"); \ static_assert(sizeof(HKUtilities_SetIsInZurgPursuit) == 0x000010, "Wrong size on HKUtilities_SetIsInZurgPursuit"); \ static_assert(offsetof(HKUtilities_SetIsInZurgPursuit, _worldContextObject) == 0x000000, "Member 'HKUtilities_SetIsInZurgPursuit::_worldContextObject' has a wrong offset!"); \ static_assert(offsetof(HKUtilities_SetIsInZurgPursuit, _isInZurgPursuit) == 0x000008, "Member 'HKUtilities_SetIsInZurgPursuit::_isInZurgPursuit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HKUtilities_SetVolumetricFogGridPixelSize \ static_assert(alignof(HKUtilities_SetVolumetricFogGridPixelSize) == 0x000004, "Wrong alignment on HKUtilities_SetVolumetricFogGridPixelSize"); \ static_assert(sizeof(HKUtilities_SetVolumetricFogGridPixelSize) == 0x000004, "Wrong size on HKUtilities_SetVolumetricFogGridPixelSize"); \ static_assert(offsetof(HKUtilities_SetVolumetricFogGridPixelSize, _size) == 0x000000, "Member 'HKUtilities_SetVolumetricFogGridPixelSize::_size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKUtilities \ static_assert(alignof(UHKUtilities) == 0x000008, "Wrong alignment on UHKUtilities"); \ static_assert(sizeof(UHKUtilities) == 0x000028, "Wrong size on UHKUtilities"); \ #define DUMPER7_ASSERTS_AHKWorldSettings \ static_assert(alignof(AHKWorldSettings) == 0x000008, "Wrong alignment on AHKWorldSettings"); \ static_assert(sizeof(AHKWorldSettings) == 0x000470, "Wrong size on AHKWorldSettings"); \ static_assert(offsetof(AHKWorldSettings, PlayerStart) == 0x0003A8, "Member 'AHKWorldSettings::PlayerStart' has a wrong offset!"); \ static_assert(offsetof(AHKWorldSettings, StreamingDebugModeEnabled) == 0x0003B0, "Member 'AHKWorldSettings::StreamingDebugModeEnabled' has a wrong offset!"); \ static_assert(offsetof(AHKWorldSettings, StreamingGroups) == 0x0003B8, "Member 'AHKWorldSettings::StreamingGroups' has a wrong offset!"); \ static_assert(offsetof(AHKWorldSettings, StartData) == 0x0003C8, "Member 'AHKWorldSettings::StartData' has a wrong offset!"); \ static_assert(offsetof(AHKWorldSettings, m_chapterPlayerStarts) == 0x0003F0, "Member 'AHKWorldSettings::m_chapterPlayerStarts' has a wrong offset!"); \ static_assert(offsetof(AHKWorldSettings, m_masterSoundSubmix) == 0x000440, "Member 'AHKWorldSettings::m_masterSoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AHKWorldSettings, m_controllerSoundSubmix) == 0x000448, "Member 'AHKWorldSettings::m_controllerSoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AHKWorldSettings, m_musicSoundSubmixes) == 0x000450, "Member 'AHKWorldSettings::m_musicSoundSubmixes' has a wrong offset!"); \ static_assert(offsetof(AHKWorldSettings, m_effectsSoundSubmixes) == 0x000460, "Member 'AHKWorldSettings::m_effectsSoundSubmixes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDDebugWidget \ static_assert(alignof(UHUDDebugWidget) == 0x000008, "Wrong alignment on UHUDDebugWidget"); \ static_assert(sizeof(UHUDDebugWidget) == 0x000290, "Wrong size on UHUDDebugWidget"); \ #define DUMPER7_ASSERTS_UIconData \ static_assert(alignof(UIconData) == 0x000008, "Wrong alignment on UIconData"); \ static_assert(sizeof(UIconData) == 0x000038, "Wrong size on UIconData"); \ static_assert(offsetof(UIconData, Texture) == 0x000030, "Member 'UIconData::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyIconData \ static_assert(alignof(UKeyIconData) == 0x000008, "Wrong alignment on UKeyIconData"); \ static_assert(sizeof(UKeyIconData) == 0x0000A0, "Wrong size on UKeyIconData"); \ static_assert(offsetof(UKeyIconData, Key) == 0x000030, "Member 'UKeyIconData::Key' has a wrong offset!"); \ static_assert(offsetof(UKeyIconData, DefaultIcon) == 0x000048, "Member 'UKeyIconData::DefaultIcon' has a wrong offset!"); \ static_assert(offsetof(UKeyIconData, ControllerIcons) == 0x000050, "Member 'UKeyIconData::ControllerIcons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyIconSetData_FindIconForKey \ static_assert(alignof(KeyIconSetData_FindIconForKey) == 0x000008, "Wrong alignment on KeyIconSetData_FindIconForKey"); \ static_assert(sizeof(KeyIconSetData_FindIconForKey) == 0x000028, "Wrong size on KeyIconSetData_FindIconForKey"); \ static_assert(offsetof(KeyIconSetData_FindIconForKey, _key) == 0x000000, "Member 'KeyIconSetData_FindIconForKey::_key' has a wrong offset!"); \ static_assert(offsetof(KeyIconSetData_FindIconForKey, _controller) == 0x000018, "Member 'KeyIconSetData_FindIconForKey::_controller' has a wrong offset!"); \ static_assert(offsetof(KeyIconSetData_FindIconForKey, ReturnValue) == 0x000020, "Member 'KeyIconSetData_FindIconForKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyIconSetData \ static_assert(alignof(UKeyIconSetData) == 0x000008, "Wrong alignment on UKeyIconSetData"); \ static_assert(sizeof(UKeyIconSetData) == 0x000040, "Wrong size on UKeyIconSetData"); \ static_assert(offsetof(UKeyIconSetData, Keys) == 0x000030, "Member 'UKeyIconSetData::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIdentitySubsystem \ static_assert(alignof(UIdentitySubsystem) == 0x000008, "Wrong alignment on UIdentitySubsystem"); \ static_assert(sizeof(UIdentitySubsystem) == 0x000050, "Wrong size on UIdentitySubsystem"); \ #define DUMPER7_ASSERTS_AIEM \ static_assert(alignof(AIEM) == 0x000008, "Wrong alignment on AIEM"); \ static_assert(sizeof(AIEM) == 0x000228, "Wrong size on AIEM"); \ #define DUMPER7_ASSERTS_IEMableComponent__OnBeginOverlap \ static_assert(alignof(IEMableComponent__OnBeginOverlap) == 0x000008, "Wrong alignment on IEMableComponent__OnBeginOverlap"); \ static_assert(sizeof(IEMableComponent__OnBeginOverlap) == 0x0000A8, "Wrong size on IEMableComponent__OnBeginOverlap"); \ static_assert(offsetof(IEMableComponent__OnBeginOverlap, _overlappedComponent) == 0x000000, "Member 'IEMableComponent__OnBeginOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(IEMableComponent__OnBeginOverlap, _otherActor) == 0x000008, "Member 'IEMableComponent__OnBeginOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(IEMableComponent__OnBeginOverlap, _otherComp) == 0x000010, "Member 'IEMableComponent__OnBeginOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(IEMableComponent__OnBeginOverlap, _otherBodyIndex) == 0x000018, "Member 'IEMableComponent__OnBeginOverlap::_otherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(IEMableComponent__OnBeginOverlap, _bFromSweep) == 0x00001C, "Member 'IEMableComponent__OnBeginOverlap::_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(IEMableComponent__OnBeginOverlap, _sweepResult) == 0x000020, "Member 'IEMableComponent__OnBeginOverlap::_sweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIEMableComponent \ static_assert(alignof(UIEMableComponent) == 0x000010, "Wrong alignment on UIEMableComponent"); \ static_assert(sizeof(UIEMableComponent) == 0x000490, "Wrong size on UIEMableComponent"); \ static_assert(offsetof(UIEMableComponent, OnIEMed) == 0x000478, "Member 'UIEMableComponent::OnIEMed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputBindingsWidget \ static_assert(alignof(UInputBindingsWidget) == 0x000008, "Wrong alignment on UInputBindingsWidget"); \ static_assert(sizeof(UInputBindingsWidget) == 0x000510, "Wrong size on UInputBindingsWidget"); \ static_assert(offsetof(UInputBindingsWidget, ScrollBox) == 0x0002F0, "Member 'UInputBindingsWidget::ScrollBox' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputKeyRowVBox) == 0x0002F8, "Member 'UInputBindingsWidget::InputKeyRowVBox' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowForward) == 0x000300, "Member 'UInputBindingsWidget::InputRowForward' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowBack) == 0x000308, "Member 'UInputBindingsWidget::InputRowBack' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowLeft) == 0x000310, "Member 'UInputBindingsWidget::InputRowLeft' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowRight) == 0x000318, "Member 'UInputBindingsWidget::InputRowRight' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowRun) == 0x000320, "Member 'UInputBindingsWidget::InputRowRun' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowJump) == 0x000328, "Member 'UInputBindingsWidget::InputRowJump' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowInteract) == 0x000330, "Member 'UInputBindingsWidget::InputRowInteract' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowMeow) == 0x000338, "Member 'UInputBindingsWidget::InputRowMeow' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowCall) == 0x000340, "Member 'UInputBindingsWidget::InputRowCall' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowMenu) == 0x000348, "Member 'UInputBindingsWidget::InputRowMenu' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowLight) == 0x000350, "Member 'UInputBindingsWidget::InputRowLight' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowDefluxor) == 0x000358, "Member 'UInputBindingsWidget::InputRowDefluxor' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowHelp) == 0x000360, "Member 'UInputBindingsWidget::InputRowHelp' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowFirstPerson) == 0x000368, "Member 'UInputBindingsWidget::InputRowFirstPerson' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowRecenter) == 0x000370, "Member 'UInputBindingsWidget::InputRowRecenter' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowValidate) == 0x000378, "Member 'UInputBindingsWidget::InputRowValidate' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowExit) == 0x000380, "Member 'UInputBindingsWidget::InputRowExit' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowNextDialog) == 0x000388, "Member 'UInputBindingsWidget::InputRowNextDialog' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowPrevCategory) == 0x000390, "Member 'UInputBindingsWidget::InputRowPrevCategory' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, InputRowNextCategory) == 0x000398, "Member 'UInputBindingsWidget::InputRowNextCategory' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, KeyBox) == 0x0003A0, "Member 'UInputBindingsWidget::KeyBox' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, CancelKeyBox) == 0x0003A8, "Member 'UInputBindingsWidget::CancelKeyBox' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, BackButton) == 0x0003B0, "Member 'UInputBindingsWidget::BackButton' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, DefaultsButton) == 0x0003B8, "Member 'UInputBindingsWidget::DefaultsButton' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, CancelButton) == 0x0003C0, "Member 'UInputBindingsWidget::CancelButton' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, m_onKeyRowSelectedSound) == 0x0003C8, "Member 'UInputBindingsWidget::m_onKeyRowSelectedSound' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, m_onKeyRowListeningStartSound) == 0x0003D0, "Member 'UInputBindingsWidget::m_onKeyRowListeningStartSound' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, m_onKeyRowListeningConfirmSound) == 0x0003D8, "Member 'UInputBindingsWidget::m_onKeyRowListeningConfirmSound' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, m_applyBindingsDialogText) == 0x0003E0, "Member 'UInputBindingsWidget::m_applyBindingsDialogText' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, m_resetToDefaultsDialogText) == 0x0003F8, "Member 'UInputBindingsWidget::m_resetToDefaultsDialogText' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, m_invalidKeyDialogText) == 0x000410, "Member 'UInputBindingsWidget::m_invalidKeyDialogText' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, m_clearInputDialogText) == 0x000428, "Member 'UInputBindingsWidget::m_clearInputDialogText' has a wrong offset!"); \ static_assert(offsetof(UInputBindingsWidget, m_onListeningOtherKeyOpacity) == 0x000440, "Member 'UInputBindingsWidget::m_onListeningOtherKeyOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputKeyRowWidget \ static_assert(alignof(UInputKeyRowWidget) == 0x000008, "Wrong alignment on UInputKeyRowWidget"); \ static_assert(sizeof(UInputKeyRowWidget) == 0x000478, "Wrong size on UInputKeyRowWidget"); \ static_assert(offsetof(UInputKeyRowWidget, FirstKeyButton) == 0x0002F0, "Member 'UInputKeyRowWidget::FirstKeyButton' has a wrong offset!"); \ static_assert(offsetof(UInputKeyRowWidget, SecondKeyButton) == 0x0002F8, "Member 'UInputKeyRowWidget::SecondKeyButton' has a wrong offset!"); \ static_assert(offsetof(UInputKeyRowWidget, Border) == 0x000300, "Member 'UInputKeyRowWidget::Border' has a wrong offset!"); \ static_assert(offsetof(UInputKeyRowWidget, ActionKeyTextBlock) == 0x000308, "Member 'UInputKeyRowWidget::ActionKeyTextBlock' has a wrong offset!"); \ static_assert(offsetof(UInputKeyRowWidget, SeperatorImage) == 0x000310, "Member 'UInputKeyRowWidget::SeperatorImage' has a wrong offset!"); \ static_assert(offsetof(UInputKeyRowWidget, KeyRowButton) == 0x000318, "Member 'UInputKeyRowWidget::KeyRowButton' has a wrong offset!"); \ static_assert(offsetof(UInputKeyRowWidget, m_actionKeyText) == 0x000320, "Member 'UInputKeyRowWidget::m_actionKeyText' has a wrong offset!"); \ static_assert(offsetof(UInputKeyRowWidget, m_onHoveredTextColor) == 0x000338, "Member 'UInputKeyRowWidget::m_onHoveredTextColor' has a wrong offset!"); \ static_assert(offsetof(UInputKeyRowWidget, m_onListeningTextColor) == 0x000348, "Member 'UInputKeyRowWidget::m_onListeningTextColor' has a wrong offset!"); \ static_assert(offsetof(UInputKeyRowWidget, m_onListeningBorderBrushColor) == 0x000358, "Member 'UInputKeyRowWidget::m_onListeningBorderBrushColor' has a wrong offset!"); \ static_assert(offsetof(UInputKeyRowWidget, m_onHoveredBorderBrushColor) == 0x000368, "Member 'UInputKeyRowWidget::m_onHoveredBorderBrushColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputSelectorWidget \ static_assert(alignof(UInputSelectorWidget) == 0x000008, "Wrong alignment on UInputSelectorWidget"); \ static_assert(sizeof(UInputSelectorWidget) == 0x000480, "Wrong size on UInputSelectorWidget"); \ static_assert(offsetof(UInputSelectorWidget, m_onListeningCancelSound) == 0x0002F0, "Member 'UInputSelectorWidget::m_onListeningCancelSound' has a wrong offset!"); \ static_assert(offsetof(UInputSelectorWidget, Button) == 0x0002F8, "Member 'UInputSelectorWidget::Button' has a wrong offset!"); \ static_assert(offsetof(UInputSelectorWidget, Text) == 0x000300, "Member 'UInputSelectorWidget::Text' has a wrong offset!"); \ static_assert(offsetof(UInputSelectorWidget, KeyIcon) == 0x000308, "Member 'UInputSelectorWidget::KeyIcon' has a wrong offset!"); \ static_assert(offsetof(UInputSelectorWidget, m_waitingText) == 0x000310, "Member 'UInputSelectorWidget::m_waitingText' has a wrong offset!"); \ static_assert(offsetof(UInputSelectorWidget, m_escapeKeys) == 0x000328, "Member 'UInputSelectorWidget::m_escapeKeys' has a wrong offset!"); \ static_assert(offsetof(UInputSelectorWidget, m_onListeningTextColor) == 0x000378, "Member 'UInputSelectorWidget::m_onListeningTextColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputSettingsWidget \ static_assert(alignof(UInputSettingsWidget) == 0x000008, "Wrong alignment on UInputSettingsWidget"); \ static_assert(sizeof(UInputSettingsWidget) == 0x000450, "Wrong size on UInputSettingsWidget"); \ static_assert(offsetof(UInputSettingsWidget, VibrationCheckBox) == 0x0002F0, "Member 'UInputSettingsWidget::VibrationCheckBox' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, InvertLookXCheckBox) == 0x0002F8, "Member 'UInputSettingsWidget::InvertLookXCheckBox' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, InvertLookYCheckBox) == 0x000300, "Member 'UInputSettingsWidget::InvertLookYCheckBox' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, LookSensitivitySliderBox) == 0x000308, "Member 'UInputSettingsWidget::LookSensitivitySliderBox' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, RunModeListBox) == 0x000310, "Member 'UInputSettingsWidget::RunModeListBox' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, ZoomModeListBox) == 0x000318, "Member 'UInputSettingsWidget::ZoomModeListBox' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, ShakeModeListBox) == 0x000320, "Member 'UInputSettingsWidget::ShakeModeListBox' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, DefluxorModeListBox) == 0x000328, "Member 'UInputSettingsWidget::DefluxorModeListBox' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, RebindButton) == 0x000330, "Member 'UInputSettingsWidget::RebindButton' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, BackButton) == 0x000338, "Member 'UInputSettingsWidget::BackButton' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, DefaultsButton) == 0x000340, "Member 'UInputSettingsWidget::DefaultsButton' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, SwitchTabTextBlock) == 0x000348, "Member 'UInputSettingsWidget::SwitchTabTextBlock' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, TabLeftButton) == 0x000350, "Member 'UInputSettingsWidget::TabLeftButton' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, TabRightButton) == 0x000358, "Member 'UInputSettingsWidget::TabRightButton' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, m_minLookSensitivity) == 0x000360, "Member 'UInputSettingsWidget::m_minLookSensitivity' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, m_maxLookSensitivity) == 0x000364, "Member 'UInputSettingsWidget::m_maxLookSensitivity' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, m_resetToDefaultsDialogText) == 0x000368, "Member 'UInputSettingsWidget::m_resetToDefaultsDialogText' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, m_inputHoldText) == 0x000380, "Member 'UInputSettingsWidget::m_inputHoldText' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, m_inputToggleText) == 0x000398, "Member 'UInputSettingsWidget::m_inputToggleText' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, m_inputRapidTapText) == 0x0003B0, "Member 'UInputSettingsWidget::m_inputRapidTapText' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, m_inputSingleTapText) == 0x0003C8, "Member 'UInputSettingsWidget::m_inputSingleTapText' has a wrong offset!"); \ static_assert(offsetof(UInputSettingsWidget, m_vibrationMicrosoftText) == 0x0003E0, "Member 'UInputSettingsWidget::m_vibrationMicrosoftText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgAttackPointManagerComponent__OnLifeComponentKilled \ static_assert(alignof(ZurgAttackPointManagerComponent__OnLifeComponentKilled) == 0x000008, "Wrong alignment on ZurgAttackPointManagerComponent__OnLifeComponentKilled"); \ static_assert(sizeof(ZurgAttackPointManagerComponent__OnLifeComponentKilled) == 0x000010, "Wrong size on ZurgAttackPointManagerComponent__OnLifeComponentKilled"); \ static_assert(offsetof(ZurgAttackPointManagerComponent__OnLifeComponentKilled, _lifeComponent) == 0x000000, "Member 'ZurgAttackPointManagerComponent__OnLifeComponentKilled::_lifeComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgAttackPointManagerComponent__OnLifeComponentKilled, _killer) == 0x000008, "Member 'ZurgAttackPointManagerComponent__OnLifeComponentKilled::_killer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgAttackPointManagerComponent_IsAttackPointsActive \ static_assert(alignof(ZurgAttackPointManagerComponent_IsAttackPointsActive) == 0x000001, "Wrong alignment on ZurgAttackPointManagerComponent_IsAttackPointsActive"); \ static_assert(sizeof(ZurgAttackPointManagerComponent_IsAttackPointsActive) == 0x000001, "Wrong size on ZurgAttackPointManagerComponent_IsAttackPointsActive"); \ static_assert(offsetof(ZurgAttackPointManagerComponent_IsAttackPointsActive, ReturnValue) == 0x000000, "Member 'ZurgAttackPointManagerComponent_IsAttackPointsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgAttackPointManagerComponent_OnZurgAttached \ static_assert(alignof(ZurgAttackPointManagerComponent_OnZurgAttached) == 0x000008, "Wrong alignment on ZurgAttackPointManagerComponent_OnZurgAttached"); \ static_assert(sizeof(ZurgAttackPointManagerComponent_OnZurgAttached) == 0x000010, "Wrong size on ZurgAttackPointManagerComponent_OnZurgAttached"); \ static_assert(offsetof(ZurgAttackPointManagerComponent_OnZurgAttached, _zurgAttackPoint) == 0x000000, "Member 'ZurgAttackPointManagerComponent_OnZurgAttached::_zurgAttackPoint' has a wrong offset!"); \ static_assert(offsetof(ZurgAttackPointManagerComponent_OnZurgAttached, _zurg) == 0x000008, "Member 'ZurgAttackPointManagerComponent_OnZurgAttached::_zurg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgAttackPointManagerComponent_OnZurgDetached \ static_assert(alignof(ZurgAttackPointManagerComponent_OnZurgDetached) == 0x000008, "Wrong alignment on ZurgAttackPointManagerComponent_OnZurgDetached"); \ static_assert(sizeof(ZurgAttackPointManagerComponent_OnZurgDetached) == 0x000010, "Wrong size on ZurgAttackPointManagerComponent_OnZurgDetached"); \ static_assert(offsetof(ZurgAttackPointManagerComponent_OnZurgDetached, _zurgAttackPoint) == 0x000000, "Member 'ZurgAttackPointManagerComponent_OnZurgDetached::_zurgAttackPoint' has a wrong offset!"); \ static_assert(offsetof(ZurgAttackPointManagerComponent_OnZurgDetached, _zurg) == 0x000008, "Member 'ZurgAttackPointManagerComponent_OnZurgDetached::_zurg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgAttackPointManagerComponent_SetAttackPointsActive \ static_assert(alignof(ZurgAttackPointManagerComponent_SetAttackPointsActive) == 0x000001, "Wrong alignment on ZurgAttackPointManagerComponent_SetAttackPointsActive"); \ static_assert(sizeof(ZurgAttackPointManagerComponent_SetAttackPointsActive) == 0x000001, "Wrong size on ZurgAttackPointManagerComponent_SetAttackPointsActive"); \ static_assert(offsetof(ZurgAttackPointManagerComponent_SetAttackPointsActive, _active) == 0x000000, "Member 'ZurgAttackPointManagerComponent_SetAttackPointsActive::_active' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UZurgAttackPointManagerComponent \ static_assert(alignof(UZurgAttackPointManagerComponent) == 0x000008, "Wrong alignment on UZurgAttackPointManagerComponent"); \ static_assert(sizeof(UZurgAttackPointManagerComponent) == 0x000128, "Wrong size on UZurgAttackPointManagerComponent"); \ static_assert(offsetof(UZurgAttackPointManagerComponent, m_zurgCountDamageMultiplicator) == 0x0000B0, "Member 'UZurgAttackPointManagerComponent::m_zurgCountDamageMultiplicator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputSubsystemSettings \ static_assert(alignof(UInputSubsystemSettings) == 0x000008, "Wrong alignment on UInputSubsystemSettings"); \ static_assert(sizeof(UInputSubsystemSettings) == 0x0000C8, "Wrong size on UInputSubsystemSettings"); \ static_assert(offsetof(UInputSubsystemSettings, QwertyToAzerty) == 0x000028, "Member 'UInputSubsystemSettings::QwertyToAzerty' has a wrong offset!"); \ static_assert(offsetof(UInputSubsystemSettings, QwertyToQwertz) == 0x000078, "Member 'UInputSubsystemSettings::QwertyToQwertz' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSubsystem_GetBindingKey \ static_assert(alignof(InputSubsystem_GetBindingKey) == 0x000008, "Wrong alignment on InputSubsystem_GetBindingKey"); \ static_assert(sizeof(InputSubsystem_GetBindingKey) == 0x000020, "Wrong size on InputSubsystem_GetBindingKey"); \ static_assert(offsetof(InputSubsystem_GetBindingKey, _name) == 0x000000, "Member 'InputSubsystem_GetBindingKey::_name' has a wrong offset!"); \ static_assert(offsetof(InputSubsystem_GetBindingKey, ReturnValue) == 0x000008, "Member 'InputSubsystem_GetBindingKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSubsystem_GetBindingKeys \ static_assert(alignof(InputSubsystem_GetBindingKeys) == 0x000008, "Wrong alignment on InputSubsystem_GetBindingKeys"); \ static_assert(sizeof(InputSubsystem_GetBindingKeys) == 0x000018, "Wrong size on InputSubsystem_GetBindingKeys"); \ static_assert(offsetof(InputSubsystem_GetBindingKeys, _name) == 0x000000, "Member 'InputSubsystem_GetBindingKeys::_name' has a wrong offset!"); \ static_assert(offsetof(InputSubsystem_GetBindingKeys, ReturnValue) == 0x000008, "Member 'InputSubsystem_GetBindingKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputSubsystem_GetGameControllerType \ static_assert(alignof(InputSubsystem_GetGameControllerType) == 0x000001, "Wrong alignment on InputSubsystem_GetGameControllerType"); \ static_assert(sizeof(InputSubsystem_GetGameControllerType) == 0x000002, "Wrong size on InputSubsystem_GetGameControllerType"); \ static_assert(offsetof(InputSubsystem_GetGameControllerType, _forceGamepad) == 0x000000, "Member 'InputSubsystem_GetGameControllerType::_forceGamepad' has a wrong offset!"); \ static_assert(offsetof(InputSubsystem_GetGameControllerType, ReturnValue) == 0x000001, "Member 'InputSubsystem_GetGameControllerType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputSubsystem \ static_assert(alignof(UInputSubsystem) == 0x000008, "Wrong alignment on UInputSubsystem"); \ static_assert(sizeof(UInputSubsystem) == 0x000098, "Wrong size on UInputSubsystem"); \ static_assert(offsetof(UInputSubsystem, OnControllerTypeChanged) == 0x000048, "Member 'UInputSubsystem::OnControllerTypeChanged' has a wrong offset!"); \ static_assert(offsetof(UInputSubsystem, m_inputComponent) == 0x000068, "Member 'UInputSubsystem::m_inputComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionFeedback_OnUsableChanged \ static_assert(alignof(InteractionFeedback_OnUsableChanged) == 0x000008, "Wrong alignment on InteractionFeedback_OnUsableChanged"); \ static_assert(sizeof(InteractionFeedback_OnUsableChanged) == 0x000010, "Wrong size on InteractionFeedback_OnUsableChanged"); \ static_assert(offsetof(InteractionFeedback_OnUsableChanged, _previousUsable) == 0x000000, "Member 'InteractionFeedback_OnUsableChanged::_previousUsable' has a wrong offset!"); \ static_assert(offsetof(InteractionFeedback_OnUsableChanged, _currentUsable) == 0x000008, "Member 'InteractionFeedback_OnUsableChanged::_currentUsable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionFeedback_GetState \ static_assert(alignof(InteractionFeedback_GetState) == 0x000001, "Wrong alignment on InteractionFeedback_GetState"); \ static_assert(sizeof(InteractionFeedback_GetState) == 0x000001, "Wrong size on InteractionFeedback_GetState"); \ static_assert(offsetof(InteractionFeedback_GetState, ReturnValue) == 0x000000, "Member 'InteractionFeedback_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionFeedback_GetUsable \ static_assert(alignof(InteractionFeedback_GetUsable) == 0x000008, "Wrong alignment on InteractionFeedback_GetUsable"); \ static_assert(sizeof(InteractionFeedback_GetUsable) == 0x000008, "Wrong size on InteractionFeedback_GetUsable"); \ static_assert(offsetof(InteractionFeedback_GetUsable, ReturnValue) == 0x000000, "Member 'InteractionFeedback_GetUsable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInteractionFeedback \ static_assert(alignof(AInteractionFeedback) == 0x000008, "Wrong alignment on AInteractionFeedback"); \ static_assert(sizeof(AInteractionFeedback) == 0x000238, "Wrong size on AInteractionFeedback"); \ static_assert(offsetof(AInteractionFeedback, m_usable) == 0x000228, "Member 'AInteractionFeedback::m_usable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntroWidget__OnSkipButtonPressed \ static_assert(alignof(IntroWidget__OnSkipButtonPressed) == 0x000008, "Wrong alignment on IntroWidget__OnSkipButtonPressed"); \ static_assert(sizeof(IntroWidget__OnSkipButtonPressed) == 0x000018, "Wrong size on IntroWidget__OnSkipButtonPressed"); \ static_assert(offsetof(IntroWidget__OnSkipButtonPressed, _key) == 0x000000, "Member 'IntroWidget__OnSkipButtonPressed::_key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntroWidget_IsPcBuild \ static_assert(alignof(IntroWidget_IsPcBuild) == 0x000001, "Wrong alignment on IntroWidget_IsPcBuild"); \ static_assert(sizeof(IntroWidget_IsPcBuild) == 0x000001, "Wrong size on IntroWidget_IsPcBuild"); \ static_assert(offsetof(IntroWidget_IsPcBuild, ReturnValue) == 0x000000, "Member 'IntroWidget_IsPcBuild::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIntroWidget \ static_assert(alignof(UIntroWidget) == 0x000008, "Wrong alignment on UIntroWidget"); \ static_assert(sizeof(UIntroWidget) == 0x000320, "Wrong size on UIntroWidget"); \ static_assert(offsetof(UIntroWidget, m_maximumFlashingOpacity) == 0x0002F8, "Member 'UIntroWidget::m_maximumFlashingOpacity' has a wrong offset!"); \ static_assert(offsetof(UIntroWidget, m_minimumFlashingOpacity) == 0x0002FC, "Member 'UIntroWidget::m_minimumFlashingOpacity' has a wrong offset!"); \ static_assert(offsetof(UIntroWidget, m_flashingSpeed) == 0x000300, "Member 'UIntroWidget::m_flashingSpeed' has a wrong offset!"); \ static_assert(offsetof(UIntroWidget, FadeAnimation) == 0x000308, "Member 'UIntroWidget::FadeAnimation' has a wrong offset!"); \ static_assert(offsetof(UIntroWidget, SavingIconImage) == 0x000318, "Member 'UIntroWidget::SavingIconImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_OnZurgDestroyedEvent \ static_assert(alignof(ZurgManager_OnZurgDestroyedEvent) == 0x000008, "Wrong alignment on ZurgManager_OnZurgDestroyedEvent"); \ static_assert(sizeof(ZurgManager_OnZurgDestroyedEvent) == 0x000008, "Wrong size on ZurgManager_OnZurgDestroyedEvent"); \ static_assert(offsetof(ZurgManager_OnZurgDestroyedEvent, _zurgSlave) == 0x000000, "Member 'ZurgManager_OnZurgDestroyedEvent::_zurgSlave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_OnZurgLeaderActivatedEvent \ static_assert(alignof(ZurgManager_OnZurgLeaderActivatedEvent) == 0x000008, "Wrong alignment on ZurgManager_OnZurgLeaderActivatedEvent"); \ static_assert(sizeof(ZurgManager_OnZurgLeaderActivatedEvent) == 0x000008, "Wrong size on ZurgManager_OnZurgLeaderActivatedEvent"); \ static_assert(offsetof(ZurgManager_OnZurgLeaderActivatedEvent, _zurgLeader) == 0x000000, "Member 'ZurgManager_OnZurgLeaderActivatedEvent::_zurgLeader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_OnZurgLeaderDeactivatedEvent \ static_assert(alignof(ZurgManager_OnZurgLeaderDeactivatedEvent) == 0x000008, "Wrong alignment on ZurgManager_OnZurgLeaderDeactivatedEvent"); \ static_assert(sizeof(ZurgManager_OnZurgLeaderDeactivatedEvent) == 0x000008, "Wrong size on ZurgManager_OnZurgLeaderDeactivatedEvent"); \ static_assert(offsetof(ZurgManager_OnZurgLeaderDeactivatedEvent, _zurgLeader) == 0x000000, "Member 'ZurgManager_OnZurgLeaderDeactivatedEvent::_zurgLeader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_OnZurgLeaderDestroyedEvent \ static_assert(alignof(ZurgManager_OnZurgLeaderDestroyedEvent) == 0x000008, "Wrong alignment on ZurgManager_OnZurgLeaderDestroyedEvent"); \ static_assert(sizeof(ZurgManager_OnZurgLeaderDestroyedEvent) == 0x000008, "Wrong size on ZurgManager_OnZurgLeaderDestroyedEvent"); \ static_assert(offsetof(ZurgManager_OnZurgLeaderDestroyedEvent, _zurgLeader) == 0x000000, "Member 'ZurgManager_OnZurgLeaderDestroyedEvent::_zurgLeader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_OnZurgLeaderSpawnedEvent \ static_assert(alignof(ZurgManager_OnZurgLeaderSpawnedEvent) == 0x000008, "Wrong alignment on ZurgManager_OnZurgLeaderSpawnedEvent"); \ static_assert(sizeof(ZurgManager_OnZurgLeaderSpawnedEvent) == 0x000008, "Wrong size on ZurgManager_OnZurgLeaderSpawnedEvent"); \ static_assert(offsetof(ZurgManager_OnZurgLeaderSpawnedEvent, _zurgLeader) == 0x000000, "Member 'ZurgManager_OnZurgLeaderSpawnedEvent::_zurgLeader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_OnZurgSlaveActivatedEvent \ static_assert(alignof(ZurgManager_OnZurgSlaveActivatedEvent) == 0x000008, "Wrong alignment on ZurgManager_OnZurgSlaveActivatedEvent"); \ static_assert(sizeof(ZurgManager_OnZurgSlaveActivatedEvent) == 0x000008, "Wrong size on ZurgManager_OnZurgSlaveActivatedEvent"); \ static_assert(offsetof(ZurgManager_OnZurgSlaveActivatedEvent, _zurgSlave) == 0x000000, "Member 'ZurgManager_OnZurgSlaveActivatedEvent::_zurgSlave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_OnZurgSlaveDeactivatedEvent \ static_assert(alignof(ZurgManager_OnZurgSlaveDeactivatedEvent) == 0x000008, "Wrong alignment on ZurgManager_OnZurgSlaveDeactivatedEvent"); \ static_assert(sizeof(ZurgManager_OnZurgSlaveDeactivatedEvent) == 0x000008, "Wrong size on ZurgManager_OnZurgSlaveDeactivatedEvent"); \ static_assert(offsetof(ZurgManager_OnZurgSlaveDeactivatedEvent, _zurgSlave) == 0x000000, "Member 'ZurgManager_OnZurgSlaveDeactivatedEvent::_zurgSlave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_OnZurgSpawnedEvent \ static_assert(alignof(ZurgManager_OnZurgSpawnedEvent) == 0x000008, "Wrong alignment on ZurgManager_OnZurgSpawnedEvent"); \ static_assert(sizeof(ZurgManager_OnZurgSpawnedEvent) == 0x000008, "Wrong size on ZurgManager_OnZurgSpawnedEvent"); \ static_assert(offsetof(ZurgManager_OnZurgSpawnedEvent, _zurgSlave) == 0x000000, "Member 'ZurgManager_OnZurgSpawnedEvent::_zurgSlave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_SetMaxActivatedZurgCount \ static_assert(alignof(ZurgManager_SetMaxActivatedZurgCount) == 0x000004, "Wrong alignment on ZurgManager_SetMaxActivatedZurgCount"); \ static_assert(sizeof(ZurgManager_SetMaxActivatedZurgCount) == 0x000004, "Wrong size on ZurgManager_SetMaxActivatedZurgCount"); \ static_assert(offsetof(ZurgManager_SetMaxActivatedZurgCount, _newMaxCount) == 0x000000, "Member 'ZurgManager_SetMaxActivatedZurgCount::_newMaxCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_GetActivatedZurgSlaveCount \ static_assert(alignof(ZurgManager_GetActivatedZurgSlaveCount) == 0x000004, "Wrong alignment on ZurgManager_GetActivatedZurgSlaveCount"); \ static_assert(sizeof(ZurgManager_GetActivatedZurgSlaveCount) == 0x000004, "Wrong size on ZurgManager_GetActivatedZurgSlaveCount"); \ static_assert(offsetof(ZurgManager_GetActivatedZurgSlaveCount, ReturnValue) == 0x000000, "Member 'ZurgManager_GetActivatedZurgSlaveCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_GetLeaders \ static_assert(alignof(ZurgManager_GetLeaders) == 0x000008, "Wrong alignment on ZurgManager_GetLeaders"); \ static_assert(sizeof(ZurgManager_GetLeaders) == 0x000010, "Wrong size on ZurgManager_GetLeaders"); \ static_assert(offsetof(ZurgManager_GetLeaders, ReturnValue) == 0x000000, "Member 'ZurgManager_GetLeaders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_GetMaxActivatedZurgCount \ static_assert(alignof(ZurgManager_GetMaxActivatedZurgCount) == 0x000004, "Wrong alignment on ZurgManager_GetMaxActivatedZurgCount"); \ static_assert(sizeof(ZurgManager_GetMaxActivatedZurgCount) == 0x000004, "Wrong size on ZurgManager_GetMaxActivatedZurgCount"); \ static_assert(offsetof(ZurgManager_GetMaxActivatedZurgCount, ReturnValue) == 0x000000, "Member 'ZurgManager_GetMaxActivatedZurgCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_GetZurgSlaveCount \ static_assert(alignof(ZurgManager_GetZurgSlaveCount) == 0x000004, "Wrong alignment on ZurgManager_GetZurgSlaveCount"); \ static_assert(sizeof(ZurgManager_GetZurgSlaveCount) == 0x000004, "Wrong size on ZurgManager_GetZurgSlaveCount"); \ static_assert(offsetof(ZurgManager_GetZurgSlaveCount, ReturnValue) == 0x000000, "Member 'ZurgManager_GetZurgSlaveCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgManager_GetZurgsNavMesh \ static_assert(alignof(ZurgManager_GetZurgsNavMesh) == 0x000008, "Wrong alignment on ZurgManager_GetZurgsNavMesh"); \ static_assert(sizeof(ZurgManager_GetZurgsNavMesh) == 0x000008, "Wrong size on ZurgManager_GetZurgsNavMesh"); \ static_assert(offsetof(ZurgManager_GetZurgsNavMesh, ReturnValue) == 0x000000, "Member 'ZurgManager_GetZurgsNavMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AZurgManager \ static_assert(alignof(AZurgManager) == 0x000008, "Wrong alignment on AZurgManager"); \ static_assert(sizeof(AZurgManager) == 0x000398, "Wrong size on AZurgManager"); \ static_assert(offsetof(AZurgManager, m_leaderDeactivationDistance) == 0x000228, "Member 'AZurgManager::m_leaderDeactivationDistance' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, OnZurgLeaderSpawnedDelegate) == 0x000230, "Member 'AZurgManager::OnZurgLeaderSpawnedDelegate' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, OnZurgLeaderDestroyedDelegate) == 0x000240, "Member 'AZurgManager::OnZurgLeaderDestroyedDelegate' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, OnZurgLeaderActivatedDelegate) == 0x000250, "Member 'AZurgManager::OnZurgLeaderActivatedDelegate' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, OnZurgLeaderDeactivatedDelegate) == 0x000260, "Member 'AZurgManager::OnZurgLeaderDeactivatedDelegate' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, OnZurgSlaveSpawnedDelegate) == 0x000270, "Member 'AZurgManager::OnZurgSlaveSpawnedDelegate' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, OnZurgSlaveDestroyedDelegate) == 0x000280, "Member 'AZurgManager::OnZurgSlaveDestroyedDelegate' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_slaveBP) == 0x000290, "Member 'AZurgManager::m_slaveBP' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_maxSlaveTicksPerFrame) == 0x000298, "Member 'AZurgManager::m_maxSlaveTicksPerFrame' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_slaveLODDistanceScale) == 0x00029C, "Member 'AZurgManager::m_slaveLODDistanceScale' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_slavePoolInitialSize) == 0x0002A0, "Member 'AZurgManager::m_slavePoolInitialSize' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_maxActivatedZurgCount) == 0x0002A4, "Member 'AZurgManager::m_maxActivatedZurgCount' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_maxSlaveSpawnPerFrame) == 0x0002A8, "Member 'AZurgManager::m_maxSlaveSpawnPerFrame' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_maxLeaderTicksPerFrame) == 0x0002AC, "Member 'AZurgManager::m_maxLeaderTicksPerFrame' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_deactivationDistanceHysteresis) == 0x0002B0, "Member 'AZurgManager::m_deactivationDistanceHysteresis' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_navMesh) == 0x0002B8, "Member 'AZurgManager::m_navMesh' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_hkGameInstance) == 0x0002C0, "Member 'AZurgManager::m_hkGameInstance' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_catPawn) == 0x0002C8, "Member 'AZurgManager::m_catPawn' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_animationSharingManager) == 0x0002D0, "Member 'AZurgManager::m_animationSharingManager' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_animationSharingSetup) == 0x0002D8, "Member 'AZurgManager::m_animationSharingSetup' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_antiZurgLights) == 0x0002E0, "Member 'AZurgManager::m_antiZurgLights' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_antiZurgLightables) == 0x0002F0, "Member 'AZurgManager::m_antiZurgLightables' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_lightToSlaveTraces) == 0x000300, "Member 'AZurgManager::m_lightToSlaveTraces' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_lightToLightableTraces) == 0x000310, "Member 'AZurgManager::m_lightToLightableTraces' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_slaveTickList) == 0x000340, "Member 'AZurgManager::m_slaveTickList' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_leaderTickList) == 0x000350, "Member 'AZurgManager::m_leaderTickList' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_slavePool) == 0x000360, "Member 'AZurgManager::m_slavePool' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_slaveSpawnRequestQueue) == 0x000370, "Member 'AZurgManager::m_slaveSpawnRequestQueue' has a wrong offset!"); \ static_assert(offsetof(AZurgManager, m_slaveKillQueue) == 0x000380, "Member 'AZurgManager::m_slaveKillQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemSelector_OnSelectionEnter \ static_assert(alignof(ItemSelector_OnSelectionEnter) == 0x000008, "Wrong alignment on ItemSelector_OnSelectionEnter"); \ static_assert(sizeof(ItemSelector_OnSelectionEnter) == 0x000008, "Wrong size on ItemSelector_OnSelectionEnter"); \ static_assert(offsetof(ItemSelector_OnSelectionEnter, _usable) == 0x000000, "Member 'ItemSelector_OnSelectionEnter::_usable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemSelector_GetBackpack \ static_assert(alignof(ItemSelector_GetBackpack) == 0x000008, "Wrong alignment on ItemSelector_GetBackpack"); \ static_assert(sizeof(ItemSelector_GetBackpack) == 0x000008, "Wrong size on ItemSelector_GetBackpack"); \ static_assert(offsetof(ItemSelector_GetBackpack, ReturnValue) == 0x000000, "Member 'ItemSelector_GetBackpack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemSelector_GetSelectedUsable \ static_assert(alignof(ItemSelector_GetSelectedUsable) == 0x000008, "Wrong alignment on ItemSelector_GetSelectedUsable"); \ static_assert(sizeof(ItemSelector_GetSelectedUsable) == 0x000008, "Wrong size on ItemSelector_GetSelectedUsable"); \ static_assert(offsetof(ItemSelector_GetSelectedUsable, ReturnValue) == 0x000000, "Member 'ItemSelector_GetSelectedUsable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemSelector_GetSelectionBox \ static_assert(alignof(ItemSelector_GetSelectionBox) == 0x000004, "Wrong alignment on ItemSelector_GetSelectionBox"); \ static_assert(sizeof(ItemSelector_GetSelectionBox) == 0x000018, "Wrong size on ItemSelector_GetSelectionBox"); \ static_assert(offsetof(ItemSelector_GetSelectionBox, _outOrigin) == 0x000000, "Member 'ItemSelector_GetSelectionBox::_outOrigin' has a wrong offset!"); \ static_assert(offsetof(ItemSelector_GetSelectionBox, _outExtent) == 0x00000C, "Member 'ItemSelector_GetSelectionBox::_outExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemSelector_GetSelectionBoxTransform \ static_assert(alignof(ItemSelector_GetSelectionBoxTransform) == 0x000010, "Wrong alignment on ItemSelector_GetSelectionBoxTransform"); \ static_assert(sizeof(ItemSelector_GetSelectionBoxTransform) == 0x000030, "Wrong size on ItemSelector_GetSelectionBoxTransform"); \ static_assert(offsetof(ItemSelector_GetSelectionBoxTransform, ReturnValue) == 0x000000, "Member 'ItemSelector_GetSelectionBoxTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AItemSelector \ static_assert(alignof(AItemSelector) == 0x000010, "Wrong alignment on AItemSelector"); \ static_assert(sizeof(AItemSelector) == 0x000280, "Wrong size on AItemSelector"); \ static_assert(offsetof(AItemSelector, M_BackPack) == 0x000228, "Member 'AItemSelector::M_BackPack' has a wrong offset!"); \ static_assert(offsetof(AItemSelector, m_usable) == 0x000230, "Member 'AItemSelector::m_usable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_JumpAnimationLibrary_Check \ static_assert(alignof(JumpAnimationLibrary_Check) == 0x000001, "Wrong alignment on JumpAnimationLibrary_Check"); \ static_assert(sizeof(JumpAnimationLibrary_Check) == 0x000001, "Wrong size on JumpAnimationLibrary_Check"); \ static_assert(offsetof(JumpAnimationLibrary_Check, ReturnValue) == 0x000000, "Member 'JumpAnimationLibrary_Check::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UJumpAnimationLibrary \ static_assert(alignof(UJumpAnimationLibrary) == 0x000008, "Wrong alignment on UJumpAnimationLibrary"); \ static_assert(sizeof(UJumpAnimationLibrary) == 0x000080, "Wrong size on UJumpAnimationLibrary"); \ static_assert(offsetof(UJumpAnimationLibrary, JumpAnimations) == 0x000030, "Member 'UJumpAnimationLibrary::JumpAnimations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneManager_CommitLoadZone \ static_assert(alignof(ZoneManager_CommitLoadZone) == 0x000001, "Wrong alignment on ZoneManager_CommitLoadZone"); \ static_assert(sizeof(ZoneManager_CommitLoadZone) == 0x000001, "Wrong size on ZoneManager_CommitLoadZone"); \ static_assert(offsetof(ZoneManager_CommitLoadZone, ReturnValue) == 0x000000, "Member 'ZoneManager_CommitLoadZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneManager_LoadZone \ static_assert(alignof(ZoneManager_LoadZone) == 0x000008, "Wrong alignment on ZoneManager_LoadZone"); \ static_assert(sizeof(ZoneManager_LoadZone) == 0x000050, "Wrong size on ZoneManager_LoadZone"); \ static_assert(offsetof(ZoneManager_LoadZone, _zone) == 0x000000, "Member 'ZoneManager_LoadZone::_zone' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_LoadZone, _transitionGroups) == 0x000028, "Member 'ZoneManager_LoadZone::_transitionGroups' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_LoadZone, _preloadedLevels) == 0x000038, "Member 'ZoneManager_LoadZone::_preloadedLevels' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_LoadZone, _loadingType) == 0x000048, "Member 'ZoneManager_LoadZone::_loadingType' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_LoadZone, ReturnValue) == 0x000049, "Member 'ZoneManager_LoadZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneManager_OpenZone \ static_assert(alignof(ZoneManager_OpenZone) == 0x000008, "Wrong alignment on ZoneManager_OpenZone"); \ static_assert(sizeof(ZoneManager_OpenZone) == 0x000030, "Wrong size on ZoneManager_OpenZone"); \ static_assert(offsetof(ZoneManager_OpenZone, _zone) == 0x000000, "Member 'ZoneManager_OpenZone::_zone' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_OpenZone, _saveBeforeOpenZone) == 0x000028, "Member 'ZoneManager_OpenZone::_saveBeforeOpenZone' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_OpenZone, ReturnValue) == 0x000029, "Member 'ZoneManager_OpenZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneManager_OpenZoneByPath \ static_assert(alignof(ZoneManager_OpenZoneByPath) == 0x000004, "Wrong alignment on ZoneManager_OpenZoneByPath"); \ static_assert(sizeof(ZoneManager_OpenZoneByPath) == 0x00000C, "Wrong size on ZoneManager_OpenZoneByPath"); \ static_assert(offsetof(ZoneManager_OpenZoneByPath, _zonePath) == 0x000000, "Member 'ZoneManager_OpenZoneByPath::_zonePath' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_OpenZoneByPath, _saveBeforeOpenZone) == 0x000008, "Member 'ZoneManager_OpenZoneByPath::_saveBeforeOpenZone' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_OpenZoneByPath, ReturnValue) == 0x000009, "Member 'ZoneManager_OpenZoneByPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneManager_PrepareLoadZone \ static_assert(alignof(ZoneManager_PrepareLoadZone) == 0x000008, "Wrong alignment on ZoneManager_PrepareLoadZone"); \ static_assert(sizeof(ZoneManager_PrepareLoadZone) == 0x000050, "Wrong size on ZoneManager_PrepareLoadZone"); \ static_assert(offsetof(ZoneManager_PrepareLoadZone, _zone) == 0x000000, "Member 'ZoneManager_PrepareLoadZone::_zone' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_PrepareLoadZone, _transitionGroups) == 0x000028, "Member 'ZoneManager_PrepareLoadZone::_transitionGroups' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_PrepareLoadZone, _preloadedLevels) == 0x000038, "Member 'ZoneManager_PrepareLoadZone::_preloadedLevels' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_PrepareLoadZone, _loadingType) == 0x000048, "Member 'ZoneManager_PrepareLoadZone::_loadingType' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_PrepareLoadZone, ReturnValue) == 0x000049, "Member 'ZoneManager_PrepareLoadZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneManager_GetCurrentZoneName \ static_assert(alignof(ZoneManager_GetCurrentZoneName) == 0x000004, "Wrong alignment on ZoneManager_GetCurrentZoneName"); \ static_assert(sizeof(ZoneManager_GetCurrentZoneName) == 0x000008, "Wrong size on ZoneManager_GetCurrentZoneName"); \ static_assert(offsetof(ZoneManager_GetCurrentZoneName, ReturnValue) == 0x000000, "Member 'ZoneManager_GetCurrentZoneName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneManager_GetLoadingZoneName \ static_assert(alignof(ZoneManager_GetLoadingZoneName) == 0x000004, "Wrong alignment on ZoneManager_GetLoadingZoneName"); \ static_assert(sizeof(ZoneManager_GetLoadingZoneName) == 0x000008, "Wrong size on ZoneManager_GetLoadingZoneName"); \ static_assert(offsetof(ZoneManager_GetLoadingZoneName, ReturnValue) == 0x000000, "Member 'ZoneManager_GetLoadingZoneName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneManager_IsCurrentZone \ static_assert(alignof(ZoneManager_IsCurrentZone) == 0x000008, "Wrong alignment on ZoneManager_IsCurrentZone"); \ static_assert(sizeof(ZoneManager_IsCurrentZone) == 0x000030, "Wrong size on ZoneManager_IsCurrentZone"); \ static_assert(offsetof(ZoneManager_IsCurrentZone, _zone) == 0x000000, "Member 'ZoneManager_IsCurrentZone::_zone' has a wrong offset!"); \ static_assert(offsetof(ZoneManager_IsCurrentZone, ReturnValue) == 0x000028, "Member 'ZoneManager_IsCurrentZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneManager_IsLoadZoneReadyForCommit \ static_assert(alignof(ZoneManager_IsLoadZoneReadyForCommit) == 0x000001, "Wrong alignment on ZoneManager_IsLoadZoneReadyForCommit"); \ static_assert(sizeof(ZoneManager_IsLoadZoneReadyForCommit) == 0x000001, "Wrong size on ZoneManager_IsLoadZoneReadyForCommit"); \ static_assert(offsetof(ZoneManager_IsLoadZoneReadyForCommit, ReturnValue) == 0x000000, "Member 'ZoneManager_IsLoadZoneReadyForCommit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneManager_IsZoneLoading \ static_assert(alignof(ZoneManager_IsZoneLoading) == 0x000001, "Wrong alignment on ZoneManager_IsZoneLoading"); \ static_assert(sizeof(ZoneManager_IsZoneLoading) == 0x000001, "Wrong size on ZoneManager_IsZoneLoading"); \ static_assert(offsetof(ZoneManager_IsZoneLoading, ReturnValue) == 0x000000, "Member 'ZoneManager_IsZoneLoading::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AZoneManager \ static_assert(alignof(AZoneManager) == 0x000008, "Wrong alignment on AZoneManager"); \ static_assert(sizeof(AZoneManager) == 0x000298, "Wrong size on AZoneManager"); \ #define DUMPER7_ASSERTS_KeyIconWidget_SetIsSelected \ static_assert(alignof(KeyIconWidget_SetIsSelected) == 0x000001, "Wrong alignment on KeyIconWidget_SetIsSelected"); \ static_assert(sizeof(KeyIconWidget_SetIsSelected) == 0x000001, "Wrong size on KeyIconWidget_SetIsSelected"); \ static_assert(offsetof(KeyIconWidget_SetIsSelected, _isSelected) == 0x000000, "Member 'KeyIconWidget_SetIsSelected::_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyIconWidget_SetKey \ static_assert(alignof(KeyIconWidget_SetKey) == 0x000008, "Wrong alignment on KeyIconWidget_SetKey"); \ static_assert(sizeof(KeyIconWidget_SetKey) == 0x000018, "Wrong size on KeyIconWidget_SetKey"); \ static_assert(offsetof(KeyIconWidget_SetKey, _key) == 0x000000, "Member 'KeyIconWidget_SetKey::_key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KeyIconWidget_IsKeyboardColumnHidden \ static_assert(alignof(KeyIconWidget_IsKeyboardColumnHidden) == 0x000001, "Wrong alignment on KeyIconWidget_IsKeyboardColumnHidden"); \ static_assert(sizeof(KeyIconWidget_IsKeyboardColumnHidden) == 0x000001, "Wrong size on KeyIconWidget_IsKeyboardColumnHidden"); \ static_assert(offsetof(KeyIconWidget_IsKeyboardColumnHidden, ReturnValue) == 0x000000, "Member 'KeyIconWidget_IsKeyboardColumnHidden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyIconWidget \ static_assert(alignof(UKeyIconWidget) == 0x000008, "Wrong alignment on UKeyIconWidget"); \ static_assert(sizeof(UKeyIconWidget) == 0x000260, "Wrong size on UKeyIconWidget"); \ #define DUMPER7_ASSERTS_LevelScript__OnStreamingGroupSaveLoaded \ static_assert(alignof(LevelScript__OnStreamingGroupSaveLoaded) == 0x000008, "Wrong alignment on LevelScript__OnStreamingGroupSaveLoaded"); \ static_assert(sizeof(LevelScript__OnStreamingGroupSaveLoaded) == 0x000008, "Wrong size on LevelScript__OnStreamingGroupSaveLoaded"); \ static_assert(offsetof(LevelScript__OnStreamingGroupSaveLoaded, _streamingGroup) == 0x000000, "Member 'LevelScript__OnStreamingGroupSaveLoaded::_streamingGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelScript_OnInitialise \ static_assert(alignof(LevelScript_OnInitialise) == 0x000001, "Wrong alignment on LevelScript_OnInitialise"); \ static_assert(sizeof(LevelScript_OnInitialise) == 0x000001, "Wrong size on LevelScript_OnInitialise"); \ static_assert(offsetof(LevelScript_OnInitialise, _chapter) == 0x000000, "Member 'LevelScript_OnInitialise::_chapter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALevelScript \ static_assert(alignof(ALevelScript) == 0x000008, "Wrong alignment on ALevelScript"); \ static_assert(sizeof(ALevelScript) == 0x000230, "Wrong size on ALevelScript"); \ static_assert(offsetof(ALevelScript, m_saveComponent) == 0x000228, "Member 'ALevelScript::m_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_ApplyDamage \ static_assert(alignof(LifeComponent_ApplyDamage) == 0x000008, "Wrong alignment on LifeComponent_ApplyDamage"); \ static_assert(sizeof(LifeComponent_ApplyDamage) == 0x000010, "Wrong size on LifeComponent_ApplyDamage"); \ static_assert(offsetof(LifeComponent_ApplyDamage, _damageApplier) == 0x000000, "Member 'LifeComponent_ApplyDamage::_damageApplier' has a wrong offset!"); \ static_assert(offsetof(LifeComponent_ApplyDamage, _damageAmount) == 0x000008, "Member 'LifeComponent_ApplyDamage::_damageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_IsAlive \ static_assert(alignof(LifeComponent_IsAlive) == 0x000001, "Wrong alignment on LifeComponent_IsAlive"); \ static_assert(sizeof(LifeComponent_IsAlive) == 0x000001, "Wrong size on LifeComponent_IsAlive"); \ static_assert(offsetof(LifeComponent_IsAlive, ReturnValue) == 0x000000, "Member 'LifeComponent_IsAlive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_IsDamageAmountFatal \ static_assert(alignof(LifeComponent_IsDamageAmountFatal) == 0x000004, "Wrong alignment on LifeComponent_IsDamageAmountFatal"); \ static_assert(sizeof(LifeComponent_IsDamageAmountFatal) == 0x000008, "Wrong size on LifeComponent_IsDamageAmountFatal"); \ static_assert(offsetof(LifeComponent_IsDamageAmountFatal, _damageAmount) == 0x000000, "Member 'LifeComponent_IsDamageAmountFatal::_damageAmount' has a wrong offset!"); \ static_assert(offsetof(LifeComponent_IsDamageAmountFatal, ReturnValue) == 0x000004, "Member 'LifeComponent_IsDamageAmountFatal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_Reset \ static_assert(alignof(LifeComponent_Reset) == 0x000004, "Wrong alignment on LifeComponent_Reset"); \ static_assert(sizeof(LifeComponent_Reset) == 0x000004, "Wrong size on LifeComponent_Reset"); \ static_assert(offsetof(LifeComponent_Reset, _life) == 0x000000, "Member 'LifeComponent_Reset::_life' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_SetRegenerationCoolDown \ static_assert(alignof(LifeComponent_SetRegenerationCoolDown) == 0x000004, "Wrong alignment on LifeComponent_SetRegenerationCoolDown"); \ static_assert(sizeof(LifeComponent_SetRegenerationCoolDown) == 0x000004, "Wrong size on LifeComponent_SetRegenerationCoolDown"); \ static_assert(offsetof(LifeComponent_SetRegenerationCoolDown, _lifeRegenerationCoolDown) == 0x000000, "Member 'LifeComponent_SetRegenerationCoolDown::_lifeRegenerationCoolDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_SetRegenerationPerTime \ static_assert(alignof(LifeComponent_SetRegenerationPerTime) == 0x000004, "Wrong alignment on LifeComponent_SetRegenerationPerTime"); \ static_assert(sizeof(LifeComponent_SetRegenerationPerTime) == 0x000004, "Wrong size on LifeComponent_SetRegenerationPerTime"); \ static_assert(offsetof(LifeComponent_SetRegenerationPerTime, _lifeRegenerationPerTime) == 0x000000, "Member 'LifeComponent_SetRegenerationPerTime::_lifeRegenerationPerTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_SetRegenerationTime \ static_assert(alignof(LifeComponent_SetRegenerationTime) == 0x000004, "Wrong alignment on LifeComponent_SetRegenerationTime"); \ static_assert(sizeof(LifeComponent_SetRegenerationTime) == 0x000004, "Wrong size on LifeComponent_SetRegenerationTime"); \ static_assert(offsetof(LifeComponent_SetRegenerationTime, _lifeRegenerationTime) == 0x000000, "Member 'LifeComponent_SetRegenerationTime::_lifeRegenerationTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_SetTakeDamage \ static_assert(alignof(LifeComponent_SetTakeDamage) == 0x000001, "Wrong alignment on LifeComponent_SetTakeDamage"); \ static_assert(sizeof(LifeComponent_SetTakeDamage) == 0x000001, "Wrong size on LifeComponent_SetTakeDamage"); \ static_assert(offsetof(LifeComponent_SetTakeDamage, _canTakeDamage) == 0x000000, "Member 'LifeComponent_SetTakeDamage::_canTakeDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_CanTakeDamage \ static_assert(alignof(LifeComponent_CanTakeDamage) == 0x000001, "Wrong alignment on LifeComponent_CanTakeDamage"); \ static_assert(sizeof(LifeComponent_CanTakeDamage) == 0x000001, "Wrong size on LifeComponent_CanTakeDamage"); \ static_assert(offsetof(LifeComponent_CanTakeDamage, ReturnValue) == 0x000000, "Member 'LifeComponent_CanTakeDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_GetCurrentLife \ static_assert(alignof(LifeComponent_GetCurrentLife) == 0x000004, "Wrong alignment on LifeComponent_GetCurrentLife"); \ static_assert(sizeof(LifeComponent_GetCurrentLife) == 0x000004, "Wrong size on LifeComponent_GetCurrentLife"); \ static_assert(offsetof(LifeComponent_GetCurrentLife, ReturnValue) == 0x000000, "Member 'LifeComponent_GetCurrentLife::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_GetMaxLife \ static_assert(alignof(LifeComponent_GetMaxLife) == 0x000004, "Wrong alignment on LifeComponent_GetMaxLife"); \ static_assert(sizeof(LifeComponent_GetMaxLife) == 0x000004, "Wrong size on LifeComponent_GetMaxLife"); \ static_assert(offsetof(LifeComponent_GetMaxLife, ReturnValue) == 0x000000, "Member 'LifeComponent_GetMaxLife::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_GetRegenerationCoolDown \ static_assert(alignof(LifeComponent_GetRegenerationCoolDown) == 0x000004, "Wrong alignment on LifeComponent_GetRegenerationCoolDown"); \ static_assert(sizeof(LifeComponent_GetRegenerationCoolDown) == 0x000004, "Wrong size on LifeComponent_GetRegenerationCoolDown"); \ static_assert(offsetof(LifeComponent_GetRegenerationCoolDown, ReturnValue) == 0x000000, "Member 'LifeComponent_GetRegenerationCoolDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_GetRegenerationPerTime \ static_assert(alignof(LifeComponent_GetRegenerationPerTime) == 0x000004, "Wrong alignment on LifeComponent_GetRegenerationPerTime"); \ static_assert(sizeof(LifeComponent_GetRegenerationPerTime) == 0x000004, "Wrong size on LifeComponent_GetRegenerationPerTime"); \ static_assert(offsetof(LifeComponent_GetRegenerationPerTime, ReturnValue) == 0x000000, "Member 'LifeComponent_GetRegenerationPerTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LifeComponent_GetRegenerationTime \ static_assert(alignof(LifeComponent_GetRegenerationTime) == 0x000004, "Wrong alignment on LifeComponent_GetRegenerationTime"); \ static_assert(sizeof(LifeComponent_GetRegenerationTime) == 0x000004, "Wrong size on LifeComponent_GetRegenerationTime"); \ static_assert(offsetof(LifeComponent_GetRegenerationTime, ReturnValue) == 0x000000, "Member 'LifeComponent_GetRegenerationTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULifeComponent \ static_assert(alignof(ULifeComponent) == 0x000008, "Wrong alignment on ULifeComponent"); \ static_assert(sizeof(ULifeComponent) == 0x000118, "Wrong size on ULifeComponent"); \ static_assert(offsetof(ULifeComponent, OnTakeDamage) == 0x0000B0, "Member 'ULifeComponent::OnTakeDamage' has a wrong offset!"); \ static_assert(offsetof(ULifeComponent, OnKilled) == 0x0000C0, "Member 'ULifeComponent::OnKilled' has a wrong offset!"); \ static_assert(offsetof(ULifeComponent, OnRevived) == 0x0000D0, "Member 'ULifeComponent::OnRevived' has a wrong offset!"); \ static_assert(offsetof(ULifeComponent, OnRegeneration) == 0x0000E0, "Member 'ULifeComponent::OnRegeneration' has a wrong offset!"); \ static_assert(offsetof(ULifeComponent, m_canTakeDamage) == 0x0000F0, "Member 'ULifeComponent::m_canTakeDamage' has a wrong offset!"); \ static_assert(offsetof(ULifeComponent, m_maxLife) == 0x0000F4, "Member 'ULifeComponent::m_maxLife' has a wrong offset!"); \ static_assert(offsetof(ULifeComponent, m_regenerationCoolDownAfterDamage) == 0x0000F8, "Member 'ULifeComponent::m_regenerationCoolDownAfterDamage' has a wrong offset!"); \ static_assert(offsetof(ULifeComponent, m_regenerationTime) == 0x0000FC, "Member 'ULifeComponent::m_regenerationTime' has a wrong offset!"); \ static_assert(offsetof(ULifeComponent, m_regenerationPerTime) == 0x000100, "Member 'ULifeComponent::m_regenerationPerTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UListBoxWidget \ static_assert(alignof(UListBoxWidget) == 0x000008, "Wrong alignment on UListBoxWidget"); \ static_assert(sizeof(UListBoxWidget) == 0x000438, "Wrong size on UListBoxWidget"); \ static_assert(offsetof(UListBoxWidget, SelectionBorder) == 0x0002F0, "Member 'UListBoxWidget::SelectionBorder' has a wrong offset!"); \ static_assert(offsetof(UListBoxWidget, LeftButton) == 0x0002F8, "Member 'UListBoxWidget::LeftButton' has a wrong offset!"); \ static_assert(offsetof(UListBoxWidget, RightButton) == 0x000300, "Member 'UListBoxWidget::RightButton' has a wrong offset!"); \ static_assert(offsetof(UListBoxWidget, Text) == 0x000308, "Member 'UListBoxWidget::Text' has a wrong offset!"); \ static_assert(offsetof(UListBoxWidget, ListBoxText) == 0x000310, "Member 'UListBoxWidget::ListBoxText' has a wrong offset!"); \ static_assert(offsetof(UListBoxWidget, Border) == 0x000318, "Member 'UListBoxWidget::Border' has a wrong offset!"); \ static_assert(offsetof(UListBoxWidget, m_listBoxText) == 0x000320, "Member 'UListBoxWidget::m_listBoxText' has a wrong offset!"); \ static_assert(offsetof(UListBoxWidget, m_selectedTextColor) == 0x000338, "Member 'UListBoxWidget::m_selectedTextColor' has a wrong offset!"); \ static_assert(offsetof(UListBoxWidget, m_selectedSelectionBorderColor) == 0x000348, "Member 'UListBoxWidget::m_selectedSelectionBorderColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULoadingScreenSettings \ static_assert(alignof(ULoadingScreenSettings) == 0x000008, "Wrong alignment on ULoadingScreenSettings"); \ static_assert(sizeof(ULoadingScreenSettings) == 0x000048, "Wrong size on ULoadingScreenSettings"); \ static_assert(offsetof(ULoadingScreenSettings, TimeWithoutLoadingBeforeEndingScreen) == 0x000028, "Member 'ULoadingScreenSettings::TimeWithoutLoadingBeforeEndingScreen' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, LoadingScreenSound) == 0x000030, "Member 'ULoadingScreenSettings::LoadingScreenSound' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, LoadingScreenSoundVolume) == 0x000038, "Member 'ULoadingScreenSettings::LoadingScreenSoundVolume' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, LoadingScreenSoundFadeInDuration) == 0x00003C, "Member 'ULoadingScreenSettings::LoadingScreenSoundFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, LoadingScreenSoundFadeOutDuration) == 0x000040, "Member 'ULoadingScreenSettings::LoadingScreenSoundFadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LoadingScreenSubsystem_IsLoadingScreenOn \ static_assert(alignof(LoadingScreenSubsystem_IsLoadingScreenOn) == 0x000001, "Wrong alignment on LoadingScreenSubsystem_IsLoadingScreenOn"); \ static_assert(sizeof(LoadingScreenSubsystem_IsLoadingScreenOn) == 0x000001, "Wrong size on LoadingScreenSubsystem_IsLoadingScreenOn"); \ static_assert(offsetof(LoadingScreenSubsystem_IsLoadingScreenOn, ReturnValue) == 0x000000, "Member 'LoadingScreenSubsystem_IsLoadingScreenOn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULoadingScreenSubsystem \ static_assert(alignof(ULoadingScreenSubsystem) == 0x000008, "Wrong alignment on ULoadingScreenSubsystem"); \ static_assert(sizeof(ULoadingScreenSubsystem) == 0x000080, "Wrong size on ULoadingScreenSubsystem"); \ static_assert(offsetof(ULoadingScreenSubsystem, m_loadingAudio) == 0x000068, "Member 'ULoadingScreenSubsystem::m_loadingAudio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHKLoadingScreen \ static_assert(alignof(UHKLoadingScreen) == 0x000008, "Wrong alignment on UHKLoadingScreen"); \ static_assert(sizeof(UHKLoadingScreen) == 0x000108, "Wrong size on UHKLoadingScreen"); \ #define DUMPER7_ASSERTS_LookAtInterface_GetLookAtOffset \ static_assert(alignof(LookAtInterface_GetLookAtOffset) == 0x000004, "Wrong alignment on LookAtInterface_GetLookAtOffset"); \ static_assert(sizeof(LookAtInterface_GetLookAtOffset) == 0x00000C, "Wrong size on LookAtInterface_GetLookAtOffset"); \ static_assert(offsetof(LookAtInterface_GetLookAtOffset, ReturnValue) == 0x000000, "Member 'LookAtInterface_GetLookAtOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ILookAtInterface \ static_assert(alignof(ILookAtInterface) == 0x000001, "Wrong alignment on ILookAtInterface"); \ static_assert(sizeof(ILookAtInterface) == 0x000001, "Wrong size on ILookAtInterface"); \ #define DUMPER7_ASSERTS_LootableComponent_HasID \ static_assert(alignof(LootableComponent_HasID) == 0x000004, "Wrong alignment on LootableComponent_HasID"); \ static_assert(sizeof(LootableComponent_HasID) == 0x00000C, "Wrong size on LootableComponent_HasID"); \ static_assert(offsetof(LootableComponent_HasID, _id) == 0x000000, "Member 'LootableComponent_HasID::_id' has a wrong offset!"); \ static_assert(offsetof(LootableComponent_HasID, ReturnValue) == 0x000008, "Member 'LootableComponent_HasID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULootableComponent \ static_assert(alignof(ULootableComponent) == 0x000010, "Wrong alignment on ULootableComponent"); \ static_assert(sizeof(ULootableComponent) == 0x0005F0, "Wrong size on ULootableComponent"); \ static_assert(offsetof(ULootableComponent, OnLooted) == 0x0005A0, "Member 'ULootableComponent::OnLooted' has a wrong offset!"); \ static_assert(offsetof(ULootableComponent, OnDroped) == 0x0005B0, "Member 'ULootableComponent::OnDroped' has a wrong offset!"); \ static_assert(offsetof(ULootableComponent, Icon) == 0x0005C0, "Member 'ULootableComponent::Icon' has a wrong offset!"); \ static_assert(offsetof(ULootableComponent, ID) == 0x0005C8, "Member 'ULootableComponent::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMainMenuWidget \ static_assert(alignof(UMainMenuWidget) == 0x000008, "Wrong alignment on UMainMenuWidget"); \ static_assert(sizeof(UMainMenuWidget) == 0x0003E8, "Wrong size on UMainMenuWidget"); \ static_assert(offsetof(UMainMenuWidget, StartButton) == 0x0002F0, "Member 'UMainMenuWidget::StartButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, OptionsButton) == 0x0002F8, "Member 'UMainMenuWidget::OptionsButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, CreditsButton) == 0x000300, "Member 'UMainMenuWidget::CreditsButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, QuitButton) == 0x000308, "Member 'UMainMenuWidget::QuitButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, SelectButton) == 0x000310, "Member 'UMainMenuWidget::SelectButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, BackButton) == 0x000318, "Member 'UMainMenuWidget::BackButton' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, VersionText) == 0x000320, "Member 'UMainMenuWidget::VersionText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, GamertagText) == 0x000328, "Member 'UMainMenuWidget::GamertagText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, ChapterImages) == 0x000330, "Member 'UMainMenuWidget::ChapterImages' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, m_creditsLevel) == 0x000380, "Member 'UMainMenuWidget::m_creditsLevel' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, m_quitDialogText) == 0x0003A8, "Member 'UMainMenuWidget::m_quitDialogText' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, m_fadeBeginColor) == 0x0003C0, "Member 'UMainMenuWidget::m_fadeBeginColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, m_fadeEndColor) == 0x0003D0, "Member 'UMainMenuWidget::m_fadeEndColor' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, m_fadeDuration) == 0x0003E0, "Member 'UMainMenuWidget::m_fadeDuration' has a wrong offset!"); \ static_assert(offsetof(UMainMenuWidget, m_creditsFadeDuration) == 0x0003E4, "Member 'UMainMenuWidget::m_creditsFadeDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMenuGameMode \ static_assert(alignof(AMenuGameMode) == 0x000008, "Wrong alignment on AMenuGameMode"); \ static_assert(sizeof(AMenuGameMode) == 0x0002C8, "Wrong size on AMenuGameMode"); \ #define DUMPER7_ASSERTS_NoisableComponent_OnNoise \ static_assert(alignof(NoisableComponent_OnNoise) == 0x000008, "Wrong alignment on NoisableComponent_OnNoise"); \ static_assert(sizeof(NoisableComponent_OnNoise) == 0x000020, "Wrong size on NoisableComponent_OnNoise"); \ static_assert(offsetof(NoisableComponent_OnNoise, _location) == 0x000000, "Member 'NoisableComponent_OnNoise::_location' has a wrong offset!"); \ static_assert(offsetof(NoisableComponent_OnNoise, _emitter) == 0x000010, "Member 'NoisableComponent_OnNoise::_emitter' has a wrong offset!"); \ static_assert(offsetof(NoisableComponent_OnNoise, ReturnValue) == 0x000018, "Member 'NoisableComponent_OnNoise::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NoisableComponent_SetEnabled \ static_assert(alignof(NoisableComponent_SetEnabled) == 0x000001, "Wrong alignment on NoisableComponent_SetEnabled"); \ static_assert(sizeof(NoisableComponent_SetEnabled) == 0x000001, "Wrong size on NoisableComponent_SetEnabled"); \ static_assert(offsetof(NoisableComponent_SetEnabled, _enable) == 0x000000, "Member 'NoisableComponent_SetEnabled::_enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NoisableComponent_IsEnabled \ static_assert(alignof(NoisableComponent_IsEnabled) == 0x000001, "Wrong alignment on NoisableComponent_IsEnabled"); \ static_assert(sizeof(NoisableComponent_IsEnabled) == 0x000001, "Wrong size on NoisableComponent_IsEnabled"); \ static_assert(offsetof(NoisableComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'NoisableComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNoisableComponent \ static_assert(alignof(UNoisableComponent) == 0x000010, "Wrong alignment on UNoisableComponent"); \ static_assert(sizeof(UNoisableComponent) == 0x000490, "Wrong size on UNoisableComponent"); \ static_assert(offsetof(UNoisableComponent, OnNoised) == 0x000478, "Member 'UNoisableComponent::OnNoised' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeowableComponent \ static_assert(alignof(UMeowableComponent) == 0x000010, "Wrong alignment on UMeowableComponent"); \ static_assert(sizeof(UMeowableComponent) == 0x000490, "Wrong size on UMeowableComponent"); \ #define DUMPER7_ASSERTS_MovingActorComponent__OnAfterLoaded \ static_assert(alignof(MovingActorComponent__OnAfterLoaded) == 0x000008, "Wrong alignment on MovingActorComponent__OnAfterLoaded"); \ static_assert(sizeof(MovingActorComponent__OnAfterLoaded) == 0x000008, "Wrong size on MovingActorComponent__OnAfterLoaded"); \ static_assert(offsetof(MovingActorComponent__OnAfterLoaded, _saveComponent) == 0x000000, "Member 'MovingActorComponent__OnAfterLoaded::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovingActorComponent_PredictTransform \ static_assert(alignof(MovingActorComponent_PredictTransform) == 0x000010, "Wrong alignment on MovingActorComponent_PredictTransform"); \ static_assert(sizeof(MovingActorComponent_PredictTransform) == 0x000070, "Wrong size on MovingActorComponent_PredictTransform"); \ static_assert(offsetof(MovingActorComponent_PredictTransform, _transform) == 0x000000, "Member 'MovingActorComponent_PredictTransform::_transform' has a wrong offset!"); \ static_assert(offsetof(MovingActorComponent_PredictTransform, _dt) == 0x000030, "Member 'MovingActorComponent_PredictTransform::_dt' has a wrong offset!"); \ static_assert(offsetof(MovingActorComponent_PredictTransform, ReturnValue) == 0x000040, "Member 'MovingActorComponent_PredictTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovingActorComponent \ static_assert(alignof(UMovingActorComponent) == 0x000008, "Wrong alignment on UMovingActorComponent"); \ static_assert(sizeof(UMovingActorComponent) == 0x000180, "Wrong size on UMovingActorComponent"); \ #define DUMPER7_ASSERTS_UPauseMenuWidget \ static_assert(alignof(UPauseMenuWidget) == 0x000008, "Wrong alignment on UPauseMenuWidget"); \ static_assert(sizeof(UPauseMenuWidget) == 0x0003D8, "Wrong size on UPauseMenuWidget"); \ static_assert(offsetof(UPauseMenuWidget, ResumeButton) == 0x0002F0, "Member 'UPauseMenuWidget::ResumeButton' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, OptionsButton) == 0x0002F8, "Member 'UPauseMenuWidget::OptionsButton' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, ReloadCheckpointButton) == 0x000300, "Member 'UPauseMenuWidget::ReloadCheckpointButton' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, QuitButton) == 0x000308, "Member 'UPauseMenuWidget::QuitButton' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, SelectButton) == 0x000310, "Member 'UPauseMenuWidget::SelectButton' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, BackButton) == 0x000318, "Member 'UPauseMenuWidget::BackButton' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, VersionText) == 0x000320, "Member 'UPauseMenuWidget::VersionText' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, LastCheckPointTime) == 0x000328, "Member 'UPauseMenuWidget::LastCheckPointTime' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, m_lastCheckPointTimeText) == 0x000330, "Member 'UPauseMenuWidget::m_lastCheckPointTimeText' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, m_reloadCheckpointDialogText) == 0x000348, "Member 'UPauseMenuWidget::m_reloadCheckpointDialogText' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, m_reloadCheckpointDurationText) == 0x000360, "Member 'UPauseMenuWidget::m_reloadCheckpointDurationText' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, m_reloadCheckpointTimeText) == 0x000378, "Member 'UPauseMenuWidget::m_reloadCheckpointTimeText' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, m_noCheckpointDialogText) == 0x000390, "Member 'UPauseMenuWidget::m_noCheckpointDialogText' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, m_backButtonDialogText) == 0x0003A8, "Member 'UPauseMenuWidget::m_backButtonDialogText' has a wrong offset!"); \ static_assert(offsetof(UPauseMenuWidget, m_quitDialogText) == 0x0003C0, "Member 'UPauseMenuWidget::m_quitDialogText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoto \ static_assert(alignof(UPhoto) == 0x000008, "Wrong alignment on UPhoto"); \ static_assert(sizeof(UPhoto) == 0x000040, "Wrong size on UPhoto"); \ static_assert(offsetof(UPhoto, ScannedNames) == 0x000028, "Member 'UPhoto::ScannedNames' has a wrong offset!"); \ static_assert(offsetof(UPhoto, Texture) == 0x000038, "Member 'UPhoto::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent__OnMeshHit \ static_assert(alignof(PhysicsEventsComponent__OnMeshHit) == 0x000008, "Wrong alignment on PhysicsEventsComponent__OnMeshHit"); \ static_assert(sizeof(PhysicsEventsComponent__OnMeshHit) == 0x0000B0, "Wrong size on PhysicsEventsComponent__OnMeshHit"); \ static_assert(offsetof(PhysicsEventsComponent__OnMeshHit, _hitComponent) == 0x000000, "Member 'PhysicsEventsComponent__OnMeshHit::_hitComponent' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent__OnMeshHit, _otherActor) == 0x000008, "Member 'PhysicsEventsComponent__OnMeshHit::_otherActor' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent__OnMeshHit, _otherComp) == 0x000010, "Member 'PhysicsEventsComponent__OnMeshHit::_otherComp' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent__OnMeshHit, _normalImpulse) == 0x000018, "Member 'PhysicsEventsComponent__OnMeshHit::_normalImpulse' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent__OnMeshHit, _hit) == 0x000024, "Member 'PhysicsEventsComponent__OnMeshHit::_hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_OnImpact \ static_assert(alignof(PhysicsEventsComponent_OnImpact) == 0x000004, "Wrong alignment on PhysicsEventsComponent_OnImpact"); \ static_assert(sizeof(PhysicsEventsComponent_OnImpact) == 0x000014, "Wrong size on PhysicsEventsComponent_OnImpact"); \ static_assert(offsetof(PhysicsEventsComponent_OnImpact, _location) == 0x000000, "Member 'PhysicsEventsComponent_OnImpact::_location' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent_OnImpact, _amplitude) == 0x00000C, "Member 'PhysicsEventsComponent_OnImpact::_amplitude' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent_OnImpact, _surfaceType) == 0x000010, "Member 'PhysicsEventsComponent_OnImpact::_surfaceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_OnMeshSleep \ static_assert(alignof(PhysicsEventsComponent_OnMeshSleep) == 0x000008, "Wrong alignment on PhysicsEventsComponent_OnMeshSleep"); \ static_assert(sizeof(PhysicsEventsComponent_OnMeshSleep) == 0x000010, "Wrong size on PhysicsEventsComponent_OnMeshSleep"); \ static_assert(offsetof(PhysicsEventsComponent_OnMeshSleep, _wakingComponent) == 0x000000, "Member 'PhysicsEventsComponent_OnMeshSleep::_wakingComponent' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent_OnMeshSleep, _boneName) == 0x000008, "Member 'PhysicsEventsComponent_OnMeshSleep::_boneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_OnMeshWake \ static_assert(alignof(PhysicsEventsComponent_OnMeshWake) == 0x000008, "Wrong alignment on PhysicsEventsComponent_OnMeshWake"); \ static_assert(sizeof(PhysicsEventsComponent_OnMeshWake) == 0x000010, "Wrong size on PhysicsEventsComponent_OnMeshWake"); \ static_assert(offsetof(PhysicsEventsComponent_OnMeshWake, _wakingComponent) == 0x000000, "Member 'PhysicsEventsComponent_OnMeshWake::_wakingComponent' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent_OnMeshWake, _boneName) == 0x000008, "Member 'PhysicsEventsComponent_OnMeshWake::_boneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_SetAttachMeshComponent \ static_assert(alignof(PhysicsEventsComponent_SetAttachMeshComponent) == 0x000008, "Wrong alignment on PhysicsEventsComponent_SetAttachMeshComponent"); \ static_assert(sizeof(PhysicsEventsComponent_SetAttachMeshComponent) == 0x000008, "Wrong size on PhysicsEventsComponent_SetAttachMeshComponent"); \ static_assert(offsetof(PhysicsEventsComponent_SetAttachMeshComponent, _mesh) == 0x000000, "Member 'PhysicsEventsComponent_SetAttachMeshComponent::_mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_ComputeRollingIntensity \ static_assert(alignof(PhysicsEventsComponent_ComputeRollingIntensity) == 0x000004, "Wrong alignment on PhysicsEventsComponent_ComputeRollingIntensity"); \ static_assert(sizeof(PhysicsEventsComponent_ComputeRollingIntensity) == 0x000004, "Wrong size on PhysicsEventsComponent_ComputeRollingIntensity"); \ static_assert(offsetof(PhysicsEventsComponent_ComputeRollingIntensity, ReturnValue) == 0x000000, "Member 'PhysicsEventsComponent_ComputeRollingIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_ComputeRollingIntensityForMesh \ static_assert(alignof(PhysicsEventsComponent_ComputeRollingIntensityForMesh) == 0x000008, "Wrong alignment on PhysicsEventsComponent_ComputeRollingIntensityForMesh"); \ static_assert(sizeof(PhysicsEventsComponent_ComputeRollingIntensityForMesh) == 0x000010, "Wrong size on PhysicsEventsComponent_ComputeRollingIntensityForMesh"); \ static_assert(offsetof(PhysicsEventsComponent_ComputeRollingIntensityForMesh, _mesh) == 0x000000, "Member 'PhysicsEventsComponent_ComputeRollingIntensityForMesh::_mesh' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent_ComputeRollingIntensityForMesh, ReturnValue) == 0x000008, "Member 'PhysicsEventsComponent_ComputeRollingIntensityForMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_ComputeSlidingIntensity \ static_assert(alignof(PhysicsEventsComponent_ComputeSlidingIntensity) == 0x000004, "Wrong alignment on PhysicsEventsComponent_ComputeSlidingIntensity"); \ static_assert(sizeof(PhysicsEventsComponent_ComputeSlidingIntensity) == 0x000004, "Wrong size on PhysicsEventsComponent_ComputeSlidingIntensity"); \ static_assert(offsetof(PhysicsEventsComponent_ComputeSlidingIntensity, ReturnValue) == 0x000000, "Member 'PhysicsEventsComponent_ComputeSlidingIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_ComputeSlidingIntensityForMesh \ static_assert(alignof(PhysicsEventsComponent_ComputeSlidingIntensityForMesh) == 0x000008, "Wrong alignment on PhysicsEventsComponent_ComputeSlidingIntensityForMesh"); \ static_assert(sizeof(PhysicsEventsComponent_ComputeSlidingIntensityForMesh) == 0x000010, "Wrong size on PhysicsEventsComponent_ComputeSlidingIntensityForMesh"); \ static_assert(offsetof(PhysicsEventsComponent_ComputeSlidingIntensityForMesh, _mesh) == 0x000000, "Member 'PhysicsEventsComponent_ComputeSlidingIntensityForMesh::_mesh' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent_ComputeSlidingIntensityForMesh, ReturnValue) == 0x000008, "Member 'PhysicsEventsComponent_ComputeSlidingIntensityForMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_ComputeSurfaceMovingIntensity \ static_assert(alignof(PhysicsEventsComponent_ComputeSurfaceMovingIntensity) == 0x000004, "Wrong alignment on PhysicsEventsComponent_ComputeSurfaceMovingIntensity"); \ static_assert(sizeof(PhysicsEventsComponent_ComputeSurfaceMovingIntensity) == 0x000004, "Wrong size on PhysicsEventsComponent_ComputeSurfaceMovingIntensity"); \ static_assert(offsetof(PhysicsEventsComponent_ComputeSurfaceMovingIntensity, ReturnValue) == 0x000000, "Member 'PhysicsEventsComponent_ComputeSurfaceMovingIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_ComputeSurfaceMovingIntensityForMesh \ static_assert(alignof(PhysicsEventsComponent_ComputeSurfaceMovingIntensityForMesh) == 0x000008, "Wrong alignment on PhysicsEventsComponent_ComputeSurfaceMovingIntensityForMesh"); \ static_assert(sizeof(PhysicsEventsComponent_ComputeSurfaceMovingIntensityForMesh) == 0x000010, "Wrong size on PhysicsEventsComponent_ComputeSurfaceMovingIntensityForMesh"); \ static_assert(offsetof(PhysicsEventsComponent_ComputeSurfaceMovingIntensityForMesh, _mesh) == 0x000000, "Member 'PhysicsEventsComponent_ComputeSurfaceMovingIntensityForMesh::_mesh' has a wrong offset!"); \ static_assert(offsetof(PhysicsEventsComponent_ComputeSurfaceMovingIntensityForMesh, ReturnValue) == 0x000008, "Member 'PhysicsEventsComponent_ComputeSurfaceMovingIntensityForMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_GetAttachMeshComponent \ static_assert(alignof(PhysicsEventsComponent_GetAttachMeshComponent) == 0x000008, "Wrong alignment on PhysicsEventsComponent_GetAttachMeshComponent"); \ static_assert(sizeof(PhysicsEventsComponent_GetAttachMeshComponent) == 0x000008, "Wrong size on PhysicsEventsComponent_GetAttachMeshComponent"); \ static_assert(offsetof(PhysicsEventsComponent_GetAttachMeshComponent, ReturnValue) == 0x000000, "Member 'PhysicsEventsComponent_GetAttachMeshComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_GetCurrentHitAmplitude \ static_assert(alignof(PhysicsEventsComponent_GetCurrentHitAmplitude) == 0x000004, "Wrong alignment on PhysicsEventsComponent_GetCurrentHitAmplitude"); \ static_assert(sizeof(PhysicsEventsComponent_GetCurrentHitAmplitude) == 0x000004, "Wrong size on PhysicsEventsComponent_GetCurrentHitAmplitude"); \ static_assert(offsetof(PhysicsEventsComponent_GetCurrentHitAmplitude, ReturnValue) == 0x000000, "Member 'PhysicsEventsComponent_GetCurrentHitAmplitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_GetCurrentHitLocation \ static_assert(alignof(PhysicsEventsComponent_GetCurrentHitLocation) == 0x000004, "Wrong alignment on PhysicsEventsComponent_GetCurrentHitLocation"); \ static_assert(sizeof(PhysicsEventsComponent_GetCurrentHitLocation) == 0x00000C, "Wrong size on PhysicsEventsComponent_GetCurrentHitLocation"); \ static_assert(offsetof(PhysicsEventsComponent_GetCurrentHitLocation, ReturnValue) == 0x000000, "Member 'PhysicsEventsComponent_GetCurrentHitLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_GetCurrentHitMaterial \ static_assert(alignof(PhysicsEventsComponent_GetCurrentHitMaterial) == 0x000001, "Wrong alignment on PhysicsEventsComponent_GetCurrentHitMaterial"); \ static_assert(sizeof(PhysicsEventsComponent_GetCurrentHitMaterial) == 0x000001, "Wrong size on PhysicsEventsComponent_GetCurrentHitMaterial"); \ static_assert(offsetof(PhysicsEventsComponent_GetCurrentHitMaterial, ReturnValue) == 0x000000, "Member 'PhysicsEventsComponent_GetCurrentHitMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsEventsComponent_IsSurfaceMoving \ static_assert(alignof(PhysicsEventsComponent_IsSurfaceMoving) == 0x000001, "Wrong alignment on PhysicsEventsComponent_IsSurfaceMoving"); \ static_assert(sizeof(PhysicsEventsComponent_IsSurfaceMoving) == 0x000001, "Wrong size on PhysicsEventsComponent_IsSurfaceMoving"); \ static_assert(offsetof(PhysicsEventsComponent_IsSurfaceMoving, ReturnValue) == 0x000000, "Member 'PhysicsEventsComponent_IsSurfaceMoving::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsEventsComponent \ static_assert(alignof(UPhysicsEventsComponent) == 0x000008, "Wrong alignment on UPhysicsEventsComponent"); \ static_assert(sizeof(UPhysicsEventsComponent) == 0x000138, "Wrong size on UPhysicsEventsComponent"); \ static_assert(offsetof(UPhysicsEventsComponent, CanImpact) == 0x0000B0, "Member 'UPhysicsEventsComponent::CanImpact' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, ImpactThreshold) == 0x0000B4, "Member 'UPhysicsEventsComponent::ImpactThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, ImpactMinVelocity) == 0x0000B8, "Member 'UPhysicsEventsComponent::ImpactMinVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, ImpactMaxVelocity) == 0x0000BC, "Member 'UPhysicsEventsComponent::ImpactMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, CanSlide) == 0x0000C0, "Member 'UPhysicsEventsComponent::CanSlide' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, SlidingMinVelocity) == 0x0000C4, "Member 'UPhysicsEventsComponent::SlidingMinVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, SlidingMaxVelocity) == 0x0000C8, "Member 'UPhysicsEventsComponent::SlidingMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, CanRoll) == 0x0000CC, "Member 'UPhysicsEventsComponent::CanRoll' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, RollingMinVelocity) == 0x0000D0, "Member 'UPhysicsEventsComponent::RollingMinVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, RollingMaxVelocity) == 0x0000D4, "Member 'UPhysicsEventsComponent::RollingMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, SurfaceMovingMinVelocity) == 0x0000D8, "Member 'UPhysicsEventsComponent::SurfaceMovingMinVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, SurfaceMovingMaxVelocity) == 0x0000DC, "Member 'UPhysicsEventsComponent::SurfaceMovingMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, Debug) == 0x0000E0, "Member 'UPhysicsEventsComponent::Debug' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, SurfaceMovingBegin) == 0x0000E8, "Member 'UPhysicsEventsComponent::SurfaceMovingBegin' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, SurfaceMovingEnd) == 0x0000F8, "Member 'UPhysicsEventsComponent::SurfaceMovingEnd' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, Impact) == 0x000108, "Member 'UPhysicsEventsComponent::Impact' has a wrong offset!"); \ static_assert(offsetof(UPhysicsEventsComponent, m_meshToObserve) == 0x000118, "Member 'UPhysicsEventsComponent::m_meshToObserve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProximitySweepProbe \ static_assert(alignof(UProximitySweepProbe) == 0x000008, "Wrong alignment on UProximitySweepProbe"); \ static_assert(sizeof(UProximitySweepProbe) == 0x0000F0, "Wrong size on UProximitySweepProbe"); \ #define DUMPER7_ASSERTS_ProximityProbeComponent_GetObstacleDistance \ static_assert(alignof(ProximityProbeComponent_GetObstacleDistance) == 0x000004, "Wrong alignment on ProximityProbeComponent_GetObstacleDistance"); \ static_assert(sizeof(ProximityProbeComponent_GetObstacleDistance) == 0x000008, "Wrong size on ProximityProbeComponent_GetObstacleDistance"); \ static_assert(offsetof(ProximityProbeComponent_GetObstacleDistance, _probeIndex) == 0x000000, "Member 'ProximityProbeComponent_GetObstacleDistance::_probeIndex' has a wrong offset!"); \ static_assert(offsetof(ProximityProbeComponent_GetObstacleDistance, ReturnValue) == 0x000004, "Member 'ProximityProbeComponent_GetObstacleDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProximityProbeComponent_GetObstacleLocation \ static_assert(alignof(ProximityProbeComponent_GetObstacleLocation) == 0x000004, "Wrong alignment on ProximityProbeComponent_GetObstacleLocation"); \ static_assert(sizeof(ProximityProbeComponent_GetObstacleLocation) == 0x000010, "Wrong size on ProximityProbeComponent_GetObstacleLocation"); \ static_assert(offsetof(ProximityProbeComponent_GetObstacleLocation, _probeIndex) == 0x000000, "Member 'ProximityProbeComponent_GetObstacleLocation::_probeIndex' has a wrong offset!"); \ static_assert(offsetof(ProximityProbeComponent_GetObstacleLocation, ReturnValue) == 0x000004, "Member 'ProximityProbeComponent_GetObstacleLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProximityProbeComponent_IsObstacleDetected \ static_assert(alignof(ProximityProbeComponent_IsObstacleDetected) == 0x000001, "Wrong alignment on ProximityProbeComponent_IsObstacleDetected"); \ static_assert(sizeof(ProximityProbeComponent_IsObstacleDetected) == 0x000002, "Wrong size on ProximityProbeComponent_IsObstacleDetected"); \ static_assert(offsetof(ProximityProbeComponent_IsObstacleDetected, _probeIndex) == 0x000000, "Member 'ProximityProbeComponent_IsObstacleDetected::_probeIndex' has a wrong offset!"); \ static_assert(offsetof(ProximityProbeComponent_IsObstacleDetected, ReturnValue) == 0x000001, "Member 'ProximityProbeComponent_IsObstacleDetected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProximityProbeComponent \ static_assert(alignof(UProximityProbeComponent) == 0x000010, "Wrong alignment on UProximityProbeComponent"); \ static_assert(sizeof(UProximityProbeComponent) == 0x0002B0, "Wrong size on UProximityProbeComponent"); \ static_assert(offsetof(UProximityProbeComponent, IgnoreRight) == 0x0001F8, "Member 'UProximityProbeComponent::IgnoreRight' has a wrong offset!"); \ static_assert(offsetof(UProximityProbeComponent, IgnoreLeft) == 0x0001F9, "Member 'UProximityProbeComponent::IgnoreLeft' has a wrong offset!"); \ static_assert(offsetof(UProximityProbeComponent, IgnoreUp) == 0x0001FA, "Member 'UProximityProbeComponent::IgnoreUp' has a wrong offset!"); \ static_assert(offsetof(UProximityProbeComponent, IgnoreDown) == 0x0001FB, "Member 'UProximityProbeComponent::IgnoreDown' has a wrong offset!"); \ static_assert(offsetof(UProximityProbeComponent, IgnoreFront) == 0x0001FC, "Member 'UProximityProbeComponent::IgnoreFront' has a wrong offset!"); \ static_assert(offsetof(UProximityProbeComponent, IgnoreBack) == 0x0001FD, "Member 'UProximityProbeComponent::IgnoreBack' has a wrong offset!"); \ static_assert(offsetof(UProximityProbeComponent, ProbeEndDistance) == 0x000200, "Member 'UProximityProbeComponent::ProbeEndDistance' has a wrong offset!"); \ static_assert(offsetof(UProximityProbeComponent, ProbeStartDistance) == 0x000204, "Member 'UProximityProbeComponent::ProbeStartDistance' has a wrong offset!"); \ static_assert(offsetof(UProximityProbeComponent, ProbeRadius) == 0x000208, "Member 'UProximityProbeComponent::ProbeRadius' has a wrong offset!"); \ static_assert(offsetof(UProximityProbeComponent, TraceChannel) == 0x00020C, "Member 'UProximityProbeComponent::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(UProximityProbeComponent, m_probes) == 0x000210, "Member 'UProximityProbeComponent::m_probes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReticuleWidget \ static_assert(alignof(UReticuleWidget) == 0x000008, "Wrong alignment on UReticuleWidget"); \ static_assert(sizeof(UReticuleWidget) == 0x000320, "Wrong size on UReticuleWidget"); \ static_assert(offsetof(UReticuleWidget, ScaleBox) == 0x0002F8, "Member 'UReticuleWidget::ScaleBox' has a wrong offset!"); \ static_assert(offsetof(UReticuleWidget, DotImage) == 0x000300, "Member 'UReticuleWidget::DotImage' has a wrong offset!"); \ static_assert(offsetof(UReticuleWidget, CircleImage) == 0x000308, "Member 'UReticuleWidget::CircleImage' has a wrong offset!"); \ static_assert(offsetof(UReticuleWidget, CrosshairImage) == 0x000310, "Member 'UReticuleWidget::CrosshairImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URichTextBlockKeyIconDecorator \ static_assert(alignof(URichTextBlockKeyIconDecorator) == 0x000008, "Wrong alignment on URichTextBlockKeyIconDecorator"); \ static_assert(sizeof(URichTextBlockKeyIconDecorator) == 0x000038, "Wrong size on URichTextBlockKeyIconDecorator"); \ static_assert(offsetof(URichTextBlockKeyIconDecorator, m_widgetClass) == 0x000028, "Member 'URichTextBlockKeyIconDecorator::m_widgetClass' has a wrong offset!"); \ static_assert(offsetof(URichTextBlockKeyIconDecorator, m_widget) == 0x000030, "Member 'URichTextBlockKeyIconDecorator::m_widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveComponent_SetEnabled \ static_assert(alignof(SaveComponent_SetEnabled) == 0x000001, "Wrong alignment on SaveComponent_SetEnabled"); \ static_assert(sizeof(SaveComponent_SetEnabled) == 0x000001, "Wrong size on SaveComponent_SetEnabled"); \ static_assert(offsetof(SaveComponent_SetEnabled, _enabled) == 0x000000, "Member 'SaveComponent_SetEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveComponent_IsEnabled \ static_assert(alignof(SaveComponent_IsEnabled) == 0x000001, "Wrong alignment on SaveComponent_IsEnabled"); \ static_assert(sizeof(SaveComponent_IsEnabled) == 0x000001, "Wrong size on SaveComponent_IsEnabled"); \ static_assert(offsetof(SaveComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'SaveComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveComponent_IsRegistered \ static_assert(alignof(SaveComponent_IsRegistered) == 0x000001, "Wrong alignment on SaveComponent_IsRegistered"); \ static_assert(sizeof(SaveComponent_IsRegistered) == 0x000001, "Wrong size on SaveComponent_IsRegistered"); \ static_assert(offsetof(SaveComponent_IsRegistered, ReturnValue) == 0x000000, "Member 'SaveComponent_IsRegistered::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveComponent \ static_assert(alignof(USaveComponent) == 0x000008, "Wrong alignment on USaveComponent"); \ static_assert(sizeof(USaveComponent) == 0x0000E8, "Wrong size on USaveComponent"); \ static_assert(offsetof(USaveComponent, BeforeSaved) == 0x0000B0, "Member 'USaveComponent::BeforeSaved' has a wrong offset!"); \ static_assert(offsetof(USaveComponent, AfterLoaded) == 0x0000C0, "Member 'USaveComponent::AfterLoaded' has a wrong offset!"); \ static_assert(offsetof(USaveComponent, m_enabled) == 0x0000D0, "Member 'USaveComponent::m_enabled' has a wrong offset!"); \ static_assert(offsetof(USaveComponent, m_doSaveTransforms) == 0x0000D1, "Member 'USaveComponent::m_doSaveTransforms' has a wrong offset!"); \ static_assert(offsetof(USaveComponent, m_levelNameOverride) == 0x0000D4, "Member 'USaveComponent::m_levelNameOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveGameDataAsset \ static_assert(alignof(USaveGameDataAsset) == 0x000008, "Wrong alignment on USaveGameDataAsset"); \ static_assert(sizeof(USaveGameDataAsset) == 0x000048, "Wrong size on USaveGameDataAsset"); \ static_assert(offsetof(USaveGameDataAsset, saveName) == 0x000030, "Member 'USaveGameDataAsset::saveName' has a wrong offset!"); \ static_assert(offsetof(USaveGameDataAsset, SaveGame) == 0x000040, "Member 'USaveGameDataAsset::SaveGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveIconWidget \ static_assert(alignof(USaveIconWidget) == 0x000008, "Wrong alignment on USaveIconWidget"); \ static_assert(sizeof(USaveIconWidget) == 0x000310, "Wrong size on USaveIconWidget"); \ static_assert(offsetof(USaveIconWidget, m_minimumFlashingDuration) == 0x0002F8, "Member 'USaveIconWidget::m_minimumFlashingDuration' has a wrong offset!"); \ static_assert(offsetof(USaveIconWidget, m_minimumFlashingOpacity) == 0x0002FC, "Member 'USaveIconWidget::m_minimumFlashingOpacity' has a wrong offset!"); \ static_assert(offsetof(USaveIconWidget, m_maximumFlashingOpacity) == 0x000300, "Member 'USaveIconWidget::m_maximumFlashingOpacity' has a wrong offset!"); \ static_assert(offsetof(USaveIconWidget, m_flashingSpeed) == 0x000304, "Member 'USaveIconWidget::m_flashingSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveSlotWidget \ static_assert(alignof(USaveSlotWidget) == 0x000008, "Wrong alignment on USaveSlotWidget"); \ static_assert(sizeof(USaveSlotWidget) == 0x000460, "Wrong size on USaveSlotWidget"); \ static_assert(offsetof(USaveSlotWidget, ChapterImageBackground) == 0x0002F0, "Member 'USaveSlotWidget::ChapterImageBackground' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, ChapterImageSelectionBackground) == 0x0002F8, "Member 'USaveSlotWidget::ChapterImageSelectionBackground' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, MainButton) == 0x000300, "Member 'USaveSlotWidget::MainButton' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, ImageText) == 0x000308, "Member 'USaveSlotWidget::ImageText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, TitleText) == 0x000310, "Member 'USaveSlotWidget::TitleText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, ChapterText) == 0x000318, "Member 'USaveSlotWidget::ChapterText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, DurationText) == 0x000320, "Member 'USaveSlotWidget::DurationText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, MemoryText) == 0x000328, "Member 'USaveSlotWidget::MemoryText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, StartButtonText) == 0x000330, "Member 'USaveSlotWidget::StartButtonText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, MenuBox) == 0x000338, "Member 'USaveSlotWidget::MenuBox' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, StartButton) == 0x000340, "Member 'USaveSlotWidget::StartButton' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, ChapterButton) == 0x000348, "Member 'USaveSlotWidget::ChapterButton' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, ClearButton) == 0x000350, "Member 'USaveSlotWidget::ClearButton' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, m_emptySaveSlotImage) == 0x000358, "Member 'USaveSlotWidget::m_emptySaveSlotImage' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, m_unSelectedOpacity) == 0x000360, "Member 'USaveSlotWidget::m_unSelectedOpacity' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, m_slotTitleText) == 0x000368, "Member 'USaveSlotWidget::m_slotTitleText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, m_memoryText) == 0x000380, "Member 'USaveSlotWidget::m_memoryText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, m_clearSlotDialogText) == 0x000398, "Member 'USaveSlotWidget::m_clearSlotDialogText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, m_startGameText) == 0x0003B0, "Member 'USaveSlotWidget::m_startGameText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, m_newGameText) == 0x0003C8, "Member 'USaveSlotWidget::m_newGameText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, m_continueText) == 0x0003E0, "Member 'USaveSlotWidget::m_continueText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, m_durationText) == 0x0003F8, "Member 'USaveSlotWidget::m_durationText' has a wrong offset!"); \ static_assert(offsetof(USaveSlotWidget, m_slotInfo) == 0x000410, "Member 'USaveSlotWidget::m_slotInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScriptedJump__OnEntryBeginOverlap \ static_assert(alignof(ScriptedJump__OnEntryBeginOverlap) == 0x000008, "Wrong alignment on ScriptedJump__OnEntryBeginOverlap"); \ static_assert(sizeof(ScriptedJump__OnEntryBeginOverlap) == 0x0000A8, "Wrong size on ScriptedJump__OnEntryBeginOverlap"); \ static_assert(offsetof(ScriptedJump__OnEntryBeginOverlap, _overlappedComponent) == 0x000000, "Member 'ScriptedJump__OnEntryBeginOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ScriptedJump__OnEntryBeginOverlap, _otherActor) == 0x000008, "Member 'ScriptedJump__OnEntryBeginOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(ScriptedJump__OnEntryBeginOverlap, _otherComp) == 0x000010, "Member 'ScriptedJump__OnEntryBeginOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(ScriptedJump__OnEntryBeginOverlap, _otherBodyIndex) == 0x000018, "Member 'ScriptedJump__OnEntryBeginOverlap::_otherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ScriptedJump__OnEntryBeginOverlap, _bFromSweep) == 0x00001C, "Member 'ScriptedJump__OnEntryBeginOverlap::_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ScriptedJump__OnEntryBeginOverlap, _sweepResult) == 0x000020, "Member 'ScriptedJump__OnEntryBeginOverlap::_sweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScriptedJump__OnEntryEndOverlap \ static_assert(alignof(ScriptedJump__OnEntryEndOverlap) == 0x000008, "Wrong alignment on ScriptedJump__OnEntryEndOverlap"); \ static_assert(sizeof(ScriptedJump__OnEntryEndOverlap) == 0x000020, "Wrong size on ScriptedJump__OnEntryEndOverlap"); \ static_assert(offsetof(ScriptedJump__OnEntryEndOverlap, _overlappedComponent) == 0x000000, "Member 'ScriptedJump__OnEntryEndOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ScriptedJump__OnEntryEndOverlap, _otherActor) == 0x000008, "Member 'ScriptedJump__OnEntryEndOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(ScriptedJump__OnEntryEndOverlap, _otherComp) == 0x000010, "Member 'ScriptedJump__OnEntryEndOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(ScriptedJump__OnEntryEndOverlap, _otherBodyIndex) == 0x000018, "Member 'ScriptedJump__OnEntryEndOverlap::_otherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScriptedJump_ViewportTick \ static_assert(alignof(ScriptedJump_ViewportTick) == 0x000004, "Wrong alignment on ScriptedJump_ViewportTick"); \ static_assert(sizeof(ScriptedJump_ViewportTick) == 0x000004, "Wrong size on ScriptedJump_ViewportTick"); \ static_assert(offsetof(ScriptedJump_ViewportTick, _dt) == 0x000000, "Member 'ScriptedJump_ViewportTick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScriptedJump_GetDownEntry \ static_assert(alignof(ScriptedJump_GetDownEntry) == 0x000008, "Wrong alignment on ScriptedJump_GetDownEntry"); \ static_assert(sizeof(ScriptedJump_GetDownEntry) == 0x000008, "Wrong size on ScriptedJump_GetDownEntry"); \ static_assert(offsetof(ScriptedJump_GetDownEntry, ReturnValue) == 0x000000, "Member 'ScriptedJump_GetDownEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScriptedJump_GetUpEntry \ static_assert(alignof(ScriptedJump_GetUpEntry) == 0x000008, "Wrong alignment on ScriptedJump_GetUpEntry"); \ static_assert(sizeof(ScriptedJump_GetUpEntry) == 0x000008, "Wrong size on ScriptedJump_GetUpEntry"); \ static_assert(offsetof(ScriptedJump_GetUpEntry, ReturnValue) == 0x000000, "Member 'ScriptedJump_GetUpEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AScriptedJump \ static_assert(alignof(AScriptedJump) == 0x000008, "Wrong alignment on AScriptedJump"); \ static_assert(sizeof(AScriptedJump) == 0x000298, "Wrong size on AScriptedJump"); \ static_assert(offsetof(AScriptedJump, m_root) == 0x000228, "Member 'AScriptedJump::m_root' has a wrong offset!"); \ static_assert(offsetof(AScriptedJump, m_begin) == 0x000230, "Member 'AScriptedJump::m_begin' has a wrong offset!"); \ static_assert(offsetof(AScriptedJump, m_animationBegin) == 0x000238, "Member 'AScriptedJump::m_animationBegin' has a wrong offset!"); \ static_assert(offsetof(AScriptedJump, m_end) == 0x000240, "Member 'AScriptedJump::m_end' has a wrong offset!"); \ static_assert(offsetof(AScriptedJump, m_animationEnd) == 0x000248, "Member 'AScriptedJump::m_animationEnd' has a wrong offset!"); \ static_assert(offsetof(AScriptedJump, m_entryRadius) == 0x000260, "Member 'AScriptedJump::m_entryRadius' has a wrong offset!"); \ static_assert(offsetof(AScriptedJump, m_entryAngle) == 0x000264, "Member 'AScriptedJump::m_entryAngle' has a wrong offset!"); \ static_assert(offsetof(AScriptedJump, m_forwardAnimation) == 0x000268, "Member 'AScriptedJump::m_forwardAnimation' has a wrong offset!"); \ static_assert(offsetof(AScriptedJump, m_backAnimation) == 0x000270, "Member 'AScriptedJump::m_backAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SentinelProjectile__OnProjectileHit \ static_assert(alignof(SentinelProjectile__OnProjectileHit) == 0x000004, "Wrong alignment on SentinelProjectile__OnProjectileHit"); \ static_assert(sizeof(SentinelProjectile__OnProjectileHit) == 0x000088, "Wrong size on SentinelProjectile__OnProjectileHit"); \ static_assert(offsetof(SentinelProjectile__OnProjectileHit, _hitResult) == 0x000000, "Member 'SentinelProjectile__OnProjectileHit::_hitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SentinelProjectile_GetCurrentMode \ static_assert(alignof(SentinelProjectile_GetCurrentMode) == 0x000001, "Wrong alignment on SentinelProjectile_GetCurrentMode"); \ static_assert(sizeof(SentinelProjectile_GetCurrentMode) == 0x000001, "Wrong size on SentinelProjectile_GetCurrentMode"); \ static_assert(offsetof(SentinelProjectile_GetCurrentMode, ReturnValue) == 0x000000, "Member 'SentinelProjectile_GetCurrentMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SentinelProjectile_GetHitResult \ static_assert(alignof(SentinelProjectile_GetHitResult) == 0x000004, "Wrong alignment on SentinelProjectile_GetHitResult"); \ static_assert(sizeof(SentinelProjectile_GetHitResult) == 0x000088, "Wrong size on SentinelProjectile_GetHitResult"); \ static_assert(offsetof(SentinelProjectile_GetHitResult, ReturnValue) == 0x000000, "Member 'SentinelProjectile_GetHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SentinelProjectile_OnProjectileHit \ static_assert(alignof(SentinelProjectile_OnProjectileHit) == 0x000004, "Wrong alignment on SentinelProjectile_OnProjectileHit"); \ static_assert(sizeof(SentinelProjectile_OnProjectileHit) == 0x000088, "Wrong size on SentinelProjectile_OnProjectileHit"); \ static_assert(offsetof(SentinelProjectile_OnProjectileHit, _hitResult) == 0x000000, "Member 'SentinelProjectile_OnProjectileHit::_hitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SentinelProjectile_Projectile_InAir_Tick \ static_assert(alignof(SentinelProjectile_Projectile_InAir_Tick) == 0x000004, "Wrong alignment on SentinelProjectile_Projectile_InAir_Tick"); \ static_assert(sizeof(SentinelProjectile_Projectile_InAir_Tick) == 0x000004, "Wrong size on SentinelProjectile_Projectile_InAir_Tick"); \ static_assert(offsetof(SentinelProjectile_Projectile_InAir_Tick, _dt) == 0x000000, "Member 'SentinelProjectile_Projectile_InAir_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SentinelProjectile_Projectile_None_Tick \ static_assert(alignof(SentinelProjectile_Projectile_None_Tick) == 0x000004, "Wrong alignment on SentinelProjectile_Projectile_None_Tick"); \ static_assert(sizeof(SentinelProjectile_Projectile_None_Tick) == 0x000004, "Wrong size on SentinelProjectile_Projectile_None_Tick"); \ static_assert(offsetof(SentinelProjectile_Projectile_None_Tick, _dt) == 0x000000, "Member 'SentinelProjectile_Projectile_None_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SentinelProjectile_Projectile_Snapped_Tick \ static_assert(alignof(SentinelProjectile_Projectile_Snapped_Tick) == 0x000004, "Wrong alignment on SentinelProjectile_Projectile_Snapped_Tick"); \ static_assert(sizeof(SentinelProjectile_Projectile_Snapped_Tick) == 0x000004, "Wrong size on SentinelProjectile_Projectile_Snapped_Tick"); \ static_assert(offsetof(SentinelProjectile_Projectile_Snapped_Tick, _dt) == 0x000000, "Member 'SentinelProjectile_Projectile_Snapped_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SentinelProjectile_Projectile_WaitingDestroy_Tick \ static_assert(alignof(SentinelProjectile_Projectile_WaitingDestroy_Tick) == 0x000004, "Wrong alignment on SentinelProjectile_Projectile_WaitingDestroy_Tick"); \ static_assert(sizeof(SentinelProjectile_Projectile_WaitingDestroy_Tick) == 0x000004, "Wrong size on SentinelProjectile_Projectile_WaitingDestroy_Tick"); \ static_assert(offsetof(SentinelProjectile_Projectile_WaitingDestroy_Tick, _dt) == 0x000000, "Member 'SentinelProjectile_Projectile_WaitingDestroy_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SentinelProjectile_SetMode \ static_assert(alignof(SentinelProjectile_SetMode) == 0x000001, "Wrong alignment on SentinelProjectile_SetMode"); \ static_assert(sizeof(SentinelProjectile_SetMode) == 0x000001, "Wrong size on SentinelProjectile_SetMode"); \ static_assert(offsetof(SentinelProjectile_SetMode, _newMode) == 0x000000, "Member 'SentinelProjectile_SetMode::_newMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SentinelProjectile_Shoot \ static_assert(alignof(SentinelProjectile_Shoot) == 0x000004, "Wrong alignment on SentinelProjectile_Shoot"); \ static_assert(sizeof(SentinelProjectile_Shoot) == 0x00000C, "Wrong size on SentinelProjectile_Shoot"); \ static_assert(offsetof(SentinelProjectile_Shoot, _direction) == 0x000000, "Member 'SentinelProjectile_Shoot::_direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASentinelProjectile \ static_assert(alignof(ASentinelProjectile) == 0x000008, "Wrong alignment on ASentinelProjectile"); \ static_assert(sizeof(ASentinelProjectile) == 0x000300, "Wrong size on ASentinelProjectile"); \ static_assert(offsetof(ASentinelProjectile, FSentinelProjectileStateChanged) == 0x000228, "Member 'ASentinelProjectile::FSentinelProjectileStateChanged' has a wrong offset!"); \ static_assert(offsetof(ASentinelProjectile, FOnProjectileHit) == 0x000238, "Member 'ASentinelProjectile::FOnProjectileHit' has a wrong offset!"); \ static_assert(offsetof(ASentinelProjectile, m_projectileSphereColliderComponent) == 0x000248, "Member 'ASentinelProjectile::m_projectileSphereColliderComponent' has a wrong offset!"); \ static_assert(offsetof(ASentinelProjectile, m_projectileMovementComponent) == 0x000250, "Member 'ASentinelProjectile::m_projectileMovementComponent' has a wrong offset!"); \ static_assert(offsetof(ASentinelProjectile, m_projectileStateMachine) == 0x0002F0, "Member 'ASentinelProjectile::m_projectileStateMachine' has a wrong offset!"); \ static_assert(offsetof(ASentinelProjectile, m_currentSentinelProjectileState) == 0x0002F8, "Member 'ASentinelProjectile::m_currentSentinelProjectileState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sequence__OnStreamedIn \ static_assert(alignof(Sequence__OnStreamedIn) == 0x000008, "Wrong alignment on Sequence__OnStreamedIn"); \ static_assert(sizeof(Sequence__OnStreamedIn) == 0x000008, "Wrong size on Sequence__OnStreamedIn"); \ static_assert(offsetof(Sequence__OnStreamedIn, _streamingComponent) == 0x000000, "Member 'Sequence__OnStreamedIn::_streamingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sequence_SetCheckpoint \ static_assert(alignof(Sequence_SetCheckpoint) == 0x000004, "Wrong alignment on Sequence_SetCheckpoint"); \ static_assert(sizeof(Sequence_SetCheckpoint) == 0x000008, "Wrong size on Sequence_SetCheckpoint"); \ static_assert(offsetof(Sequence_SetCheckpoint, _name) == 0x000000, "Member 'Sequence_SetCheckpoint::_name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Sequence_GetCheckpoint \ static_assert(alignof(Sequence_GetCheckpoint) == 0x000004, "Wrong alignment on Sequence_GetCheckpoint"); \ static_assert(sizeof(Sequence_GetCheckpoint) == 0x000008, "Wrong size on Sequence_GetCheckpoint"); \ static_assert(offsetof(Sequence_GetCheckpoint, ReturnValue) == 0x000000, "Member 'Sequence_GetCheckpoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASequence \ static_assert(alignof(ASequence) == 0x000008, "Wrong alignment on ASequence"); \ static_assert(sizeof(ASequence) == 0x000268, "Wrong size on ASequence"); \ static_assert(offsetof(ASequence, m_saveComponent) == 0x000230, "Member 'ASequence::m_saveComponent' has a wrong offset!"); \ static_assert(offsetof(ASequence, m_streamingComponent) == 0x000238, "Member 'ASequence::m_streamingComponent' has a wrong offset!"); \ static_assert(offsetof(ASequence, m_billboard) == 0x000240, "Member 'ASequence::m_billboard' has a wrong offset!"); \ static_assert(offsetof(ASequence, m_autoStartSequence) == 0x000248, "Member 'ASequence::m_autoStartSequence' has a wrong offset!"); \ static_assert(offsetof(ASequence, m_checkpointName) == 0x000250, "Member 'ASequence::m_checkpointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USliderBoxWidget \ static_assert(alignof(USliderBoxWidget) == 0x000008, "Wrong alignment on USliderBoxWidget"); \ static_assert(sizeof(USliderBoxWidget) == 0x000410, "Wrong size on USliderBoxWidget"); \ static_assert(offsetof(USliderBoxWidget, Border) == 0x0002F0, "Member 'USliderBoxWidget::Border' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, SliderText) == 0x0002F8, "Member 'USliderBoxWidget::SliderText' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, LeftButton) == 0x000300, "Member 'USliderBoxWidget::LeftButton' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, RightButton) == 0x000308, "Member 'USliderBoxWidget::RightButton' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, Slider) == 0x000310, "Member 'USliderBoxWidget::Slider' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, m_notchCount) == 0x000318, "Member 'USliderBoxWidget::m_notchCount' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, m_onSliderValueChangeSound) == 0x000320, "Member 'USliderBoxWidget::m_onSliderValueChangeSound' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, m_borderHoveredColor) == 0x000328, "Member 'USliderBoxWidget::m_borderHoveredColor' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, m_textHoveredColor) == 0x000338, "Member 'USliderBoxWidget::m_textHoveredColor' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, m_sliderBarHoveredColor) == 0x000348, "Member 'USliderBoxWidget::m_sliderBarHoveredColor' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, m_sliderHandleHoveredColor) == 0x000358, "Member 'USliderBoxWidget::m_sliderHandleHoveredColor' has a wrong offset!"); \ static_assert(offsetof(USliderBoxWidget, Text) == 0x000368, "Member 'USliderBoxWidget::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineRailComponent__OnConnectionColliderBeginOverlap \ static_assert(alignof(SplineRailComponent__OnConnectionColliderBeginOverlap) == 0x000008, "Wrong alignment on SplineRailComponent__OnConnectionColliderBeginOverlap"); \ static_assert(sizeof(SplineRailComponent__OnConnectionColliderBeginOverlap) == 0x0000A8, "Wrong size on SplineRailComponent__OnConnectionColliderBeginOverlap"); \ static_assert(offsetof(SplineRailComponent__OnConnectionColliderBeginOverlap, _overlappedComponent) == 0x000000, "Member 'SplineRailComponent__OnConnectionColliderBeginOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SplineRailComponent__OnConnectionColliderBeginOverlap, _otherActor) == 0x000008, "Member 'SplineRailComponent__OnConnectionColliderBeginOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(SplineRailComponent__OnConnectionColliderBeginOverlap, _otherComp) == 0x000010, "Member 'SplineRailComponent__OnConnectionColliderBeginOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(SplineRailComponent__OnConnectionColliderBeginOverlap, _otherBodyIndex) == 0x000018, "Member 'SplineRailComponent__OnConnectionColliderBeginOverlap::_otherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SplineRailComponent__OnConnectionColliderBeginOverlap, _bFromSweep) == 0x00001C, "Member 'SplineRailComponent__OnConnectionColliderBeginOverlap::_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SplineRailComponent__OnConnectionColliderBeginOverlap, _sweepResult) == 0x000020, "Member 'SplineRailComponent__OnConnectionColliderBeginOverlap::_sweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineRailComponent__OnConnectionColliderEndOverlap \ static_assert(alignof(SplineRailComponent__OnConnectionColliderEndOverlap) == 0x000008, "Wrong alignment on SplineRailComponent__OnConnectionColliderEndOverlap"); \ static_assert(sizeof(SplineRailComponent__OnConnectionColliderEndOverlap) == 0x000020, "Wrong size on SplineRailComponent__OnConnectionColliderEndOverlap"); \ static_assert(offsetof(SplineRailComponent__OnConnectionColliderEndOverlap, _overlappedComponent) == 0x000000, "Member 'SplineRailComponent__OnConnectionColliderEndOverlap::_overlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SplineRailComponent__OnConnectionColliderEndOverlap, _otherActor) == 0x000008, "Member 'SplineRailComponent__OnConnectionColliderEndOverlap::_otherActor' has a wrong offset!"); \ static_assert(offsetof(SplineRailComponent__OnConnectionColliderEndOverlap, _otherComp) == 0x000010, "Member 'SplineRailComponent__OnConnectionColliderEndOverlap::_otherComp' has a wrong offset!"); \ static_assert(offsetof(SplineRailComponent__OnConnectionColliderEndOverlap, _otherBodyIndex) == 0x000018, "Member 'SplineRailComponent__OnConnectionColliderEndOverlap::_otherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineRailComponent__OnStreamedIn \ static_assert(alignof(SplineRailComponent__OnStreamedIn) == 0x000008, "Wrong alignment on SplineRailComponent__OnStreamedIn"); \ static_assert(sizeof(SplineRailComponent__OnStreamedIn) == 0x000008, "Wrong size on SplineRailComponent__OnStreamedIn"); \ static_assert(offsetof(SplineRailComponent__OnStreamedIn, _streamingComponent) == 0x000000, "Member 'SplineRailComponent__OnStreamedIn::_streamingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineRailComponent__OnStreamedOut \ static_assert(alignof(SplineRailComponent__OnStreamedOut) == 0x000008, "Wrong alignment on SplineRailComponent__OnStreamedOut"); \ static_assert(sizeof(SplineRailComponent__OnStreamedOut) == 0x000008, "Wrong size on SplineRailComponent__OnStreamedOut"); \ static_assert(offsetof(SplineRailComponent__OnStreamedOut, _streamingComponent) == 0x000000, "Member 'SplineRailComponent__OnStreamedOut::_streamingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineRailComponent_SetEnabled \ static_assert(alignof(SplineRailComponent_SetEnabled) == 0x000001, "Wrong alignment on SplineRailComponent_SetEnabled"); \ static_assert(sizeof(SplineRailComponent_SetEnabled) == 0x000001, "Wrong size on SplineRailComponent_SetEnabled"); \ static_assert(offsetof(SplineRailComponent_SetEnabled, _enabled) == 0x000000, "Member 'SplineRailComponent_SetEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineRailComponent_SetQuadrantEnabled \ static_assert(alignof(SplineRailComponent_SetQuadrantEnabled) == 0x000004, "Wrong alignment on SplineRailComponent_SetQuadrantEnabled"); \ static_assert(sizeof(SplineRailComponent_SetQuadrantEnabled) == 0x000008, "Wrong size on SplineRailComponent_SetQuadrantEnabled"); \ static_assert(offsetof(SplineRailComponent_SetQuadrantEnabled, _quadrantId) == 0x000000, "Member 'SplineRailComponent_SetQuadrantEnabled::_quadrantId' has a wrong offset!"); \ static_assert(offsetof(SplineRailComponent_SetQuadrantEnabled, _enabled) == 0x000004, "Member 'SplineRailComponent_SetQuadrantEnabled::_enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineRailComponent_GetRidingCats \ static_assert(alignof(SplineRailComponent_GetRidingCats) == 0x000008, "Wrong alignment on SplineRailComponent_GetRidingCats"); \ static_assert(sizeof(SplineRailComponent_GetRidingCats) == 0x000010, "Wrong size on SplineRailComponent_GetRidingCats"); \ static_assert(offsetof(SplineRailComponent_GetRidingCats, ReturnValue) == 0x000000, "Member 'SplineRailComponent_GetRidingCats::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineRailComponent_IsBucket \ static_assert(alignof(SplineRailComponent_IsBucket) == 0x000001, "Wrong alignment on SplineRailComponent_IsBucket"); \ static_assert(sizeof(SplineRailComponent_IsBucket) == 0x000001, "Wrong size on SplineRailComponent_IsBucket"); \ static_assert(offsetof(SplineRailComponent_IsBucket, ReturnValue) == 0x000000, "Member 'SplineRailComponent_IsBucket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineRailComponent_IsEnabled \ static_assert(alignof(SplineRailComponent_IsEnabled) == 0x000001, "Wrong alignment on SplineRailComponent_IsEnabled"); \ static_assert(sizeof(SplineRailComponent_IsEnabled) == 0x000001, "Wrong size on SplineRailComponent_IsEnabled"); \ static_assert(offsetof(SplineRailComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'SplineRailComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineRailComponent_IsQuadrantEnabled \ static_assert(alignof(SplineRailComponent_IsQuadrantEnabled) == 0x000004, "Wrong alignment on SplineRailComponent_IsQuadrantEnabled"); \ static_assert(sizeof(SplineRailComponent_IsQuadrantEnabled) == 0x000008, "Wrong size on SplineRailComponent_IsQuadrantEnabled"); \ static_assert(offsetof(SplineRailComponent_IsQuadrantEnabled, _quadrantId) == 0x000000, "Member 'SplineRailComponent_IsQuadrantEnabled::_quadrantId' has a wrong offset!"); \ static_assert(offsetof(SplineRailComponent_IsQuadrantEnabled, ReturnValue) == 0x000004, "Member 'SplineRailComponent_IsQuadrantEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USplineRailComponent \ static_assert(alignof(USplineRailComponent) == 0x000010, "Wrong alignment on USplineRailComponent"); \ static_assert(sizeof(USplineRailComponent) == 0x000600, "Wrong size on USplineRailComponent"); \ static_assert(offsetof(USplineRailComponent, Width) == 0x000548, "Member 'USplineRailComponent::Width' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, Height) == 0x00054C, "Member 'USplineRailComponent::Height' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, TrajectoryRaycastEndOffset) == 0x000550, "Member 'USplineRailComponent::TrajectoryRaycastEndOffset' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, AfterCatEntered) == 0x000558, "Member 'USplineRailComponent::AfterCatEntered' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, BeforeCatExited) == 0x000568, "Member 'USplineRailComponent::BeforeCatExited' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_proceduralMeshComponent) == 0x000578, "Member 'USplineRailComponent::m_proceduralMeshComponent' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_encapsulatingCollider) == 0x000580, "Member 'USplineRailComponent::m_encapsulatingCollider' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_streamingComponent) == 0x000588, "Member 'USplineRailComponent::m_streamingComponent' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_beginGroundConnection) == 0x000590, "Member 'USplineRailComponent::m_beginGroundConnection' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_endGroundConnection) == 0x000598, "Member 'USplineRailComponent::m_endGroundConnection' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_enabled) == 0x0005A0, "Member 'USplineRailComponent::m_enabled' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_drawMesh) == 0x0005A1, "Member 'USplineRailComponent::m_drawMesh' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_isBucket) == 0x0005A2, "Member 'USplineRailComponent::m_isBucket' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_enableBeginConnection) == 0x0005A3, "Member 'USplineRailComponent::m_enableBeginConnection' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_enableEndConnection) == 0x0005A4, "Member 'USplineRailComponent::m_enableEndConnection' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_additionalEncapsulatingColliderSize) == 0x0005A8, "Member 'USplineRailComponent::m_additionalEncapsulatingColliderSize' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_samplingStep) == 0x0005AC, "Member 'USplineRailComponent::m_samplingStep' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_debug) == 0x0005B0, "Member 'USplineRailComponent::m_debug' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_connectionRaycastDistance) == 0x0005B4, "Member 'USplineRailComponent::m_connectionRaycastDistance' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_connectionRadius) == 0x0005B8, "Member 'USplineRailComponent::m_connectionRadius' has a wrong offset!"); \ static_assert(offsetof(USplineRailComponent, m_ridingCats) == 0x0005C0, "Member 'USplineRailComponent::m_ridingCats' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatSubsystem__OnGameLoaded \ static_assert(alignof(StatSubsystem__OnGameLoaded) == 0x000008, "Wrong alignment on StatSubsystem__OnGameLoaded"); \ static_assert(sizeof(StatSubsystem__OnGameLoaded) == 0x000008, "Wrong size on StatSubsystem__OnGameLoaded"); \ static_assert(offsetof(StatSubsystem__OnGameLoaded, _saveInstance) == 0x000000, "Member 'StatSubsystem__OnGameLoaded::_saveInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatSubsystem__OnGameSaved \ static_assert(alignof(StatSubsystem__OnGameSaved) == 0x000008, "Wrong alignment on StatSubsystem__OnGameSaved"); \ static_assert(sizeof(StatSubsystem__OnGameSaved) == 0x000008, "Wrong size on StatSubsystem__OnGameSaved"); \ static_assert(offsetof(StatSubsystem__OnGameSaved, _saveInstance) == 0x000000, "Member 'StatSubsystem__OnGameSaved::_saveInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatSubsystem_OnEvent \ static_assert(alignof(StatSubsystem_OnEvent) == 0x000004, "Wrong alignment on StatSubsystem_OnEvent"); \ static_assert(sizeof(StatSubsystem_OnEvent) == 0x000008, "Wrong size on StatSubsystem_OnEvent"); \ static_assert(offsetof(StatSubsystem_OnEvent, _id) == 0x000000, "Member 'StatSubsystem_OnEvent::_id' has a wrong offset!"); \ static_assert(offsetof(StatSubsystem_OnEvent, _increment) == 0x000004, "Member 'StatSubsystem_OnEvent::_increment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatSubsystem_ResetCount \ static_assert(alignof(StatSubsystem_ResetCount) == 0x000001, "Wrong alignment on StatSubsystem_ResetCount"); \ static_assert(sizeof(StatSubsystem_ResetCount) == 0x000001, "Wrong size on StatSubsystem_ResetCount"); \ static_assert(offsetof(StatSubsystem_ResetCount, _id) == 0x000000, "Member 'StatSubsystem_ResetCount::_id' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatSubsystem_GetDeltaMilliseconds \ static_assert(alignof(StatSubsystem_GetDeltaMilliseconds) == 0x000004, "Wrong alignment on StatSubsystem_GetDeltaMilliseconds"); \ static_assert(sizeof(StatSubsystem_GetDeltaMilliseconds) == 0x000004, "Wrong size on StatSubsystem_GetDeltaMilliseconds"); \ static_assert(offsetof(StatSubsystem_GetDeltaMilliseconds, ReturnValue) == 0x000000, "Member 'StatSubsystem_GetDeltaMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStatSubsystem \ static_assert(alignof(UStatSubsystem) == 0x000008, "Wrong alignment on UStatSubsystem"); \ static_assert(sizeof(UStatSubsystem) == 0x0000A0, "Wrong size on UStatSubsystem"); \ #define DUMPER7_ASSERTS_UStreamingUnit \ static_assert(alignof(UStreamingUnit) == 0x000008, "Wrong alignment on UStreamingUnit"); \ static_assert(sizeof(UStreamingUnit) == 0x000040, "Wrong size on UStreamingUnit"); \ static_assert(offsetof(UStreamingUnit, m_streamingGroup) == 0x000028, "Member 'UStreamingUnit::m_streamingGroup' has a wrong offset!"); \ static_assert(offsetof(UStreamingUnit, m_levelStreaming) == 0x000030, "Member 'UStreamingUnit::m_levelStreaming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamingGroupPersistent \ static_assert(alignof(UStreamingGroupPersistent) == 0x000008, "Wrong alignment on UStreamingGroupPersistent"); \ static_assert(sizeof(UStreamingGroupPersistent) == 0x000080, "Wrong size on UStreamingGroupPersistent"); \ #define DUMPER7_ASSERTS_StreamingGroupManager__AfterLoaded \ static_assert(alignof(StreamingGroupManager__AfterLoaded) == 0x000008, "Wrong alignment on StreamingGroupManager__AfterLoaded"); \ static_assert(sizeof(StreamingGroupManager__AfterLoaded) == 0x000008, "Wrong size on StreamingGroupManager__AfterLoaded"); \ static_assert(offsetof(StreamingGroupManager__AfterLoaded, _saveComponent) == 0x000000, "Member 'StreamingGroupManager__AfterLoaded::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingGroupManager__BeforeSaved \ static_assert(alignof(StreamingGroupManager__BeforeSaved) == 0x000008, "Wrong alignment on StreamingGroupManager__BeforeSaved"); \ static_assert(sizeof(StreamingGroupManager__BeforeSaved) == 0x000008, "Wrong size on StreamingGroupManager__BeforeSaved"); \ static_assert(offsetof(StreamingGroupManager__BeforeSaved, _saveComponent) == 0x000000, "Member 'StreamingGroupManager__BeforeSaved::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingGroupManager__OnPreLoadZone \ static_assert(alignof(StreamingGroupManager__OnPreLoadZone) == 0x000008, "Wrong alignment on StreamingGroupManager__OnPreLoadZone"); \ static_assert(sizeof(StreamingGroupManager__OnPreLoadZone) == 0x000020, "Wrong size on StreamingGroupManager__OnPreLoadZone"); \ static_assert(offsetof(StreamingGroupManager__OnPreLoadZone, _previousMapName) == 0x000000, "Member 'StreamingGroupManager__OnPreLoadZone::_previousMapName' has a wrong offset!"); \ static_assert(offsetof(StreamingGroupManager__OnPreLoadZone, _nextMapName) == 0x000010, "Member 'StreamingGroupManager__OnPreLoadZone::_nextMapName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingGroupManager_ActivateGroup \ static_assert(alignof(StreamingGroupManager_ActivateGroup) == 0x000004, "Wrong alignment on StreamingGroupManager_ActivateGroup"); \ static_assert(sizeof(StreamingGroupManager_ActivateGroup) == 0x000008, "Wrong size on StreamingGroupManager_ActivateGroup"); \ static_assert(offsetof(StreamingGroupManager_ActivateGroup, _name) == 0x000000, "Member 'StreamingGroupManager_ActivateGroup::_name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingGroupManager_DeactivateGroup \ static_assert(alignof(StreamingGroupManager_DeactivateGroup) == 0x000004, "Wrong alignment on StreamingGroupManager_DeactivateGroup"); \ static_assert(sizeof(StreamingGroupManager_DeactivateGroup) == 0x000008, "Wrong size on StreamingGroupManager_DeactivateGroup"); \ static_assert(offsetof(StreamingGroupManager_DeactivateGroup, _name) == 0x000000, "Member 'StreamingGroupManager_DeactivateGroup::_name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingGroupManager_GetGroupState \ static_assert(alignof(StreamingGroupManager_GetGroupState) == 0x000004, "Wrong alignment on StreamingGroupManager_GetGroupState"); \ static_assert(sizeof(StreamingGroupManager_GetGroupState) == 0x00000C, "Wrong size on StreamingGroupManager_GetGroupState"); \ static_assert(offsetof(StreamingGroupManager_GetGroupState, _name) == 0x000000, "Member 'StreamingGroupManager_GetGroupState::_name' has a wrong offset!"); \ static_assert(offsetof(StreamingGroupManager_GetGroupState, ReturnValue) == 0x000008, "Member 'StreamingGroupManager_GetGroupState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingGroupManager_GetPersistentGroupState \ static_assert(alignof(StreamingGroupManager_GetPersistentGroupState) == 0x000001, "Wrong alignment on StreamingGroupManager_GetPersistentGroupState"); \ static_assert(sizeof(StreamingGroupManager_GetPersistentGroupState) == 0x000001, "Wrong size on StreamingGroupManager_GetPersistentGroupState"); \ static_assert(offsetof(StreamingGroupManager_GetPersistentGroupState, ReturnValue) == 0x000000, "Member 'StreamingGroupManager_GetPersistentGroupState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingGroupManager_IsGroupActive \ static_assert(alignof(StreamingGroupManager_IsGroupActive) == 0x000004, "Wrong alignment on StreamingGroupManager_IsGroupActive"); \ static_assert(sizeof(StreamingGroupManager_IsGroupActive) == 0x00000C, "Wrong size on StreamingGroupManager_IsGroupActive"); \ static_assert(offsetof(StreamingGroupManager_IsGroupActive, _name) == 0x000000, "Member 'StreamingGroupManager_IsGroupActive::_name' has a wrong offset!"); \ static_assert(offsetof(StreamingGroupManager_IsGroupActive, ReturnValue) == 0x000008, "Member 'StreamingGroupManager_IsGroupActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingGroupManager_IsGroupLoaded \ static_assert(alignof(StreamingGroupManager_IsGroupLoaded) == 0x000004, "Wrong alignment on StreamingGroupManager_IsGroupLoaded"); \ static_assert(sizeof(StreamingGroupManager_IsGroupLoaded) == 0x00000C, "Wrong size on StreamingGroupManager_IsGroupLoaded"); \ static_assert(offsetof(StreamingGroupManager_IsGroupLoaded, _name) == 0x000000, "Member 'StreamingGroupManager_IsGroupLoaded::_name' has a wrong offset!"); \ static_assert(offsetof(StreamingGroupManager_IsGroupLoaded, ReturnValue) == 0x000008, "Member 'StreamingGroupManager_IsGroupLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingGroupManager_IsPersistentGroupLoaded \ static_assert(alignof(StreamingGroupManager_IsPersistentGroupLoaded) == 0x000001, "Wrong alignment on StreamingGroupManager_IsPersistentGroupLoaded"); \ static_assert(sizeof(StreamingGroupManager_IsPersistentGroupLoaded) == 0x000001, "Wrong size on StreamingGroupManager_IsPersistentGroupLoaded"); \ static_assert(offsetof(StreamingGroupManager_IsPersistentGroupLoaded, ReturnValue) == 0x000000, "Member 'StreamingGroupManager_IsPersistentGroupLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingGroupManager_IsStreamingInProgress \ static_assert(alignof(StreamingGroupManager_IsStreamingInProgress) == 0x000001, "Wrong alignment on StreamingGroupManager_IsStreamingInProgress"); \ static_assert(sizeof(StreamingGroupManager_IsStreamingInProgress) == 0x000001, "Wrong size on StreamingGroupManager_IsStreamingInProgress"); \ static_assert(offsetof(StreamingGroupManager_IsStreamingInProgress, ReturnValue) == 0x000000, "Member 'StreamingGroupManager_IsStreamingInProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStreamingGroupManager \ static_assert(alignof(AStreamingGroupManager) == 0x000008, "Wrong alignment on AStreamingGroupManager"); \ static_assert(sizeof(AStreamingGroupManager) == 0x000270, "Wrong size on AStreamingGroupManager"); \ static_assert(offsetof(AStreamingGroupManager, OnStreamingGroupSaveLoaded) == 0x000228, "Member 'AStreamingGroupManager::OnStreamingGroupSaveLoaded' has a wrong offset!"); \ static_assert(offsetof(AStreamingGroupManager, m_streamingGroups) == 0x000240, "Member 'AStreamingGroupManager::m_streamingGroups' has a wrong offset!"); \ static_assert(offsetof(AStreamingGroupManager, m_persistentGroup) == 0x000250, "Member 'AStreamingGroupManager::m_persistentGroup' has a wrong offset!"); \ static_assert(offsetof(AStreamingGroupManager, m_saveComponent) == 0x000258, "Member 'AStreamingGroupManager::m_saveComponent' has a wrong offset!"); \ static_assert(offsetof(AStreamingGroupManager, m_savedGroupsStates) == 0x000260, "Member 'AStreamingGroupManager::m_savedGroupsStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent__OnGuiClosed \ static_assert(alignof(TalkableComponent__OnGuiClosed) == 0x000008, "Wrong alignment on TalkableComponent__OnGuiClosed"); \ static_assert(sizeof(TalkableComponent__OnGuiClosed) == 0x000008, "Wrong size on TalkableComponent__OnGuiClosed"); \ static_assert(offsetof(TalkableComponent__OnGuiClosed, _drone) == 0x000000, "Member 'TalkableComponent__OnGuiClosed::_drone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_SetDialog \ static_assert(alignof(TalkableComponent_SetDialog) == 0x000008, "Wrong alignment on TalkableComponent_SetDialog"); \ static_assert(sizeof(TalkableComponent_SetDialog) == 0x000008, "Wrong size on TalkableComponent_SetDialog"); \ static_assert(offsetof(TalkableComponent_SetDialog, _dialog) == 0x000000, "Member 'TalkableComponent_SetDialog::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_SetItemToShow \ static_assert(alignof(TalkableComponent_SetItemToShow) == 0x000008, "Wrong alignment on TalkableComponent_SetItemToShow"); \ static_assert(sizeof(TalkableComponent_SetItemToShow) == 0x000008, "Wrong size on TalkableComponent_SetItemToShow"); \ static_assert(offsetof(TalkableComponent_SetItemToShow, _lootable) == 0x000000, "Member 'TalkableComponent_SetItemToShow::_lootable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_SetMet \ static_assert(alignof(TalkableComponent_SetMet) == 0x000001, "Wrong alignment on TalkableComponent_SetMet"); \ static_assert(sizeof(TalkableComponent_SetMet) == 0x000001, "Wrong size on TalkableComponent_SetMet"); \ static_assert(offsetof(TalkableComponent_SetMet, _met) == 0x000000, "Member 'TalkableComponent_SetMet::_met' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_SetPrimaryColor \ static_assert(alignof(TalkableComponent_SetPrimaryColor) == 0x000004, "Wrong alignment on TalkableComponent_SetPrimaryColor"); \ static_assert(sizeof(TalkableComponent_SetPrimaryColor) == 0x000004, "Wrong size on TalkableComponent_SetPrimaryColor"); \ static_assert(offsetof(TalkableComponent_SetPrimaryColor, _color) == 0x000000, "Member 'TalkableComponent_SetPrimaryColor::_color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_SetSecondaryColor \ static_assert(alignof(TalkableComponent_SetSecondaryColor) == 0x000004, "Wrong alignment on TalkableComponent_SetSecondaryColor"); \ static_assert(sizeof(TalkableComponent_SetSecondaryColor) == 0x000004, "Wrong size on TalkableComponent_SetSecondaryColor"); \ static_assert(offsetof(TalkableComponent_SetSecondaryColor, _color) == 0x000000, "Member 'TalkableComponent_SetSecondaryColor::_color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_SetShouldUseB12Voice \ static_assert(alignof(TalkableComponent_SetShouldUseB12Voice) == 0x000001, "Wrong alignment on TalkableComponent_SetShouldUseB12Voice"); \ static_assert(sizeof(TalkableComponent_SetShouldUseB12Voice) == 0x000001, "Wrong size on TalkableComponent_SetShouldUseB12Voice"); \ static_assert(offsetof(TalkableComponent_SetShouldUseB12Voice, _useB12Voice) == 0x000000, "Member 'TalkableComponent_SetShouldUseB12Voice::_useB12Voice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_StartDialogInternal \ static_assert(alignof(TalkableComponent_StartDialogInternal) == 0x000008, "Wrong alignment on TalkableComponent_StartDialogInternal"); \ static_assert(sizeof(TalkableComponent_StartDialogInternal) == 0x000008, "Wrong size on TalkableComponent_StartDialogInternal"); \ static_assert(offsetof(TalkableComponent_StartDialogInternal, _drone) == 0x000000, "Member 'TalkableComponent_StartDialogInternal::_drone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_StopDialogInternal \ static_assert(alignof(TalkableComponent_StopDialogInternal) == 0x000008, "Wrong alignment on TalkableComponent_StopDialogInternal"); \ static_assert(sizeof(TalkableComponent_StopDialogInternal) == 0x000008, "Wrong size on TalkableComponent_StopDialogInternal"); \ static_assert(offsetof(TalkableComponent_StopDialogInternal, _drone) == 0x000000, "Member 'TalkableComponent_StopDialogInternal::_drone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_GetDialog \ static_assert(alignof(TalkableComponent_GetDialog) == 0x000008, "Wrong alignment on TalkableComponent_GetDialog"); \ static_assert(sizeof(TalkableComponent_GetDialog) == 0x000008, "Wrong size on TalkableComponent_GetDialog"); \ static_assert(offsetof(TalkableComponent_GetDialog, ReturnValue) == 0x000000, "Member 'TalkableComponent_GetDialog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_GetDialogDisplayedName \ static_assert(alignof(TalkableComponent_GetDialogDisplayedName) == 0x000008, "Wrong alignment on TalkableComponent_GetDialogDisplayedName"); \ static_assert(sizeof(TalkableComponent_GetDialogDisplayedName) == 0x000018, "Wrong size on TalkableComponent_GetDialogDisplayedName"); \ static_assert(offsetof(TalkableComponent_GetDialogDisplayedName, ReturnValue) == 0x000000, "Member 'TalkableComponent_GetDialogDisplayedName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_GetItemToShow \ static_assert(alignof(TalkableComponent_GetItemToShow) == 0x000008, "Wrong alignment on TalkableComponent_GetItemToShow"); \ static_assert(sizeof(TalkableComponent_GetItemToShow) == 0x000008, "Wrong size on TalkableComponent_GetItemToShow"); \ static_assert(offsetof(TalkableComponent_GetItemToShow, ReturnValue) == 0x000000, "Member 'TalkableComponent_GetItemToShow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_GetPrimaryColor \ static_assert(alignof(TalkableComponent_GetPrimaryColor) == 0x000004, "Wrong alignment on TalkableComponent_GetPrimaryColor"); \ static_assert(sizeof(TalkableComponent_GetPrimaryColor) == 0x000004, "Wrong size on TalkableComponent_GetPrimaryColor"); \ static_assert(offsetof(TalkableComponent_GetPrimaryColor, ReturnValue) == 0x000000, "Member 'TalkableComponent_GetPrimaryColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_GetSecondaryColor \ static_assert(alignof(TalkableComponent_GetSecondaryColor) == 0x000004, "Wrong alignment on TalkableComponent_GetSecondaryColor"); \ static_assert(sizeof(TalkableComponent_GetSecondaryColor) == 0x000004, "Wrong size on TalkableComponent_GetSecondaryColor"); \ static_assert(offsetof(TalkableComponent_GetSecondaryColor, ReturnValue) == 0x000000, "Member 'TalkableComponent_GetSecondaryColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_IsCalling \ static_assert(alignof(TalkableComponent_IsCalling) == 0x000001, "Wrong alignment on TalkableComponent_IsCalling"); \ static_assert(sizeof(TalkableComponent_IsCalling) == 0x000001, "Wrong size on TalkableComponent_IsCalling"); \ static_assert(offsetof(TalkableComponent_IsCalling, ReturnValue) == 0x000000, "Member 'TalkableComponent_IsCalling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_IsMet \ static_assert(alignof(TalkableComponent_IsMet) == 0x000001, "Wrong alignment on TalkableComponent_IsMet"); \ static_assert(sizeof(TalkableComponent_IsMet) == 0x000001, "Wrong size on TalkableComponent_IsMet"); \ static_assert(offsetof(TalkableComponent_IsMet, ReturnValue) == 0x000000, "Member 'TalkableComponent_IsMet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_IsWaitingDialog \ static_assert(alignof(TalkableComponent_IsWaitingDialog) == 0x000001, "Wrong alignment on TalkableComponent_IsWaitingDialog"); \ static_assert(sizeof(TalkableComponent_IsWaitingDialog) == 0x000001, "Wrong size on TalkableComponent_IsWaitingDialog"); \ static_assert(offsetof(TalkableComponent_IsWaitingDialog, ReturnValue) == 0x000000, "Member 'TalkableComponent_IsWaitingDialog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_IsWaitingInterlocutor \ static_assert(alignof(TalkableComponent_IsWaitingInterlocutor) == 0x000001, "Wrong alignment on TalkableComponent_IsWaitingInterlocutor"); \ static_assert(sizeof(TalkableComponent_IsWaitingInterlocutor) == 0x000001, "Wrong size on TalkableComponent_IsWaitingInterlocutor"); \ static_assert(offsetof(TalkableComponent_IsWaitingInterlocutor, ReturnValue) == 0x000000, "Member 'TalkableComponent_IsWaitingInterlocutor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TalkableComponent_ShouldUseB12Voice \ static_assert(alignof(TalkableComponent_ShouldUseB12Voice) == 0x000001, "Wrong alignment on TalkableComponent_ShouldUseB12Voice"); \ static_assert(sizeof(TalkableComponent_ShouldUseB12Voice) == 0x000001, "Wrong size on TalkableComponent_ShouldUseB12Voice"); \ static_assert(offsetof(TalkableComponent_ShouldUseB12Voice, ReturnValue) == 0x000000, "Member 'TalkableComponent_ShouldUseB12Voice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTalkableComponent \ static_assert(alignof(UTalkableComponent) == 0x000010, "Wrong alignment on UTalkableComponent"); \ static_assert(sizeof(UTalkableComponent) == 0x000670, "Wrong size on UTalkableComponent"); \ static_assert(offsetof(UTalkableComponent, DialogBegan) == 0x0005A0, "Member 'UTalkableComponent::DialogBegan' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, DialogEnded) == 0x0005B0, "Member 'UTalkableComponent::DialogEnded' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, DialogLineBegan) == 0x0005C0, "Member 'UTalkableComponent::DialogLineBegan' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, DialogLineDisplayed) == 0x0005D0, "Member 'UTalkableComponent::DialogLineDisplayed' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, DialogLineEnded) == 0x0005E0, "Member 'UTalkableComponent::DialogLineEnded' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_notMetTextFormat) == 0x0005F0, "Member 'UTalkableComponent::m_notMetTextFormat' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_callBeforeDialogTime) == 0x000608, "Member 'UTalkableComponent::m_callBeforeDialogTime' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_useB12Voice) == 0x00060C, "Member 'UTalkableComponent::m_useB12Voice' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_alreadyMet) == 0x00060D, "Member 'UTalkableComponent::m_alreadyMet' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_dialog) == 0x000610, "Member 'UTalkableComponent::m_dialog' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_dialogClass) == 0x000618, "Member 'UTalkableComponent::m_dialogClass' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_primaryColor) == 0x000620, "Member 'UTalkableComponent::m_primaryColor' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_secondaryColor) == 0x000624, "Member 'UTalkableComponent::m_secondaryColor' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_isMet) == 0x000628, "Member 'UTalkableComponent::m_isMet' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_turnTowardInterlocutor) == 0x000644, "Member 'UTalkableComponent::m_turnTowardInterlocutor' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_movementRange) == 0x000648, "Member 'UTalkableComponent::m_movementRange' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_speedLimit) == 0x00064C, "Member 'UTalkableComponent::m_speedLimit' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_droidOwner) == 0x000658, "Member 'UTalkableComponent::m_droidOwner' has a wrong offset!"); \ static_assert(offsetof(UTalkableComponent, m_itemToShow) == 0x000660, "Member 'UTalkableComponent::m_itemToShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTitlesWidget \ static_assert(alignof(UTitlesWidget) == 0x000008, "Wrong alignment on UTitlesWidget"); \ static_assert(sizeof(UTitlesWidget) == 0x000260, "Wrong size on UTitlesWidget"); \ #define DUMPER7_ASSERTS_UVoiceBank \ static_assert(alignof(UVoiceBank) == 0x000008, "Wrong alignment on UVoiceBank"); \ static_assert(sizeof(UVoiceBank) == 0x000040, "Wrong size on UVoiceBank"); \ static_assert(offsetof(UVoiceBank, VoiceSounds) == 0x000030, "Member 'UVoiceBank::VoiceSounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgAttackPointComponent__OnSphereBeginOverlap \ static_assert(alignof(ZurgAttackPointComponent__OnSphereBeginOverlap) == 0x000008, "Wrong alignment on ZurgAttackPointComponent__OnSphereBeginOverlap"); \ static_assert(sizeof(ZurgAttackPointComponent__OnSphereBeginOverlap) == 0x0000A8, "Wrong size on ZurgAttackPointComponent__OnSphereBeginOverlap"); \ static_assert(offsetof(ZurgAttackPointComponent__OnSphereBeginOverlap, OverlappedComponent) == 0x000000, "Member 'ZurgAttackPointComponent__OnSphereBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgAttackPointComponent__OnSphereBeginOverlap, OtherActor) == 0x000008, "Member 'ZurgAttackPointComponent__OnSphereBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ZurgAttackPointComponent__OnSphereBeginOverlap, OtherComp) == 0x000010, "Member 'ZurgAttackPointComponent__OnSphereBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ZurgAttackPointComponent__OnSphereBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'ZurgAttackPointComponent__OnSphereBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ZurgAttackPointComponent__OnSphereBeginOverlap, bFromSweep) == 0x00001C, "Member 'ZurgAttackPointComponent__OnSphereBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ZurgAttackPointComponent__OnSphereBeginOverlap, SweepResult) == 0x000020, "Member 'ZurgAttackPointComponent__OnSphereBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgAttackPointComponent_AttachZurg \ static_assert(alignof(ZurgAttackPointComponent_AttachZurg) == 0x000008, "Wrong alignment on ZurgAttackPointComponent_AttachZurg"); \ static_assert(sizeof(ZurgAttackPointComponent_AttachZurg) == 0x000008, "Wrong size on ZurgAttackPointComponent_AttachZurg"); \ static_assert(offsetof(ZurgAttackPointComponent_AttachZurg, _zurg) == 0x000000, "Member 'ZurgAttackPointComponent_AttachZurg::_zurg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgAttackPointComponent_GetAttachedZurg \ static_assert(alignof(ZurgAttackPointComponent_GetAttachedZurg) == 0x000008, "Wrong alignment on ZurgAttackPointComponent_GetAttachedZurg"); \ static_assert(sizeof(ZurgAttackPointComponent_GetAttachedZurg) == 0x000008, "Wrong size on ZurgAttackPointComponent_GetAttachedZurg"); \ static_assert(offsetof(ZurgAttackPointComponent_GetAttachedZurg, ReturnValue) == 0x000000, "Member 'ZurgAttackPointComponent_GetAttachedZurg::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UZurgAttackPointComponent \ static_assert(alignof(UZurgAttackPointComponent) == 0x000010, "Wrong alignment on UZurgAttackPointComponent"); \ static_assert(sizeof(UZurgAttackPointComponent) == 0x0004A0, "Wrong size on UZurgAttackPointComponent"); \ static_assert(offsetof(UZurgAttackPointComponent, OnZurgAttached) == 0x000470, "Member 'UZurgAttackPointComponent::OnZurgAttached' has a wrong offset!"); \ static_assert(offsetof(UZurgAttackPointComponent, OnZurgDetached) == 0x000480, "Member 'UZurgAttackPointComponent::OnZurgDetached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UZurgInterestPointComponent \ static_assert(alignof(UZurgInterestPointComponent) == 0x000010, "Wrong alignment on UZurgInterestPointComponent"); \ static_assert(sizeof(UZurgInterestPointComponent) == 0x000200, "Wrong size on UZurgInterestPointComponent"); \ #define DUMPER7_ASSERTS_UZurgNewSettings \ static_assert(alignof(UZurgNewSettings) == 0x000008, "Wrong alignment on UZurgNewSettings"); \ static_assert(sizeof(UZurgNewSettings) == 0x000148, "Wrong size on UZurgNewSettings"); \ static_assert(offsetof(UZurgNewSettings, Life) == 0x000030, "Member 'UZurgNewSettings::Life' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, LifeRandomDelta) == 0x000034, "Member 'UZurgNewSettings::LifeRandomDelta' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, LifeRegenerationTime) == 0x000038, "Member 'UZurgNewSettings::LifeRegenerationTime' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, LifeRegenerationCoolDownAfterDamage) == 0x00003C, "Member 'UZurgNewSettings::LifeRegenerationCoolDownAfterDamage' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, LifeRegenerationPerTime) == 0x000040, "Member 'UZurgNewSettings::LifeRegenerationPerTime' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, ChasingMovementMaxSpeed) == 0x000044, "Member 'UZurgNewSettings::ChasingMovementMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, ChasingMovementAcceleration) == 0x00004C, "Member 'UZurgNewSettings::ChasingMovementAcceleration' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, ChasingMovementGroundFriction) == 0x000054, "Member 'UZurgNewSettings::ChasingMovementGroundFriction' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, ChasingMovementRandomRadius) == 0x00005C, "Member 'UZurgNewSettings::ChasingMovementRandomRadius' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AngryMovementMaxSpeed) == 0x000064, "Member 'UZurgNewSettings::AngryMovementMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AngryMovementAcceleration) == 0x00006C, "Member 'UZurgNewSettings::AngryMovementAcceleration' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AngryMovementGroundFriction) == 0x000074, "Member 'UZurgNewSettings::AngryMovementGroundFriction' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AngryMovementRandomRadius) == 0x00007C, "Member 'UZurgNewSettings::AngryMovementRandomRadius' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AlertMovementMaxSpeed) == 0x000084, "Member 'UZurgNewSettings::AlertMovementMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AlertMovementAcceleration) == 0x00008C, "Member 'UZurgNewSettings::AlertMovementAcceleration' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AlertMovementGroundFriction) == 0x000094, "Member 'UZurgNewSettings::AlertMovementGroundFriction' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AlertMovementRandomRadius) == 0x00009C, "Member 'UZurgNewSettings::AlertMovementRandomRadius' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, RoutineMovementMaxSpeed) == 0x0000A4, "Member 'UZurgNewSettings::RoutineMovementMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, RoutineMovementAcceleration) == 0x0000AC, "Member 'UZurgNewSettings::RoutineMovementAcceleration' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, RoutineMovementGroundFriction) == 0x0000B4, "Member 'UZurgNewSettings::RoutineMovementGroundFriction' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, RoutineMovementRandomRadius) == 0x0000BC, "Member 'UZurgNewSettings::RoutineMovementRandomRadius' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, CustomMovementBlendSpace) == 0x0000C8, "Member 'UZurgNewSettings::CustomMovementBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, UnderLightMovementMaxSpeed) == 0x0000D0, "Member 'UZurgNewSettings::UnderLightMovementMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, UnderLightMovementAcceleration) == 0x0000D8, "Member 'UZurgNewSettings::UnderLightMovementAcceleration' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, UnderLightMovementGroundFriction) == 0x0000E0, "Member 'UZurgNewSettings::UnderLightMovementGroundFriction' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, Precision) == 0x0000E8, "Member 'UZurgNewSettings::Precision' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, MinimumZurgCountCloseToTargetToAttack) == 0x0000EC, "Member 'UZurgNewSettings::MinimumZurgCountCloseToTargetToAttack' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, MinimalSwarmAttackDistance) == 0x0000F0, "Member 'UZurgNewSettings::MinimalSwarmAttackDistance' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, MaximumJumpAttackDistance) == 0x0000F4, "Member 'UZurgNewSettings::MaximumJumpAttackDistance' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, MaximumHeightAttackDistance) == 0x0000F8, "Member 'UZurgNewSettings::MaximumHeightAttackDistance' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AttackFuzzyDelay) == 0x0000FC, "Member 'UZurgNewSettings::AttackFuzzyDelay' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AttackJumpArc) == 0x000100, "Member 'UZurgNewSettings::AttackJumpArc' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, KamikazePercentage) == 0x000108, "Member 'UZurgNewSettings::KamikazePercentage' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, DamageToApplyPerSecond) == 0x00010C, "Member 'UZurgNewSettings::DamageToApplyPerSecond' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, TimeToKillCatInSecond) == 0x000110, "Member 'UZurgNewSettings::TimeToKillCatInSecond' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, StruggleGaugeSize) == 0x000114, "Member 'UZurgNewSettings::StruggleGaugeSize' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, SpeedModifier) == 0x000118, "Member 'UZurgNewSettings::SpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AttachOnCatWhenHit) == 0x00011C, "Member 'UZurgNewSettings::AttachOnCatWhenHit' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, DistanceToAttachOnCat) == 0x000120, "Member 'UZurgNewSettings::DistanceToAttachOnCat' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, VisionOffset) == 0x000124, "Member 'UZurgNewSettings::VisionOffset' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, VisionUpperHeight) == 0x000128, "Member 'UZurgNewSettings::VisionUpperHeight' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, VisionLowerHeight) == 0x00012C, "Member 'UZurgNewSettings::VisionLowerHeight' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, StatePropagationTime) == 0x000130, "Member 'UZurgNewSettings::StatePropagationTime' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AngryToRoutineWaitTime) == 0x000134, "Member 'UZurgNewSettings::AngryToRoutineWaitTime' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AlertedToChasingWaitTime) == 0x000138, "Member 'UZurgNewSettings::AlertedToChasingWaitTime' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, AlertedWhileSleepingToChasingWaitTime) == 0x00013C, "Member 'UZurgNewSettings::AlertedWhileSleepingToChasingWaitTime' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, ProximityDetectionRadius) == 0x000140, "Member 'UZurgNewSettings::ProximityDetectionRadius' has a wrong offset!"); \ static_assert(offsetof(UZurgNewSettings, UnderLightWakeUpTime) == 0x000144, "Member 'UZurgNewSettings::UnderLightWakeUpTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader__AfterLoaded \ static_assert(alignof(ZurgPawnLeader__AfterLoaded) == 0x000008, "Wrong alignment on ZurgPawnLeader__AfterLoaded"); \ static_assert(sizeof(ZurgPawnLeader__AfterLoaded) == 0x000008, "Wrong size on ZurgPawnLeader__AfterLoaded"); \ static_assert(offsetof(ZurgPawnLeader__AfterLoaded, _saveComponent) == 0x000000, "Member 'ZurgPawnLeader__AfterLoaded::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader__BeforeSaved \ static_assert(alignof(ZurgPawnLeader__BeforeSaved) == 0x000008, "Wrong alignment on ZurgPawnLeader__BeforeSaved"); \ static_assert(sizeof(ZurgPawnLeader__BeforeSaved) == 0x000008, "Wrong size on ZurgPawnLeader__BeforeSaved"); \ static_assert(offsetof(ZurgPawnLeader__BeforeSaved, _saveComponent) == 0x000000, "Member 'ZurgPawnLeader__BeforeSaved::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader__EditorTick \ static_assert(alignof(ZurgPawnLeader__EditorTick) == 0x000004, "Wrong alignment on ZurgPawnLeader__EditorTick"); \ static_assert(sizeof(ZurgPawnLeader__EditorTick) == 0x000004, "Wrong size on ZurgPawnLeader__EditorTick"); \ static_assert(offsetof(ZurgPawnLeader__EditorTick, _deltaTime) == 0x000000, "Member 'ZurgPawnLeader__EditorTick::_deltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_Activated_Tick \ static_assert(alignof(ZurgPawnLeader_Activated_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_Activated_Tick"); \ static_assert(sizeof(ZurgPawnLeader_Activated_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_Activated_Tick"); \ static_assert(offsetof(ZurgPawnLeader_Activated_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_Activated_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_AddSlave \ static_assert(alignof(ZurgPawnLeader_AddSlave) == 0x000008, "Wrong alignment on ZurgPawnLeader_AddSlave"); \ static_assert(sizeof(ZurgPawnLeader_AddSlave) == 0x000008, "Wrong size on ZurgPawnLeader_AddSlave"); \ static_assert(offsetof(ZurgPawnLeader_AddSlave, _newSlave) == 0x000000, "Member 'ZurgPawnLeader_AddSlave::_newSlave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_Deactivated_Tick \ static_assert(alignof(ZurgPawnLeader_Deactivated_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_Deactivated_Tick"); \ static_assert(sizeof(ZurgPawnLeader_Deactivated_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_Deactivated_Tick"); \ static_assert(offsetof(ZurgPawnLeader_Deactivated_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_Deactivated_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_FindZurgCountCloseFromThisLocation \ static_assert(alignof(ZurgPawnLeader_FindZurgCountCloseFromThisLocation) == 0x000004, "Wrong alignment on ZurgPawnLeader_FindZurgCountCloseFromThisLocation"); \ static_assert(sizeof(ZurgPawnLeader_FindZurgCountCloseFromThisLocation) == 0x000014, "Wrong size on ZurgPawnLeader_FindZurgCountCloseFromThisLocation"); \ static_assert(offsetof(ZurgPawnLeader_FindZurgCountCloseFromThisLocation, _location) == 0x000000, "Member 'ZurgPawnLeader_FindZurgCountCloseFromThisLocation::_location' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_FindZurgCountCloseFromThisLocation, _distance) == 0x00000C, "Member 'ZurgPawnLeader_FindZurgCountCloseFromThisLocation::_distance' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_FindZurgCountCloseFromThisLocation, ReturnValue) == 0x000010, "Member 'ZurgPawnLeader_FindZurgCountCloseFromThisLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_FindZurgsCloseFromThisLocation \ static_assert(alignof(ZurgPawnLeader_FindZurgsCloseFromThisLocation) == 0x000008, "Wrong alignment on ZurgPawnLeader_FindZurgsCloseFromThisLocation"); \ static_assert(sizeof(ZurgPawnLeader_FindZurgsCloseFromThisLocation) == 0x000020, "Wrong size on ZurgPawnLeader_FindZurgsCloseFromThisLocation"); \ static_assert(offsetof(ZurgPawnLeader_FindZurgsCloseFromThisLocation, _closestSlave) == 0x000000, "Member 'ZurgPawnLeader_FindZurgsCloseFromThisLocation::_closestSlave' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_FindZurgsCloseFromThisLocation, _location) == 0x000010, "Member 'ZurgPawnLeader_FindZurgsCloseFromThisLocation::_location' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_FindZurgsCloseFromThisLocation, _distance) == 0x00001C, "Member 'ZurgPawnLeader_FindZurgsCloseFromThisLocation::_distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetSlaveCount \ static_assert(alignof(ZurgPawnLeader_GetSlaveCount) == 0x000004, "Wrong alignment on ZurgPawnLeader_GetSlaveCount"); \ static_assert(sizeof(ZurgPawnLeader_GetSlaveCount) == 0x000004, "Wrong size on ZurgPawnLeader_GetSlaveCount"); \ static_assert(offsetof(ZurgPawnLeader_GetSlaveCount, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetSlaveCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetVisibleActors \ static_assert(alignof(ZurgPawnLeader_GetVisibleActors) == 0x000008, "Wrong alignment on ZurgPawnLeader_GetVisibleActors"); \ static_assert(sizeof(ZurgPawnLeader_GetVisibleActors) == 0x000010, "Wrong size on ZurgPawnLeader_GetVisibleActors"); \ static_assert(offsetof(ZurgPawnLeader_GetVisibleActors, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetVisibleActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_Lod_0_Tick \ static_assert(alignof(ZurgPawnLeader_Lod_0_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_Lod_0_Tick"); \ static_assert(sizeof(ZurgPawnLeader_Lod_0_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_Lod_0_Tick"); \ static_assert(offsetof(ZurgPawnLeader_Lod_0_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_Lod_0_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_Lod_1_Tick \ static_assert(alignof(ZurgPawnLeader_Lod_1_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_Lod_1_Tick"); \ static_assert(sizeof(ZurgPawnLeader_Lod_1_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_Lod_1_Tick"); \ static_assert(offsetof(ZurgPawnLeader_Lod_1_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_Lod_1_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_Lod_2_Tick \ static_assert(alignof(ZurgPawnLeader_Lod_2_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_Lod_2_Tick"); \ static_assert(sizeof(ZurgPawnLeader_Lod_2_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_Lod_2_Tick"); \ static_assert(offsetof(ZurgPawnLeader_Lod_2_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_Lod_2_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_MoveSwarmTo \ static_assert(alignof(ZurgPawnLeader_MoveSwarmTo) == 0x000004, "Wrong alignment on ZurgPawnLeader_MoveSwarmTo"); \ static_assert(sizeof(ZurgPawnLeader_MoveSwarmTo) == 0x000014, "Wrong size on ZurgPawnLeader_MoveSwarmTo"); \ static_assert(offsetof(ZurgPawnLeader_MoveSwarmTo, _newLocation) == 0x000000, "Member 'ZurgPawnLeader_MoveSwarmTo::_newLocation' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_MoveSwarmTo, _randomRadius) == 0x00000C, "Member 'ZurgPawnLeader_MoveSwarmTo::_randomRadius' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_MoveSwarmTo, ReturnValue) == 0x000010, "Member 'ZurgPawnLeader_MoveSwarmTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_MoveSwarmToBox \ static_assert(alignof(ZurgPawnLeader_MoveSwarmToBox) == 0x000008, "Wrong alignment on ZurgPawnLeader_MoveSwarmToBox"); \ static_assert(sizeof(ZurgPawnLeader_MoveSwarmToBox) == 0x000010, "Wrong size on ZurgPawnLeader_MoveSwarmToBox"); \ static_assert(offsetof(ZurgPawnLeader_MoveSwarmToBox, _boxComponent) == 0x000000, "Member 'ZurgPawnLeader_MoveSwarmToBox::_boxComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_MoveSwarmToBox, ReturnValue) == 0x000008, "Member 'ZurgPawnLeader_MoveSwarmToBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnDamagableDetectorBeginOverlap \ static_assert(alignof(ZurgPawnLeader_OnDamagableDetectorBeginOverlap) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnDamagableDetectorBeginOverlap"); \ static_assert(sizeof(ZurgPawnLeader_OnDamagableDetectorBeginOverlap) == 0x0000A8, "Wrong size on ZurgPawnLeader_OnDamagableDetectorBeginOverlap"); \ static_assert(offsetof(ZurgPawnLeader_OnDamagableDetectorBeginOverlap, OverlappedComponent) == 0x000000, "Member 'ZurgPawnLeader_OnDamagableDetectorBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnDamagableDetectorBeginOverlap, OtherActor) == 0x000008, "Member 'ZurgPawnLeader_OnDamagableDetectorBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnDamagableDetectorBeginOverlap, OtherComp) == 0x000010, "Member 'ZurgPawnLeader_OnDamagableDetectorBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnDamagableDetectorBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'ZurgPawnLeader_OnDamagableDetectorBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnDamagableDetectorBeginOverlap, bFromSweep) == 0x00001C, "Member 'ZurgPawnLeader_OnDamagableDetectorBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnDamagableDetectorBeginOverlap, SweepResult) == 0x000020, "Member 'ZurgPawnLeader_OnDamagableDetectorBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnDamagableDetectorEndOverlap \ static_assert(alignof(ZurgPawnLeader_OnDamagableDetectorEndOverlap) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnDamagableDetectorEndOverlap"); \ static_assert(sizeof(ZurgPawnLeader_OnDamagableDetectorEndOverlap) == 0x000020, "Wrong size on ZurgPawnLeader_OnDamagableDetectorEndOverlap"); \ static_assert(offsetof(ZurgPawnLeader_OnDamagableDetectorEndOverlap, OverlappedComponent) == 0x000000, "Member 'ZurgPawnLeader_OnDamagableDetectorEndOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnDamagableDetectorEndOverlap, OtherActor) == 0x000008, "Member 'ZurgPawnLeader_OnDamagableDetectorEndOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnDamagableDetectorEndOverlap, OtherComp) == 0x000010, "Member 'ZurgPawnLeader_OnDamagableDetectorEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnDamagableDetectorEndOverlap, OtherBodyIndex) == 0x000018, "Member 'ZurgPawnLeader_OnDamagableDetectorEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnDisplayDebug \ static_assert(alignof(ZurgPawnLeader_OnDisplayDebug) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnDisplayDebug"); \ static_assert(sizeof(ZurgPawnLeader_OnDisplayDebug) == 0x000008, "Wrong size on ZurgPawnLeader_OnDisplayDebug"); \ static_assert(offsetof(ZurgPawnLeader_OnDisplayDebug, _canvas) == 0x000000, "Member 'ZurgPawnLeader_OnDisplayDebug::_canvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnHearedNoise \ static_assert(alignof(ZurgPawnLeader_OnHearedNoise) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnHearedNoise"); \ static_assert(sizeof(ZurgPawnLeader_OnHearedNoise) == 0x000020, "Wrong size on ZurgPawnLeader_OnHearedNoise"); \ static_assert(offsetof(ZurgPawnLeader_OnHearedNoise, _noiseComponent) == 0x000000, "Member 'ZurgPawnLeader_OnHearedNoise::_noiseComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnHearedNoise, _location) == 0x000008, "Member 'ZurgPawnLeader_OnHearedNoise::_location' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnHearedNoise, _emitter) == 0x000018, "Member 'ZurgPawnLeader_OnHearedNoise::_emitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnSlaveDestroyed \ static_assert(alignof(ZurgPawnLeader_OnSlaveDestroyed) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnSlaveDestroyed"); \ static_assert(sizeof(ZurgPawnLeader_OnSlaveDestroyed) == 0x000008, "Wrong size on ZurgPawnLeader_OnSlaveDestroyed"); \ static_assert(offsetof(ZurgPawnLeader_OnSlaveDestroyed, _slaveDestroyed) == 0x000000, "Member 'ZurgPawnLeader_OnSlaveDestroyed::_slaveDestroyed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnSlaveEnterLight \ static_assert(alignof(ZurgPawnLeader_OnSlaveEnterLight) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnSlaveEnterLight"); \ static_assert(sizeof(ZurgPawnLeader_OnSlaveEnterLight) == 0x000010, "Wrong size on ZurgPawnLeader_OnSlaveEnterLight"); \ static_assert(offsetof(ZurgPawnLeader_OnSlaveEnterLight, _light) == 0x000000, "Member 'ZurgPawnLeader_OnSlaveEnterLight::_light' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnSlaveEnterLight, _zurgPawn) == 0x000008, "Member 'ZurgPawnLeader_OnSlaveEnterLight::_zurgPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnSlaveExitLight \ static_assert(alignof(ZurgPawnLeader_OnSlaveExitLight) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnSlaveExitLight"); \ static_assert(sizeof(ZurgPawnLeader_OnSlaveExitLight) == 0x000010, "Wrong size on ZurgPawnLeader_OnSlaveExitLight"); \ static_assert(offsetof(ZurgPawnLeader_OnSlaveExitLight, _light) == 0x000000, "Member 'ZurgPawnLeader_OnSlaveExitLight::_light' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnSlaveExitLight, _zurgPawn) == 0x000008, "Member 'ZurgPawnLeader_OnSlaveExitLight::_zurgPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnSlaveKilled \ static_assert(alignof(ZurgPawnLeader_OnSlaveKilled) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnSlaveKilled"); \ static_assert(sizeof(ZurgPawnLeader_OnSlaveKilled) == 0x000010, "Wrong size on ZurgPawnLeader_OnSlaveKilled"); \ static_assert(offsetof(ZurgPawnLeader_OnSlaveKilled, _slave) == 0x000000, "Member 'ZurgPawnLeader_OnSlaveKilled::_slave' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnSlaveKilled, _killer) == 0x000008, "Member 'ZurgPawnLeader_OnSlaveKilled::_killer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnStateChanged \ static_assert(alignof(ZurgPawnLeader_OnStateChanged) == 0x000001, "Wrong alignment on ZurgPawnLeader_OnStateChanged"); \ static_assert(sizeof(ZurgPawnLeader_OnStateChanged) == 0x000001, "Wrong size on ZurgPawnLeader_OnStateChanged"); \ static_assert(offsetof(ZurgPawnLeader_OnStateChanged, _newState) == 0x000000, "Member 'ZurgPawnLeader_OnStateChanged::_newState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnStreamedIn \ static_assert(alignof(ZurgPawnLeader_OnStreamedIn) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnStreamedIn"); \ static_assert(sizeof(ZurgPawnLeader_OnStreamedIn) == 0x000008, "Wrong size on ZurgPawnLeader_OnStreamedIn"); \ static_assert(offsetof(ZurgPawnLeader_OnStreamedIn, _streamingComponent) == 0x000000, "Member 'ZurgPawnLeader_OnStreamedIn::_streamingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnStreamedOut \ static_assert(alignof(ZurgPawnLeader_OnStreamedOut) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnStreamedOut"); \ static_assert(sizeof(ZurgPawnLeader_OnStreamedOut) == 0x000008, "Wrong size on ZurgPawnLeader_OnStreamedOut"); \ static_assert(offsetof(ZurgPawnLeader_OnStreamedOut, _streamingComponent) == 0x000000, "Member 'ZurgPawnLeader_OnStreamedOut::_streamingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnSwarmSeeSomething \ static_assert(alignof(ZurgPawnLeader_OnSwarmSeeSomething) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnSwarmSeeSomething"); \ static_assert(sizeof(ZurgPawnLeader_OnSwarmSeeSomething) == 0x000010, "Wrong size on ZurgPawnLeader_OnSwarmSeeSomething"); \ static_assert(offsetof(ZurgPawnLeader_OnSwarmSeeSomething, _zurgDetector) == 0x000000, "Member 'ZurgPawnLeader_OnSwarmSeeSomething::_zurgDetector' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnSwarmSeeSomething, _actor) == 0x000008, "Member 'ZurgPawnLeader_OnSwarmSeeSomething::_actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnSwarmStopSeeSomething \ static_assert(alignof(ZurgPawnLeader_OnSwarmStopSeeSomething) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnSwarmStopSeeSomething"); \ static_assert(sizeof(ZurgPawnLeader_OnSwarmStopSeeSomething) == 0x000008, "Wrong size on ZurgPawnLeader_OnSwarmStopSeeSomething"); \ static_assert(offsetof(ZurgPawnLeader_OnSwarmStopSeeSomething, _actor) == 0x000000, "Member 'ZurgPawnLeader_OnSwarmStopSeeSomething::_actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnVisionColliderEndOverlap \ static_assert(alignof(ZurgPawnLeader_OnVisionColliderEndOverlap) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnVisionColliderEndOverlap"); \ static_assert(sizeof(ZurgPawnLeader_OnVisionColliderEndOverlap) == 0x000020, "Wrong size on ZurgPawnLeader_OnVisionColliderEndOverlap"); \ static_assert(offsetof(ZurgPawnLeader_OnVisionColliderEndOverlap, OverlappedComponent) == 0x000000, "Member 'ZurgPawnLeader_OnVisionColliderEndOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnVisionColliderEndOverlap, OtherActor) == 0x000008, "Member 'ZurgPawnLeader_OnVisionColliderEndOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnVisionColliderEndOverlap, OtherComp) == 0x000010, "Member 'ZurgPawnLeader_OnVisionColliderEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnVisionColliderEndOverlap, OtherBodyIndex) == 0x000018, "Member 'ZurgPawnLeader_OnVisionColliderEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_OnVisionColliderEnterOverlap \ static_assert(alignof(ZurgPawnLeader_OnVisionColliderEnterOverlap) == 0x000008, "Wrong alignment on ZurgPawnLeader_OnVisionColliderEnterOverlap"); \ static_assert(sizeof(ZurgPawnLeader_OnVisionColliderEnterOverlap) == 0x0000A8, "Wrong size on ZurgPawnLeader_OnVisionColliderEnterOverlap"); \ static_assert(offsetof(ZurgPawnLeader_OnVisionColliderEnterOverlap, OverlappedComponent) == 0x000000, "Member 'ZurgPawnLeader_OnVisionColliderEnterOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnVisionColliderEnterOverlap, OtherActor) == 0x000008, "Member 'ZurgPawnLeader_OnVisionColliderEnterOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnVisionColliderEnterOverlap, OtherComp) == 0x000010, "Member 'ZurgPawnLeader_OnVisionColliderEnterOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnVisionColliderEnterOverlap, OtherBodyIndex) == 0x000018, "Member 'ZurgPawnLeader_OnVisionColliderEnterOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnVisionColliderEnterOverlap, bFromSweep) == 0x00001C, "Member 'ZurgPawnLeader_OnVisionColliderEnterOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_OnVisionColliderEnterOverlap, SweepResult) == 0x000020, "Member 'ZurgPawnLeader_OnVisionColliderEnterOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_PopSpawningRequest \ static_assert(alignof(ZurgPawnLeader_PopSpawningRequest) == 0x000004, "Wrong alignment on ZurgPawnLeader_PopSpawningRequest"); \ static_assert(sizeof(ZurgPawnLeader_PopSpawningRequest) == 0x000008, "Wrong size on ZurgPawnLeader_PopSpawningRequest"); \ static_assert(offsetof(ZurgPawnLeader_PopSpawningRequest, _id) == 0x000000, "Member 'ZurgPawnLeader_PopSpawningRequest::_id' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_PopSpawningRequest, ReturnValue) == 0x000004, "Member 'ZurgPawnLeader_PopSpawningRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_PushSpawningRequest \ static_assert(alignof(ZurgPawnLeader_PushSpawningRequest) == 0x000004, "Wrong alignment on ZurgPawnLeader_PushSpawningRequest"); \ static_assert(sizeof(ZurgPawnLeader_PushSpawningRequest) == 0x00000C, "Wrong size on ZurgPawnLeader_PushSpawningRequest"); \ static_assert(offsetof(ZurgPawnLeader_PushSpawningRequest, _spawnCount) == 0x000000, "Member 'ZurgPawnLeader_PushSpawningRequest::_spawnCount' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_PushSpawningRequest, _duration) == 0x000004, "Member 'ZurgPawnLeader_PushSpawningRequest::_duration' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_PushSpawningRequest, ReturnValue) == 0x000008, "Member 'ZurgPawnLeader_PushSpawningRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_RemoveSlave \ static_assert(alignof(ZurgPawnLeader_RemoveSlave) == 0x000008, "Wrong alignment on ZurgPawnLeader_RemoveSlave"); \ static_assert(sizeof(ZurgPawnLeader_RemoveSlave) == 0x000008, "Wrong size on ZurgPawnLeader_RemoveSlave"); \ static_assert(offsetof(ZurgPawnLeader_RemoveSlave, _slave) == 0x000000, "Member 'ZurgPawnLeader_RemoveSlave::_slave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_SetActive \ static_assert(alignof(ZurgPawnLeader_SetActive) == 0x000001, "Wrong alignment on ZurgPawnLeader_SetActive"); \ static_assert(sizeof(ZurgPawnLeader_SetActive) == 0x000001, "Wrong size on ZurgPawnLeader_SetActive"); \ static_assert(offsetof(ZurgPawnLeader_SetActive, _active) == 0x000000, "Member 'ZurgPawnLeader_SetActive::_active' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_SetState \ static_assert(alignof(ZurgPawnLeader_SetState) == 0x000001, "Wrong alignment on ZurgPawnLeader_SetState"); \ static_assert(sizeof(ZurgPawnLeader_SetState) == 0x000001, "Wrong size on ZurgPawnLeader_SetState"); \ static_assert(offsetof(ZurgPawnLeader_SetState, _newState) == 0x000000, "Member 'ZurgPawnLeader_SetState::_newState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_SetSwarmCanHearSound \ static_assert(alignof(ZurgPawnLeader_SetSwarmCanHearSound) == 0x000001, "Wrong alignment on ZurgPawnLeader_SetSwarmCanHearSound"); \ static_assert(sizeof(ZurgPawnLeader_SetSwarmCanHearSound) == 0x000001, "Wrong size on ZurgPawnLeader_SetSwarmCanHearSound"); \ static_assert(offsetof(ZurgPawnLeader_SetSwarmCanHearSound, _canHearSound) == 0x000000, "Member 'ZurgPawnLeader_SetSwarmCanHearSound::_canHearSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_SetSwarmCanSee \ static_assert(alignof(ZurgPawnLeader_SetSwarmCanSee) == 0x000001, "Wrong alignment on ZurgPawnLeader_SetSwarmCanSee"); \ static_assert(sizeof(ZurgPawnLeader_SetSwarmCanSee) == 0x000001, "Wrong size on ZurgPawnLeader_SetSwarmCanSee"); \ static_assert(offsetof(ZurgPawnLeader_SetSwarmCanSee, _canSee) == 0x000000, "Member 'ZurgPawnLeader_SetSwarmCanSee::_canSee' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_SetZurgLOD \ static_assert(alignof(ZurgPawnLeader_SetZurgLOD) == 0x000001, "Wrong alignment on ZurgPawnLeader_SetZurgLOD"); \ static_assert(sizeof(ZurgPawnLeader_SetZurgLOD) == 0x000001, "Wrong size on ZurgPawnLeader_SetZurgLOD"); \ static_assert(offsetof(ZurgPawnLeader_SetZurgLOD, _newZurgLod) == 0x000000, "Member 'ZurgPawnLeader_SetZurgLOD::_newZurgLod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_SpawnSlave \ static_assert(alignof(ZurgPawnLeader_SpawnSlave) == 0x000008, "Wrong alignment on ZurgPawnLeader_SpawnSlave"); \ static_assert(sizeof(ZurgPawnLeader_SpawnSlave) == 0x000028, "Wrong size on ZurgPawnLeader_SpawnSlave"); \ static_assert(offsetof(ZurgPawnLeader_SpawnSlave, _nearRadius) == 0x000000, "Member 'ZurgPawnLeader_SpawnSlave::_nearRadius' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_SpawnSlave, _zurgClass) == 0x000008, "Member 'ZurgPawnLeader_SpawnSlave::_zurgClass' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_SpawnSlave, _spawnLocation) == 0x000010, "Member 'ZurgPawnLeader_SpawnSlave::_spawnLocation' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_SpawnSlave, ReturnValue) == 0x000020, "Member 'ZurgPawnLeader_SpawnSlave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_SpawnSlaves \ static_assert(alignof(ZurgPawnLeader_SpawnSlaves) == 0x000004, "Wrong alignment on ZurgPawnLeader_SpawnSlaves"); \ static_assert(sizeof(ZurgPawnLeader_SpawnSlaves) == 0x000008, "Wrong size on ZurgPawnLeader_SpawnSlaves"); \ static_assert(offsetof(ZurgPawnLeader_SpawnSlaves, _duration) == 0x000000, "Member 'ZurgPawnLeader_SpawnSlaves::_duration' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_SpawnSlaves, _count) == 0x000004, "Member 'ZurgPawnLeader_SpawnSlaves::_count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_State_Alerted_Tick \ static_assert(alignof(ZurgPawnLeader_State_Alerted_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_State_Alerted_Tick"); \ static_assert(sizeof(ZurgPawnLeader_State_Alerted_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_State_Alerted_Tick"); \ static_assert(offsetof(ZurgPawnLeader_State_Alerted_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_State_Alerted_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_State_Angry_Tick \ static_assert(alignof(ZurgPawnLeader_State_Angry_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_State_Angry_Tick"); \ static_assert(sizeof(ZurgPawnLeader_State_Angry_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_State_Angry_Tick"); \ static_assert(offsetof(ZurgPawnLeader_State_Angry_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_State_Angry_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_State_Chasing_Tick \ static_assert(alignof(ZurgPawnLeader_State_Chasing_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_State_Chasing_Tick"); \ static_assert(sizeof(ZurgPawnLeader_State_Chasing_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_State_Chasing_Tick"); \ static_assert(offsetof(ZurgPawnLeader_State_Chasing_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_State_Chasing_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_State_Idle_Tick \ static_assert(alignof(ZurgPawnLeader_State_Idle_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_State_Idle_Tick"); \ static_assert(sizeof(ZurgPawnLeader_State_Idle_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_State_Idle_Tick"); \ static_assert(offsetof(ZurgPawnLeader_State_Idle_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_State_Idle_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_State_LockedOnTarget_Tick \ static_assert(alignof(ZurgPawnLeader_State_LockedOnTarget_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_State_LockedOnTarget_Tick"); \ static_assert(sizeof(ZurgPawnLeader_State_LockedOnTarget_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_State_LockedOnTarget_Tick"); \ static_assert(offsetof(ZurgPawnLeader_State_LockedOnTarget_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_State_LockedOnTarget_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_State_Routine_Tick \ static_assert(alignof(ZurgPawnLeader_State_Routine_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_State_Routine_Tick"); \ static_assert(sizeof(ZurgPawnLeader_State_Routine_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_State_Routine_Tick"); \ static_assert(offsetof(ZurgPawnLeader_State_Routine_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_State_Routine_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_State_Sleeping_Tick \ static_assert(alignof(ZurgPawnLeader_State_Sleeping_Tick) == 0x000004, "Wrong alignment on ZurgPawnLeader_State_Sleeping_Tick"); \ static_assert(sizeof(ZurgPawnLeader_State_Sleeping_Tick) == 0x000004, "Wrong size on ZurgPawnLeader_State_Sleeping_Tick"); \ static_assert(offsetof(ZurgPawnLeader_State_Sleeping_Tick, _dt) == 0x000000, "Member 'ZurgPawnLeader_State_Sleeping_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_CanSwarmHearSound \ static_assert(alignof(ZurgPawnLeader_CanSwarmHearSound) == 0x000001, "Wrong alignment on ZurgPawnLeader_CanSwarmHearSound"); \ static_assert(sizeof(ZurgPawnLeader_CanSwarmHearSound) == 0x000001, "Wrong size on ZurgPawnLeader_CanSwarmHearSound"); \ static_assert(offsetof(ZurgPawnLeader_CanSwarmHearSound, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_CanSwarmHearSound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_CanSwarmSee \ static_assert(alignof(ZurgPawnLeader_CanSwarmSee) == 0x000001, "Wrong alignment on ZurgPawnLeader_CanSwarmSee"); \ static_assert(sizeof(ZurgPawnLeader_CanSwarmSee) == 0x000001, "Wrong size on ZurgPawnLeader_CanSwarmSee"); \ static_assert(offsetof(ZurgPawnLeader_CanSwarmSee, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_CanSwarmSee::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_FindSlavesInSpecificState \ static_assert(alignof(ZurgPawnLeader_FindSlavesInSpecificState) == 0x000008, "Wrong alignment on ZurgPawnLeader_FindSlavesInSpecificState"); \ static_assert(sizeof(ZurgPawnLeader_FindSlavesInSpecificState) == 0x000018, "Wrong size on ZurgPawnLeader_FindSlavesInSpecificState"); \ static_assert(offsetof(ZurgPawnLeader_FindSlavesInSpecificState, _slaves) == 0x000000, "Member 'ZurgPawnLeader_FindSlavesInSpecificState::_slaves' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_FindSlavesInSpecificState, _state) == 0x000010, "Member 'ZurgPawnLeader_FindSlavesInSpecificState::_state' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetClosestSlaveFromLocation \ static_assert(alignof(ZurgPawnLeader_GetClosestSlaveFromLocation) == 0x000008, "Wrong alignment on ZurgPawnLeader_GetClosestSlaveFromLocation"); \ static_assert(sizeof(ZurgPawnLeader_GetClosestSlaveFromLocation) == 0x000028, "Wrong size on ZurgPawnLeader_GetClosestSlaveFromLocation"); \ static_assert(offsetof(ZurgPawnLeader_GetClosestSlaveFromLocation, _slaves) == 0x000000, "Member 'ZurgPawnLeader_GetClosestSlaveFromLocation::_slaves' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_GetClosestSlaveFromLocation, _location) == 0x000010, "Member 'ZurgPawnLeader_GetClosestSlaveFromLocation::_location' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_GetClosestSlaveFromLocation, _radius) == 0x00001C, "Member 'ZurgPawnLeader_GetClosestSlaveFromLocation::_radius' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnLeader_GetClosestSlaveFromLocation, ReturnValue) == 0x000020, "Member 'ZurgPawnLeader_GetClosestSlaveFromLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetConnectedSlaveCount \ static_assert(alignof(ZurgPawnLeader_GetConnectedSlaveCount) == 0x000004, "Wrong alignment on ZurgPawnLeader_GetConnectedSlaveCount"); \ static_assert(sizeof(ZurgPawnLeader_GetConnectedSlaveCount) == 0x000004, "Wrong size on ZurgPawnLeader_GetConnectedSlaveCount"); \ static_assert(offsetof(ZurgPawnLeader_GetConnectedSlaveCount, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetConnectedSlaveCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetCurrentZurgLOD \ static_assert(alignof(ZurgPawnLeader_GetCurrentZurgLOD) == 0x000001, "Wrong alignment on ZurgPawnLeader_GetCurrentZurgLOD"); \ static_assert(sizeof(ZurgPawnLeader_GetCurrentZurgLOD) == 0x000001, "Wrong size on ZurgPawnLeader_GetCurrentZurgLOD"); \ static_assert(offsetof(ZurgPawnLeader_GetCurrentZurgLOD, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetCurrentZurgLOD::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetInitialTransform \ static_assert(alignof(ZurgPawnLeader_GetInitialTransform) == 0x000010, "Wrong alignment on ZurgPawnLeader_GetInitialTransform"); \ static_assert(sizeof(ZurgPawnLeader_GetInitialTransform) == 0x000030, "Wrong size on ZurgPawnLeader_GetInitialTransform"); \ static_assert(offsetof(ZurgPawnLeader_GetInitialTransform, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetInitialTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetNavigationQueryFilter \ static_assert(alignof(ZurgPawnLeader_GetNavigationQueryFilter) == 0x000008, "Wrong alignment on ZurgPawnLeader_GetNavigationQueryFilter"); \ static_assert(sizeof(ZurgPawnLeader_GetNavigationQueryFilter) == 0x000008, "Wrong size on ZurgPawnLeader_GetNavigationQueryFilter"); \ static_assert(offsetof(ZurgPawnLeader_GetNavigationQueryFilter, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetNavigationQueryFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetNavMesh \ static_assert(alignof(ZurgPawnLeader_GetNavMesh) == 0x000008, "Wrong alignment on ZurgPawnLeader_GetNavMesh"); \ static_assert(sizeof(ZurgPawnLeader_GetNavMesh) == 0x000008, "Wrong size on ZurgPawnLeader_GetNavMesh"); \ static_assert(offsetof(ZurgPawnLeader_GetNavMesh, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetNavMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetObserverLocation \ static_assert(alignof(ZurgPawnLeader_GetObserverLocation) == 0x000004, "Wrong alignment on ZurgPawnLeader_GetObserverLocation"); \ static_assert(sizeof(ZurgPawnLeader_GetObserverLocation) == 0x00000C, "Wrong size on ZurgPawnLeader_GetObserverLocation"); \ static_assert(offsetof(ZurgPawnLeader_GetObserverLocation, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetObserverLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetReachableMoveToLocation \ static_assert(alignof(ZurgPawnLeader_GetReachableMoveToLocation) == 0x000004, "Wrong alignment on ZurgPawnLeader_GetReachableMoveToLocation"); \ static_assert(sizeof(ZurgPawnLeader_GetReachableMoveToLocation) == 0x00000C, "Wrong size on ZurgPawnLeader_GetReachableMoveToLocation"); \ static_assert(offsetof(ZurgPawnLeader_GetReachableMoveToLocation, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetReachableMoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetSlaves \ static_assert(alignof(ZurgPawnLeader_GetSlaves) == 0x000008, "Wrong alignment on ZurgPawnLeader_GetSlaves"); \ static_assert(sizeof(ZurgPawnLeader_GetSlaves) == 0x000010, "Wrong size on ZurgPawnLeader_GetSlaves"); \ static_assert(offsetof(ZurgPawnLeader_GetSlaves, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetSlaves::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetSlavesAbleToAttack \ static_assert(alignof(ZurgPawnLeader_GetSlavesAbleToAttack) == 0x000008, "Wrong alignment on ZurgPawnLeader_GetSlavesAbleToAttack"); \ static_assert(sizeof(ZurgPawnLeader_GetSlavesAbleToAttack) == 0x000010, "Wrong size on ZurgPawnLeader_GetSlavesAbleToAttack"); \ static_assert(offsetof(ZurgPawnLeader_GetSlavesAbleToAttack, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetSlavesAbleToAttack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetSpawnedSlaveCount \ static_assert(alignof(ZurgPawnLeader_GetSpawnedSlaveCount) == 0x000004, "Wrong alignment on ZurgPawnLeader_GetSpawnedSlaveCount"); \ static_assert(sizeof(ZurgPawnLeader_GetSpawnedSlaveCount) == 0x000004, "Wrong size on ZurgPawnLeader_GetSpawnedSlaveCount"); \ static_assert(offsetof(ZurgPawnLeader_GetSpawnedSlaveCount, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetSpawnedSlaveCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetState \ static_assert(alignof(ZurgPawnLeader_GetState) == 0x000001, "Wrong alignment on ZurgPawnLeader_GetState"); \ static_assert(sizeof(ZurgPawnLeader_GetState) == 0x000001, "Wrong size on ZurgPawnLeader_GetState"); \ static_assert(offsetof(ZurgPawnLeader_GetState, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetSwarmCenter \ static_assert(alignof(ZurgPawnLeader_GetSwarmCenter) == 0x000004, "Wrong alignment on ZurgPawnLeader_GetSwarmCenter"); \ static_assert(sizeof(ZurgPawnLeader_GetSwarmCenter) == 0x00000C, "Wrong size on ZurgPawnLeader_GetSwarmCenter"); \ static_assert(offsetof(ZurgPawnLeader_GetSwarmCenter, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetSwarmCenter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetSwarmRadius \ static_assert(alignof(ZurgPawnLeader_GetSwarmRadius) == 0x000004, "Wrong alignment on ZurgPawnLeader_GetSwarmRadius"); \ static_assert(sizeof(ZurgPawnLeader_GetSwarmRadius) == 0x000004, "Wrong size on ZurgPawnLeader_GetSwarmRadius"); \ static_assert(offsetof(ZurgPawnLeader_GetSwarmRadius, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetSwarmRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetSwarmVisionDistance \ static_assert(alignof(ZurgPawnLeader_GetSwarmVisionDistance) == 0x000004, "Wrong alignment on ZurgPawnLeader_GetSwarmVisionDistance"); \ static_assert(sizeof(ZurgPawnLeader_GetSwarmVisionDistance) == 0x000004, "Wrong size on ZurgPawnLeader_GetSwarmVisionDistance"); \ static_assert(offsetof(ZurgPawnLeader_GetSwarmVisionDistance, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetSwarmVisionDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_GetZurgManager \ static_assert(alignof(ZurgPawnLeader_GetZurgManager) == 0x000008, "Wrong alignment on ZurgPawnLeader_GetZurgManager"); \ static_assert(sizeof(ZurgPawnLeader_GetZurgManager) == 0x000008, "Wrong size on ZurgPawnLeader_GetZurgManager"); \ static_assert(offsetof(ZurgPawnLeader_GetZurgManager, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_GetZurgManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_IsActive \ static_assert(alignof(ZurgPawnLeader_IsActive) == 0x000001, "Wrong alignment on ZurgPawnLeader_IsActive"); \ static_assert(sizeof(ZurgPawnLeader_IsActive) == 0x000001, "Wrong size on ZurgPawnLeader_IsActive"); \ static_assert(offsetof(ZurgPawnLeader_IsActive, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnLeader_IsDisplayingDebug \ static_assert(alignof(ZurgPawnLeader_IsDisplayingDebug) == 0x000001, "Wrong alignment on ZurgPawnLeader_IsDisplayingDebug"); \ static_assert(sizeof(ZurgPawnLeader_IsDisplayingDebug) == 0x000001, "Wrong size on ZurgPawnLeader_IsDisplayingDebug"); \ static_assert(offsetof(ZurgPawnLeader_IsDisplayingDebug, ReturnValue) == 0x000000, "Member 'ZurgPawnLeader_IsDisplayingDebug::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AZurgPawnLeader \ static_assert(alignof(AZurgPawnLeader) == 0x000010, "Wrong alignment on AZurgPawnLeader"); \ static_assert(sizeof(AZurgPawnLeader) == 0x000480, "Wrong size on AZurgPawnLeader"); \ static_assert(offsetof(AZurgPawnLeader, SwarmSettings) == 0x000288, "Member 'AZurgPawnLeader::SwarmSettings' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, OnZurgLeaderActivated) == 0x000290, "Member 'AZurgPawnLeader::OnZurgLeaderActivated' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, OnZurgLeaderDeactivated) == 0x0002A0, "Member 'AZurgPawnLeader::OnZurgLeaderDeactivated' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, OnZurgSlaveSpawned) == 0x0002B0, "Member 'AZurgPawnLeader::OnZurgSlaveSpawned' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, OnZurgSlaveDestroyed) == 0x0002C0, "Member 'AZurgPawnLeader::OnZurgSlaveDestroyed' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, OnZurgSlaveKilled) == 0x0002D0, "Member 'AZurgPawnLeader::OnZurgSlaveKilled' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_slaveClass) == 0x0002E0, "Member 'AZurgPawnLeader::m_slaveClass' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_initialSwarmState) == 0x0002E8, "Member 'AZurgPawnLeader::m_initialSwarmState' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_zurgSpawnCount) == 0x0002EC, "Member 'AZurgPawnLeader::m_zurgSpawnCount' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_spawningBox) == 0x0002F0, "Member 'AZurgPawnLeader::m_spawningBox' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_spawningRadius) == 0x0002F8, "Member 'AZurgPawnLeader::m_spawningRadius' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_movementQueryFilterClass) == 0x000300, "Member 'AZurgPawnLeader::m_movementQueryFilterClass' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_visionTraceChannel) == 0x000308, "Member 'AZurgPawnLeader::m_visionTraceChannel' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_noisableComponent) == 0x000310, "Member 'AZurgPawnLeader::m_noisableComponent' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_damagableDetector) == 0x000318, "Member 'AZurgPawnLeader::m_damagableDetector' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_lightableComponent) == 0x000320, "Member 'AZurgPawnLeader::m_lightableComponent' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_isAlreadySpawned) == 0x000328, "Member 'AZurgPawnLeader::m_isAlreadySpawned' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_slaveLeftBeforeSave) == 0x00032C, "Member 'AZurgPawnLeader::m_slaveLeftBeforeSave' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_streamingComponent) == 0x000330, "Member 'AZurgPawnLeader::m_streamingComponent' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_cachedPlayerCatPawn) == 0x000338, "Member 'AZurgPawnLeader::m_cachedPlayerCatPawn' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_canBeManaged) == 0x000341, "Member 'AZurgPawnLeader::m_canBeManaged' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_spawningRequests) == 0x000348, "Member 'AZurgPawnLeader::m_spawningRequests' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_stateMachine) == 0x000370, "Member 'AZurgPawnLeader::m_stateMachine' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_currentState) == 0x000378, "Member 'AZurgPawnLeader::m_currentState' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_beforeIdleState) == 0x000379, "Member 'AZurgPawnLeader::m_beforeIdleState' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_currentLOD) == 0x00037A, "Member 'AZurgPawnLeader::m_currentLOD' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_swarmCenter) == 0x000388, "Member 'AZurgPawnLeader::m_swarmCenter' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_zurgSlaves) == 0x0003D0, "Member 'AZurgPawnLeader::m_zurgSlaves' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_actorToView) == 0x0003F0, "Member 'AZurgPawnLeader::m_actorToView' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_visibleActors) == 0x000440, "Member 'AZurgPawnLeader::m_visibleActors' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_visionOverlappingActors) == 0x000450, "Member 'AZurgPawnLeader::m_visionOverlappingActors' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_saveComponent) == 0x000470, "Member 'AZurgPawnLeader::m_saveComponent' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnLeader, m_drawDebug) == 0x000478, "Member 'AZurgPawnLeader::m_drawDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_IsSlaveValid \ static_assert(alignof(ZurgPawnSlave_IsSlaveValid) == 0x000008, "Wrong alignment on ZurgPawnSlave_IsSlaveValid"); \ static_assert(sizeof(ZurgPawnSlave_IsSlaveValid) == 0x000010, "Wrong size on ZurgPawnSlave_IsSlaveValid"); \ static_assert(offsetof(ZurgPawnSlave_IsSlaveValid, _slave) == 0x000000, "Member 'ZurgPawnSlave_IsSlaveValid::_slave' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_IsSlaveValid, ReturnValue) == 0x000008, "Member 'ZurgPawnSlave_IsSlaveValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap \ static_assert(alignof(ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap) == 0x000008, "Wrong alignment on ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap"); \ static_assert(sizeof(ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap) == 0x0000A8, "Wrong size on ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap"); \ static_assert(offsetof(ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap, OverlappedComponent) == 0x000000, "Member 'ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap, OtherActor) == 0x000008, "Member 'ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap, OtherComp) == 0x000010, "Member 'ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap, bFromSweep) == 0x00001C, "Member 'ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap, SweepResult) == 0x000020, "Member 'ZurgPawnSlave__OnAttachOnActorColliderBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave__OnAttachOnActorColliderEndOverlap \ static_assert(alignof(ZurgPawnSlave__OnAttachOnActorColliderEndOverlap) == 0x000008, "Wrong alignment on ZurgPawnSlave__OnAttachOnActorColliderEndOverlap"); \ static_assert(sizeof(ZurgPawnSlave__OnAttachOnActorColliderEndOverlap) == 0x000020, "Wrong size on ZurgPawnSlave__OnAttachOnActorColliderEndOverlap"); \ static_assert(offsetof(ZurgPawnSlave__OnAttachOnActorColliderEndOverlap, OverlappedComp) == 0x000000, "Member 'ZurgPawnSlave__OnAttachOnActorColliderEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnAttachOnActorColliderEndOverlap, OtherActor) == 0x000008, "Member 'ZurgPawnSlave__OnAttachOnActorColliderEndOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnAttachOnActorColliderEndOverlap, OtherComp) == 0x000010, "Member 'ZurgPawnSlave__OnAttachOnActorColliderEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnAttachOnActorColliderEndOverlap, OtherBodyIndex) == 0x000018, "Member 'ZurgPawnSlave__OnAttachOnActorColliderEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave__OnKilled \ static_assert(alignof(ZurgPawnSlave__OnKilled) == 0x000008, "Wrong alignment on ZurgPawnSlave__OnKilled"); \ static_assert(sizeof(ZurgPawnSlave__OnKilled) == 0x000010, "Wrong size on ZurgPawnSlave__OnKilled"); \ static_assert(offsetof(ZurgPawnSlave__OnKilled, _lifeComponent) == 0x000000, "Member 'ZurgPawnSlave__OnKilled::_lifeComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnKilled, _killer) == 0x000008, "Member 'ZurgPawnSlave__OnKilled::_killer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave__OnLifeRegeneration \ static_assert(alignof(ZurgPawnSlave__OnLifeRegeneration) == 0x000008, "Wrong alignment on ZurgPawnSlave__OnLifeRegeneration"); \ static_assert(sizeof(ZurgPawnSlave__OnLifeRegeneration) == 0x000010, "Wrong size on ZurgPawnSlave__OnLifeRegeneration"); \ static_assert(offsetof(ZurgPawnSlave__OnLifeRegeneration, _lifeComponent) == 0x000000, "Member 'ZurgPawnSlave__OnLifeRegeneration::_lifeComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnLifeRegeneration, _life) == 0x000008, "Member 'ZurgPawnSlave__OnLifeRegeneration::_life' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave__OnProximityColliderBeginOverlap \ static_assert(alignof(ZurgPawnSlave__OnProximityColliderBeginOverlap) == 0x000008, "Wrong alignment on ZurgPawnSlave__OnProximityColliderBeginOverlap"); \ static_assert(sizeof(ZurgPawnSlave__OnProximityColliderBeginOverlap) == 0x0000A8, "Wrong size on ZurgPawnSlave__OnProximityColliderBeginOverlap"); \ static_assert(offsetof(ZurgPawnSlave__OnProximityColliderBeginOverlap, OverlappedComponent) == 0x000000, "Member 'ZurgPawnSlave__OnProximityColliderBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnProximityColliderBeginOverlap, OtherActor) == 0x000008, "Member 'ZurgPawnSlave__OnProximityColliderBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnProximityColliderBeginOverlap, OtherComp) == 0x000010, "Member 'ZurgPawnSlave__OnProximityColliderBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnProximityColliderBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'ZurgPawnSlave__OnProximityColliderBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnProximityColliderBeginOverlap, bFromSweep) == 0x00001C, "Member 'ZurgPawnSlave__OnProximityColliderBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnProximityColliderBeginOverlap, SweepResult) == 0x000020, "Member 'ZurgPawnSlave__OnProximityColliderBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave__OnProximityColliderEndOverlap \ static_assert(alignof(ZurgPawnSlave__OnProximityColliderEndOverlap) == 0x000008, "Wrong alignment on ZurgPawnSlave__OnProximityColliderEndOverlap"); \ static_assert(sizeof(ZurgPawnSlave__OnProximityColliderEndOverlap) == 0x000020, "Wrong size on ZurgPawnSlave__OnProximityColliderEndOverlap"); \ static_assert(offsetof(ZurgPawnSlave__OnProximityColliderEndOverlap, OverlappedComp) == 0x000000, "Member 'ZurgPawnSlave__OnProximityColliderEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnProximityColliderEndOverlap, OtherActor) == 0x000008, "Member 'ZurgPawnSlave__OnProximityColliderEndOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnProximityColliderEndOverlap, OtherComp) == 0x000010, "Member 'ZurgPawnSlave__OnProximityColliderEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnProximityColliderEndOverlap, OtherBodyIndex) == 0x000018, "Member 'ZurgPawnSlave__OnProximityColliderEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave__OnTakeDamage \ static_assert(alignof(ZurgPawnSlave__OnTakeDamage) == 0x000008, "Wrong alignment on ZurgPawnSlave__OnTakeDamage"); \ static_assert(sizeof(ZurgPawnSlave__OnTakeDamage) == 0x000018, "Wrong size on ZurgPawnSlave__OnTakeDamage"); \ static_assert(offsetof(ZurgPawnSlave__OnTakeDamage, _lifeComponent) == 0x000000, "Member 'ZurgPawnSlave__OnTakeDamage::_lifeComponent' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnTakeDamage, _damageApplier) == 0x000008, "Member 'ZurgPawnSlave__OnTakeDamage::_damageApplier' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave__OnTakeDamage, _damageAmount) == 0x000010, "Member 'ZurgPawnSlave__OnTakeDamage::_damageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_ApplyDamage \ static_assert(alignof(ZurgPawnSlave_ApplyDamage) == 0x000008, "Wrong alignment on ZurgPawnSlave_ApplyDamage"); \ static_assert(sizeof(ZurgPawnSlave_ApplyDamage) == 0x000010, "Wrong size on ZurgPawnSlave_ApplyDamage"); \ static_assert(offsetof(ZurgPawnSlave_ApplyDamage, _damageApplier) == 0x000000, "Member 'ZurgPawnSlave_ApplyDamage::_damageApplier' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_ApplyDamage, _damageAmount) == 0x000008, "Member 'ZurgPawnSlave_ApplyDamage::_damageAmount' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_ApplyDamage, ReturnValue) == 0x00000C, "Member 'ZurgPawnSlave_ApplyDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_Attack \ static_assert(alignof(ZurgPawnSlave_Attack) == 0x000008, "Wrong alignment on ZurgPawnSlave_Attack"); \ static_assert(sizeof(ZurgPawnSlave_Attack) == 0x000018, "Wrong size on ZurgPawnSlave_Attack"); \ static_assert(offsetof(ZurgPawnSlave_Attack, _actorToAttack) == 0x000000, "Member 'ZurgPawnSlave_Attack::_actorToAttack' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_Attack, ReturnValue) == 0x000008, "Member 'ZurgPawnSlave_Attack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_AttackPoint \ static_assert(alignof(ZurgPawnSlave_AttackPoint) == 0x000004, "Wrong alignment on ZurgPawnSlave_AttackPoint"); \ static_assert(sizeof(ZurgPawnSlave_AttackPoint) == 0x000010, "Wrong size on ZurgPawnSlave_AttackPoint"); \ static_assert(offsetof(ZurgPawnSlave_AttackPoint, _pointToAttack) == 0x000000, "Member 'ZurgPawnSlave_AttackPoint::_pointToAttack' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_AttackPoint, ReturnValue) == 0x00000C, "Member 'ZurgPawnSlave_AttackPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_Behavior_Escaping_Tick \ static_assert(alignof(ZurgPawnSlave_Behavior_Escaping_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_Behavior_Escaping_Tick"); \ static_assert(sizeof(ZurgPawnSlave_Behavior_Escaping_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_Behavior_Escaping_Tick"); \ static_assert(offsetof(ZurgPawnSlave_Behavior_Escaping_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_Behavior_Escaping_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_GetLeader \ static_assert(alignof(ZurgPawnSlave_GetLeader) == 0x000008, "Wrong alignment on ZurgPawnSlave_GetLeader"); \ static_assert(sizeof(ZurgPawnSlave_GetLeader) == 0x000008, "Wrong size on ZurgPawnSlave_GetLeader"); \ static_assert(offsetof(ZurgPawnSlave_GetLeader, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_GetLeader::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_IsConnectedToLeader \ static_assert(alignof(ZurgPawnSlave_IsConnectedToLeader) == 0x000001, "Wrong alignment on ZurgPawnSlave_IsConnectedToLeader"); \ static_assert(sizeof(ZurgPawnSlave_IsConnectedToLeader) == 0x000001, "Wrong size on ZurgPawnSlave_IsConnectedToLeader"); \ static_assert(offsetof(ZurgPawnSlave_IsConnectedToLeader, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_IsConnectedToLeader::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_IsKamikaze \ static_assert(alignof(ZurgPawnSlave_IsKamikaze) == 0x000001, "Wrong alignment on ZurgPawnSlave_IsKamikaze"); \ static_assert(sizeof(ZurgPawnSlave_IsKamikaze) == 0x000001, "Wrong size on ZurgPawnSlave_IsKamikaze"); \ static_assert(offsetof(ZurgPawnSlave_IsKamikaze, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_IsKamikaze::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_MoveTo \ static_assert(alignof(ZurgPawnSlave_MoveTo) == 0x000004, "Wrong alignment on ZurgPawnSlave_MoveTo"); \ static_assert(sizeof(ZurgPawnSlave_MoveTo) == 0x000018, "Wrong size on ZurgPawnSlave_MoveTo"); \ static_assert(offsetof(ZurgPawnSlave_MoveTo, _newLocation) == 0x000000, "Member 'ZurgPawnSlave_MoveTo::_newLocation' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_MoveTo, _randomRadius) == 0x00000C, "Member 'ZurgPawnSlave_MoveTo::_randomRadius' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_MoveTo, _acceptanceRadius) == 0x000010, "Member 'ZurgPawnSlave_MoveTo::_acceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_MoveTo, ReturnValue) == 0x000014, "Member 'ZurgPawnSlave_MoveTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_MoveToAtPreciseFrame \ static_assert(alignof(ZurgPawnSlave_MoveToAtPreciseFrame) == 0x000004, "Wrong alignment on ZurgPawnSlave_MoveToAtPreciseFrame"); \ static_assert(sizeof(ZurgPawnSlave_MoveToAtPreciseFrame) == 0x000018, "Wrong size on ZurgPawnSlave_MoveToAtPreciseFrame"); \ static_assert(offsetof(ZurgPawnSlave_MoveToAtPreciseFrame, _moveAtThisFrame) == 0x000000, "Member 'ZurgPawnSlave_MoveToAtPreciseFrame::_moveAtThisFrame' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_MoveToAtPreciseFrame, _newLocation) == 0x000004, "Member 'ZurgPawnSlave_MoveToAtPreciseFrame::_newLocation' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_MoveToAtPreciseFrame, _randomRadius) == 0x000010, "Member 'ZurgPawnSlave_MoveToAtPreciseFrame::_randomRadius' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_MoveToAtPreciseFrame, _acceptanceRadius) == 0x000014, "Member 'ZurgPawnSlave_MoveToAtPreciseFrame::_acceptanceRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnAttachedOnCat \ static_assert(alignof(ZurgPawnSlave_OnAttachedOnCat) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnAttachedOnCat"); \ static_assert(sizeof(ZurgPawnSlave_OnAttachedOnCat) == 0x000018, "Wrong size on ZurgPawnSlave_OnAttachedOnCat"); \ static_assert(offsetof(ZurgPawnSlave_OnAttachedOnCat, _catPawn) == 0x000000, "Member 'ZurgPawnSlave_OnAttachedOnCat::_catPawn' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_OnAttachedOnCat, _catSkeletalMesh) == 0x000008, "Member 'ZurgPawnSlave_OnAttachedOnCat::_catSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_OnAttachedOnCat, _socketName) == 0x000010, "Member 'ZurgPawnSlave_OnAttachedOnCat::_socketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnAttachOnActorColliderBeginOverlap \ static_assert(alignof(ZurgPawnSlave_OnAttachOnActorColliderBeginOverlap) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnAttachOnActorColliderBeginOverlap"); \ static_assert(sizeof(ZurgPawnSlave_OnAttachOnActorColliderBeginOverlap) == 0x000008, "Wrong size on ZurgPawnSlave_OnAttachOnActorColliderBeginOverlap"); \ static_assert(offsetof(ZurgPawnSlave_OnAttachOnActorColliderBeginOverlap, _otherActor) == 0x000000, "Member 'ZurgPawnSlave_OnAttachOnActorColliderBeginOverlap::_otherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnAttachOnActorColliderEndOverlap \ static_assert(alignof(ZurgPawnSlave_OnAttachOnActorColliderEndOverlap) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnAttachOnActorColliderEndOverlap"); \ static_assert(sizeof(ZurgPawnSlave_OnAttachOnActorColliderEndOverlap) == 0x000008, "Wrong size on ZurgPawnSlave_OnAttachOnActorColliderEndOverlap"); \ static_assert(offsetof(ZurgPawnSlave_OnAttachOnActorColliderEndOverlap, _otherActor) == 0x000000, "Member 'ZurgPawnSlave_OnAttachOnActorColliderEndOverlap::_otherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnAttachOnAttackPoint \ static_assert(alignof(ZurgPawnSlave_OnAttachOnAttackPoint) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnAttachOnAttackPoint"); \ static_assert(sizeof(ZurgPawnSlave_OnAttachOnAttackPoint) == 0x000008, "Wrong size on ZurgPawnSlave_OnAttachOnAttackPoint"); \ static_assert(offsetof(ZurgPawnSlave_OnAttachOnAttackPoint, _zurgAttackPoint) == 0x000000, "Member 'ZurgPawnSlave_OnAttachOnAttackPoint::_zurgAttackPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnAttack \ static_assert(alignof(ZurgPawnSlave_OnAttack) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnAttack"); \ static_assert(sizeof(ZurgPawnSlave_OnAttack) == 0x000008, "Wrong size on ZurgPawnSlave_OnAttack"); \ static_assert(offsetof(ZurgPawnSlave_OnAttack, _actorToAttack) == 0x000000, "Member 'ZurgPawnSlave_OnAttack::_actorToAttack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnAttackPoint \ static_assert(alignof(ZurgPawnSlave_OnAttackPoint) == 0x000004, "Wrong alignment on ZurgPawnSlave_OnAttackPoint"); \ static_assert(sizeof(ZurgPawnSlave_OnAttackPoint) == 0x00000C, "Wrong size on ZurgPawnSlave_OnAttackPoint"); \ static_assert(offsetof(ZurgPawnSlave_OnAttackPoint, _pointToAttack) == 0x000000, "Member 'ZurgPawnSlave_OnAttackPoint::_pointToAttack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnDetachedFromAttackPoint \ static_assert(alignof(ZurgPawnSlave_OnDetachedFromAttackPoint) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnDetachedFromAttackPoint"); \ static_assert(sizeof(ZurgPawnSlave_OnDetachedFromAttackPoint) == 0x000008, "Wrong size on ZurgPawnSlave_OnDetachedFromAttackPoint"); \ static_assert(offsetof(ZurgPawnSlave_OnDetachedFromAttackPoint, _zurgAttackPoint) == 0x000000, "Member 'ZurgPawnSlave_OnDetachedFromAttackPoint::_zurgAttackPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnDetachedFromCat \ static_assert(alignof(ZurgPawnSlave_OnDetachedFromCat) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnDetachedFromCat"); \ static_assert(sizeof(ZurgPawnSlave_OnDetachedFromCat) == 0x000018, "Wrong size on ZurgPawnSlave_OnDetachedFromCat"); \ static_assert(offsetof(ZurgPawnSlave_OnDetachedFromCat, _catPawn) == 0x000000, "Member 'ZurgPawnSlave_OnDetachedFromCat::_catPawn' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_OnDetachedFromCat, _catSkeletalMesh) == 0x000008, "Member 'ZurgPawnSlave_OnDetachedFromCat::_catSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_OnDetachedFromCat, _socketName) == 0x000010, "Member 'ZurgPawnSlave_OnDetachedFromCat::_socketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnDisplayDebug \ static_assert(alignof(ZurgPawnSlave_OnDisplayDebug) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnDisplayDebug"); \ static_assert(sizeof(ZurgPawnSlave_OnDisplayDebug) == 0x000008, "Wrong size on ZurgPawnSlave_OnDisplayDebug"); \ static_assert(offsetof(ZurgPawnSlave_OnDisplayDebug, _canvas) == 0x000000, "Member 'ZurgPawnSlave_OnDisplayDebug::_canvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnEnlightenBegin \ static_assert(alignof(ZurgPawnSlave_OnEnlightenBegin) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnEnlightenBegin"); \ static_assert(sizeof(ZurgPawnSlave_OnEnlightenBegin) == 0x000010, "Wrong size on ZurgPawnSlave_OnEnlightenBegin"); \ static_assert(offsetof(ZurgPawnSlave_OnEnlightenBegin, _lightable) == 0x000000, "Member 'ZurgPawnSlave_OnEnlightenBegin::_lightable' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_OnEnlightenBegin, _spotlight) == 0x000008, "Member 'ZurgPawnSlave_OnEnlightenBegin::_spotlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnEnlightenEnd \ static_assert(alignof(ZurgPawnSlave_OnEnlightenEnd) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnEnlightenEnd"); \ static_assert(sizeof(ZurgPawnSlave_OnEnlightenEnd) == 0x000010, "Wrong size on ZurgPawnSlave_OnEnlightenEnd"); \ static_assert(offsetof(ZurgPawnSlave_OnEnlightenEnd, _lightable) == 0x000000, "Member 'ZurgPawnSlave_OnEnlightenEnd::_lightable' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_OnEnlightenEnd, _spotlight) == 0x000008, "Member 'ZurgPawnSlave_OnEnlightenEnd::_spotlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnEnterInSpotLight \ static_assert(alignof(ZurgPawnSlave_OnEnterInSpotLight) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnEnterInSpotLight"); \ static_assert(sizeof(ZurgPawnSlave_OnEnterInSpotLight) == 0x000010, "Wrong size on ZurgPawnSlave_OnEnterInSpotLight"); \ static_assert(offsetof(ZurgPawnSlave_OnEnterInSpotLight, _lightable) == 0x000000, "Member 'ZurgPawnSlave_OnEnterInSpotLight::_lightable' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_OnEnterInSpotLight, _spotlight) == 0x000008, "Member 'ZurgPawnSlave_OnEnterInSpotLight::_spotlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnExitSpotLight \ static_assert(alignof(ZurgPawnSlave_OnExitSpotLight) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnExitSpotLight"); \ static_assert(sizeof(ZurgPawnSlave_OnExitSpotLight) == 0x000010, "Wrong size on ZurgPawnSlave_OnExitSpotLight"); \ static_assert(offsetof(ZurgPawnSlave_OnExitSpotLight, _lightable) == 0x000000, "Member 'ZurgPawnSlave_OnExitSpotLight::_lightable' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_OnExitSpotLight, _spotlight) == 0x000008, "Member 'ZurgPawnSlave_OnExitSpotLight::_spotlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnProximityEnterDetection \ static_assert(alignof(ZurgPawnSlave_OnProximityEnterDetection) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnProximityEnterDetection"); \ static_assert(sizeof(ZurgPawnSlave_OnProximityEnterDetection) == 0x000008, "Wrong size on ZurgPawnSlave_OnProximityEnterDetection"); \ static_assert(offsetof(ZurgPawnSlave_OnProximityEnterDetection, _detectedActor) == 0x000000, "Member 'ZurgPawnSlave_OnProximityEnterDetection::_detectedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnProximityExitDetection \ static_assert(alignof(ZurgPawnSlave_OnProximityExitDetection) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnProximityExitDetection"); \ static_assert(sizeof(ZurgPawnSlave_OnProximityExitDetection) == 0x000008, "Wrong size on ZurgPawnSlave_OnProximityExitDetection"); \ static_assert(offsetof(ZurgPawnSlave_OnProximityExitDetection, _detectedActor) == 0x000000, "Member 'ZurgPawnSlave_OnProximityExitDetection::_detectedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnStateChanged \ static_assert(alignof(ZurgPawnSlave_OnStateChanged) == 0x000001, "Wrong alignment on ZurgPawnSlave_OnStateChanged"); \ static_assert(sizeof(ZurgPawnSlave_OnStateChanged) == 0x000001, "Wrong size on ZurgPawnSlave_OnStateChanged"); \ static_assert(offsetof(ZurgPawnSlave_OnStateChanged, _newState) == 0x000000, "Member 'ZurgPawnSlave_OnStateChanged::_newState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnZurgFoundLeader \ static_assert(alignof(ZurgPawnSlave_OnZurgFoundLeader) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnZurgFoundLeader"); \ static_assert(sizeof(ZurgPawnSlave_OnZurgFoundLeader) == 0x000008, "Wrong size on ZurgPawnSlave_OnZurgFoundLeader"); \ static_assert(offsetof(ZurgPawnSlave_OnZurgFoundLeader, _leader) == 0x000000, "Member 'ZurgPawnSlave_OnZurgFoundLeader::_leader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_OnZurgSettingsChanged \ static_assert(alignof(ZurgPawnSlave_OnZurgSettingsChanged) == 0x000008, "Wrong alignment on ZurgPawnSlave_OnZurgSettingsChanged"); \ static_assert(sizeof(ZurgPawnSlave_OnZurgSettingsChanged) == 0x000008, "Wrong size on ZurgPawnSlave_OnZurgSettingsChanged"); \ static_assert(offsetof(ZurgPawnSlave_OnZurgSettingsChanged, _newZurgSettings) == 0x000000, "Member 'ZurgPawnSlave_OnZurgSettingsChanged::_newZurgSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetBehavior \ static_assert(alignof(ZurgPawnSlave_SetBehavior) == 0x000001, "Wrong alignment on ZurgPawnSlave_SetBehavior"); \ static_assert(sizeof(ZurgPawnSlave_SetBehavior) == 0x000001, "Wrong size on ZurgPawnSlave_SetBehavior"); \ static_assert(offsetof(ZurgPawnSlave_SetBehavior, _newBehavior) == 0x000000, "Member 'ZurgPawnSlave_SetBehavior::_newBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetCanAttack \ static_assert(alignof(ZurgPawnSlave_SetCanAttack) == 0x000001, "Wrong alignment on ZurgPawnSlave_SetCanAttack"); \ static_assert(sizeof(ZurgPawnSlave_SetCanAttack) == 0x000001, "Wrong size on ZurgPawnSlave_SetCanAttack"); \ static_assert(offsetof(ZurgPawnSlave_SetCanAttack, _canAttack) == 0x000000, "Member 'ZurgPawnSlave_SetCanAttack::_canAttack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetCanGrab \ static_assert(alignof(ZurgPawnSlave_SetCanGrab) == 0x000001, "Wrong alignment on ZurgPawnSlave_SetCanGrab"); \ static_assert(sizeof(ZurgPawnSlave_SetCanGrab) == 0x000001, "Wrong size on ZurgPawnSlave_SetCanGrab"); \ static_assert(offsetof(ZurgPawnSlave_SetCanGrab, _canGrab) == 0x000000, "Member 'ZurgPawnSlave_SetCanGrab::_canGrab' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetCanSenseProximity \ static_assert(alignof(ZurgPawnSlave_SetCanSenseProximity) == 0x000001, "Wrong alignment on ZurgPawnSlave_SetCanSenseProximity"); \ static_assert(sizeof(ZurgPawnSlave_SetCanSenseProximity) == 0x000001, "Wrong size on ZurgPawnSlave_SetCanSenseProximity"); \ static_assert(offsetof(ZurgPawnSlave_SetCanSenseProximity, _enableProximitySense) == 0x000000, "Member 'ZurgPawnSlave_SetCanSenseProximity::_enableProximitySense' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetConnectedToLeader \ static_assert(alignof(ZurgPawnSlave_SetConnectedToLeader) == 0x000001, "Wrong alignment on ZurgPawnSlave_SetConnectedToLeader"); \ static_assert(sizeof(ZurgPawnSlave_SetConnectedToLeader) == 0x000001, "Wrong size on ZurgPawnSlave_SetConnectedToLeader"); \ static_assert(offsetof(ZurgPawnSlave_SetConnectedToLeader, _connected) == 0x000000, "Member 'ZurgPawnSlave_SetConnectedToLeader::_connected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetKamikaze \ static_assert(alignof(ZurgPawnSlave_SetKamikaze) == 0x000001, "Wrong alignment on ZurgPawnSlave_SetKamikaze"); \ static_assert(sizeof(ZurgPawnSlave_SetKamikaze) == 0x000001, "Wrong size on ZurgPawnSlave_SetKamikaze"); \ static_assert(offsetof(ZurgPawnSlave_SetKamikaze, _isKamikaze) == 0x000000, "Member 'ZurgPawnSlave_SetKamikaze::_isKamikaze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetLeader \ static_assert(alignof(ZurgPawnSlave_SetLeader) == 0x000008, "Wrong alignment on ZurgPawnSlave_SetLeader"); \ static_assert(sizeof(ZurgPawnSlave_SetLeader) == 0x000008, "Wrong size on ZurgPawnSlave_SetLeader"); \ static_assert(offsetof(ZurgPawnSlave_SetLeader, _newLeader) == 0x000000, "Member 'ZurgPawnSlave_SetLeader::_newLeader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetLeaderZurgSettings \ static_assert(alignof(ZurgPawnSlave_SetLeaderZurgSettings) == 0x000001, "Wrong alignment on ZurgPawnSlave_SetLeaderZurgSettings"); \ static_assert(sizeof(ZurgPawnSlave_SetLeaderZurgSettings) == 0x000001, "Wrong size on ZurgPawnSlave_SetLeaderZurgSettings"); \ static_assert(offsetof(ZurgPawnSlave_SetLeaderZurgSettings, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_SetLeaderZurgSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetLife \ static_assert(alignof(ZurgPawnSlave_SetLife) == 0x000004, "Wrong alignment on ZurgPawnSlave_SetLife"); \ static_assert(sizeof(ZurgPawnSlave_SetLife) == 0x000004, "Wrong size on ZurgPawnSlave_SetLife"); \ static_assert(offsetof(ZurgPawnSlave_SetLife, _newLife) == 0x000000, "Member 'ZurgPawnSlave_SetLife::_newLife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetState \ static_assert(alignof(ZurgPawnSlave_SetState) == 0x000001, "Wrong alignment on ZurgPawnSlave_SetState"); \ static_assert(sizeof(ZurgPawnSlave_SetState) == 0x000001, "Wrong size on ZurgPawnSlave_SetState"); \ static_assert(offsetof(ZurgPawnSlave_SetState, _newState) == 0x000000, "Member 'ZurgPawnSlave_SetState::_newState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetStateDelayed \ static_assert(alignof(ZurgPawnSlave_SetStateDelayed) == 0x000004, "Wrong alignment on ZurgPawnSlave_SetStateDelayed"); \ static_assert(sizeof(ZurgPawnSlave_SetStateDelayed) == 0x000008, "Wrong size on ZurgPawnSlave_SetStateDelayed"); \ static_assert(offsetof(ZurgPawnSlave_SetStateDelayed, _newState) == 0x000000, "Member 'ZurgPawnSlave_SetStateDelayed::_newState' has a wrong offset!"); \ static_assert(offsetof(ZurgPawnSlave_SetStateDelayed, _fuzzyDelay) == 0x000004, "Member 'ZurgPawnSlave_SetStateDelayed::_fuzzyDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetStunned \ static_assert(alignof(ZurgPawnSlave_SetStunned) == 0x000001, "Wrong alignment on ZurgPawnSlave_SetStunned"); \ static_assert(sizeof(ZurgPawnSlave_SetStunned) == 0x000001, "Wrong size on ZurgPawnSlave_SetStunned"); \ static_assert(offsetof(ZurgPawnSlave_SetStunned, _stun) == 0x000000, "Member 'ZurgPawnSlave_SetStunned::_stun' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_SetZurgSettings \ static_assert(alignof(ZurgPawnSlave_SetZurgSettings) == 0x000008, "Wrong alignment on ZurgPawnSlave_SetZurgSettings"); \ static_assert(sizeof(ZurgPawnSlave_SetZurgSettings) == 0x000008, "Wrong size on ZurgPawnSlave_SetZurgSettings"); \ static_assert(offsetof(ZurgPawnSlave_SetZurgSettings, _newZurgSettings) == 0x000000, "Member 'ZurgPawnSlave_SetZurgSettings::_newZurgSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Alerted_Tick \ static_assert(alignof(ZurgPawnSlave_State_Alerted_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Alerted_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Alerted_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Alerted_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Alerted_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Alerted_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Angry_Tick \ static_assert(alignof(ZurgPawnSlave_State_Angry_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Angry_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Angry_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Angry_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Angry_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Angry_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Attacking_Tick \ static_assert(alignof(ZurgPawnSlave_State_Attacking_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Attacking_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Attacking_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Attacking_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Attacking_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Attacking_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Chasing_Tick \ static_assert(alignof(ZurgPawnSlave_State_Chasing_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Chasing_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Chasing_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Chasing_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Chasing_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Chasing_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Ejected_Tick \ static_assert(alignof(ZurgPawnSlave_State_Ejected_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Ejected_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Ejected_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Ejected_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Ejected_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Ejected_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Falling_Tick \ static_assert(alignof(ZurgPawnSlave_State_Falling_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Falling_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Falling_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Falling_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Falling_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Falling_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Grabbing_Tick \ static_assert(alignof(ZurgPawnSlave_State_Grabbing_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Grabbing_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Grabbing_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Grabbing_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Grabbing_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Grabbing_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Idle_Tick \ static_assert(alignof(ZurgPawnSlave_State_Idle_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Idle_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Idle_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Idle_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Idle_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Idle_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Interested_Tick \ static_assert(alignof(ZurgPawnSlave_State_Interested_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Interested_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Interested_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Interested_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Interested_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Interested_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_LockedOnTarget_Tick \ static_assert(alignof(ZurgPawnSlave_State_LockedOnTarget_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_LockedOnTarget_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_LockedOnTarget_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_LockedOnTarget_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_LockedOnTarget_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_LockedOnTarget_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_OnInterestPoint_Tick \ static_assert(alignof(ZurgPawnSlave_State_OnInterestPoint_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_OnInterestPoint_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_OnInterestPoint_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_OnInterestPoint_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_OnInterestPoint_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_OnInterestPoint_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Routine_Tick \ static_assert(alignof(ZurgPawnSlave_State_Routine_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Routine_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Routine_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Routine_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Routine_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Routine_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Sleeping_Tick \ static_assert(alignof(ZurgPawnSlave_State_Sleeping_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Sleeping_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Sleeping_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Sleeping_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Sleeping_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Sleeping_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_Stunned_Tick \ static_assert(alignof(ZurgPawnSlave_State_Stunned_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_Stunned_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_Stunned_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_Stunned_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_Stunned_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_Stunned_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_State_UnderLight_Tick \ static_assert(alignof(ZurgPawnSlave_State_UnderLight_Tick) == 0x000004, "Wrong alignment on ZurgPawnSlave_State_UnderLight_Tick"); \ static_assert(sizeof(ZurgPawnSlave_State_UnderLight_Tick) == 0x000004, "Wrong size on ZurgPawnSlave_State_UnderLight_Tick"); \ static_assert(offsetof(ZurgPawnSlave_State_UnderLight_Tick, _dt) == 0x000000, "Member 'ZurgPawnSlave_State_UnderLight_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_CanAttack \ static_assert(alignof(ZurgPawnSlave_CanAttack) == 0x000001, "Wrong alignment on ZurgPawnSlave_CanAttack"); \ static_assert(sizeof(ZurgPawnSlave_CanAttack) == 0x000001, "Wrong size on ZurgPawnSlave_CanAttack"); \ static_assert(offsetof(ZurgPawnSlave_CanAttack, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_CanAttack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_CanGrab \ static_assert(alignof(ZurgPawnSlave_CanGrab) == 0x000001, "Wrong alignment on ZurgPawnSlave_CanGrab"); \ static_assert(sizeof(ZurgPawnSlave_CanGrab) == 0x000001, "Wrong size on ZurgPawnSlave_CanGrab"); \ static_assert(offsetof(ZurgPawnSlave_CanGrab, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_CanGrab::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_CanMove \ static_assert(alignof(ZurgPawnSlave_CanMove) == 0x000001, "Wrong alignment on ZurgPawnSlave_CanMove"); \ static_assert(sizeof(ZurgPawnSlave_CanMove) == 0x000001, "Wrong size on ZurgPawnSlave_CanMove"); \ static_assert(offsetof(ZurgPawnSlave_CanMove, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_CanMove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_CanSenseProximity \ static_assert(alignof(ZurgPawnSlave_CanSenseProximity) == 0x000001, "Wrong alignment on ZurgPawnSlave_CanSenseProximity"); \ static_assert(sizeof(ZurgPawnSlave_CanSenseProximity) == 0x000001, "Wrong size on ZurgPawnSlave_CanSenseProximity"); \ static_assert(offsetof(ZurgPawnSlave_CanSenseProximity, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_CanSenseProximity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_GetBehavior \ static_assert(alignof(ZurgPawnSlave_GetBehavior) == 0x000001, "Wrong alignment on ZurgPawnSlave_GetBehavior"); \ static_assert(sizeof(ZurgPawnSlave_GetBehavior) == 0x000001, "Wrong size on ZurgPawnSlave_GetBehavior"); \ static_assert(offsetof(ZurgPawnSlave_GetBehavior, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_GetBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_GetCurrentMoveToLocation \ static_assert(alignof(ZurgPawnSlave_GetCurrentMoveToLocation) == 0x000004, "Wrong alignment on ZurgPawnSlave_GetCurrentMoveToLocation"); \ static_assert(sizeof(ZurgPawnSlave_GetCurrentMoveToLocation) == 0x00000C, "Wrong size on ZurgPawnSlave_GetCurrentMoveToLocation"); \ static_assert(offsetof(ZurgPawnSlave_GetCurrentMoveToLocation, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_GetCurrentMoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_GetCurrentZurgSettings \ static_assert(alignof(ZurgPawnSlave_GetCurrentZurgSettings) == 0x000008, "Wrong alignment on ZurgPawnSlave_GetCurrentZurgSettings"); \ static_assert(sizeof(ZurgPawnSlave_GetCurrentZurgSettings) == 0x000008, "Wrong size on ZurgPawnSlave_GetCurrentZurgSettings"); \ static_assert(offsetof(ZurgPawnSlave_GetCurrentZurgSettings, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_GetCurrentZurgSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_GetLifeComponent \ static_assert(alignof(ZurgPawnSlave_GetLifeComponent) == 0x000008, "Wrong alignment on ZurgPawnSlave_GetLifeComponent"); \ static_assert(sizeof(ZurgPawnSlave_GetLifeComponent) == 0x000008, "Wrong size on ZurgPawnSlave_GetLifeComponent"); \ static_assert(offsetof(ZurgPawnSlave_GetLifeComponent, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_GetLifeComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_GetNavMesh \ static_assert(alignof(ZurgPawnSlave_GetNavMesh) == 0x000008, "Wrong alignment on ZurgPawnSlave_GetNavMesh"); \ static_assert(sizeof(ZurgPawnSlave_GetNavMesh) == 0x000008, "Wrong size on ZurgPawnSlave_GetNavMesh"); \ static_assert(offsetof(ZurgPawnSlave_GetNavMesh, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_GetNavMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_GetState \ static_assert(alignof(ZurgPawnSlave_GetState) == 0x000001, "Wrong alignment on ZurgPawnSlave_GetState"); \ static_assert(sizeof(ZurgPawnSlave_GetState) == 0x000001, "Wrong size on ZurgPawnSlave_GetState"); \ static_assert(offsetof(ZurgPawnSlave_GetState, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_IsActive \ static_assert(alignof(ZurgPawnSlave_IsActive) == 0x000001, "Wrong alignment on ZurgPawnSlave_IsActive"); \ static_assert(sizeof(ZurgPawnSlave_IsActive) == 0x000001, "Wrong size on ZurgPawnSlave_IsActive"); \ static_assert(offsetof(ZurgPawnSlave_IsActive, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_IsAttacking \ static_assert(alignof(ZurgPawnSlave_IsAttacking) == 0x000001, "Wrong alignment on ZurgPawnSlave_IsAttacking"); \ static_assert(sizeof(ZurgPawnSlave_IsAttacking) == 0x000001, "Wrong size on ZurgPawnSlave_IsAttacking"); \ static_assert(offsetof(ZurgPawnSlave_IsAttacking, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_IsAttacking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_IsStunned \ static_assert(alignof(ZurgPawnSlave_IsStunned) == 0x000001, "Wrong alignment on ZurgPawnSlave_IsStunned"); \ static_assert(sizeof(ZurgPawnSlave_IsStunned) == 0x000001, "Wrong size on ZurgPawnSlave_IsStunned"); \ static_assert(offsetof(ZurgPawnSlave_IsStunned, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_IsStunned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_IsUnderAntiZurgSpotlight \ static_assert(alignof(ZurgPawnSlave_IsUnderAntiZurgSpotlight) == 0x000001, "Wrong alignment on ZurgPawnSlave_IsUnderAntiZurgSpotlight"); \ static_assert(sizeof(ZurgPawnSlave_IsUnderAntiZurgSpotlight) == 0x000001, "Wrong size on ZurgPawnSlave_IsUnderAntiZurgSpotlight"); \ static_assert(offsetof(ZurgPawnSlave_IsUnderAntiZurgSpotlight, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_IsUnderAntiZurgSpotlight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgPawnSlave_IsWalking \ static_assert(alignof(ZurgPawnSlave_IsWalking) == 0x000001, "Wrong alignment on ZurgPawnSlave_IsWalking"); \ static_assert(sizeof(ZurgPawnSlave_IsWalking) == 0x000001, "Wrong size on ZurgPawnSlave_IsWalking"); \ static_assert(offsetof(ZurgPawnSlave_IsWalking, ReturnValue) == 0x000000, "Member 'ZurgPawnSlave_IsWalking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AZurgPawnSlave \ static_assert(alignof(AZurgPawnSlave) == 0x000010, "Wrong alignment on AZurgPawnSlave"); \ static_assert(sizeof(AZurgPawnSlave) == 0x000640, "Wrong size on AZurgPawnSlave"); \ static_assert(offsetof(AZurgPawnSlave, OnKilledDelegate) == 0x0004B8, "Member 'AZurgPawnSlave::OnKilledDelegate' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, OnZurgExitGrabbing) == 0x0004C8, "Member 'AZurgPawnSlave::OnZurgExitGrabbing' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_lifeComponent) == 0x0004D8, "Member 'AZurgPawnSlave::m_lifeComponent' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_damagableSphereDetector) == 0x0004E0, "Member 'AZurgPawnSlave::m_damagableSphereDetector' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_damagableLightableComponent) == 0x0004E8, "Member 'AZurgPawnSlave::m_damagableLightableComponent' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_deathFxActorClass) == 0x0004F0, "Member 'AZurgPawnSlave::m_deathFxActorClass' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_minimalLightIntensityToAvoid) == 0x0004F8, "Member 'AZurgPawnSlave::m_minimalLightIntensityToAvoid' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_maxAccelerationTarget) == 0x0004FC, "Member 'AZurgPawnSlave::m_maxAccelerationTarget' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_maxWalkSpeedTarget) == 0x000500, "Member 'AZurgPawnSlave::m_maxWalkSpeedTarget' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_currentZurgSettings) == 0x000508, "Member 'AZurgPawnSlave::m_currentZurgSettings' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_stateMachine) == 0x000518, "Member 'AZurgPawnSlave::m_stateMachine' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_movementQueryFilterClass) == 0x000568, "Member 'AZurgPawnSlave::m_movementQueryFilterClass' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_zurgMovementComponent) == 0x000570, "Member 'AZurgPawnSlave::m_zurgMovementComponent' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_currentMoveToLocation) == 0x0005B0, "Member 'AZurgPawnSlave::m_currentMoveToLocation' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_proximitySphereDetector) == 0x0005F0, "Member 'AZurgPawnSlave::m_proximitySphereDetector' has a wrong offset!"); \ static_assert(offsetof(AZurgPawnSlave, m_attachOnActorSphereCollider) == 0x000608, "Member 'AZurgPawnSlave::m_attachOnActorSphereCollider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UZurgSettings \ static_assert(alignof(UZurgSettings) == 0x000008, "Wrong alignment on UZurgSettings"); \ static_assert(sizeof(UZurgSettings) == 0x0000C8, "Wrong size on UZurgSettings"); \ static_assert(offsetof(UZurgSettings, NormalSpeed) == 0x000030, "Member 'UZurgSettings::NormalSpeed' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, MinAttackSpeed) == 0x000034, "Member 'UZurgSettings::MinAttackSpeed' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, MaxAttackSpeed) == 0x000038, "Member 'UZurgSettings::MaxAttackSpeed' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, MinAttackSpeedDistance) == 0x00003C, "Member 'UZurgSettings::MinAttackSpeedDistance' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, MaxAttackSpeedDistance) == 0x000040, "Member 'UZurgSettings::MaxAttackSpeedDistance' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, JumpRange) == 0x000044, "Member 'UZurgSettings::JumpRange' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, JumpAnticipationRatio) == 0x000048, "Member 'UZurgSettings::JumpAnticipationRatio' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, DelayBeforeJump) == 0x00004C, "Member 'UZurgSettings::DelayBeforeJump' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, DelayBeforeJumpRandomRange) == 0x000050, "Member 'UZurgSettings::DelayBeforeJumpRandomRange' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, DelayBetweenJumps) == 0x000054, "Member 'UZurgSettings::DelayBetweenJumps' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, JumpArcRatio) == 0x000058, "Member 'UZurgSettings::JumpArcRatio' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, JumpArrivalRandomZoneRadius) == 0x00005C, "Member 'UZurgSettings::JumpArrivalRandomZoneRadius' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, EjectDistance) == 0x000060, "Member 'UZurgSettings::EjectDistance' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, EjectDistanceRandomRange) == 0x000064, "Member 'UZurgSettings::EjectDistanceRandomRange' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, EjectStunTime) == 0x000068, "Member 'UZurgSettings::EjectStunTime' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, SightRadius) == 0x00006C, "Member 'UZurgSettings::SightRadius' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, VisionConeAngleInDegrees) == 0x000070, "Member 'UZurgSettings::VisionConeAngleInDegrees' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, SureVisionConeAngleInDegrees) == 0x000074, "Member 'UZurgSettings::SureVisionConeAngleInDegrees' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, MinRatioToLoseSight) == 0x000078, "Member 'UZurgSettings::MinRatioToLoseSight' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, JumpPerceptionHeightLimit) == 0x00007C, "Member 'UZurgSettings::JumpPerceptionHeightLimit' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, CloseEncounterRadius) == 0x000080, "Member 'UZurgSettings::CloseEncounterRadius' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, StruggleGaugeSize) == 0x000084, "Member 'UZurgSettings::StruggleGaugeSize' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, LifeDecayPerSecond) == 0x000088, "Member 'UZurgSettings::LifeDecayPerSecond' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, SpeedModifier) == 0x00008C, "Member 'UZurgSettings::SpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, AlertsSize) == 0x000090, "Member 'UZurgSettings::AlertsSize' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, AlertsGrowingTime) == 0x000094, "Member 'UZurgSettings::AlertsGrowingTime' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, AlertsSustainTime) == 0x000098, "Member 'UZurgSettings::AlertsSustainTime' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, MinDistanceBetweenAlerts) == 0x00009C, "Member 'UZurgSettings::MinDistanceBetweenAlerts' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, TimeToBeSure) == 0x0000A0, "Member 'UZurgSettings::TimeToBeSure' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, TimeToBeSureRandomRange) == 0x0000A4, "Member 'UZurgSettings::TimeToBeSureRandomRange' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, SureIntroductionStateDuration) == 0x0000A8, "Member 'UZurgSettings::SureIntroductionStateDuration' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, SureIntroductionStateDurationRandomRange) == 0x0000AC, "Member 'UZurgSettings::SureIntroductionStateDurationRandomRange' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, SearchDuration) == 0x0000B0, "Member 'UZurgSettings::SearchDuration' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, SearchDurationRandomRange) == 0x0000B4, "Member 'UZurgSettings::SearchDurationRandomRange' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, TimeBetweenDirectionChange) == 0x0000B8, "Member 'UZurgSettings::TimeBetweenDirectionChange' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, TimeBetweenDirectionChangeRandomRange) == 0x0000BC, "Member 'UZurgSettings::TimeBetweenDirectionChangeRandomRange' has a wrong offset!"); \ static_assert(offsetof(UZurgSettings, PlayIntroductionOnRedetect) == 0x0000C0, "Member 'UZurgSettings::PlayIntroductionOnRedetect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgSpawningBox__EditorTick \ static_assert(alignof(ZurgSpawningBox__EditorTick) == 0x000004, "Wrong alignment on ZurgSpawningBox__EditorTick"); \ static_assert(sizeof(ZurgSpawningBox__EditorTick) == 0x000004, "Wrong size on ZurgSpawningBox__EditorTick"); \ static_assert(offsetof(ZurgSpawningBox__EditorTick, _deltaTime) == 0x000000, "Member 'ZurgSpawningBox__EditorTick::_deltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgSpawningBox_GetRandomPointInBox \ static_assert(alignof(ZurgSpawningBox_GetRandomPointInBox) == 0x000004, "Wrong alignment on ZurgSpawningBox_GetRandomPointInBox"); \ static_assert(sizeof(ZurgSpawningBox_GetRandomPointInBox) == 0x00000C, "Wrong size on ZurgSpawningBox_GetRandomPointInBox"); \ static_assert(offsetof(ZurgSpawningBox_GetRandomPointInBox, ReturnValue) == 0x000000, "Member 'ZurgSpawningBox_GetRandomPointInBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZurgSpawningBox_GetSuggestedSpawnVelocity \ static_assert(alignof(ZurgSpawningBox_GetSuggestedSpawnVelocity) == 0x000004, "Wrong alignment on ZurgSpawningBox_GetSuggestedSpawnVelocity"); \ static_assert(sizeof(ZurgSpawningBox_GetSuggestedSpawnVelocity) == 0x00000C, "Wrong size on ZurgSpawningBox_GetSuggestedSpawnVelocity"); \ static_assert(offsetof(ZurgSpawningBox_GetSuggestedSpawnVelocity, ReturnValue) == 0x000000, "Member 'ZurgSpawningBox_GetSuggestedSpawnVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AZurgSpawningBox \ static_assert(alignof(AZurgSpawningBox) == 0x000008, "Wrong alignment on AZurgSpawningBox"); \ static_assert(sizeof(AZurgSpawningBox) == 0x000250, "Wrong size on AZurgSpawningBox"); \ static_assert(offsetof(AZurgSpawningBox, m_spawnVelocity) == 0x000228, "Member 'AZurgSpawningBox::m_spawnVelocity' has a wrong offset!"); \ static_assert(offsetof(AZurgSpawningBox, m_drawDebug) == 0x00022C, "Member 'AZurgSpawningBox::m_drawDebug' has a wrong offset!"); \ static_assert(offsetof(AZurgSpawningBox, m_rootComponent) == 0x000230, "Member 'AZurgSpawningBox::m_rootComponent' has a wrong offset!"); \ static_assert(offsetof(AZurgSpawningBox, m_spawningBoxComponent) == 0x000238, "Member 'AZurgSpawningBox::m_spawningBoxComponent' has a wrong offset!"); \ static_assert(offsetof(AZurgSpawningBox, m_spawningVelocityDirectionArrowComponent) == 0x000240, "Member 'AZurgSpawningBox::m_spawningVelocityDirectionArrowComponent' has a wrong offset!"); \ static_assert(offsetof(AZurgSpawningBox, m_editorTickComponent) == 0x000248, "Member 'AZurgSpawningBox::m_editorTickComponent' 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_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_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_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) == 0x000278, "Wrong size on ANavModifierVolume"); \ static_assert(offsetof(ANavModifierVolume, AreaClass) == 0x000268, "Member 'ANavModifierVolume::AreaClass' has a wrong offset!"); \ static_assert(offsetof(ANavModifierVolume, bMaskFillCollisionUnderneathForNavmesh) == 0x000270, "Member 'ANavModifierVolume::bMaskFillCollisionUnderneathForNavmesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCrowdManagerBase \ static_assert(alignof(UCrowdManagerBase) == 0x000008, "Wrong alignment on UCrowdManagerBase"); \ static_assert(sizeof(UCrowdManagerBase) == 0x000028, "Wrong size on UCrowdManagerBase"); \ #define DUMPER7_ASSERTS_ANavigationData \ static_assert(alignof(ANavigationData) == 0x000008, "Wrong alignment on ANavigationData"); \ static_assert(sizeof(ANavigationData) == 0x000430, "Wrong size on ANavigationData"); \ static_assert(offsetof(ANavigationData, RenderingComp) == 0x000230, "Member 'ANavigationData::RenderingComp' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, NavDataConfig) == 0x000238, "Member 'ANavigationData::NavDataConfig' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, RuntimeGeneration) == 0x0002B4, "Member 'ANavigationData::RuntimeGeneration' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, ObservedPathsTickInterval) == 0x0002B8, "Member 'ANavigationData::ObservedPathsTickInterval' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, DataVersion) == 0x0002BC, "Member 'ANavigationData::DataVersion' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, SupportedAreas) == 0x0003C8, "Member 'ANavigationData::SupportedAreas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAbstractNavData \ static_assert(alignof(AAbstractNavData) == 0x000008, "Wrong alignment on AAbstractNavData"); \ static_assert(sizeof(AAbstractNavData) == 0x000430, "Wrong size on AAbstractNavData"); \ #define DUMPER7_ASSERTS_UNavArea_Default \ static_assert(alignof(UNavArea_Default) == 0x000008, "Wrong alignment on UNavArea_Default"); \ static_assert(sizeof(UNavArea_Default) == 0x000048, "Wrong size on UNavArea_Default"); \ #define DUMPER7_ASSERTS_UNavArea_LowHeight \ static_assert(alignof(UNavArea_LowHeight) == 0x000008, "Wrong alignment on UNavArea_LowHeight"); \ static_assert(sizeof(UNavArea_LowHeight) == 0x000048, "Wrong size on UNavArea_LowHeight"); \ #define DUMPER7_ASSERTS_UNavArea_Null \ static_assert(alignof(UNavArea_Null) == 0x000008, "Wrong alignment on UNavArea_Null"); \ static_assert(sizeof(UNavArea_Null) == 0x000048, "Wrong size on UNavArea_Null"); \ #define DUMPER7_ASSERTS_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) == 0x000430, "Wrong size on ANavigationGraph"); \ #define DUMPER7_ASSERTS_ANavigationGraphNode \ static_assert(alignof(ANavigationGraphNode) == 0x000008, "Wrong alignment on ANavigationGraphNode"); \ static_assert(sizeof(ANavigationGraphNode) == 0x000228, "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_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_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) == 0x000318, "Wrong size on ANavigationTestingActor"); \ static_assert(offsetof(ANavigationTestingActor, CapsuleComponent) == 0x000238, "Member 'ANavigationTestingActor::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, InvokerComponent) == 0x000240, "Member 'ANavigationTestingActor::InvokerComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, NavAgentProps) == 0x000250, "Member 'ANavigationTestingActor::NavAgentProps' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, QueryingExtent) == 0x000280, "Member 'ANavigationTestingActor::QueryingExtent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, MyNavData) == 0x000290, "Member 'ANavigationTestingActor::MyNavData' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, ProjectedLocation) == 0x000298, "Member 'ANavigationTestingActor::ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, CostLimitFactor) == 0x0002A8, "Member 'ANavigationTestingActor::CostLimitFactor' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, MinimumCostLimit) == 0x0002AC, "Member 'ANavigationTestingActor::MinimumCostLimit' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, CostDisplayMode) == 0x0002B4, "Member 'ANavigationTestingActor::CostDisplayMode' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, TextCanvasOffset) == 0x0002B8, "Member 'ANavigationTestingActor::TextCanvasOffset' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathfindingTime) == 0x0002C4, "Member 'ANavigationTestingActor::PathfindingTime' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathCost) == 0x0002C8, "Member 'ANavigationTestingActor::PathCost' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathfindingSteps) == 0x0002CC, "Member 'ANavigationTestingActor::PathfindingSteps' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, OtherActor) == 0x0002D0, "Member 'ANavigationTestingActor::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, FilterClass) == 0x0002D8, "Member 'ANavigationTestingActor::FilterClass' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, ShowStepIndex) == 0x0002E0, "Member 'ANavigationTestingActor::ShowStepIndex' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, OffsetFromCornersDistance) == 0x0002E4, "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) == 0x000268, "Wrong size on ANavMeshBoundsVolume"); \ static_assert(offsetof(ANavMeshBoundsVolume, SupportedAgents) == 0x000260, "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_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) == 0x000238, "Wrong size on ANavSystemConfigOverride"); \ static_assert(offsetof(ANavSystemConfigOverride, NavigationSystemConfig) == 0x000228, "Member 'ANavSystemConfigOverride::NavigationSystemConfig' has a wrong offset!"); \ static_assert(offsetof(ANavSystemConfigOverride, OverridePolicy) == 0x000230, "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_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) == 0x0004E0, "Wrong size on ARecastNavMesh"); \ static_assert(offsetof(ARecastNavMesh, DrawOffset) == 0x000434, "Member 'ARecastNavMesh::DrawOffset' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TilePoolSize) == 0x00043C, "Member 'ARecastNavMesh::TilePoolSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileSizeUU) == 0x000440, "Member 'ARecastNavMesh::TileSizeUU' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, CellSize) == 0x000444, "Member 'ARecastNavMesh::CellSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, CellHeight) == 0x000448, "Member 'ARecastNavMesh::CellHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentRadius) == 0x00044C, "Member 'ARecastNavMesh::AgentRadius' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentHeight) == 0x000450, "Member 'ARecastNavMesh::AgentHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentMaxSlope) == 0x000454, "Member 'ARecastNavMesh::AgentMaxSlope' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentMaxStepHeight) == 0x000458, "Member 'ARecastNavMesh::AgentMaxStepHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MinRegionArea) == 0x00045C, "Member 'ARecastNavMesh::MinRegionArea' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MergeRegionSize) == 0x000460, "Member 'ARecastNavMesh::MergeRegionSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MaxSimplificationError) == 0x000464, "Member 'ARecastNavMesh::MaxSimplificationError' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MaxSimultaneousTileGenerationJobsCount) == 0x000468, "Member 'ARecastNavMesh::MaxSimultaneousTileGenerationJobsCount' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileNumberHardLimit) == 0x00046C, "Member 'ARecastNavMesh::TileNumberHardLimit' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefTileBits) == 0x000470, "Member 'ARecastNavMesh::PolyRefTileBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefNavPolyBits) == 0x000474, "Member 'ARecastNavMesh::PolyRefNavPolyBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefSaltBits) == 0x000478, "Member 'ARecastNavMesh::PolyRefSaltBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, NavMeshOriginOffset) == 0x00047C, "Member 'ARecastNavMesh::NavMeshOriginOffset' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultDrawDistance) == 0x000488, "Member 'ARecastNavMesh::DefaultDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultMaxSearchNodes) == 0x00048C, "Member 'ARecastNavMesh::DefaultMaxSearchNodes' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultMaxHierarchicalSearchNodes) == 0x000490, "Member 'ARecastNavMesh::DefaultMaxHierarchicalSearchNodes' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, RegionPartitioning) == 0x000494, "Member 'ARecastNavMesh::RegionPartitioning' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, LayerPartitioning) == 0x000495, "Member 'ARecastNavMesh::LayerPartitioning' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, RegionChunkSplits) == 0x000498, "Member 'ARecastNavMesh::RegionChunkSplits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, LayerChunkSplits) == 0x00049C, "Member 'ARecastNavMesh::LayerChunkSplits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileSetUpdateInterval) == 0x0004A4, "Member 'ARecastNavMesh::TileSetUpdateInterval' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, HeuristicScale) == 0x0004A8, "Member 'ARecastNavMesh::HeuristicScale' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, VerticalDeviationFromGroundCompensation) == 0x0004AC, "Member 'ARecastNavMesh::VerticalDeviationFromGroundCompensation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URecastNavMeshDataChunk \ static_assert(alignof(URecastNavMeshDataChunk) == 0x000008, "Wrong alignment on URecastNavMeshDataChunk"); \ static_assert(sizeof(URecastNavMeshDataChunk) == 0x000040, "Wrong size on URecastNavMeshDataChunk"); \ #define DUMPER7_ASSERTS_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_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_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_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_FAIDataProviderValue \ static_assert(alignof(FAIDataProviderValue) == 0x000008, "Wrong alignment on FAIDataProviderValue"); \ static_assert(sizeof(FAIDataProviderValue) == 0x000020, "Wrong size on FAIDataProviderValue"); \ static_assert(offsetof(FAIDataProviderValue, DataBinding) == 0x000010, "Member 'FAIDataProviderValue::DataBinding' has a wrong offset!"); \ static_assert(offsetof(FAIDataProviderValue, DataField) == 0x000018, "Member 'FAIDataProviderValue::DataField' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIDataProviderTypedValue \ static_assert(alignof(FAIDataProviderTypedValue) == 0x000008, "Wrong alignment on FAIDataProviderTypedValue"); \ static_assert(sizeof(FAIDataProviderTypedValue) == 0x000030, "Wrong size on FAIDataProviderTypedValue"); \ static_assert(offsetof(FAIDataProviderTypedValue, PropertyType) == 0x000020, "Member 'FAIDataProviderTypedValue::PropertyType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FBlackboardKeySelector \ static_assert(alignof(FBlackboardKeySelector) == 0x000008, "Wrong alignment on FBlackboardKeySelector"); \ static_assert(sizeof(FBlackboardKeySelector) == 0x000028, "Wrong size on FBlackboardKeySelector"); \ static_assert(offsetof(FBlackboardKeySelector, AllowedTypes) == 0x000000, "Member 'FBlackboardKeySelector::AllowedTypes' has a wrong offset!"); \ static_assert(offsetof(FBlackboardKeySelector, SelectedKeyName) == 0x000010, "Member 'FBlackboardKeySelector::SelectedKeyName' has a wrong offset!"); \ static_assert(offsetof(FBlackboardKeySelector, SelectedKeyType) == 0x000018, "Member 'FBlackboardKeySelector::SelectedKeyType' has a wrong offset!"); \ static_assert(offsetof(FBlackboardKeySelector, SelectedKeyID) == 0x000020, "Member 'FBlackboardKeySelector::SelectedKeyID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlackboardEntry \ static_assert(alignof(FBlackboardEntry) == 0x000008, "Wrong alignment on FBlackboardEntry"); \ static_assert(sizeof(FBlackboardEntry) == 0x000018, "Wrong size on FBlackboardEntry"); \ static_assert(offsetof(FBlackboardEntry, EntryName) == 0x000000, "Member 'FBlackboardEntry::EntryName' has a wrong offset!"); \ static_assert(offsetof(FBlackboardEntry, KeyType) == 0x000008, "Member 'FBlackboardEntry::KeyType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBTDecoratorLogic \ static_assert(alignof(FBTDecoratorLogic) == 0x000002, "Wrong alignment on FBTDecoratorLogic"); \ static_assert(sizeof(FBTDecoratorLogic) == 0x000004, "Wrong size on FBTDecoratorLogic"); \ static_assert(offsetof(FBTDecoratorLogic, Operation) == 0x000000, "Member 'FBTDecoratorLogic::Operation' has a wrong offset!"); \ static_assert(offsetof(FBTDecoratorLogic, Number) == 0x000002, "Member 'FBTDecoratorLogic::Number' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBTCompositeChild \ static_assert(alignof(FBTCompositeChild) == 0x000008, "Wrong alignment on FBTCompositeChild"); \ static_assert(sizeof(FBTCompositeChild) == 0x000030, "Wrong size on FBTCompositeChild"); \ static_assert(offsetof(FBTCompositeChild, ChildComposite) == 0x000000, "Member 'FBTCompositeChild::ChildComposite' has a wrong offset!"); \ static_assert(offsetof(FBTCompositeChild, ChildTask) == 0x000008, "Member 'FBTCompositeChild::ChildTask' has a wrong offset!"); \ static_assert(offsetof(FBTCompositeChild, Decorators) == 0x000010, "Member 'FBTCompositeChild::Decorators' has a wrong offset!"); \ static_assert(offsetof(FBTCompositeChild, DecoratorOps) == 0x000020, "Member 'FBTCompositeChild::DecoratorOps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FEnvQueryRequest \ static_assert(alignof(FEnvQueryRequest) == 0x000008, "Wrong alignment on FEnvQueryRequest"); \ static_assert(sizeof(FEnvQueryRequest) == 0x000068, "Wrong size on FEnvQueryRequest"); \ static_assert(offsetof(FEnvQueryRequest, QueryTemplate) == 0x000000, "Member 'FEnvQueryRequest::QueryTemplate' has a wrong offset!"); \ static_assert(offsetof(FEnvQueryRequest, Owner) == 0x000008, "Member 'FEnvQueryRequest::Owner' has a wrong offset!"); \ static_assert(offsetof(FEnvQueryRequest, World) == 0x000010, "Member 'FEnvQueryRequest::World' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIDynamicParam \ static_assert(alignof(FAIDynamicParam) == 0x000008, "Wrong alignment on FAIDynamicParam"); \ static_assert(sizeof(FAIDynamicParam) == 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_FEnvQueryResult \ static_assert(alignof(FEnvQueryResult) == 0x000008, "Wrong alignment on FEnvQueryResult"); \ static_assert(sizeof(FEnvQueryResult) == 0x000040, "Wrong size on FEnvQueryResult"); \ static_assert(offsetof(FEnvQueryResult, ItemType) == 0x000010, "Member 'FEnvQueryResult::ItemType' has a wrong offset!"); \ static_assert(offsetof(FEnvQueryResult, OptionIndex) == 0x00002C, "Member 'FEnvQueryResult::OptionIndex' has a wrong offset!"); \ static_assert(offsetof(FEnvQueryResult, QueryID) == 0x000030, "Member 'FEnvQueryResult::QueryID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvOverlapData \ static_assert(alignof(FEnvOverlapData) == 0x000004, "Wrong alignment on FEnvOverlapData"); \ static_assert(sizeof(FEnvOverlapData) == 0x000020, "Wrong size on FEnvOverlapData"); \ static_assert(offsetof(FEnvOverlapData, ExtentX) == 0x000000, "Member 'FEnvOverlapData::ExtentX' has a wrong offset!"); \ static_assert(offsetof(FEnvOverlapData, ExtentY) == 0x000004, "Member 'FEnvOverlapData::ExtentY' has a wrong offset!"); \ static_assert(offsetof(FEnvOverlapData, ExtentZ) == 0x000008, "Member 'FEnvOverlapData::ExtentZ' has a wrong offset!"); \ static_assert(offsetof(FEnvOverlapData, ShapeOffset) == 0x00000C, "Member 'FEnvOverlapData::ShapeOffset' has a wrong offset!"); \ static_assert(offsetof(FEnvOverlapData, OverlapChannel) == 0x000018, "Member 'FEnvOverlapData::OverlapChannel' has a wrong offset!"); \ static_assert(offsetof(FEnvOverlapData, OverlapShape) == 0x000019, "Member 'FEnvOverlapData::OverlapShape' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvTraceData \ static_assert(alignof(FEnvTraceData) == 0x000008, "Wrong alignment on FEnvTraceData"); \ static_assert(sizeof(FEnvTraceData) == 0x000030, "Wrong size on FEnvTraceData"); \ static_assert(offsetof(FEnvTraceData, VersionNum) == 0x000000, "Member 'FEnvTraceData::VersionNum' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, NavigationFilter) == 0x000008, "Member 'FEnvTraceData::NavigationFilter' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, ProjectDown) == 0x000010, "Member 'FEnvTraceData::ProjectDown' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, ProjectUp) == 0x000014, "Member 'FEnvTraceData::ProjectUp' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, ExtentX) == 0x000018, "Member 'FEnvTraceData::ExtentX' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, ExtentY) == 0x00001C, "Member 'FEnvTraceData::ExtentY' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, ExtentZ) == 0x000020, "Member 'FEnvTraceData::ExtentZ' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, PostProjectionVerticalOffset) == 0x000024, "Member 'FEnvTraceData::PostProjectionVerticalOffset' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, TraceChannel) == 0x000028, "Member 'FEnvTraceData::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, SerializedChannel) == 0x000029, "Member 'FEnvTraceData::SerializedChannel' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, TraceShape) == 0x00002A, "Member 'FEnvTraceData::TraceShape' has a wrong offset!"); \ static_assert(offsetof(FEnvTraceData, TraceMode) == 0x00002B, "Member 'FEnvTraceData::TraceMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvDirection \ static_assert(alignof(FEnvDirection) == 0x000008, "Wrong alignment on FEnvDirection"); \ static_assert(sizeof(FEnvDirection) == 0x000020, "Wrong size on FEnvDirection"); \ static_assert(offsetof(FEnvDirection, LineFrom) == 0x000000, "Member 'FEnvDirection::LineFrom' has a wrong offset!"); \ static_assert(offsetof(FEnvDirection, LineTo) == 0x000008, "Member 'FEnvDirection::LineTo' has a wrong offset!"); \ static_assert(offsetof(FEnvDirection, Rotation) == 0x000010, "Member 'FEnvDirection::Rotation' has a wrong offset!"); \ static_assert(offsetof(FEnvDirection, DirMode) == 0x000018, "Member 'FEnvDirection::DirMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvNamedValue \ static_assert(alignof(FEnvNamedValue) == 0x000004, "Wrong alignment on FEnvNamedValue"); \ static_assert(sizeof(FEnvNamedValue) == 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_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_UAIHotSpotManager \ static_assert(alignof(UAIHotSpotManager) == 0x000008, "Wrong alignment on UAIHotSpotManager"); \ static_assert(sizeof(UAIHotSpotManager) == 0x000028, "Wrong size on UAIHotSpotManager"); \ #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_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_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_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_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_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) == 0x000330, "Wrong size on AAIController"); \ static_assert(offsetof(AAIController, PathFollowingComponent) == 0x0002E0, "Member 'AAIController::PathFollowingComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, BrainComponent) == 0x0002E8, "Member 'AAIController::BrainComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, PerceptionComponent) == 0x0002F0, "Member 'AAIController::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, ActionsComp) == 0x0002F8, "Member 'AAIController::ActionsComp' has a wrong offset!"); \ static_assert(offsetof(AAIController, Blackboard) == 0x000300, "Member 'AAIController::Blackboard' has a wrong offset!"); \ static_assert(offsetof(AAIController, CachedGameplayTasksComponent) == 0x000308, "Member 'AAIController::CachedGameplayTasksComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, DefaultNavigationFilterClass) == 0x000310, "Member 'AAIController::DefaultNavigationFilterClass' has a wrong offset!"); \ static_assert(offsetof(AAIController, ReceiveMoveCompleted) == 0x000318, "Member 'AAIController::ReceiveMoveCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider \ static_assert(alignof(UAIDataProvider) == 0x000008, "Wrong alignment on UAIDataProvider"); \ static_assert(sizeof(UAIDataProvider) == 0x000028, "Wrong size on UAIDataProvider"); \ #define DUMPER7_ASSERTS_UAIDataProvider_QueryParams \ static_assert(alignof(UAIDataProvider_QueryParams) == 0x000008, "Wrong alignment on UAIDataProvider_QueryParams"); \ static_assert(sizeof(UAIDataProvider_QueryParams) == 0x000040, "Wrong size on UAIDataProvider_QueryParams"); \ static_assert(offsetof(UAIDataProvider_QueryParams, ParamName) == 0x000028, "Member 'UAIDataProvider_QueryParams::ParamName' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_QueryParams, FloatValue) == 0x000030, "Member 'UAIDataProvider_QueryParams::FloatValue' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_QueryParams, IntValue) == 0x000034, "Member 'UAIDataProvider_QueryParams::IntValue' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_QueryParams, BoolValue) == 0x000038, "Member 'UAIDataProvider_QueryParams::BoolValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_Random \ static_assert(alignof(UAIDataProvider_Random) == 0x000008, "Wrong alignment on UAIDataProvider_Random"); \ static_assert(sizeof(UAIDataProvider_Random) == 0x000050, "Wrong size on UAIDataProvider_Random"); \ static_assert(offsetof(UAIDataProvider_Random, Min) == 0x000040, "Member 'UAIDataProvider_Random::Min' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_Random, Max) == 0x000044, "Member 'UAIDataProvider_Random::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_AISense_Blueprint_K2_OnNewPawn \ static_assert(alignof(AISense_Blueprint_K2_OnNewPawn) == 0x000008, "Wrong alignment on AISense_Blueprint_K2_OnNewPawn"); \ static_assert(sizeof(AISense_Blueprint_K2_OnNewPawn) == 0x000008, "Wrong size on AISense_Blueprint_K2_OnNewPawn"); \ static_assert(offsetof(AISense_Blueprint_K2_OnNewPawn, NewPawn) == 0x000000, "Member 'AISense_Blueprint_K2_OnNewPawn::NewPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerRegistered \ static_assert(alignof(AISense_Blueprint_OnListenerRegistered) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerRegistered"); \ static_assert(sizeof(AISense_Blueprint_OnListenerRegistered) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerRegistered"); \ static_assert(offsetof(AISense_Blueprint_OnListenerRegistered, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerRegistered::ActorListener' has a wrong offset!"); \ static_assert(offsetof(AISense_Blueprint_OnListenerRegistered, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerRegistered::PerceptionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUnregistered \ static_assert(alignof(AISense_Blueprint_OnListenerUnregistered) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerUnregistered"); \ static_assert(sizeof(AISense_Blueprint_OnListenerUnregistered) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerUnregistered"); \ static_assert(offsetof(AISense_Blueprint_OnListenerUnregistered, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerUnregistered::ActorListener' has a wrong offset!"); \ static_assert(offsetof(AISense_Blueprint_OnListenerUnregistered, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerUnregistered::PerceptionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUpdated \ static_assert(alignof(AISense_Blueprint_OnListenerUpdated) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerUpdated"); \ static_assert(sizeof(AISense_Blueprint_OnListenerUpdated) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerUpdated"); \ static_assert(offsetof(AISense_Blueprint_OnListenerUpdated, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerUpdated::ActorListener' has a wrong offset!"); \ static_assert(offsetof(AISense_Blueprint_OnListenerUpdated, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerUpdated::PerceptionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_OnUpdate \ static_assert(alignof(AISense_Blueprint_OnUpdate) == 0x000008, "Wrong alignment on AISense_Blueprint_OnUpdate"); \ static_assert(sizeof(AISense_Blueprint_OnUpdate) == 0x000018, "Wrong size on AISense_Blueprint_OnUpdate"); \ static_assert(offsetof(AISense_Blueprint_OnUpdate, EventsToProcess) == 0x000000, "Member 'AISense_Blueprint_OnUpdate::EventsToProcess' has a wrong offset!"); \ static_assert(offsetof(AISense_Blueprint_OnUpdate, ReturnValue) == 0x000010, "Member 'AISense_Blueprint_OnUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerActors \ static_assert(alignof(AISense_Blueprint_GetAllListenerActors) == 0x000008, "Wrong alignment on AISense_Blueprint_GetAllListenerActors"); \ static_assert(sizeof(AISense_Blueprint_GetAllListenerActors) == 0x000010, "Wrong size on AISense_Blueprint_GetAllListenerActors"); \ static_assert(offsetof(AISense_Blueprint_GetAllListenerActors, ListenerActors) == 0x000000, "Member 'AISense_Blueprint_GetAllListenerActors::ListenerActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerComponents \ static_assert(alignof(AISense_Blueprint_GetAllListenerComponents) == 0x000008, "Wrong alignment on AISense_Blueprint_GetAllListenerComponents"); \ static_assert(sizeof(AISense_Blueprint_GetAllListenerComponents) == 0x000010, "Wrong size on AISense_Blueprint_GetAllListenerComponents"); \ static_assert(offsetof(AISense_Blueprint_GetAllListenerComponents, ListenerComponents) == 0x000000, "Member 'AISense_Blueprint_GetAllListenerComponents::ListenerComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Blueprint \ static_assert(alignof(UAISense_Blueprint) == 0x000008, "Wrong alignment on UAISense_Blueprint"); \ static_assert(sizeof(UAISense_Blueprint) == 0x0000A8, "Wrong size on UAISense_Blueprint"); \ static_assert(offsetof(UAISense_Blueprint, ListenerDataType) == 0x000080, "Member 'UAISense_Blueprint::ListenerDataType' has a wrong offset!"); \ static_assert(offsetof(UAISense_Blueprint, ListenerContainer) == 0x000088, "Member 'UAISense_Blueprint::ListenerContainer' has a wrong offset!"); \ static_assert(offsetof(UAISense_Blueprint, UnprocessedEvents) == 0x000098, "Member 'UAISense_Blueprint::UnprocessedEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Damage_ReportDamageEvent \ static_assert(alignof(AISense_Damage_ReportDamageEvent) == 0x000008, "Wrong alignment on AISense_Damage_ReportDamageEvent"); \ static_assert(sizeof(AISense_Damage_ReportDamageEvent) == 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_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_AISense_Prediction_RequestControllerPredictionEvent \ static_assert(alignof(AISense_Prediction_RequestControllerPredictionEvent) == 0x000008, "Wrong alignment on AISense_Prediction_RequestControllerPredictionEvent"); \ static_assert(sizeof(AISense_Prediction_RequestControllerPredictionEvent) == 0x000018, "Wrong size on AISense_Prediction_RequestControllerPredictionEvent"); \ static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, Requestor) == 0x000000, "Member 'AISense_Prediction_RequestControllerPredictionEvent::Requestor' has a wrong offset!"); \ static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, PredictedActor) == 0x000008, "Member 'AISense_Prediction_RequestControllerPredictionEvent::PredictedActor' has a wrong offset!"); \ static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, PredictionTime) == 0x000010, "Member 'AISense_Prediction_RequestControllerPredictionEvent::PredictionTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AISense_Prediction_RequestPawnPredictionEvent \ static_assert(alignof(AISense_Prediction_RequestPawnPredictionEvent) == 0x000008, "Wrong alignment on AISense_Prediction_RequestPawnPredictionEvent"); \ static_assert(sizeof(AISense_Prediction_RequestPawnPredictionEvent) == 0x000018, "Wrong size on AISense_Prediction_RequestPawnPredictionEvent"); \ static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, Requestor) == 0x000000, "Member 'AISense_Prediction_RequestPawnPredictionEvent::Requestor' has a wrong offset!"); \ static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, PredictedActor) == 0x000008, "Member 'AISense_Prediction_RequestPawnPredictionEvent::PredictedActor' has a wrong offset!"); \ static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, PredictionTime) == 0x000010, "Member 'AISense_Prediction_RequestPawnPredictionEvent::PredictionTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Prediction \ static_assert(alignof(UAISense_Prediction) == 0x000008, "Wrong alignment on UAISense_Prediction"); \ static_assert(sizeof(UAISense_Prediction) == 0x000090, "Wrong size on UAISense_Prediction"); \ static_assert(offsetof(UAISense_Prediction, RegisteredEvents) == 0x000080, "Member 'UAISense_Prediction::RegisteredEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Sight \ static_assert(alignof(UAISense_Sight) == 0x000008, "Wrong alignment on UAISense_Sight"); \ static_assert(sizeof(UAISense_Sight) == 0x000170, "Wrong size on UAISense_Sight"); \ static_assert(offsetof(UAISense_Sight, MaxTracesPerTick) == 0x000148, "Member 'UAISense_Sight::MaxTracesPerTick' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, MinQueriesPerTimeSliceCheck) == 0x00014C, "Member 'UAISense_Sight::MinQueriesPerTimeSliceCheck' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, MaxTimeSlicePerTick) == 0x000150, "Member 'UAISense_Sight::MaxTimeSlicePerTick' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, HighImportanceQueryDistanceThreshold) == 0x000158, "Member 'UAISense_Sight::HighImportanceQueryDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, MaxQueryImportance) == 0x000160, "Member 'UAISense_Sight::MaxQueryImportance' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, SightLimitQueryImportance) == 0x000164, "Member 'UAISense_Sight::SightLimitQueryImportance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Team \ static_assert(alignof(UAISense_Team) == 0x000008, "Wrong alignment on UAISense_Team"); \ static_assert(sizeof(UAISense_Team) == 0x000090, "Wrong size on UAISense_Team"); \ static_assert(offsetof(UAISense_Team, RegisteredEvents) == 0x000080, "Member 'UAISense_Team::RegisteredEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Touch \ static_assert(alignof(UAISense_Touch) == 0x000008, "Wrong alignment on UAISense_Touch"); \ static_assert(sizeof(UAISense_Touch) == 0x000090, "Wrong size on UAISense_Touch"); \ static_assert(offsetof(UAISense_Touch, RegisteredEvents) == 0x000080, "Member 'UAISense_Touch::RegisteredEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseBlueprintListener \ static_assert(alignof(UAISenseBlueprintListener) == 0x000008, "Wrong alignment on UAISenseBlueprintListener"); \ static_assert(sizeof(UAISenseBlueprintListener) == 0x000108, "Wrong size on UAISenseBlueprintListener"); \ #define DUMPER7_ASSERTS_UAISenseConfig \ static_assert(alignof(UAISenseConfig) == 0x000008, "Wrong alignment on UAISenseConfig"); \ static_assert(sizeof(UAISenseConfig) == 0x000048, "Wrong size on UAISenseConfig"); \ static_assert(offsetof(UAISenseConfig, DebugColor) == 0x000028, "Member 'UAISenseConfig::DebugColor' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig, MaxAge) == 0x00002C, "Member 'UAISenseConfig::MaxAge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Blueprint \ static_assert(alignof(UAISenseConfig_Blueprint) == 0x000008, "Wrong alignment on UAISenseConfig_Blueprint"); \ static_assert(sizeof(UAISenseConfig_Blueprint) == 0x000050, "Wrong size on UAISenseConfig_Blueprint"); \ static_assert(offsetof(UAISenseConfig_Blueprint, Implementation) == 0x000048, "Member 'UAISenseConfig_Blueprint::Implementation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_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_UAISenseConfig_Hearing \ static_assert(alignof(UAISenseConfig_Hearing) == 0x000008, "Wrong alignment on UAISenseConfig_Hearing"); \ static_assert(sizeof(UAISenseConfig_Hearing) == 0x000060, "Wrong size on UAISenseConfig_Hearing"); \ static_assert(offsetof(UAISenseConfig_Hearing, Implementation) == 0x000048, "Member 'UAISenseConfig_Hearing::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Hearing, HearingRange) == 0x000050, "Member 'UAISenseConfig_Hearing::HearingRange' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Hearing, LoSHearingRange) == 0x000054, "Member 'UAISenseConfig_Hearing::LoSHearingRange' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Hearing, DetectionByAffiliation) == 0x00005C, "Member 'UAISenseConfig_Hearing::DetectionByAffiliation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Prediction \ static_assert(alignof(UAISenseConfig_Prediction) == 0x000008, "Wrong alignment on UAISenseConfig_Prediction"); \ static_assert(sizeof(UAISenseConfig_Prediction) == 0x000048, "Wrong size on UAISenseConfig_Prediction"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Sight \ static_assert(alignof(UAISenseConfig_Sight) == 0x000008, "Wrong alignment on UAISenseConfig_Sight"); \ static_assert(sizeof(UAISenseConfig_Sight) == 0x000070, "Wrong size on UAISenseConfig_Sight"); \ static_assert(offsetof(UAISenseConfig_Sight, Implementation) == 0x000048, "Member 'UAISenseConfig_Sight::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, SightRadius) == 0x000050, "Member 'UAISenseConfig_Sight::SightRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, LoseSightRadius) == 0x000054, "Member 'UAISenseConfig_Sight::LoseSightRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, PeripheralVisionAngleDegrees) == 0x000058, "Member 'UAISenseConfig_Sight::PeripheralVisionAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, DetectionByAffiliation) == 0x00005C, "Member 'UAISenseConfig_Sight::DetectionByAffiliation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, AutoSuccessRangeFromLastSeenLocation) == 0x000060, "Member 'UAISenseConfig_Sight::AutoSuccessRangeFromLastSeenLocation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, PointOfViewBackwardOffset) == 0x000064, "Member 'UAISenseConfig_Sight::PointOfViewBackwardOffset' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Sight, NearClippingRadius) == 0x000068, "Member 'UAISenseConfig_Sight::NearClippingRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Team \ static_assert(alignof(UAISenseConfig_Team) == 0x000008, "Wrong alignment on UAISenseConfig_Team"); \ static_assert(sizeof(UAISenseConfig_Team) == 0x000048, "Wrong size on UAISenseConfig_Team"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Touch \ static_assert(alignof(UAISenseConfig_Touch) == 0x000008, "Wrong alignment on UAISenseConfig_Touch"); \ static_assert(sizeof(UAISenseConfig_Touch) == 0x000048, "Wrong size on UAISenseConfig_Touch"); \ #define DUMPER7_ASSERTS_UAISenseEvent \ static_assert(alignof(UAISenseEvent) == 0x000008, "Wrong alignment on UAISenseEvent"); \ static_assert(sizeof(UAISenseEvent) == 0x000028, "Wrong size on UAISenseEvent"); \ #define DUMPER7_ASSERTS_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_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_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_IAISightTargetInterface \ static_assert(alignof(IAISightTargetInterface) == 0x000001, "Wrong alignment on IAISightTargetInterface"); \ static_assert(sizeof(IAISightTargetInterface) == 0x000001, "Wrong size on IAISightTargetInterface"); \ #define DUMPER7_ASSERTS_UAISystem \ static_assert(alignof(UAISystem) == 0x000008, "Wrong alignment on UAISystem"); \ static_assert(sizeof(UAISystem) == 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_UAITask \ static_assert(alignof(UAITask) == 0x000008, "Wrong alignment on UAITask"); \ static_assert(sizeof(UAITask) == 0x000070, "Wrong size on UAITask"); \ static_assert(offsetof(UAITask, OwnerController) == 0x000068, "Member 'UAITask::OwnerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAITask_LockLogic \ static_assert(alignof(UAITask_LockLogic) == 0x000008, "Wrong alignment on UAITask_LockLogic"); \ static_assert(sizeof(UAITask_LockLogic) == 0x000070, "Wrong size on UAITask_LockLogic"); \ #define DUMPER7_ASSERTS_AITask_MoveTo_AIMoveTo \ static_assert(alignof(AITask_MoveTo_AIMoveTo) == 0x000008, "Wrong alignment on AITask_MoveTo_AIMoveTo"); \ static_assert(sizeof(AITask_MoveTo_AIMoveTo) == 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_AITask_RunEQS_RunEQS \ static_assert(alignof(AITask_RunEQS_RunEQS) == 0x000008, "Wrong alignment on AITask_RunEQS_RunEQS"); \ static_assert(sizeof(AITask_RunEQS_RunEQS) == 0x000018, "Wrong size on AITask_RunEQS_RunEQS"); \ static_assert(offsetof(AITask_RunEQS_RunEQS, Controller) == 0x000000, "Member 'AITask_RunEQS_RunEQS::Controller' has a wrong offset!"); \ static_assert(offsetof(AITask_RunEQS_RunEQS, QueryTemplate) == 0x000008, "Member 'AITask_RunEQS_RunEQS::QueryTemplate' has a wrong offset!"); \ static_assert(offsetof(AITask_RunEQS_RunEQS, ReturnValue) == 0x000010, "Member 'AITask_RunEQS_RunEQS::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAITask_RunEQS \ static_assert(alignof(UAITask_RunEQS) == 0x000008, "Wrong alignment on UAITask_RunEQS"); \ static_assert(sizeof(UAITask_RunEQS) == 0x0000E8, "Wrong size on UAITask_RunEQS"); \ #define DUMPER7_ASSERTS_UBehaviorTree \ static_assert(alignof(UBehaviorTree) == 0x000008, "Wrong alignment on UBehaviorTree"); \ static_assert(sizeof(UBehaviorTree) == 0x000068, "Wrong size on UBehaviorTree"); \ static_assert(offsetof(UBehaviorTree, RootNode) == 0x000030, "Member 'UBehaviorTree::RootNode' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTree, BlackboardAsset) == 0x000038, "Member 'UBehaviorTree::BlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTree, RootDecorators) == 0x000040, "Member 'UBehaviorTree::RootDecorators' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTree, RootDecoratorOps) == 0x000050, "Member 'UBehaviorTree::RootDecoratorOps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_UBehaviorTreeTypes \ static_assert(alignof(UBehaviorTreeTypes) == 0x000008, "Wrong alignment on UBehaviorTreeTypes"); \ static_assert(sizeof(UBehaviorTreeTypes) == 0x000028, "Wrong size on UBehaviorTreeTypes"); \ #define DUMPER7_ASSERTS_BlackboardAssetProvider_GetBlackboardAsset \ static_assert(alignof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong alignment on BlackboardAssetProvider_GetBlackboardAsset"); \ static_assert(sizeof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong size on BlackboardAssetProvider_GetBlackboardAsset"); \ static_assert(offsetof(BlackboardAssetProvider_GetBlackboardAsset, ReturnValue) == 0x000000, "Member 'BlackboardAssetProvider_GetBlackboardAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBlackboardAssetProvider \ static_assert(alignof(IBlackboardAssetProvider) == 0x000001, "Wrong alignment on IBlackboardAssetProvider"); \ static_assert(sizeof(IBlackboardAssetProvider) == 0x000001, "Wrong size on IBlackboardAssetProvider"); \ #define DUMPER7_ASSERTS_BlackboardComponent_ClearValue \ static_assert(alignof(BlackboardComponent_ClearValue) == 0x000004, "Wrong alignment on BlackboardComponent_ClearValue"); \ static_assert(sizeof(BlackboardComponent_ClearValue) == 0x000008, "Wrong size on BlackboardComponent_ClearValue"); \ static_assert(offsetof(BlackboardComponent_ClearValue, KeyName) == 0x000000, "Member 'BlackboardComponent_ClearValue::KeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsBool \ static_assert(alignof(BlackboardComponent_SetValueAsBool) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsBool"); \ static_assert(sizeof(BlackboardComponent_SetValueAsBool) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsBool"); \ static_assert(offsetof(BlackboardComponent_SetValueAsBool, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsBool::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsBool, BoolValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsBool::BoolValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsClass \ static_assert(alignof(BlackboardComponent_SetValueAsClass) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsClass"); \ static_assert(sizeof(BlackboardComponent_SetValueAsClass) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsClass"); \ static_assert(offsetof(BlackboardComponent_SetValueAsClass, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsClass::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsClass, ClassValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsClass::ClassValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsEnum \ static_assert(alignof(BlackboardComponent_SetValueAsEnum) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsEnum"); \ static_assert(sizeof(BlackboardComponent_SetValueAsEnum) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsEnum"); \ static_assert(offsetof(BlackboardComponent_SetValueAsEnum, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsEnum::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsEnum, EnumValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsEnum::EnumValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsFloat \ static_assert(alignof(BlackboardComponent_SetValueAsFloat) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsFloat"); \ static_assert(sizeof(BlackboardComponent_SetValueAsFloat) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsFloat"); \ static_assert(offsetof(BlackboardComponent_SetValueAsFloat, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsFloat::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsFloat, FloatValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsFloat::FloatValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsInt \ static_assert(alignof(BlackboardComponent_SetValueAsInt) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsInt"); \ static_assert(sizeof(BlackboardComponent_SetValueAsInt) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsInt"); \ static_assert(offsetof(BlackboardComponent_SetValueAsInt, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsInt::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsInt, IntValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsInt::IntValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsName \ static_assert(alignof(BlackboardComponent_SetValueAsName) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsName"); \ static_assert(sizeof(BlackboardComponent_SetValueAsName) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsName"); \ static_assert(offsetof(BlackboardComponent_SetValueAsName, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsName::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsName, NameValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsName::NameValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsObject \ static_assert(alignof(BlackboardComponent_SetValueAsObject) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsObject"); \ static_assert(sizeof(BlackboardComponent_SetValueAsObject) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsObject"); \ static_assert(offsetof(BlackboardComponent_SetValueAsObject, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsObject::KeyName' has a wrong offset!"); \ static_assert(offsetof(BlackboardComponent_SetValueAsObject, ObjectValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsObject::ObjectValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsRotator \ static_assert(alignof(BlackboardComponent_SetValueAsRotator) == 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_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_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_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_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_Name \ static_assert(alignof(UBlackboardKeyType_Name) == 0x000008, "Wrong alignment on UBlackboardKeyType_Name"); \ static_assert(sizeof(UBlackboardKeyType_Name) == 0x000030, "Wrong size on UBlackboardKeyType_Name"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_NativeEnum \ static_assert(alignof(UBlackboardKeyType_NativeEnum) == 0x000008, "Wrong alignment on UBlackboardKeyType_NativeEnum"); \ static_assert(sizeof(UBlackboardKeyType_NativeEnum) == 0x000048, "Wrong size on UBlackboardKeyType_NativeEnum"); \ static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumName) == 0x000030, "Member 'UBlackboardKeyType_NativeEnum::EnumName' has a wrong offset!"); \ static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumType) == 0x000040, "Member 'UBlackboardKeyType_NativeEnum::EnumType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Object \ static_assert(alignof(UBlackboardKeyType_Object) == 0x000008, "Wrong alignment on UBlackboardKeyType_Object"); \ static_assert(sizeof(UBlackboardKeyType_Object) == 0x000038, "Wrong size on UBlackboardKeyType_Object"); \ static_assert(offsetof(UBlackboardKeyType_Object, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Object::BaseClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Rotator \ static_assert(alignof(UBlackboardKeyType_Rotator) == 0x000008, "Wrong alignment on UBlackboardKeyType_Rotator"); \ static_assert(sizeof(UBlackboardKeyType_Rotator) == 0x000030, "Wrong size on UBlackboardKeyType_Rotator"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_String \ static_assert(alignof(UBlackboardKeyType_String) == 0x000008, "Wrong alignment on UBlackboardKeyType_String"); \ static_assert(sizeof(UBlackboardKeyType_String) == 0x000040, "Wrong size on UBlackboardKeyType_String"); \ static_assert(offsetof(UBlackboardKeyType_String, StringValue) == 0x000030, "Member 'UBlackboardKeyType_String::StringValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Vector \ static_assert(alignof(UBlackboardKeyType_Vector) == 0x000008, "Wrong alignment on UBlackboardKeyType_Vector"); \ static_assert(sizeof(UBlackboardKeyType_Vector) == 0x000030, "Wrong size on UBlackboardKeyType_Vector"); \ #define DUMPER7_ASSERTS_UBTNode \ static_assert(alignof(UBTNode) == 0x000008, "Wrong alignment on UBTNode"); \ static_assert(sizeof(UBTNode) == 0x000058, "Wrong size on UBTNode"); \ static_assert(offsetof(UBTNode, NodeName) == 0x000030, "Member 'UBTNode::NodeName' has a wrong offset!"); \ static_assert(offsetof(UBTNode, TreeAsset) == 0x000040, "Member 'UBTNode::TreeAsset' has a wrong offset!"); \ static_assert(offsetof(UBTNode, ParentNode) == 0x000048, "Member 'UBTNode::ParentNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTAuxiliaryNode \ static_assert(alignof(UBTAuxiliaryNode) == 0x000008, "Wrong alignment on UBTAuxiliaryNode"); \ static_assert(sizeof(UBTAuxiliaryNode) == 0x000060, "Wrong size on UBTAuxiliaryNode"); \ #define DUMPER7_ASSERTS_UBTCompositeNode \ static_assert(alignof(UBTCompositeNode) == 0x000008, "Wrong alignment on UBTCompositeNode"); \ static_assert(sizeof(UBTCompositeNode) == 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_UBTDecorator_CheckGameplayTagsOnActor \ static_assert(alignof(UBTDecorator_CheckGameplayTagsOnActor) == 0x000008, "Wrong alignment on UBTDecorator_CheckGameplayTagsOnActor"); \ static_assert(sizeof(UBTDecorator_CheckGameplayTagsOnActor) == 0x0000C8, "Wrong size on UBTDecorator_CheckGameplayTagsOnActor"); \ static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, ActorToCheck) == 0x000068, "Member 'UBTDecorator_CheckGameplayTagsOnActor::ActorToCheck' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, TagsToMatch) == 0x000090, "Member 'UBTDecorator_CheckGameplayTagsOnActor::TagsToMatch' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, GameplayTags) == 0x000098, "Member 'UBTDecorator_CheckGameplayTagsOnActor::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, CachedDescription) == 0x0000B8, "Member 'UBTDecorator_CheckGameplayTagsOnActor::CachedDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_CompareBBEntries \ static_assert(alignof(UBTDecorator_CompareBBEntries) == 0x000008, "Wrong alignment on UBTDecorator_CompareBBEntries"); \ static_assert(sizeof(UBTDecorator_CompareBBEntries) == 0x0000C0, "Wrong size on UBTDecorator_CompareBBEntries"); \ static_assert(offsetof(UBTDecorator_CompareBBEntries, Operator) == 0x000068, "Member 'UBTDecorator_CompareBBEntries::Operator' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CompareBBEntries, BlackboardKeyA) == 0x000070, "Member 'UBTDecorator_CompareBBEntries::BlackboardKeyA' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CompareBBEntries, BlackboardKeyB) == 0x000098, "Member 'UBTDecorator_CompareBBEntries::BlackboardKeyB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_ConditionalLoop \ static_assert(alignof(UBTDecorator_ConditionalLoop) == 0x000008, "Wrong alignment on UBTDecorator_ConditionalLoop"); \ static_assert(sizeof(UBTDecorator_ConditionalLoop) == 0x0000C0, "Wrong size on UBTDecorator_ConditionalLoop"); \ #define DUMPER7_ASSERTS_UBTDecorator_ConeCheck \ static_assert(alignof(UBTDecorator_ConeCheck) == 0x000008, "Wrong alignment on UBTDecorator_ConeCheck"); \ static_assert(sizeof(UBTDecorator_ConeCheck) == 0x0000F0, "Wrong size on UBTDecorator_ConeCheck"); \ static_assert(offsetof(UBTDecorator_ConeCheck, ConeHalfAngle) == 0x000068, "Member 'UBTDecorator_ConeCheck::ConeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_ConeCheck, ConeOrigin) == 0x000070, "Member 'UBTDecorator_ConeCheck::ConeOrigin' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_ConeCheck, ConeDirection) == 0x000098, "Member 'UBTDecorator_ConeCheck::ConeDirection' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_ConeCheck, Observed) == 0x0000C0, "Member 'UBTDecorator_ConeCheck::Observed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_Cooldown \ static_assert(alignof(UBTDecorator_Cooldown) == 0x000008, "Wrong alignment on UBTDecorator_Cooldown"); \ static_assert(sizeof(UBTDecorator_Cooldown) == 0x000070, "Wrong size on UBTDecorator_Cooldown"); \ static_assert(offsetof(UBTDecorator_Cooldown, CoolDownTime) == 0x000068, "Member 'UBTDecorator_Cooldown::CoolDownTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_DoesPathExist \ static_assert(alignof(UBTDecorator_DoesPathExist) == 0x000008, "Wrong alignment on UBTDecorator_DoesPathExist"); \ static_assert(sizeof(UBTDecorator_DoesPathExist) == 0x0000C8, "Wrong size on UBTDecorator_DoesPathExist"); \ static_assert(offsetof(UBTDecorator_DoesPathExist, BlackboardKeyA) == 0x000068, "Member 'UBTDecorator_DoesPathExist::BlackboardKeyA' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_DoesPathExist, BlackboardKeyB) == 0x000090, "Member 'UBTDecorator_DoesPathExist::BlackboardKeyB' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_DoesPathExist, PathQueryType) == 0x0000BC, "Member 'UBTDecorator_DoesPathExist::PathQueryType' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_DoesPathExist, FilterClass) == 0x0000C0, "Member 'UBTDecorator_DoesPathExist::FilterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_ForceSuccess \ static_assert(alignof(UBTDecorator_ForceSuccess) == 0x000008, "Wrong alignment on UBTDecorator_ForceSuccess"); \ static_assert(sizeof(UBTDecorator_ForceSuccess) == 0x000068, "Wrong size on UBTDecorator_ForceSuccess"); \ #define DUMPER7_ASSERTS_UBTDecorator_IsAtLocation \ static_assert(alignof(UBTDecorator_IsAtLocation) == 0x000008, "Wrong alignment on UBTDecorator_IsAtLocation"); \ static_assert(sizeof(UBTDecorator_IsAtLocation) == 0x0000D8, "Wrong size on UBTDecorator_IsAtLocation"); \ static_assert(offsetof(UBTDecorator_IsAtLocation, AcceptableRadius) == 0x000090, "Member 'UBTDecorator_IsAtLocation::AcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsAtLocation, ParametrizedAcceptableRadius) == 0x000098, "Member 'UBTDecorator_IsAtLocation::ParametrizedAcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsAtLocation, GeometricDistanceType) == 0x0000D0, "Member 'UBTDecorator_IsAtLocation::GeometricDistanceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UBTDecorator_IsBBEntryOfClass \ static_assert(alignof(UBTDecorator_IsBBEntryOfClass) == 0x000008, "Wrong alignment on UBTDecorator_IsBBEntryOfClass"); \ static_assert(sizeof(UBTDecorator_IsBBEntryOfClass) == 0x000098, "Wrong size on UBTDecorator_IsBBEntryOfClass"); \ static_assert(offsetof(UBTDecorator_IsBBEntryOfClass, TestClass) == 0x000090, "Member 'UBTDecorator_IsBBEntryOfClass::TestClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_KeepInCone \ static_assert(alignof(UBTDecorator_KeepInCone) == 0x000008, "Wrong alignment on UBTDecorator_KeepInCone"); \ static_assert(sizeof(UBTDecorator_KeepInCone) == 0x0000C8, "Wrong size on UBTDecorator_KeepInCone"); \ static_assert(offsetof(UBTDecorator_KeepInCone, ConeHalfAngle) == 0x000068, "Member 'UBTDecorator_KeepInCone::ConeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_KeepInCone, ConeOrigin) == 0x000070, "Member 'UBTDecorator_KeepInCone::ConeOrigin' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_KeepInCone, Observed) == 0x000098, "Member 'UBTDecorator_KeepInCone::Observed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_Loop \ static_assert(alignof(UBTDecorator_Loop) == 0x000008, "Wrong alignment on UBTDecorator_Loop"); \ static_assert(sizeof(UBTDecorator_Loop) == 0x000078, "Wrong size on UBTDecorator_Loop"); \ static_assert(offsetof(UBTDecorator_Loop, NumLoops) == 0x000068, "Member 'UBTDecorator_Loop::NumLoops' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Loop, bInfiniteLoop) == 0x00006C, "Member 'UBTDecorator_Loop::bInfiniteLoop' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Loop, InfiniteLoopTimeoutTime) == 0x000070, "Member 'UBTDecorator_Loop::InfiniteLoopTimeoutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_ReachedMoveGoal \ static_assert(alignof(UBTDecorator_ReachedMoveGoal) == 0x000008, "Wrong alignment on UBTDecorator_ReachedMoveGoal"); \ static_assert(sizeof(UBTDecorator_ReachedMoveGoal) == 0x000068, "Wrong size on UBTDecorator_ReachedMoveGoal"); \ #define DUMPER7_ASSERTS_UBTDecorator_SetTagCooldown \ static_assert(alignof(UBTDecorator_SetTagCooldown) == 0x000008, "Wrong alignment on UBTDecorator_SetTagCooldown"); \ static_assert(sizeof(UBTDecorator_SetTagCooldown) == 0x000078, "Wrong size on UBTDecorator_SetTagCooldown"); \ static_assert(offsetof(UBTDecorator_SetTagCooldown, CooldownTag) == 0x000068, "Member 'UBTDecorator_SetTagCooldown::CooldownTag' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_SetTagCooldown, CooldownDuration) == 0x000070, "Member 'UBTDecorator_SetTagCooldown::CooldownDuration' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_SetTagCooldown, bAddToExistingDuration) == 0x000074, "Member 'UBTDecorator_SetTagCooldown::bAddToExistingDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_TagCooldown \ static_assert(alignof(UBTDecorator_TagCooldown) == 0x000008, "Wrong alignment on UBTDecorator_TagCooldown"); \ static_assert(sizeof(UBTDecorator_TagCooldown) == 0x000078, "Wrong size on UBTDecorator_TagCooldown"); \ static_assert(offsetof(UBTDecorator_TagCooldown, CooldownTag) == 0x000068, "Member 'UBTDecorator_TagCooldown::CooldownTag' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_TagCooldown, CooldownDuration) == 0x000070, "Member 'UBTDecorator_TagCooldown::CooldownDuration' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_TagCooldown, bAddToExistingDuration) == 0x000074, "Member 'UBTDecorator_TagCooldown::bAddToExistingDuration' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_TagCooldown, bActivatesCooldown) == 0x000075, "Member 'UBTDecorator_TagCooldown::bActivatesCooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_TimeLimit \ static_assert(alignof(UBTDecorator_TimeLimit) == 0x000008, "Wrong alignment on UBTDecorator_TimeLimit"); \ static_assert(sizeof(UBTDecorator_TimeLimit) == 0x000070, "Wrong size on UBTDecorator_TimeLimit"); \ static_assert(offsetof(UBTDecorator_TimeLimit, TimeLimit) == 0x000068, "Member 'UBTDecorator_TimeLimit::TimeLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValue \ static_assert(alignof(BTFunctionLibrary_ClearBlackboardValue) == 0x000008, "Wrong alignment on BTFunctionLibrary_ClearBlackboardValue"); \ static_assert(sizeof(BTFunctionLibrary_ClearBlackboardValue) == 0x000030, "Wrong size on BTFunctionLibrary_ClearBlackboardValue"); \ static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValue, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_ClearBlackboardValue::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValue, Key) == 0x000008, "Member 'BTFunctionLibrary_ClearBlackboardValue::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValueAsVector \ static_assert(alignof(BTFunctionLibrary_ClearBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_ClearBlackboardValueAsVector"); \ static_assert(sizeof(BTFunctionLibrary_ClearBlackboardValueAsVector) == 0x000030, "Wrong size on BTFunctionLibrary_ClearBlackboardValueAsVector"); \ static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_ClearBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_ClearBlackboardValueAsVector::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsActor \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsActor) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsActor"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsActor) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsActor"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsBool \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsBool) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsBool"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsBool) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsBool"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsClass \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsClass) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsClass"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsClass) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsClass"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsEnum \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsEnum) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsEnum"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsEnum) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsEnum"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsFloat \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsFloat) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsFloat"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsFloat) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsFloat"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsInt \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsInt) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsInt"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsInt) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsInt"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsName \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsName) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsName"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsName) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsName"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsObject \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsObject) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsObject"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsObject) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsObject"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::NodeOwner' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::Key' has a wrong offset!"); \ static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsRotator \ static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsRotator) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsRotator"); \ static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsRotator) == 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_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_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_UVisualLoggerExtension \ static_assert(alignof(UVisualLoggerExtension) == 0x000008, "Wrong alignment on UVisualLoggerExtension"); \ static_assert(sizeof(UVisualLoggerExtension) == 0x000028, "Wrong size on UVisualLoggerExtension"); \ #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_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_UBTTask_BlackboardBase \ static_assert(alignof(UBTTask_BlackboardBase) == 0x000008, "Wrong alignment on UBTTask_BlackboardBase"); \ static_assert(sizeof(UBTTask_BlackboardBase) == 0x000098, "Wrong size on UBTTask_BlackboardBase"); \ static_assert(offsetof(UBTTask_BlackboardBase, BlackboardKey) == 0x000070, "Member 'UBTTask_BlackboardBase::BlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_FinishExecute \ static_assert(alignof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_FinishExecute"); \ static_assert(sizeof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong size on BTTask_BlueprintBase_FinishExecute"); \ static_assert(offsetof(BTTask_BlueprintBase_FinishExecute, bSuccess) == 0x000000, "Member 'BTTask_BlueprintBase_FinishExecute::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbort \ static_assert(alignof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbort"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveAbort"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbort::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbortAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbortAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveAbortAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecute \ static_assert(alignof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecute"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveExecute"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecuteAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecuteAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveExecuteAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTick \ static_assert(alignof(BTTask_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTick"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveTick"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTickAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTickAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_BlueprintBase_ReceiveTickAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessage \ static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessage"); \ static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000008, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessage"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessage, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessage::MessageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessageWithId \ static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x00000C, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::MessageName' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, RequestID) == 0x000008, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::RequestID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskAborting \ static_assert(alignof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskAborting"); \ static_assert(sizeof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskAborting"); \ static_assert(offsetof(BTTask_BlueprintBase_IsTaskAborting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskAborting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskExecuting \ static_assert(alignof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskExecuting"); \ static_assert(sizeof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskExecuting"); \ static_assert(offsetof(BTTask_BlueprintBase_IsTaskExecuting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskExecuting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_BlueprintBase \ static_assert(alignof(UBTTask_BlueprintBase) == 0x000008, "Wrong alignment on UBTTask_BlueprintBase"); \ static_assert(sizeof(UBTTask_BlueprintBase) == 0x0000A8, "Wrong size on UBTTask_BlueprintBase"); \ static_assert(offsetof(UBTTask_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTTask_BlueprintBase::AIOwner' has a wrong offset!"); \ static_assert(offsetof(UBTTask_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTTask_BlueprintBase::ActorOwner' has a wrong offset!"); \ static_assert(offsetof(UBTTask_BlueprintBase, TickInterval) == 0x000080, "Member 'UBTTask_BlueprintBase::TickInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_FinishWithResult \ static_assert(alignof(UBTTask_FinishWithResult) == 0x000008, "Wrong alignment on UBTTask_FinishWithResult"); \ static_assert(sizeof(UBTTask_FinishWithResult) == 0x000078, "Wrong size on UBTTask_FinishWithResult"); \ static_assert(offsetof(UBTTask_FinishWithResult, Result) == 0x000070, "Member 'UBTTask_FinishWithResult::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_GameplayTaskBase \ static_assert(alignof(UBTTask_GameplayTaskBase) == 0x000008, "Wrong alignment on UBTTask_GameplayTaskBase"); \ static_assert(sizeof(UBTTask_GameplayTaskBase) == 0x000078, "Wrong size on UBTTask_GameplayTaskBase"); \ #define DUMPER7_ASSERTS_UBTTask_MakeNoise \ static_assert(alignof(UBTTask_MakeNoise) == 0x000008, "Wrong alignment on UBTTask_MakeNoise"); \ static_assert(sizeof(UBTTask_MakeNoise) == 0x000078, "Wrong size on UBTTask_MakeNoise"); \ static_assert(offsetof(UBTTask_MakeNoise, Loudnes) == 0x000070, "Member 'UBTTask_MakeNoise::Loudnes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_MoveTo \ static_assert(alignof(UBTTask_MoveTo) == 0x000008, "Wrong alignment on UBTTask_MoveTo"); \ static_assert(sizeof(UBTTask_MoveTo) == 0x0000B0, "Wrong size on UBTTask_MoveTo"); \ static_assert(offsetof(UBTTask_MoveTo, AcceptableRadius) == 0x000098, "Member 'UBTTask_MoveTo::AcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_MoveTo, FilterClass) == 0x0000A0, "Member 'UBTTask_MoveTo::FilterClass' has a wrong offset!"); \ static_assert(offsetof(UBTTask_MoveTo, ObservedBlackboardValueTolerance) == 0x0000A8, "Member 'UBTTask_MoveTo::ObservedBlackboardValueTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_MoveDirectlyToward \ static_assert(alignof(UBTTask_MoveDirectlyToward) == 0x000008, "Wrong alignment on UBTTask_MoveDirectlyToward"); \ static_assert(sizeof(UBTTask_MoveDirectlyToward) == 0x0000B8, "Wrong size on UBTTask_MoveDirectlyToward"); \ #define DUMPER7_ASSERTS_UBTTask_PawnActionBase \ static_assert(alignof(UBTTask_PawnActionBase) == 0x000008, "Wrong alignment on UBTTask_PawnActionBase"); \ static_assert(sizeof(UBTTask_PawnActionBase) == 0x000070, "Wrong size on UBTTask_PawnActionBase"); \ #define DUMPER7_ASSERTS_UBTTask_PlayAnimation \ static_assert(alignof(UBTTask_PlayAnimation) == 0x000008, "Wrong alignment on UBTTask_PlayAnimation"); \ static_assert(sizeof(UBTTask_PlayAnimation) == 0x0000B0, "Wrong size on UBTTask_PlayAnimation"); \ static_assert(offsetof(UBTTask_PlayAnimation, AnimationToPlay) == 0x000070, "Member 'UBTTask_PlayAnimation::AnimationToPlay' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayAnimation, MyOwnerComp) == 0x000080, "Member 'UBTTask_PlayAnimation::MyOwnerComp' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayAnimation, CachedSkelMesh) == 0x000088, "Member 'UBTTask_PlayAnimation::CachedSkelMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_PlaySound \ static_assert(alignof(UBTTask_PlaySound) == 0x000008, "Wrong alignment on UBTTask_PlaySound"); \ static_assert(sizeof(UBTTask_PlaySound) == 0x000078, "Wrong size on UBTTask_PlaySound"); \ static_assert(offsetof(UBTTask_PlaySound, SoundToPlay) == 0x000070, "Member 'UBTTask_PlaySound::SoundToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_PushPawnAction \ static_assert(alignof(UBTTask_PushPawnAction) == 0x000008, "Wrong alignment on UBTTask_PushPawnAction"); \ static_assert(sizeof(UBTTask_PushPawnAction) == 0x000078, "Wrong size on UBTTask_PushPawnAction"); \ static_assert(offsetof(UBTTask_PushPawnAction, Action) == 0x000070, "Member 'UBTTask_PushPawnAction::Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_RotateToFaceBBEntry \ static_assert(alignof(UBTTask_RotateToFaceBBEntry) == 0x000008, "Wrong alignment on UBTTask_RotateToFaceBBEntry"); \ static_assert(sizeof(UBTTask_RotateToFaceBBEntry) == 0x0000A0, "Wrong size on UBTTask_RotateToFaceBBEntry"); \ static_assert(offsetof(UBTTask_RotateToFaceBBEntry, Precision) == 0x000098, "Member 'UBTTask_RotateToFaceBBEntry::Precision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_RunBehavior \ static_assert(alignof(UBTTask_RunBehavior) == 0x000008, "Wrong alignment on UBTTask_RunBehavior"); \ static_assert(sizeof(UBTTask_RunBehavior) == 0x000078, "Wrong size on UBTTask_RunBehavior"); \ static_assert(offsetof(UBTTask_RunBehavior, BehaviorAsset) == 0x000070, "Member 'UBTTask_RunBehavior::BehaviorAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_RunBehaviorDynamic \ static_assert(alignof(UBTTask_RunBehaviorDynamic) == 0x000008, "Wrong alignment on UBTTask_RunBehaviorDynamic"); \ static_assert(sizeof(UBTTask_RunBehaviorDynamic) == 0x000088, "Wrong size on UBTTask_RunBehaviorDynamic"); \ static_assert(offsetof(UBTTask_RunBehaviorDynamic, InjectionTag) == 0x000070, "Member 'UBTTask_RunBehaviorDynamic::InjectionTag' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunBehaviorDynamic, DefaultBehaviorAsset) == 0x000078, "Member 'UBTTask_RunBehaviorDynamic::DefaultBehaviorAsset' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunBehaviorDynamic, BehaviorAsset) == 0x000080, "Member 'UBTTask_RunBehaviorDynamic::BehaviorAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_RunEQSQuery \ static_assert(alignof(UBTTask_RunEQSQuery) == 0x000008, "Wrong alignment on UBTTask_RunEQSQuery"); \ static_assert(sizeof(UBTTask_RunEQSQuery) == 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_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_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) == 0x000330, "Wrong size on ADetourCrowdAIController"); \ #define DUMPER7_ASSERTS_UEnvQuery \ static_assert(alignof(UEnvQuery) == 0x000008, "Wrong alignment on UEnvQuery"); \ static_assert(sizeof(UEnvQuery) == 0x000048, "Wrong size on UEnvQuery"); \ static_assert(offsetof(UEnvQuery, QueryName) == 0x000030, "Member 'UEnvQuery::QueryName' has a wrong offset!"); \ static_assert(offsetof(UEnvQuery, Options) == 0x000038, "Member 'UEnvQuery::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryContext \ static_assert(alignof(UEnvQueryContext) == 0x000008, "Wrong alignment on UEnvQueryContext"); \ static_assert(sizeof(UEnvQueryContext) == 0x000028, "Wrong size on UEnvQueryContext"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideActorsSet \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideLocationsSet \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, ResultingLocationSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::ResultingLocationSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleActor \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000018, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleLocation \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 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_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_UEnvQueryGenerator_ActorsOfClass \ static_assert(alignof(UEnvQueryGenerator_ActorsOfClass) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ActorsOfClass"); \ static_assert(sizeof(UEnvQueryGenerator_ActorsOfClass) == 0x0000D0, "Wrong size on UEnvQueryGenerator_ActorsOfClass"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchedActorClass) == 0x000050, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchedActorClass' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, GenerateOnlyActorsInRadius) == 0x000058, "Member 'UEnvQueryGenerator_ActorsOfClass::GenerateOnlyActorsInRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchRadius) == 0x000090, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchCenter) == 0x0000C8, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchCenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedActor \ static_assert(alignof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_AddGeneratedActor"); \ static_assert(sizeof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor) == 0x000008, "Wrong size on EnvQueryGenerator_BlueprintBase_AddGeneratedActor"); \ static_assert(offsetof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor, GeneratedActor) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_AddGeneratedActor::GeneratedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedVector \ static_assert(alignof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector) == 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_UEnvQueryGenerator_Composite \ static_assert(alignof(UEnvQueryGenerator_Composite) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Composite"); \ static_assert(sizeof(UEnvQueryGenerator_Composite) == 0x000070, "Wrong size on UEnvQueryGenerator_Composite"); \ static_assert(offsetof(UEnvQueryGenerator_Composite, Generators) == 0x000050, "Member 'UEnvQueryGenerator_Composite::Generators' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Composite, ForcedItemType) == 0x000068, "Member 'UEnvQueryGenerator_Composite::ForcedItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_ProjectedPoints \ static_assert(alignof(UEnvQueryGenerator_ProjectedPoints) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ProjectedPoints"); \ static_assert(sizeof(UEnvQueryGenerator_ProjectedPoints) == 0x000080, "Wrong size on UEnvQueryGenerator_ProjectedPoints"); \ static_assert(offsetof(UEnvQueryGenerator_ProjectedPoints, ProjectionData) == 0x000050, "Member 'UEnvQueryGenerator_ProjectedPoints::ProjectionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_Cone \ static_assert(alignof(UEnvQueryGenerator_Cone) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Cone"); \ static_assert(sizeof(UEnvQueryGenerator_Cone) == 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_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_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 \ static_assert(alignof(UEnvQueryItemType) == 0x000008, "Wrong alignment on UEnvQueryItemType"); \ static_assert(sizeof(UEnvQueryItemType) == 0x000030, "Wrong size on UEnvQueryItemType"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_VectorBase \ static_assert(alignof(UEnvQueryItemType_VectorBase) == 0x000008, "Wrong alignment on UEnvQueryItemType_VectorBase"); \ static_assert(sizeof(UEnvQueryItemType_VectorBase) == 0x000030, "Wrong size on UEnvQueryItemType_VectorBase"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_ActorBase \ static_assert(alignof(UEnvQueryItemType_ActorBase) == 0x000008, "Wrong alignment on UEnvQueryItemType_ActorBase"); \ static_assert(sizeof(UEnvQueryItemType_ActorBase) == 0x000030, "Wrong size on UEnvQueryItemType_ActorBase"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_Actor \ static_assert(alignof(UEnvQueryItemType_Actor) == 0x000008, "Wrong alignment on UEnvQueryItemType_Actor"); \ static_assert(sizeof(UEnvQueryItemType_Actor) == 0x000030, "Wrong size on UEnvQueryItemType_Actor"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_Direction \ static_assert(alignof(UEnvQueryItemType_Direction) == 0x000008, "Wrong alignment on UEnvQueryItemType_Direction"); \ static_assert(sizeof(UEnvQueryItemType_Direction) == 0x000030, "Wrong size on UEnvQueryItemType_Direction"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_Point \ static_assert(alignof(UEnvQueryItemType_Point) == 0x000008, "Wrong alignment on UEnvQueryItemType_Point"); \ static_assert(sizeof(UEnvQueryItemType_Point) == 0x000030, "Wrong size on UEnvQueryItemType_Point"); \ #define DUMPER7_ASSERTS_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 \ 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_Distance \ static_assert(alignof(UEnvQueryTest_Distance) == 0x000008, "Wrong alignment on UEnvQueryTest_Distance"); \ static_assert(sizeof(UEnvQueryTest_Distance) == 0x000208, "Wrong size on UEnvQueryTest_Distance"); \ static_assert(offsetof(UEnvQueryTest_Distance, TestMode) == 0x0001F8, "Member 'UEnvQueryTest_Distance::TestMode' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Distance, DistanceTo) == 0x000200, "Member 'UEnvQueryTest_Distance::DistanceTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Dot \ static_assert(alignof(UEnvQueryTest_Dot) == 0x000008, "Wrong alignment on UEnvQueryTest_Dot"); \ static_assert(sizeof(UEnvQueryTest_Dot) == 0x000240, "Wrong size on UEnvQueryTest_Dot"); \ static_assert(offsetof(UEnvQueryTest_Dot, LineA) == 0x0001F8, "Member 'UEnvQueryTest_Dot::LineA' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Dot, LineB) == 0x000218, "Member 'UEnvQueryTest_Dot::LineB' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Dot, TestMode) == 0x000238, "Member 'UEnvQueryTest_Dot::TestMode' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Dot, bAbsoluteValue) == 0x000239, "Member 'UEnvQueryTest_Dot::bAbsoluteValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_GameplayTags \ static_assert(alignof(UEnvQueryTest_GameplayTags) == 0x000008, "Wrong alignment on UEnvQueryTest_GameplayTags"); \ static_assert(sizeof(UEnvQueryTest_GameplayTags) == 0x000268, "Wrong size on UEnvQueryTest_GameplayTags"); \ static_assert(offsetof(UEnvQueryTest_GameplayTags, TagQueryToMatch) == 0x0001F8, "Member 'UEnvQueryTest_GameplayTags::TagQueryToMatch' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_GameplayTags, 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_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_Random \ static_assert(alignof(UEnvQueryTest_Random) == 0x000008, "Wrong alignment on UEnvQueryTest_Random"); \ static_assert(sizeof(UEnvQueryTest_Random) == 0x0001F8, "Wrong size on UEnvQueryTest_Random"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Trace \ static_assert(alignof(UEnvQueryTest_Trace) == 0x000008, "Wrong alignment on UEnvQueryTest_Trace"); \ static_assert(sizeof(UEnvQueryTest_Trace) == 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) == 0x000330, "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_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) == 0x000278, "Wrong size on ANavLinkProxy"); \ static_assert(offsetof(ANavLinkProxy, PointLinks) == 0x000238, "Member 'ANavLinkProxy::PointLinks' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, SegmentLinks) == 0x000248, "Member 'ANavLinkProxy::SegmentLinks' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, SmartLinkComp) == 0x000258, "Member 'ANavLinkProxy::SmartLinkComp' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, bSmartLinkIsRelevant) == 0x000260, "Member 'ANavLinkProxy::bSmartLinkIsRelevant' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, OnSmartLinkReached) == 0x000268, "Member 'ANavLinkProxy::OnSmartLinkReached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPathFollowingManager \ static_assert(alignof(UPathFollowingManager) == 0x000008, "Wrong alignment on UPathFollowingManager"); \ static_assert(sizeof(UPathFollowingManager) == 0x000028, "Wrong size on UPathFollowingManager"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionFinished \ static_assert(alignof(PawnAction_BlueprintBase_ActionFinished) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionFinished"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionFinished) == 0x000010, "Wrong size on PawnAction_BlueprintBase_ActionFinished"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionFinished, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionFinished::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionFinished, WithResult) == 0x000008, "Member 'PawnAction_BlueprintBase_ActionFinished::WithResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionPause \ static_assert(alignof(PawnAction_BlueprintBase_ActionPause) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionPause"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionPause) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionPause"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionPause, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionPause::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionResume \ static_assert(alignof(PawnAction_BlueprintBase_ActionResume) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionResume"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionResume) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionResume"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionResume, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionResume::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionStart \ static_assert(alignof(PawnAction_BlueprintBase_ActionStart) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionStart"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionStart) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionStart"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionStart, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionTick \ static_assert(alignof(PawnAction_BlueprintBase_ActionTick) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionTick"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionTick) == 0x000010, "Wrong size on PawnAction_BlueprintBase_ActionTick"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionTick, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionTick, DeltaSeconds) == 0x000008, "Member 'PawnAction_BlueprintBase_ActionTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction_BlueprintBase \ static_assert(alignof(UPawnAction_BlueprintBase) == 0x000008, "Wrong alignment on UPawnAction_BlueprintBase"); \ static_assert(sizeof(UPawnAction_BlueprintBase) == 0x000090, "Wrong size on UPawnAction_BlueprintBase"); \ #define DUMPER7_ASSERTS_UPawnAction_Repeat \ static_assert(alignof(UPawnAction_Repeat) == 0x000008, "Wrong alignment on UPawnAction_Repeat"); \ static_assert(sizeof(UPawnAction_Repeat) == 0x0000B0, "Wrong size on UPawnAction_Repeat"); \ static_assert(offsetof(UPawnAction_Repeat, ActionToRepeat) == 0x000090, "Member 'UPawnAction_Repeat::ActionToRepeat' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Repeat, RecentActionCopy) == 0x000098, "Member 'UPawnAction_Repeat::RecentActionCopy' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Repeat, ChildFailureHandlingMode) == 0x0000A0, "Member 'UPawnAction_Repeat::ChildFailureHandlingMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction_Wait \ static_assert(alignof(UPawnAction_Wait) == 0x000008, "Wrong alignment on UPawnAction_Wait"); \ static_assert(sizeof(UPawnAction_Wait) == 0x0000A0, "Wrong size on UPawnAction_Wait"); \ static_assert(offsetof(UPawnAction_Wait, TimeToWait) == 0x000090, "Member 'UPawnAction_Wait::TimeToWait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FMargin \ static_assert(alignof(FMargin) == 0x000004, "Wrong alignment on FMargin"); \ static_assert(sizeof(FMargin) == 0x000010, "Wrong size on FMargin"); \ static_assert(offsetof(FMargin, Left) == 0x000000, "Member 'FMargin::Left' has a wrong offset!"); \ static_assert(offsetof(FMargin, Top) == 0x000004, "Member 'FMargin::Top' has a wrong offset!"); \ static_assert(offsetof(FMargin, Right) == 0x000008, "Member 'FMargin::Right' has a wrong offset!"); \ static_assert(offsetof(FMargin, Bottom) == 0x00000C, "Member 'FMargin::Bottom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateBrush \ static_assert(alignof(FSlateBrush) == 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_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_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_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_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_FKeyEvent \ static_assert(alignof(FKeyEvent) == 0x000008, "Wrong alignment on FKeyEvent"); \ static_assert(sizeof(FKeyEvent) == 0x000038, "Wrong size on FKeyEvent"); \ #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_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_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_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_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_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_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_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_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_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_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_FFocusEvent \ static_assert(alignof(FFocusEvent) == 0x000004, "Wrong alignment on FFocusEvent"); \ static_assert(sizeof(FFocusEvent) == 0x000008, "Wrong size on FFocusEvent"); \ #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_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_FMotionEvent \ static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); \ static_assert(sizeof(FMotionEvent) == 0x000048, "Wrong size on FMotionEvent"); \ #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_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_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_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_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_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_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_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_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_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_FInputChord \ static_assert(alignof(FInputChord) == 0x000008, "Wrong alignment on FInputChord"); \ static_assert(sizeof(FInputChord) == 0x000020, "Wrong size on FInputChord"); \ static_assert(offsetof(FInputChord, Key) == 0x000000, "Member 'FInputChord::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenuEntry \ static_assert(alignof(FCustomizedToolMenuEntry) == 0x000004, "Wrong alignment on FCustomizedToolMenuEntry"); \ static_assert(sizeof(FCustomizedToolMenuEntry) == 0x000004, "Wrong size on FCustomizedToolMenuEntry"); \ static_assert(offsetof(FCustomizedToolMenuEntry, Visibility) == 0x000000, "Member 'FCustomizedToolMenuEntry::Visibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FImageWriteOptions \ static_assert(alignof(FImageWriteOptions) == 0x000010, "Wrong alignment on FImageWriteOptions"); \ static_assert(sizeof(FImageWriteOptions) == 0x000060, "Wrong size on FImageWriteOptions"); \ static_assert(offsetof(FImageWriteOptions, Format) == 0x000000, "Member 'FImageWriteOptions::Format' has a wrong offset!"); \ static_assert(offsetof(FImageWriteOptions, OnComplete) == 0x000004, "Member 'FImageWriteOptions::OnComplete' has a wrong offset!"); \ static_assert(offsetof(FImageWriteOptions, CompressionQuality) == 0x000014, "Member 'FImageWriteOptions::CompressionQuality' has a wrong offset!"); \ static_assert(offsetof(FImageWriteOptions, bOverwriteFile) == 0x000018, "Member 'FImageWriteOptions::bOverwriteFile' has a wrong offset!"); \ static_assert(offsetof(FImageWriteOptions, bAsync) == 0x000019, "Member 'FImageWriteOptions::bAsync' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImageWriteBlueprintLibrary_ExportToDisk \ static_assert(alignof(ImageWriteBlueprintLibrary_ExportToDisk) == 0x000010, "Wrong alignment on ImageWriteBlueprintLibrary_ExportToDisk"); \ static_assert(sizeof(ImageWriteBlueprintLibrary_ExportToDisk) == 0x000080, "Wrong size on ImageWriteBlueprintLibrary_ExportToDisk"); \ static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Texture) == 0x000000, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Texture' has a wrong offset!"); \ static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Filename) == 0x000008, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Filename' has a wrong offset!"); \ static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Options) == 0x000020, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImageWriteBlueprintLibrary \ static_assert(alignof(UImageWriteBlueprintLibrary) == 0x000008, "Wrong alignment on UImageWriteBlueprintLibrary"); \ static_assert(sizeof(UImageWriteBlueprintLibrary) == 0x000028, "Wrong size on UImageWriteBlueprintLibrary"); \ #define DUMPER7_ASSERTS_FMaterialQualityOverrides \ static_assert(alignof(FMaterialQualityOverrides) == 0x000001, "Wrong alignment on FMaterialQualityOverrides"); \ static_assert(sizeof(FMaterialQualityOverrides) == 0x000009, "Wrong size on FMaterialQualityOverrides"); \ static_assert(offsetof(FMaterialQualityOverrides, bDiscardQualityDuringCook) == 0x000000, "Member 'FMaterialQualityOverrides::bDiscardQualityDuringCook' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bEnableOverride) == 0x000001, "Member 'FMaterialQualityOverrides::bEnableOverride' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceFullyRough) == 0x000002, "Member 'FMaterialQualityOverrides::bForceFullyRough' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceNonMetal) == 0x000003, "Member 'FMaterialQualityOverrides::bForceNonMetal' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceDisableLMDirectionality) == 0x000004, "Member 'FMaterialQualityOverrides::bForceDisableLMDirectionality' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceLQReflections) == 0x000005, "Member 'FMaterialQualityOverrides::bForceLQReflections' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceDisablePreintegratedGF) == 0x000006, "Member 'FMaterialQualityOverrides::bForceDisablePreintegratedGF' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bDisableMaterialNormalCalculation) == 0x000007, "Member 'FMaterialQualityOverrides::bDisableMaterialNormalCalculation' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, MobileShadowQuality) == 0x000008, "Member 'FMaterialQualityOverrides::MobileShadowQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialShaderQualitySettings \ static_assert(alignof(UMaterialShaderQualitySettings) == 0x000008, "Wrong alignment on UMaterialShaderQualitySettings"); \ static_assert(sizeof(UMaterialShaderQualitySettings) == 0x000078, "Wrong size on UMaterialShaderQualitySettings"); \ static_assert(offsetof(UMaterialShaderQualitySettings, ForwardSettingMap) == 0x000028, "Member 'UMaterialShaderQualitySettings::ForwardSettingMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShaderPlatformQualitySettings \ static_assert(alignof(UShaderPlatformQualitySettings) == 0x000008, "Wrong alignment on UShaderPlatformQualitySettings"); \ static_assert(sizeof(UShaderPlatformQualitySettings) == 0x000060, "Wrong size on UShaderPlatformQualitySettings"); \ static_assert(offsetof(UShaderPlatformQualitySettings, QualityOverrides) == 0x000028, "Member 'UShaderPlatformQualitySettings::QualityOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_MainMenu_C_ExecuteUbergraph_UMG_MainMenu \ static_assert(alignof(UMG_MainMenu_C_ExecuteUbergraph_UMG_MainMenu) == 0x000004, "Wrong alignment on UMG_MainMenu_C_ExecuteUbergraph_UMG_MainMenu"); \ static_assert(sizeof(UMG_MainMenu_C_ExecuteUbergraph_UMG_MainMenu) == 0x000004, "Wrong size on UMG_MainMenu_C_ExecuteUbergraph_UMG_MainMenu"); \ static_assert(offsetof(UMG_MainMenu_C_ExecuteUbergraph_UMG_MainMenu, EntryPoint) == 0x000000, "Member 'UMG_MainMenu_C_ExecuteUbergraph_UMG_MainMenu::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_MainMenu_C \ static_assert(alignof(UUMG_MainMenu_C) == 0x000008, "Wrong alignment on UUMG_MainMenu_C"); \ static_assert(sizeof(UUMG_MainMenu_C) == 0x0003F0, "Wrong size on UUMG_MainMenu_C"); \ static_assert(offsetof(UUMG_MainMenu_C, UberGraphFrame) == 0x0003E8, "Member 'UUMG_MainMenu_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEyeTrackerStereoGazeData \ static_assert(alignof(FEyeTrackerStereoGazeData) == 0x000004, "Wrong alignment on FEyeTrackerStereoGazeData"); \ static_assert(sizeof(FEyeTrackerStereoGazeData) == 0x000040, "Wrong size on FEyeTrackerStereoGazeData"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeOrigin) == 0x000000, "Member 'FEyeTrackerStereoGazeData::LeftEyeOrigin' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeDirection) == 0x00000C, "Member 'FEyeTrackerStereoGazeData::LeftEyeDirection' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeOrigin) == 0x000018, "Member 'FEyeTrackerStereoGazeData::RightEyeOrigin' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeDirection) == 0x000024, "Member 'FEyeTrackerStereoGazeData::RightEyeDirection' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, FixationPoint) == 0x000030, "Member 'FEyeTrackerStereoGazeData::FixationPoint' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerStereoGazeData, ConfidenceValue) == 0x00003C, "Member 'FEyeTrackerStereoGazeData::ConfidenceValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEyeTrackerGazeData \ static_assert(alignof(FEyeTrackerGazeData) == 0x000004, "Wrong alignment on FEyeTrackerGazeData"); \ static_assert(sizeof(FEyeTrackerGazeData) == 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_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_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_I_sfx_zone_C_is_cat_inside \ static_assert(alignof(I_sfx_zone_C_is_cat_inside) == 0x000001, "Wrong alignment on I_sfx_zone_C_is_cat_inside"); \ static_assert(sizeof(I_sfx_zone_C_is_cat_inside) == 0x000001, "Wrong size on I_sfx_zone_C_is_cat_inside"); \ static_assert(offsetof(I_sfx_zone_C_is_cat_inside, is_cat_inside_0) == 0x000000, "Member 'I_sfx_zone_C_is_cat_inside::is_cat_inside_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_I_sfx_zone_C_camera_value \ static_assert(alignof(I_sfx_zone_C_camera_value) == 0x000004, "Wrong alignment on I_sfx_zone_C_camera_value"); \ static_assert(sizeof(I_sfx_zone_C_camera_value) == 0x000004, "Wrong size on I_sfx_zone_C_camera_value"); \ static_assert(offsetof(I_sfx_zone_C_camera_value, camera_value_0) == 0x000000, "Member 'I_sfx_zone_C_camera_value::camera_value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_I_sfx_zone_C_miaou_type \ static_assert(alignof(I_sfx_zone_C_miaou_type) == 0x000001, "Wrong alignment on I_sfx_zone_C_miaou_type"); \ static_assert(sizeof(I_sfx_zone_C_miaou_type) == 0x000001, "Wrong size on I_sfx_zone_C_miaou_type"); \ static_assert(offsetof(I_sfx_zone_C_miaou_type, miaou_type_0) == 0x000000, "Member 'I_sfx_zone_C_miaou_type::miaou_type_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_I_sfx_zone_C_is_discretion_zone \ static_assert(alignof(I_sfx_zone_C_is_discretion_zone) == 0x000001, "Wrong alignment on I_sfx_zone_C_is_discretion_zone"); \ static_assert(sizeof(I_sfx_zone_C_is_discretion_zone) == 0x000001, "Wrong size on I_sfx_zone_C_is_discretion_zone"); \ static_assert(offsetof(I_sfx_zone_C_is_discretion_zone, is_discretion_zone_0) == 0x000000, "Member 'I_sfx_zone_C_is_discretion_zone::is_discretion_zone_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_I_sfx_zone_C_register_0 \ static_assert(alignof(I_sfx_zone_C_register_0) == 0x000008, "Wrong alignment on I_sfx_zone_C_register_0"); \ static_assert(sizeof(I_sfx_zone_C_register_0) == 0x000008, "Wrong size on I_sfx_zone_C_register_0"); \ static_assert(offsetof(I_sfx_zone_C_register_0, actor_linked_to_the_zone) == 0x000000, "Member 'I_sfx_zone_C_register_0::actor_linked_to_the_zone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_I_sfx_zone_C_unregister \ static_assert(alignof(I_sfx_zone_C_unregister) == 0x000008, "Wrong alignment on I_sfx_zone_C_unregister"); \ static_assert(sizeof(I_sfx_zone_C_unregister) == 0x000008, "Wrong size on I_sfx_zone_C_unregister"); \ static_assert(offsetof(I_sfx_zone_C_unregister, actor_linked_to_the_zone) == 0x000000, "Member 'I_sfx_zone_C_unregister::actor_linked_to_the_zone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_II_sfx_zone_C \ static_assert(alignof(II_sfx_zone_C) == 0x000001, "Wrong alignment on II_sfx_zone_C"); \ static_assert(sizeof(II_sfx_zone_C) == 0x000001, "Wrong size on II_sfx_zone_C"); \ #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_FTrackedGeometryGroup \ static_assert(alignof(FTrackedGeometryGroup) == 0x000008, "Wrong alignment on FTrackedGeometryGroup"); \ static_assert(sizeof(FTrackedGeometryGroup) == 0x000018, "Wrong size on FTrackedGeometryGroup"); \ static_assert(offsetof(FTrackedGeometryGroup, ARActor) == 0x000000, "Member 'FTrackedGeometryGroup::ARActor' has a wrong offset!"); \ static_assert(offsetof(FTrackedGeometryGroup, ARComponent) == 0x000008, "Member 'FTrackedGeometryGroup::ARComponent' has a wrong offset!"); \ static_assert(offsetof(FTrackedGeometryGroup, TrackedGeometry) == 0x000010, "Member 'FTrackedGeometryGroup::TrackedGeometry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARSessionPayload \ static_assert(alignof(FARSessionPayload) == 0x000008, "Wrong alignment on FARSessionPayload"); \ static_assert(sizeof(FARSessionPayload) == 0x000018, "Wrong size on FARSessionPayload"); \ static_assert(offsetof(FARSessionPayload, ConfigFlags) == 0x000000, "Member 'FARSessionPayload::ConfigFlags' has a wrong offset!"); \ static_assert(offsetof(FARSessionPayload, DefaultMeshMaterial) == 0x000008, "Member 'FARSessionPayload::DefaultMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(FARSessionPayload, DefaultWireframeMeshMaterial) == 0x000010, "Member 'FARSessionPayload::DefaultWireframeMeshMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARGeoAnchorUpdatePayload \ static_assert(alignof(FARGeoAnchorUpdatePayload) == 0x000010, "Wrong alignment on FARGeoAnchorUpdatePayload"); \ static_assert(sizeof(FARGeoAnchorUpdatePayload) == 0x000070, "Wrong size on FARGeoAnchorUpdatePayload"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, SessionPayload) == 0x000000, "Member 'FARGeoAnchorUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, WorldTransform) == 0x000020, "Member 'FARGeoAnchorUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, Longitude) == 0x000050, "Member 'FARGeoAnchorUpdatePayload::Longitude' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, Latitude) == 0x000054, "Member 'FARGeoAnchorUpdatePayload::Latitude' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, AltitudeMeters) == 0x000058, "Member 'FARGeoAnchorUpdatePayload::AltitudeMeters' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, AltitudeSource) == 0x00005C, "Member 'FARGeoAnchorUpdatePayload::AltitudeSource' has a wrong offset!"); \ static_assert(offsetof(FARGeoAnchorUpdatePayload, AnchorName) == 0x000060, "Member 'FARGeoAnchorUpdatePayload::AnchorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARMeshUpdatePayload \ static_assert(alignof(FARMeshUpdatePayload) == 0x000010, "Wrong alignment on FARMeshUpdatePayload"); \ static_assert(sizeof(FARMeshUpdatePayload) == 0x000060, "Wrong size on FARMeshUpdatePayload"); \ static_assert(offsetof(FARMeshUpdatePayload, SessionPayload) == 0x000000, "Member 'FARMeshUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARMeshUpdatePayload, WorldTransform) == 0x000020, "Member 'FARMeshUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARMeshUpdatePayload, ObjectClassification) == 0x000050, "Member 'FARMeshUpdatePayload::ObjectClassification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARObjectUpdatePayload \ static_assert(alignof(FARObjectUpdatePayload) == 0x000010, "Wrong alignment on FARObjectUpdatePayload"); \ static_assert(sizeof(FARObjectUpdatePayload) == 0x000030, "Wrong size on FARObjectUpdatePayload"); \ static_assert(offsetof(FARObjectUpdatePayload, WorldTransform) == 0x000000, "Member 'FARObjectUpdatePayload::WorldTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAREnvironmentProbeUpdatePayload \ static_assert(alignof(FAREnvironmentProbeUpdatePayload) == 0x000010, "Wrong alignment on FAREnvironmentProbeUpdatePayload"); \ static_assert(sizeof(FAREnvironmentProbeUpdatePayload) == 0x000030, "Wrong size on FAREnvironmentProbeUpdatePayload"); \ static_assert(offsetof(FAREnvironmentProbeUpdatePayload, WorldTransform) == 0x000000, "Member 'FAREnvironmentProbeUpdatePayload::WorldTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARPoseUpdatePayload \ static_assert(alignof(FARPoseUpdatePayload) == 0x000010, "Wrong alignment on FARPoseUpdatePayload"); \ static_assert(sizeof(FARPoseUpdatePayload) == 0x000040, "Wrong size on FARPoseUpdatePayload"); \ static_assert(offsetof(FARPoseUpdatePayload, WorldTransform) == 0x000000, "Member 'FARPoseUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARPoseUpdatePayload, JointTransforms) == 0x000030, "Member 'FARPoseUpdatePayload::JointTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARQRCodeUpdatePayload \ static_assert(alignof(FARQRCodeUpdatePayload) == 0x000010, "Wrong alignment on FARQRCodeUpdatePayload"); \ static_assert(sizeof(FARQRCodeUpdatePayload) == 0x000070, "Wrong size on FARQRCodeUpdatePayload"); \ static_assert(offsetof(FARQRCodeUpdatePayload, SessionPayload) == 0x000000, "Member 'FARQRCodeUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARQRCodeUpdatePayload, WorldTransform) == 0x000020, "Member 'FARQRCodeUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARQRCodeUpdatePayload, Extents) == 0x000050, "Member 'FARQRCodeUpdatePayload::Extents' has a wrong offset!"); \ static_assert(offsetof(FARQRCodeUpdatePayload, QRCode) == 0x000060, "Member 'FARQRCodeUpdatePayload::QRCode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARImageUpdatePayload \ static_assert(alignof(FARImageUpdatePayload) == 0x000010, "Wrong alignment on FARImageUpdatePayload"); \ static_assert(sizeof(FARImageUpdatePayload) == 0x000060, "Wrong size on FARImageUpdatePayload"); \ static_assert(offsetof(FARImageUpdatePayload, SessionPayload) == 0x000000, "Member 'FARImageUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARImageUpdatePayload, WorldTransform) == 0x000020, "Member 'FARImageUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARImageUpdatePayload, DetectedImage) == 0x000050, "Member 'FARImageUpdatePayload::DetectedImage' has a wrong offset!"); \ static_assert(offsetof(FARImageUpdatePayload, EstimatedSize) == 0x000058, "Member 'FARImageUpdatePayload::EstimatedSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARFaceUpdatePayload \ static_assert(alignof(FARFaceUpdatePayload) == 0x000008, "Wrong alignment on FARFaceUpdatePayload"); \ static_assert(sizeof(FARFaceUpdatePayload) == 0x000040, "Wrong size on FARFaceUpdatePayload"); \ static_assert(offsetof(FARFaceUpdatePayload, SessionPayload) == 0x000000, "Member 'FARFaceUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARFaceUpdatePayload, LeftEyePosition) == 0x000018, "Member 'FARFaceUpdatePayload::LeftEyePosition' has a wrong offset!"); \ static_assert(offsetof(FARFaceUpdatePayload, RightEyePosition) == 0x000024, "Member 'FARFaceUpdatePayload::RightEyePosition' has a wrong offset!"); \ static_assert(offsetof(FARFaceUpdatePayload, LookAtTarget) == 0x000030, "Member 'FARFaceUpdatePayload::LookAtTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARPointUpdatePayload \ static_assert(alignof(FARPointUpdatePayload) == 0x000001, "Wrong alignment on FARPointUpdatePayload"); \ static_assert(sizeof(FARPointUpdatePayload) == 0x000001, "Wrong size on FARPointUpdatePayload"); \ #define DUMPER7_ASSERTS_FARPlaneUpdatePayload \ static_assert(alignof(FARPlaneUpdatePayload) == 0x000010, "Wrong alignment on FARPlaneUpdatePayload"); \ static_assert(sizeof(FARPlaneUpdatePayload) == 0x000080, "Wrong size on FARPlaneUpdatePayload"); \ static_assert(offsetof(FARPlaneUpdatePayload, SessionPayload) == 0x000000, "Member 'FARPlaneUpdatePayload::SessionPayload' has a wrong offset!"); \ static_assert(offsetof(FARPlaneUpdatePayload, WorldTransform) == 0x000020, "Member 'FARPlaneUpdatePayload::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FARPlaneUpdatePayload, Center) == 0x000050, "Member 'FARPlaneUpdatePayload::Center' has a wrong offset!"); \ static_assert(offsetof(FARPlaneUpdatePayload, Extents) == 0x00005C, "Member 'FARPlaneUpdatePayload::Extents' has a wrong offset!"); \ static_assert(offsetof(FARPlaneUpdatePayload, BoundaryVertices) == 0x000068, "Member 'FARPlaneUpdatePayload::BoundaryVertices' has a wrong offset!"); \ static_assert(offsetof(FARPlaneUpdatePayload, ObjectClassification) == 0x000078, "Member 'FARPlaneUpdatePayload::ObjectClassification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARSharedWorldReplicationState \ static_assert(alignof(FARSharedWorldReplicationState) == 0x000004, "Wrong alignment on FARSharedWorldReplicationState"); \ static_assert(sizeof(FARSharedWorldReplicationState) == 0x000008, "Wrong size on FARSharedWorldReplicationState"); \ static_assert(offsetof(FARSharedWorldReplicationState, PreviewImageOffset) == 0x000000, "Member 'FARSharedWorldReplicationState::PreviewImageOffset' has a wrong offset!"); \ static_assert(offsetof(FARSharedWorldReplicationState, ARWorldOffset) == 0x000004, "Member 'FARSharedWorldReplicationState::ARWorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARTraceResult \ static_assert(alignof(FARTraceResult) == 0x000010, "Wrong alignment on FARTraceResult"); \ static_assert(sizeof(FARTraceResult) == 0x000060, "Wrong size on FARTraceResult"); \ static_assert(offsetof(FARTraceResult, DistanceFromCamera) == 0x000000, "Member 'FARTraceResult::DistanceFromCamera' has a wrong offset!"); \ static_assert(offsetof(FARTraceResult, TraceChannel) == 0x000004, "Member 'FARTraceResult::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(FARTraceResult, LocalTransform) == 0x000010, "Member 'FARTraceResult::LocalTransform' has a wrong offset!"); \ static_assert(offsetof(FARTraceResult, TrackedGeometry) == 0x000040, "Member 'FARTraceResult::TrackedGeometry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARCameraIntrinsics \ static_assert(alignof(FARCameraIntrinsics) == 0x000004, "Wrong alignment on FARCameraIntrinsics"); \ static_assert(sizeof(FARCameraIntrinsics) == 0x000018, "Wrong size on FARCameraIntrinsics"); \ static_assert(offsetof(FARCameraIntrinsics, ImageResolution) == 0x000000, "Member 'FARCameraIntrinsics::ImageResolution' has a wrong offset!"); \ static_assert(offsetof(FARCameraIntrinsics, FocalLength) == 0x000008, "Member 'FARCameraIntrinsics::FocalLength' has a wrong offset!"); \ static_assert(offsetof(FARCameraIntrinsics, PrincipalPoint) == 0x000010, "Member 'FARCameraIntrinsics::PrincipalPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARSkeletonDefinition \ static_assert(alignof(FARSkeletonDefinition) == 0x000008, "Wrong alignment on FARSkeletonDefinition"); \ static_assert(sizeof(FARSkeletonDefinition) == 0x000028, "Wrong size on FARSkeletonDefinition"); \ static_assert(offsetof(FARSkeletonDefinition, NumJoints) == 0x000000, "Member 'FARSkeletonDefinition::NumJoints' has a wrong offset!"); \ static_assert(offsetof(FARSkeletonDefinition, JointNames) == 0x000008, "Member 'FARSkeletonDefinition::JointNames' has a wrong offset!"); \ static_assert(offsetof(FARSkeletonDefinition, ParentIndices) == 0x000018, "Member 'FARSkeletonDefinition::ParentIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARPose3D \ static_assert(alignof(FARPose3D) == 0x000008, "Wrong alignment on FARPose3D"); \ static_assert(sizeof(FARPose3D) == 0x000050, "Wrong size on FARPose3D"); \ static_assert(offsetof(FARPose3D, SkeletonDefinition) == 0x000000, "Member 'FARPose3D::SkeletonDefinition' has a wrong offset!"); \ static_assert(offsetof(FARPose3D, JointTransforms) == 0x000028, "Member 'FARPose3D::JointTransforms' has a wrong offset!"); \ static_assert(offsetof(FARPose3D, IsJointTracked) == 0x000038, "Member 'FARPose3D::IsJointTracked' has a wrong offset!"); \ static_assert(offsetof(FARPose3D, JointTransformSpace) == 0x000048, "Member 'FARPose3D::JointTransformSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARPose2D \ static_assert(alignof(FARPose2D) == 0x000008, "Wrong alignment on FARPose2D"); \ static_assert(sizeof(FARPose2D) == 0x000048, "Wrong size on FARPose2D"); \ static_assert(offsetof(FARPose2D, SkeletonDefinition) == 0x000000, "Member 'FARPose2D::SkeletonDefinition' has a wrong offset!"); \ static_assert(offsetof(FARPose2D, JointLocations) == 0x000028, "Member 'FARPose2D::JointLocations' has a wrong offset!"); \ static_assert(offsetof(FARPose2D, IsJointTracked) == 0x000038, "Member 'FARPose2D::IsJointTracked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARVideoFormat \ static_assert(alignof(FARVideoFormat) == 0x000004, "Wrong alignment on FARVideoFormat"); \ static_assert(sizeof(FARVideoFormat) == 0x00000C, "Wrong size on FARVideoFormat"); \ static_assert(offsetof(FARVideoFormat, FPS) == 0x000000, "Member 'FARVideoFormat::FPS' has a wrong offset!"); \ static_assert(offsetof(FARVideoFormat, Width) == 0x000004, "Member 'FARVideoFormat::Width' has a wrong offset!"); \ static_assert(offsetof(FARVideoFormat, Height) == 0x000008, "Member 'FARVideoFormat::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FARSessionStatus \ static_assert(alignof(FARSessionStatus) == 0x000008, "Wrong alignment on FARSessionStatus"); \ static_assert(sizeof(FARSessionStatus) == 0x000018, "Wrong size on FARSessionStatus"); \ static_assert(offsetof(FARSessionStatus, AdditionalInfo) == 0x000000, "Member 'FARSessionStatus::AdditionalInfo' has a wrong offset!"); \ static_assert(offsetof(FARSessionStatus, status) == 0x000010, "Member 'FARSessionStatus::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000228, "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_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_UARBaseAsyncTaskBlueprintProxy \ static_assert(alignof(UARBaseAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UARBaseAsyncTaskBlueprintProxy"); \ static_assert(sizeof(UARBaseAsyncTaskBlueprintProxy) == 0x000050, "Wrong size on UARBaseAsyncTaskBlueprintProxy"); \ #define DUMPER7_ASSERTS_ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld \ static_assert(alignof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld) == 0x000008, "Wrong alignment on ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld"); \ static_assert(sizeof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld) == 0x000010, "Wrong size on ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld"); \ static_assert(offsetof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld, WorldContextObject) == 0x000000, "Member 'ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld, ReturnValue) == 0x000008, "Member 'ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARSaveWorldAsyncTaskBlueprintProxy \ static_assert(alignof(UARSaveWorldAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UARSaveWorldAsyncTaskBlueprintProxy"); \ static_assert(sizeof(UARSaveWorldAsyncTaskBlueprintProxy) == 0x000080, "Wrong size on UARSaveWorldAsyncTaskBlueprintProxy"); \ static_assert(offsetof(UARSaveWorldAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UARSaveWorldAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UARSaveWorldAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "Member 'UARSaveWorldAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject \ static_assert(alignof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject) == 0x000008, "Wrong alignment on ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject"); \ static_assert(sizeof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject) == 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_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_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_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_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_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_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_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_CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability \ static_assert(alignof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability) == 0x000008, "Wrong alignment on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability"); \ static_assert(sizeof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability) == 0x000010, "Wrong size on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability, WorldContextObject) == 0x000000, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability, ReturnValue) == 0x000008, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation \ static_assert(alignof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation) == 0x000008, "Wrong alignment on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation"); \ static_assert(sizeof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation) == 0x000018, "Wrong size on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, WorldContextObject) == 0x000000, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, Longitude) == 0x000008, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::Longitude' has a wrong offset!"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, Latitude) == 0x00000C, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::Latitude' has a wrong offset!"); \ static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, ReturnValue) == 0x000010, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy \ static_assert(alignof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy"); \ static_assert(sizeof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy) == 0x0000A0, "Wrong size on UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy"); \ static_assert(offsetof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "Member 'UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition \ static_assert(alignof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition) == 0x000008, "Wrong alignment on GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition"); \ static_assert(sizeof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition) == 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_UARLightEstimate \ static_assert(alignof(UARLightEstimate) == 0x000008, "Wrong alignment on UARLightEstimate"); \ static_assert(sizeof(UARLightEstimate) == 0x000028, "Wrong size on UARLightEstimate"); \ #define DUMPER7_ASSERTS_ARBasicLightEstimate_GetAmbientColor \ static_assert(alignof(ARBasicLightEstimate_GetAmbientColor) == 0x000004, "Wrong alignment on ARBasicLightEstimate_GetAmbientColor"); \ static_assert(sizeof(ARBasicLightEstimate_GetAmbientColor) == 0x000010, "Wrong size on ARBasicLightEstimate_GetAmbientColor"); \ static_assert(offsetof(ARBasicLightEstimate_GetAmbientColor, ReturnValue) == 0x000000, "Member 'ARBasicLightEstimate_GetAmbientColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBasicLightEstimate_GetAmbientColorTemperatureKelvin \ static_assert(alignof(ARBasicLightEstimate_GetAmbientColorTemperatureKelvin) == 0x000004, "Wrong alignment on ARBasicLightEstimate_GetAmbientColorTemperatureKelvin"); \ static_assert(sizeof(ARBasicLightEstimate_GetAmbientColorTemperatureKelvin) == 0x000004, "Wrong size on ARBasicLightEstimate_GetAmbientColorTemperatureKelvin"); \ static_assert(offsetof(ARBasicLightEstimate_GetAmbientColorTemperatureKelvin, ReturnValue) == 0x000000, "Member 'ARBasicLightEstimate_GetAmbientColorTemperatureKelvin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARBasicLightEstimate_GetAmbientIntensityLumens \ static_assert(alignof(ARBasicLightEstimate_GetAmbientIntensityLumens) == 0x000004, "Wrong alignment on ARBasicLightEstimate_GetAmbientIntensityLumens"); \ static_assert(sizeof(ARBasicLightEstimate_GetAmbientIntensityLumens) == 0x000004, "Wrong size on ARBasicLightEstimate_GetAmbientIntensityLumens"); \ static_assert(offsetof(ARBasicLightEstimate_GetAmbientIntensityLumens, ReturnValue) == 0x000000, "Member 'ARBasicLightEstimate_GetAmbientIntensityLumens::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARBasicLightEstimate \ static_assert(alignof(UARBasicLightEstimate) == 0x000008, "Wrong alignment on UARBasicLightEstimate"); \ static_assert(sizeof(UARBasicLightEstimate) == 0x000040, "Wrong size on UARBasicLightEstimate"); \ static_assert(offsetof(UARBasicLightEstimate, AmbientIntensityLumens) == 0x000028, "Member 'UARBasicLightEstimate::AmbientIntensityLumens' has a wrong offset!"); \ static_assert(offsetof(UARBasicLightEstimate, AmbientColorTemperatureKelvin) == 0x00002C, "Member 'UARBasicLightEstimate::AmbientColorTemperatureKelvin' has a wrong offset!"); \ static_assert(offsetof(UARBasicLightEstimate, AmbientColor) == 0x000030, "Member 'UARBasicLightEstimate::AmbientColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAROriginActor \ static_assert(alignof(AAROriginActor) == 0x000008, "Wrong alignment on AAROriginActor"); \ static_assert(sizeof(AAROriginActor) == 0x000228, "Wrong size on AAROriginActor"); \ #define DUMPER7_ASSERTS_ARPin_DebugDraw \ static_assert(alignof(ARPin_DebugDraw) == 0x000008, "Wrong alignment on ARPin_DebugDraw"); \ static_assert(sizeof(ARPin_DebugDraw) == 0x000020, "Wrong size on ARPin_DebugDraw"); \ static_assert(offsetof(ARPin_DebugDraw, World) == 0x000000, "Member 'ARPin_DebugDraw::World' has a wrong offset!"); \ static_assert(offsetof(ARPin_DebugDraw, Color) == 0x000008, "Member 'ARPin_DebugDraw::Color' has a wrong offset!"); \ static_assert(offsetof(ARPin_DebugDraw, Scale) == 0x000018, "Member 'ARPin_DebugDraw::Scale' has a wrong offset!"); \ static_assert(offsetof(ARPin_DebugDraw, PersistForSeconds) == 0x00001C, "Member 'ARPin_DebugDraw::PersistForSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPin_GetDebugName \ static_assert(alignof(ARPin_GetDebugName) == 0x000004, "Wrong alignment on ARPin_GetDebugName"); \ static_assert(sizeof(ARPin_GetDebugName) == 0x000008, "Wrong size on ARPin_GetDebugName"); \ static_assert(offsetof(ARPin_GetDebugName, ReturnValue) == 0x000000, "Member 'ARPin_GetDebugName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARPin_GetLocalToTrackingTransform \ static_assert(alignof(ARPin_GetLocalToTrackingTransform) == 0x000010, "Wrong alignment on ARPin_GetLocalToTrackingTransform"); \ static_assert(sizeof(ARPin_GetLocalToTrackingTransform) == 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_ARSessionConfig_AddCandidateImage \ static_assert(alignof(ARSessionConfig_AddCandidateImage) == 0x000008, "Wrong alignment on ARSessionConfig_AddCandidateImage"); \ static_assert(sizeof(ARSessionConfig_AddCandidateImage) == 0x000008, "Wrong size on ARSessionConfig_AddCandidateImage"); \ static_assert(offsetof(ARSessionConfig_AddCandidateImage, NewCandidateImage) == 0x000000, "Member 'ARSessionConfig_AddCandidateImage::NewCandidateImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_AddCandidateObject \ static_assert(alignof(ARSessionConfig_AddCandidateObject) == 0x000008, "Wrong alignment on ARSessionConfig_AddCandidateObject"); \ static_assert(sizeof(ARSessionConfig_AddCandidateObject) == 0x000008, "Wrong size on ARSessionConfig_AddCandidateObject"); \ static_assert(offsetof(ARSessionConfig_AddCandidateObject, CandidateObject) == 0x000000, "Member 'ARSessionConfig_AddCandidateObject::CandidateObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetCandidateObjectList \ static_assert(alignof(ARSessionConfig_SetCandidateObjectList) == 0x000008, "Wrong alignment on ARSessionConfig_SetCandidateObjectList"); \ static_assert(sizeof(ARSessionConfig_SetCandidateObjectList) == 0x000010, "Wrong size on ARSessionConfig_SetCandidateObjectList"); \ static_assert(offsetof(ARSessionConfig_SetCandidateObjectList, InCandidateObjects) == 0x000000, "Member 'ARSessionConfig_SetCandidateObjectList::InCandidateObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetDesiredVideoFormat \ static_assert(alignof(ARSessionConfig_SetDesiredVideoFormat) == 0x000004, "Wrong alignment on ARSessionConfig_SetDesiredVideoFormat"); \ static_assert(sizeof(ARSessionConfig_SetDesiredVideoFormat) == 0x00000C, "Wrong size on ARSessionConfig_SetDesiredVideoFormat"); \ static_assert(offsetof(ARSessionConfig_SetDesiredVideoFormat, NewFormat) == 0x000000, "Member 'ARSessionConfig_SetDesiredVideoFormat::NewFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetEnableAutoFocus \ static_assert(alignof(ARSessionConfig_SetEnableAutoFocus) == 0x000001, "Wrong alignment on ARSessionConfig_SetEnableAutoFocus"); \ static_assert(sizeof(ARSessionConfig_SetEnableAutoFocus) == 0x000001, "Wrong size on ARSessionConfig_SetEnableAutoFocus"); \ static_assert(offsetof(ARSessionConfig_SetEnableAutoFocus, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetEnableAutoFocus::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetFaceTrackingDirection \ static_assert(alignof(ARSessionConfig_SetFaceTrackingDirection) == 0x000001, "Wrong alignment on ARSessionConfig_SetFaceTrackingDirection"); \ static_assert(sizeof(ARSessionConfig_SetFaceTrackingDirection) == 0x000001, "Wrong size on ARSessionConfig_SetFaceTrackingDirection"); \ static_assert(offsetof(ARSessionConfig_SetFaceTrackingDirection, InDirection) == 0x000000, "Member 'ARSessionConfig_SetFaceTrackingDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetFaceTrackingUpdate \ static_assert(alignof(ARSessionConfig_SetFaceTrackingUpdate) == 0x000001, "Wrong alignment on ARSessionConfig_SetFaceTrackingUpdate"); \ static_assert(sizeof(ARSessionConfig_SetFaceTrackingUpdate) == 0x000001, "Wrong size on ARSessionConfig_SetFaceTrackingUpdate"); \ static_assert(offsetof(ARSessionConfig_SetFaceTrackingUpdate, InUpdate) == 0x000000, "Member 'ARSessionConfig_SetFaceTrackingUpdate::InUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetResetCameraTracking \ static_assert(alignof(ARSessionConfig_SetResetCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_SetResetCameraTracking"); \ static_assert(sizeof(ARSessionConfig_SetResetCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_SetResetCameraTracking"); \ static_assert(offsetof(ARSessionConfig_SetResetCameraTracking, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetResetCameraTracking::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetResetTrackedObjects \ static_assert(alignof(ARSessionConfig_SetResetTrackedObjects) == 0x000001, "Wrong alignment on ARSessionConfig_SetResetTrackedObjects"); \ static_assert(sizeof(ARSessionConfig_SetResetTrackedObjects) == 0x000001, "Wrong size on ARSessionConfig_SetResetTrackedObjects"); \ static_assert(offsetof(ARSessionConfig_SetResetTrackedObjects, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetResetTrackedObjects::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetSceneReconstructionMethod \ static_assert(alignof(ARSessionConfig_SetSceneReconstructionMethod) == 0x000001, "Wrong alignment on ARSessionConfig_SetSceneReconstructionMethod"); \ static_assert(sizeof(ARSessionConfig_SetSceneReconstructionMethod) == 0x000001, "Wrong size on ARSessionConfig_SetSceneReconstructionMethod"); \ static_assert(offsetof(ARSessionConfig_SetSceneReconstructionMethod, InSceneReconstructionMethod) == 0x000000, "Member 'ARSessionConfig_SetSceneReconstructionMethod::InSceneReconstructionMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetSessionTrackingFeatureToEnable \ static_assert(alignof(ARSessionConfig_SetSessionTrackingFeatureToEnable) == 0x000001, "Wrong alignment on ARSessionConfig_SetSessionTrackingFeatureToEnable"); \ static_assert(sizeof(ARSessionConfig_SetSessionTrackingFeatureToEnable) == 0x000001, "Wrong size on ARSessionConfig_SetSessionTrackingFeatureToEnable"); \ static_assert(offsetof(ARSessionConfig_SetSessionTrackingFeatureToEnable, InSessionTrackingFeature) == 0x000000, "Member 'ARSessionConfig_SetSessionTrackingFeatureToEnable::InSessionTrackingFeature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_SetWorldMapData \ static_assert(alignof(ARSessionConfig_SetWorldMapData) == 0x000008, "Wrong alignment on ARSessionConfig_SetWorldMapData"); \ static_assert(sizeof(ARSessionConfig_SetWorldMapData) == 0x000010, "Wrong size on ARSessionConfig_SetWorldMapData"); \ static_assert(offsetof(ARSessionConfig_SetWorldMapData, WorldMapData_0) == 0x000000, "Member 'ARSessionConfig_SetWorldMapData::WorldMapData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetCandidateImageList \ static_assert(alignof(ARSessionConfig_GetCandidateImageList) == 0x000008, "Wrong alignment on ARSessionConfig_GetCandidateImageList"); \ static_assert(sizeof(ARSessionConfig_GetCandidateImageList) == 0x000010, "Wrong size on ARSessionConfig_GetCandidateImageList"); \ static_assert(offsetof(ARSessionConfig_GetCandidateImageList, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetCandidateImageList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetCandidateObjectList \ static_assert(alignof(ARSessionConfig_GetCandidateObjectList) == 0x000008, "Wrong alignment on ARSessionConfig_GetCandidateObjectList"); \ static_assert(sizeof(ARSessionConfig_GetCandidateObjectList) == 0x000010, "Wrong size on ARSessionConfig_GetCandidateObjectList"); \ static_assert(offsetof(ARSessionConfig_GetCandidateObjectList, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetCandidateObjectList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetDesiredVideoFormat \ static_assert(alignof(ARSessionConfig_GetDesiredVideoFormat) == 0x000004, "Wrong alignment on ARSessionConfig_GetDesiredVideoFormat"); \ static_assert(sizeof(ARSessionConfig_GetDesiredVideoFormat) == 0x00000C, "Wrong size on ARSessionConfig_GetDesiredVideoFormat"); \ static_assert(offsetof(ARSessionConfig_GetDesiredVideoFormat, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetDesiredVideoFormat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetEnabledSessionTrackingFeature \ static_assert(alignof(ARSessionConfig_GetEnabledSessionTrackingFeature) == 0x000001, "Wrong alignment on ARSessionConfig_GetEnabledSessionTrackingFeature"); \ static_assert(sizeof(ARSessionConfig_GetEnabledSessionTrackingFeature) == 0x000001, "Wrong size on ARSessionConfig_GetEnabledSessionTrackingFeature"); \ static_assert(offsetof(ARSessionConfig_GetEnabledSessionTrackingFeature, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetEnabledSessionTrackingFeature::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetEnvironmentCaptureProbeType \ static_assert(alignof(ARSessionConfig_GetEnvironmentCaptureProbeType) == 0x000001, "Wrong alignment on ARSessionConfig_GetEnvironmentCaptureProbeType"); \ static_assert(sizeof(ARSessionConfig_GetEnvironmentCaptureProbeType) == 0x000001, "Wrong size on ARSessionConfig_GetEnvironmentCaptureProbeType"); \ static_assert(offsetof(ARSessionConfig_GetEnvironmentCaptureProbeType, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetEnvironmentCaptureProbeType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetFaceTrackingDirection \ static_assert(alignof(ARSessionConfig_GetFaceTrackingDirection) == 0x000001, "Wrong alignment on ARSessionConfig_GetFaceTrackingDirection"); \ static_assert(sizeof(ARSessionConfig_GetFaceTrackingDirection) == 0x000001, "Wrong size on ARSessionConfig_GetFaceTrackingDirection"); \ static_assert(offsetof(ARSessionConfig_GetFaceTrackingDirection, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFaceTrackingDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetFaceTrackingUpdate \ static_assert(alignof(ARSessionConfig_GetFaceTrackingUpdate) == 0x000001, "Wrong alignment on ARSessionConfig_GetFaceTrackingUpdate"); \ static_assert(sizeof(ARSessionConfig_GetFaceTrackingUpdate) == 0x000001, "Wrong size on ARSessionConfig_GetFaceTrackingUpdate"); \ static_assert(offsetof(ARSessionConfig_GetFaceTrackingUpdate, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFaceTrackingUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetFrameSyncMode \ static_assert(alignof(ARSessionConfig_GetFrameSyncMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetFrameSyncMode"); \ static_assert(sizeof(ARSessionConfig_GetFrameSyncMode) == 0x000001, "Wrong size on ARSessionConfig_GetFrameSyncMode"); \ static_assert(offsetof(ARSessionConfig_GetFrameSyncMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFrameSyncMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetLightEstimationMode \ static_assert(alignof(ARSessionConfig_GetLightEstimationMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetLightEstimationMode"); \ static_assert(sizeof(ARSessionConfig_GetLightEstimationMode) == 0x000001, "Wrong size on ARSessionConfig_GetLightEstimationMode"); \ static_assert(offsetof(ARSessionConfig_GetLightEstimationMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetLightEstimationMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetMaxNumSimultaneousImagesTracked \ static_assert(alignof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked) == 0x000004, "Wrong alignment on ARSessionConfig_GetMaxNumSimultaneousImagesTracked"); \ static_assert(sizeof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked) == 0x000004, "Wrong size on ARSessionConfig_GetMaxNumSimultaneousImagesTracked"); \ static_assert(offsetof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetMaxNumSimultaneousImagesTracked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetPlaneDetectionMode \ static_assert(alignof(ARSessionConfig_GetPlaneDetectionMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetPlaneDetectionMode"); \ static_assert(sizeof(ARSessionConfig_GetPlaneDetectionMode) == 0x000001, "Wrong size on ARSessionConfig_GetPlaneDetectionMode"); \ static_assert(offsetof(ARSessionConfig_GetPlaneDetectionMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetPlaneDetectionMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetSceneReconstructionMethod \ static_assert(alignof(ARSessionConfig_GetSceneReconstructionMethod) == 0x000001, "Wrong alignment on ARSessionConfig_GetSceneReconstructionMethod"); \ static_assert(sizeof(ARSessionConfig_GetSceneReconstructionMethod) == 0x000001, "Wrong size on ARSessionConfig_GetSceneReconstructionMethod"); \ static_assert(offsetof(ARSessionConfig_GetSceneReconstructionMethod, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetSceneReconstructionMethod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetSessionType \ static_assert(alignof(ARSessionConfig_GetSessionType) == 0x000001, "Wrong alignment on ARSessionConfig_GetSessionType"); \ static_assert(sizeof(ARSessionConfig_GetSessionType) == 0x000001, "Wrong size on ARSessionConfig_GetSessionType"); \ static_assert(offsetof(ARSessionConfig_GetSessionType, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetSessionType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetWorldAlignment \ static_assert(alignof(ARSessionConfig_GetWorldAlignment) == 0x000001, "Wrong alignment on ARSessionConfig_GetWorldAlignment"); \ static_assert(sizeof(ARSessionConfig_GetWorldAlignment) == 0x000001, "Wrong size on ARSessionConfig_GetWorldAlignment"); \ static_assert(offsetof(ARSessionConfig_GetWorldAlignment, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetWorldAlignment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_GetWorldMapData \ static_assert(alignof(ARSessionConfig_GetWorldMapData) == 0x000008, "Wrong alignment on ARSessionConfig_GetWorldMapData"); \ static_assert(sizeof(ARSessionConfig_GetWorldMapData) == 0x000010, "Wrong size on ARSessionConfig_GetWorldMapData"); \ static_assert(offsetof(ARSessionConfig_GetWorldMapData, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetWorldMapData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_ShouldEnableAutoFocus \ static_assert(alignof(ARSessionConfig_ShouldEnableAutoFocus) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldEnableAutoFocus"); \ static_assert(sizeof(ARSessionConfig_ShouldEnableAutoFocus) == 0x000001, "Wrong size on ARSessionConfig_ShouldEnableAutoFocus"); \ static_assert(offsetof(ARSessionConfig_ShouldEnableAutoFocus, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldEnableAutoFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_ShouldEnableCameraTracking \ static_assert(alignof(ARSessionConfig_ShouldEnableCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldEnableCameraTracking"); \ static_assert(sizeof(ARSessionConfig_ShouldEnableCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_ShouldEnableCameraTracking"); \ static_assert(offsetof(ARSessionConfig_ShouldEnableCameraTracking, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldEnableCameraTracking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_ShouldRenderCameraOverlay \ static_assert(alignof(ARSessionConfig_ShouldRenderCameraOverlay) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldRenderCameraOverlay"); \ static_assert(sizeof(ARSessionConfig_ShouldRenderCameraOverlay) == 0x000001, "Wrong size on ARSessionConfig_ShouldRenderCameraOverlay"); \ static_assert(offsetof(ARSessionConfig_ShouldRenderCameraOverlay, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldRenderCameraOverlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_ShouldResetCameraTracking \ static_assert(alignof(ARSessionConfig_ShouldResetCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldResetCameraTracking"); \ static_assert(sizeof(ARSessionConfig_ShouldResetCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_ShouldResetCameraTracking"); \ static_assert(offsetof(ARSessionConfig_ShouldResetCameraTracking, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldResetCameraTracking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSessionConfig_ShouldResetTrackedObjects \ static_assert(alignof(ARSessionConfig_ShouldResetTrackedObjects) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldResetTrackedObjects"); \ static_assert(sizeof(ARSessionConfig_ShouldResetTrackedObjects) == 0x000001, "Wrong size on ARSessionConfig_ShouldResetTrackedObjects"); \ static_assert(offsetof(ARSessionConfig_ShouldResetTrackedObjects, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldResetTrackedObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARSessionConfig \ static_assert(alignof(UARSessionConfig) == 0x000008, "Wrong alignment on UARSessionConfig"); \ static_assert(sizeof(UARSessionConfig) == 0x000110, "Wrong size on UARSessionConfig"); \ static_assert(offsetof(UARSessionConfig, bGenerateMeshDataFromTrackedGeometry) == 0x000030, "Member 'UARSessionConfig::bGenerateMeshDataFromTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bGenerateCollisionForMeshData) == 0x000031, "Member 'UARSessionConfig::bGenerateCollisionForMeshData' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bGenerateNavMeshForMeshData) == 0x000032, "Member 'UARSessionConfig::bGenerateNavMeshForMeshData' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUseMeshDataForOcclusion) == 0x000033, "Member 'UARSessionConfig::bUseMeshDataForOcclusion' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bRenderMeshDataInWireframe) == 0x000034, "Member 'UARSessionConfig::bRenderMeshDataInWireframe' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bTrackSceneObjects) == 0x000035, "Member 'UARSessionConfig::bTrackSceneObjects' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUsePersonSegmentationForOcclusion) == 0x000036, "Member 'UARSessionConfig::bUsePersonSegmentationForOcclusion' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUseSceneDepthForOcclusion) == 0x000037, "Member 'UARSessionConfig::bUseSceneDepthForOcclusion' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUseAutomaticImageScaleEstimation) == 0x000038, "Member 'UARSessionConfig::bUseAutomaticImageScaleEstimation' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUseStandardOnboardingUX) == 0x000039, "Member 'UARSessionConfig::bUseStandardOnboardingUX' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, WorldAlignment) == 0x00003A, "Member 'UARSessionConfig::WorldAlignment' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, SessionType) == 0x00003B, "Member 'UARSessionConfig::SessionType' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, PlaneDetectionMode) == 0x00003C, "Member 'UARSessionConfig::PlaneDetectionMode' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bHorizontalPlaneDetection) == 0x00003D, "Member 'UARSessionConfig::bHorizontalPlaneDetection' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bVerticalPlaneDetection) == 0x00003E, "Member 'UARSessionConfig::bVerticalPlaneDetection' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bEnableAutoFocus) == 0x00003F, "Member 'UARSessionConfig::bEnableAutoFocus' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, LightEstimationMode) == 0x000040, "Member 'UARSessionConfig::LightEstimationMode' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, FrameSyncMode) == 0x000041, "Member 'UARSessionConfig::FrameSyncMode' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bEnableAutomaticCameraOverlay) == 0x000042, "Member 'UARSessionConfig::bEnableAutomaticCameraOverlay' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bEnableAutomaticCameraTracking) == 0x000043, "Member 'UARSessionConfig::bEnableAutomaticCameraTracking' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bResetCameraTracking) == 0x000044, "Member 'UARSessionConfig::bResetCameraTracking' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bResetTrackedObjects) == 0x000045, "Member 'UARSessionConfig::bResetTrackedObjects' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, CandidateImages) == 0x000048, "Member 'UARSessionConfig::CandidateImages' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, MaxNumSimultaneousImagesTracked) == 0x000058, "Member 'UARSessionConfig::MaxNumSimultaneousImagesTracked' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, EnvironmentCaptureProbeType) == 0x00005C, "Member 'UARSessionConfig::EnvironmentCaptureProbeType' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, WorldMapData) == 0x000060, "Member 'UARSessionConfig::WorldMapData' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, CandidateObjects) == 0x000070, "Member 'UARSessionConfig::CandidateObjects' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, DesiredVideoFormat) == 0x000080, "Member 'UARSessionConfig::DesiredVideoFormat' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, bUseOptimalVideoFormat) == 0x00008C, "Member 'UARSessionConfig::bUseOptimalVideoFormat' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, FaceTrackingDirection) == 0x00008D, "Member 'UARSessionConfig::FaceTrackingDirection' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, FaceTrackingUpdate) == 0x00008E, "Member 'UARSessionConfig::FaceTrackingUpdate' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, MaxNumberOfTrackedFaces) == 0x000090, "Member 'UARSessionConfig::MaxNumberOfTrackedFaces' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, SerializedARCandidateImageDatabase) == 0x000098, "Member 'UARSessionConfig::SerializedARCandidateImageDatabase' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, EnabledSessionTrackingFeature) == 0x0000A8, "Member 'UARSessionConfig::EnabledSessionTrackingFeature' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, SceneReconstructionMethod) == 0x0000A9, "Member 'UARSessionConfig::SceneReconstructionMethod' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, PlaneComponentClass) == 0x0000B0, "Member 'UARSessionConfig::PlaneComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, PointComponentClass) == 0x0000B8, "Member 'UARSessionConfig::PointComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, FaceComponentClass) == 0x0000C0, "Member 'UARSessionConfig::FaceComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, ImageComponentClass) == 0x0000C8, "Member 'UARSessionConfig::ImageComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, QRCodeComponentClass) == 0x0000D0, "Member 'UARSessionConfig::QRCodeComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, PoseComponentClass) == 0x0000D8, "Member 'UARSessionConfig::PoseComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, EnvironmentProbeComponentClass) == 0x0000E0, "Member 'UARSessionConfig::EnvironmentProbeComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, ObjectComponentClass) == 0x0000E8, "Member 'UARSessionConfig::ObjectComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, MeshComponentClass) == 0x0000F0, "Member 'UARSessionConfig::MeshComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, GeoAnchorComponentClass) == 0x0000F8, "Member 'UARSessionConfig::GeoAnchorComponentClass' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, DefaultMeshMaterial) == 0x000100, "Member 'UARSessionConfig::DefaultMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UARSessionConfig, DefaultWireframeMeshMaterial) == 0x000108, "Member 'UARSessionConfig::DefaultWireframeMeshMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldGameMode_GetARSharedWorldGameState \ static_assert(alignof(ARSharedWorldGameMode_GetARSharedWorldGameState) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_GetARSharedWorldGameState"); \ static_assert(sizeof(ARSharedWorldGameMode_GetARSharedWorldGameState) == 0x000008, "Wrong size on ARSharedWorldGameMode_GetARSharedWorldGameState"); \ static_assert(offsetof(ARSharedWorldGameMode_GetARSharedWorldGameState, ReturnValue) == 0x000000, "Member 'ARSharedWorldGameMode_GetARSharedWorldGameState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldGameMode_SetARSharedWorldData \ static_assert(alignof(ARSharedWorldGameMode_SetARSharedWorldData) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_SetARSharedWorldData"); \ static_assert(sizeof(ARSharedWorldGameMode_SetARSharedWorldData) == 0x000010, "Wrong size on ARSharedWorldGameMode_SetARSharedWorldData"); \ static_assert(offsetof(ARSharedWorldGameMode_SetARSharedWorldData, ARWorldData) == 0x000000, "Member 'ARSharedWorldGameMode_SetARSharedWorldData::ARWorldData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldGameMode_SetPreviewImageData \ static_assert(alignof(ARSharedWorldGameMode_SetPreviewImageData) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_SetPreviewImageData"); \ static_assert(sizeof(ARSharedWorldGameMode_SetPreviewImageData) == 0x000010, "Wrong size on ARSharedWorldGameMode_SetPreviewImageData"); \ static_assert(offsetof(ARSharedWorldGameMode_SetPreviewImageData, ImageData) == 0x000000, "Member 'ARSharedWorldGameMode_SetPreviewImageData::ImageData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARSharedWorldGameMode \ static_assert(alignof(AARSharedWorldGameMode) == 0x000008, "Wrong alignment on AARSharedWorldGameMode"); \ static_assert(sizeof(AARSharedWorldGameMode) == 0x000378, "Wrong size on AARSharedWorldGameMode"); \ static_assert(offsetof(AARSharedWorldGameMode, BufferSizePerChunk) == 0x000310, "Member 'AARSharedWorldGameMode::BufferSizePerChunk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARSharedWorldGameState \ static_assert(alignof(AARSharedWorldGameState) == 0x000008, "Wrong alignment on AARSharedWorldGameState"); \ static_assert(sizeof(AARSharedWorldGameState) == 0x0002D0, "Wrong size on AARSharedWorldGameState"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageData) == 0x000298, "Member 'AARSharedWorldGameState::PreviewImageData' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldData) == 0x0002A8, "Member 'AARSharedWorldGameState::ARWorldData' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesTotal) == 0x0002B8, "Member 'AARSharedWorldGameState::PreviewImageBytesTotal' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesTotal) == 0x0002BC, "Member 'AARSharedWorldGameState::ARWorldBytesTotal' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesDelivered) == 0x0002C0, "Member 'AARSharedWorldGameState::PreviewImageBytesDelivered' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesDelivered) == 0x0002C4, "Member 'AARSharedWorldGameState::ARWorldBytesDelivered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientInitSharedWorld \ static_assert(alignof(ARSharedWorldPlayerController_ClientInitSharedWorld) == 0x000004, "Wrong alignment on ARSharedWorldPlayerController_ClientInitSharedWorld"); \ static_assert(sizeof(ARSharedWorldPlayerController_ClientInitSharedWorld) == 0x000008, "Wrong size on ARSharedWorldPlayerController_ClientInitSharedWorld"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientInitSharedWorld, PreviewImageSize) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientInitSharedWorld::PreviewImageSize' has a wrong offset!"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientInitSharedWorld, ARWorldDataSize) == 0x000004, "Member 'ARSharedWorldPlayerController_ClientInitSharedWorld::ARWorldDataSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientUpdateARWorldData \ static_assert(alignof(ARSharedWorldPlayerController_ClientUpdateARWorldData) == 0x000008, "Wrong alignment on ARSharedWorldPlayerController_ClientUpdateARWorldData"); \ static_assert(sizeof(ARSharedWorldPlayerController_ClientUpdateARWorldData) == 0x000018, "Wrong size on ARSharedWorldPlayerController_ClientUpdateARWorldData"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdateARWorldData, Offset) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientUpdateARWorldData::Offset' has a wrong offset!"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdateARWorldData, Buffer) == 0x000008, "Member 'ARSharedWorldPlayerController_ClientUpdateARWorldData::Buffer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientUpdatePreviewImageData \ static_assert(alignof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData) == 0x000008, "Wrong alignment on ARSharedWorldPlayerController_ClientUpdatePreviewImageData"); \ static_assert(sizeof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData) == 0x000018, "Wrong size on ARSharedWorldPlayerController_ClientUpdatePreviewImageData"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData, Offset) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientUpdatePreviewImageData::Offset' has a wrong offset!"); \ static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData, Buffer) == 0x000008, "Member 'ARSharedWorldPlayerController_ClientUpdatePreviewImageData::Buffer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARSharedWorldPlayerController \ static_assert(alignof(AARSharedWorldPlayerController) == 0x000008, "Wrong alignment on AARSharedWorldPlayerController"); \ static_assert(sizeof(AARSharedWorldPlayerController) == 0x000580, "Wrong size on AARSharedWorldPlayerController"); \ #define DUMPER7_ASSERTS_ARSkyLight_SetEnvironmentCaptureProbe \ static_assert(alignof(ARSkyLight_SetEnvironmentCaptureProbe) == 0x000008, "Wrong alignment on ARSkyLight_SetEnvironmentCaptureProbe"); \ static_assert(sizeof(ARSkyLight_SetEnvironmentCaptureProbe) == 0x000008, "Wrong size on ARSkyLight_SetEnvironmentCaptureProbe"); \ static_assert(offsetof(ARSkyLight_SetEnvironmentCaptureProbe, InCaptureProbe) == 0x000000, "Member 'ARSkyLight_SetEnvironmentCaptureProbe::InCaptureProbe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARSkyLight \ static_assert(alignof(AARSkyLight) == 0x000008, "Wrong alignment on AARSkyLight"); \ static_assert(sizeof(AARSkyLight) == 0x000248, "Wrong size on AARSkyLight"); \ static_assert(offsetof(AARSkyLight, CaptureProbe) == 0x000238, "Member 'AARSkyLight::CaptureProbe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTexture \ static_assert(alignof(UARTexture) == 0x000010, "Wrong alignment on UARTexture"); \ static_assert(sizeof(UARTexture) == 0x0001A0, "Wrong size on UARTexture"); \ static_assert(offsetof(UARTexture, TextureType) == 0x000178, "Member 'UARTexture::TextureType' has a wrong offset!"); \ static_assert(offsetof(UARTexture, Timestamp) == 0x00017C, "Member 'UARTexture::Timestamp' has a wrong offset!"); \ static_assert(offsetof(UARTexture, ExternalTextureGuid) == 0x000180, "Member 'UARTexture::ExternalTextureGuid' has a wrong offset!"); \ static_assert(offsetof(UARTexture, Size) == 0x000190, "Member 'UARTexture::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTextureCameraImage \ static_assert(alignof(UARTextureCameraImage) == 0x000010, "Wrong alignment on UARTextureCameraImage"); \ static_assert(sizeof(UARTextureCameraImage) == 0x0001A0, "Wrong size on UARTextureCameraImage"); \ #define DUMPER7_ASSERTS_UARTextureCameraDepth \ static_assert(alignof(UARTextureCameraDepth) == 0x000010, "Wrong alignment on UARTextureCameraDepth"); \ static_assert(sizeof(UARTextureCameraDepth) == 0x0001A0, "Wrong size on UARTextureCameraDepth"); \ static_assert(offsetof(UARTextureCameraDepth, DepthQuality) == 0x000198, "Member 'UARTextureCameraDepth::DepthQuality' has a wrong offset!"); \ static_assert(offsetof(UARTextureCameraDepth, DepthAccuracy) == 0x000199, "Member 'UARTextureCameraDepth::DepthAccuracy' has a wrong offset!"); \ static_assert(offsetof(UARTextureCameraDepth, bIsTemporallySmoothed) == 0x00019A, "Member 'UARTextureCameraDepth::bIsTemporallySmoothed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAREnvironmentCaptureProbeTexture \ static_assert(alignof(UAREnvironmentCaptureProbeTexture) == 0x000010, "Wrong alignment on UAREnvironmentCaptureProbeTexture"); \ static_assert(sizeof(UAREnvironmentCaptureProbeTexture) == 0x0001F0, "Wrong size on UAREnvironmentCaptureProbeTexture"); \ static_assert(offsetof(UAREnvironmentCaptureProbeTexture, TextureType) == 0x0001D0, "Member 'UAREnvironmentCaptureProbeTexture::TextureType' has a wrong offset!"); \ static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Timestamp) == 0x0001D4, "Member 'UAREnvironmentCaptureProbeTexture::Timestamp' has a wrong offset!"); \ static_assert(offsetof(UAREnvironmentCaptureProbeTexture, ExternalTextureGuid) == 0x0001D8, "Member 'UAREnvironmentCaptureProbeTexture::ExternalTextureGuid' has a wrong offset!"); \ static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Size) == 0x0001E8, "Member 'UAREnvironmentCaptureProbeTexture::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARTraceResultDummy \ static_assert(alignof(UARTraceResultDummy) == 0x000008, "Wrong alignment on UARTraceResultDummy"); \ static_assert(sizeof(UARTraceResultDummy) == 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_ARCandidateImage_GetCandidateTexture \ static_assert(alignof(ARCandidateImage_GetCandidateTexture) == 0x000008, "Wrong alignment on ARCandidateImage_GetCandidateTexture"); \ static_assert(sizeof(ARCandidateImage_GetCandidateTexture) == 0x000008, "Wrong size on ARCandidateImage_GetCandidateTexture"); \ static_assert(offsetof(ARCandidateImage_GetCandidateTexture, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetCandidateTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateImage_GetFriendlyName \ static_assert(alignof(ARCandidateImage_GetFriendlyName) == 0x000008, "Wrong alignment on ARCandidateImage_GetFriendlyName"); \ static_assert(sizeof(ARCandidateImage_GetFriendlyName) == 0x000010, "Wrong size on ARCandidateImage_GetFriendlyName"); \ static_assert(offsetof(ARCandidateImage_GetFriendlyName, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetFriendlyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateImage_GetOrientation \ static_assert(alignof(ARCandidateImage_GetOrientation) == 0x000001, "Wrong alignment on ARCandidateImage_GetOrientation"); \ static_assert(sizeof(ARCandidateImage_GetOrientation) == 0x000001, "Wrong size on ARCandidateImage_GetOrientation"); \ static_assert(offsetof(ARCandidateImage_GetOrientation, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateImage_GetPhysicalHeight \ static_assert(alignof(ARCandidateImage_GetPhysicalHeight) == 0x000004, "Wrong alignment on ARCandidateImage_GetPhysicalHeight"); \ static_assert(sizeof(ARCandidateImage_GetPhysicalHeight) == 0x000004, "Wrong size on ARCandidateImage_GetPhysicalHeight"); \ static_assert(offsetof(ARCandidateImage_GetPhysicalHeight, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetPhysicalHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateImage_GetPhysicalWidth \ static_assert(alignof(ARCandidateImage_GetPhysicalWidth) == 0x000004, "Wrong alignment on ARCandidateImage_GetPhysicalWidth"); \ static_assert(sizeof(ARCandidateImage_GetPhysicalWidth) == 0x000004, "Wrong size on ARCandidateImage_GetPhysicalWidth"); \ static_assert(offsetof(ARCandidateImage_GetPhysicalWidth, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetPhysicalWidth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UARCandidateImage \ static_assert(alignof(UARCandidateImage) == 0x000008, "Wrong alignment on UARCandidateImage"); \ static_assert(sizeof(UARCandidateImage) == 0x000058, "Wrong size on UARCandidateImage"); \ static_assert(offsetof(UARCandidateImage, CandidateTexture) == 0x000030, "Member 'UARCandidateImage::CandidateTexture' has a wrong offset!"); \ static_assert(offsetof(UARCandidateImage, FriendlyName) == 0x000038, "Member 'UARCandidateImage::FriendlyName' has a wrong offset!"); \ static_assert(offsetof(UARCandidateImage, Width) == 0x000048, "Member 'UARCandidateImage::Width' has a wrong offset!"); \ static_assert(offsetof(UARCandidateImage, Height) == 0x00004C, "Member 'UARCandidateImage::Height' has a wrong offset!"); \ static_assert(offsetof(UARCandidateImage, Orientation) == 0x000050, "Member 'UARCandidateImage::Orientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARCandidateObject_SetBoundingBox \ static_assert(alignof(ARCandidateObject_SetBoundingBox) == 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_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_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_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_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_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) == 0x000278, "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) == 0x000298, "Wrong size on AInteractiveFoliageActor"); \ static_assert(offsetof(AInteractiveFoliageActor, CapsuleComponent) == 0x000238, "Member 'AInteractiveFoliageActor::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, TouchingActorEntryPosition) == 0x000240, "Member 'AInteractiveFoliageActor::TouchingActorEntryPosition' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageVelocity) == 0x00024C, "Member 'AInteractiveFoliageActor::FoliageVelocity' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageForce) == 0x000258, "Member 'AInteractiveFoliageActor::FoliageForce' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliagePosition) == 0x000264, "Member 'AInteractiveFoliageActor::FoliagePosition' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageDamageImpulseScale) == 0x000270, "Member 'AInteractiveFoliageActor::FoliageDamageImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageTouchImpulseScale) == 0x000274, "Member 'AInteractiveFoliageActor::FoliageTouchImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffness) == 0x000278, "Member 'AInteractiveFoliageActor::FoliageStiffness' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffnessQuadratic) == 0x00027C, "Member 'AInteractiveFoliageActor::FoliageStiffnessQuadratic' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageDamping) == 0x000280, "Member 'AInteractiveFoliageActor::FoliageDamping' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxDamageImpulse) == 0x000284, "Member 'AInteractiveFoliageActor::MaxDamageImpulse' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxTouchImpulse) == 0x000288, "Member 'AInteractiveFoliageActor::MaxTouchImpulse' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxForce) == 0x00028C, "Member 'AInteractiveFoliageActor::MaxForce' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, Mass) == 0x000290, "Member 'AInteractiveFoliageActor::Mass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AProceduralFoliageBlockingVolume \ static_assert(alignof(AProceduralFoliageBlockingVolume) == 0x000008, "Wrong alignment on AProceduralFoliageBlockingVolume"); \ static_assert(sizeof(AProceduralFoliageBlockingVolume) == 0x000268, "Wrong size on AProceduralFoliageBlockingVolume"); \ static_assert(offsetof(AProceduralFoliageBlockingVolume, ProceduralFoliageVolume) == 0x000260, "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) == 0x000268, "Wrong size on AProceduralFoliageVolume"); \ static_assert(offsetof(AProceduralFoliageVolume, ProceduralComponent) == 0x000260, "Member 'AProceduralFoliageVolume::ProceduralComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATool_PostpProcessFogSky_New_C \ static_assert(alignof(ATool_PostpProcessFogSky_New_C) == 0x000008, "Wrong alignment on ATool_PostpProcessFogSky_New_C"); \ static_assert(sizeof(ATool_PostpProcessFogSky_New_C) == 0x000250, "Wrong size on ATool_PostpProcessFogSky_New_C"); \ static_assert(offsetof(ATool_PostpProcessFogSky_New_C, PostProcess) == 0x000228, "Member 'ATool_PostpProcessFogSky_New_C::PostProcess' has a wrong offset!"); \ static_assert(offsetof(ATool_PostpProcessFogSky_New_C, Root) == 0x000230, "Member 'ATool_PostpProcessFogSky_New_C::Root' has a wrong offset!"); \ static_assert(offsetof(ATool_PostpProcessFogSky_New_C, ExponentialHeightFog) == 0x000238, "Member 'ATool_PostpProcessFogSky_New_C::ExponentialHeightFog' has a wrong offset!"); \ static_assert(offsetof(ATool_PostpProcessFogSky_New_C, SkyLight) == 0x000240, "Member 'ATool_PostpProcessFogSky_New_C::SkyLight' has a wrong offset!"); \ static_assert(offsetof(ATool_PostpProcessFogSky_New_C, Off) == 0x000248, "Member 'ATool_PostpProcessFogSky_New_C::Off' has a wrong offset!"); \ static_assert(offsetof(ATool_PostpProcessFogSky_New_C, Off_0) == 0x000249, "Member 'ATool_PostpProcessFogSky_New_C::Off_0' 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_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_FRandomPlayerSequenceEntry \ static_assert(alignof(FRandomPlayerSequenceEntry) == 0x000008, "Wrong alignment on FRandomPlayerSequenceEntry"); \ static_assert(sizeof(FRandomPlayerSequenceEntry) == 0x000050, "Wrong size on FRandomPlayerSequenceEntry"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, Sequence) == 0x000000, "Member 'FRandomPlayerSequenceEntry::Sequence' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, ChanceToPlay) == 0x000008, "Member 'FRandomPlayerSequenceEntry::ChanceToPlay' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MinLoopCount) == 0x00000C, "Member 'FRandomPlayerSequenceEntry::MinLoopCount' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MaxLoopCount) == 0x000010, "Member 'FRandomPlayerSequenceEntry::MaxLoopCount' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MinPlayRate) == 0x000014, "Member 'FRandomPlayerSequenceEntry::MinPlayRate' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MaxPlayRate) == 0x000018, "Member 'FRandomPlayerSequenceEntry::MaxPlayRate' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, BlendIn) == 0x000020, "Member 'FRandomPlayerSequenceEntry::BlendIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RandomPlayer \ static_assert(alignof(FAnimNode_RandomPlayer) == 0x000008, "Wrong alignment on FAnimNode_RandomPlayer"); \ static_assert(sizeof(FAnimNode_RandomPlayer) == 0x000078, "Wrong size on FAnimNode_RandomPlayer"); \ static_assert(offsetof(FAnimNode_RandomPlayer, Entries) == 0x000010, "Member 'FAnimNode_RandomPlayer::Entries' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RandomPlayer, bShuffleMode) == 0x000070, "Member 'FAnimNode_RandomPlayer::bShuffleMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_SkeletalControlBase \ static_assert(alignof(FAnimNode_SkeletalControlBase) == 0x000008, "Wrong alignment on FAnimNode_SkeletalControlBase"); \ static_assert(sizeof(FAnimNode_SkeletalControlBase) == 0x0000C8, "Wrong size on FAnimNode_SkeletalControlBase"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, ComponentPose) == 0x000010, "Member 'FAnimNode_SkeletalControlBase::ComponentPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, LODThreshold) == 0x000020, "Member 'FAnimNode_SkeletalControlBase::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, ActualAlpha) == 0x000024, "Member 'FAnimNode_SkeletalControlBase::ActualAlpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaInputType) == 0x000028, "Member 'FAnimNode_SkeletalControlBase::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, bAlphaBoolEnabled) == 0x000029, "Member 'FAnimNode_SkeletalControlBase::bAlphaBoolEnabled' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, Alpha) == 0x00002C, "Member 'FAnimNode_SkeletalControlBase::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaScaleBias) == 0x000030, "Member 'FAnimNode_SkeletalControlBase::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaBoolBlend) == 0x000038, "Member 'FAnimNode_SkeletalControlBase::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaCurveName) == 0x000080, "Member 'FAnimNode_SkeletalControlBase::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaScaleBiasClamp) == 0x000088, "Member 'FAnimNode_SkeletalControlBase::AlphaScaleBiasClamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimPhysSphericalLimit \ static_assert(alignof(FAnimPhysSphericalLimit) == 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_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_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_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_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!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, CurveBlendMode) == 0x0000C6, "Member 'FAnimNode_ApplyAdditive::CurveBlendMode' 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_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_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_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_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_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_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_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_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_FPositionHistory \ static_assert(alignof(FPositionHistory) == 0x000008, "Wrong alignment on FPositionHistory"); \ static_assert(sizeof(FPositionHistory) == 0x000030, "Wrong size on FPositionHistory"); \ static_assert(offsetof(FPositionHistory, Positions) == 0x000000, "Member 'FPositionHistory::Positions' has a wrong offset!"); \ static_assert(offsetof(FPositionHistory, Range) == 0x000010, "Member 'FPositionHistory::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_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_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_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_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_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_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_FRBFParams \ static_assert(alignof(FRBFParams) == 0x000004, "Wrong alignment on FRBFParams"); \ static_assert(sizeof(FRBFParams) == 0x00002C, "Wrong size on FRBFParams"); \ static_assert(offsetof(FRBFParams, TargetDimensions) == 0x000000, "Member 'FRBFParams::TargetDimensions' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, SolverType) == 0x000004, "Member 'FRBFParams::SolverType' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, Radius) == 0x000008, "Member 'FRBFParams::Radius' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, bAutomaticRadius) == 0x00000C, "Member 'FRBFParams::bAutomaticRadius' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, Function) == 0x00000D, "Member 'FRBFParams::Function' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, DistanceMethod) == 0x00000E, "Member 'FRBFParams::DistanceMethod' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, TwistAxis) == 0x00000F, "Member 'FRBFParams::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, WeightThreshold) == 0x000010, "Member 'FRBFParams::WeightThreshold' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, NormalizeMethod) == 0x000014, "Member 'FRBFParams::NormalizeMethod' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, MedianReference) == 0x000018, "Member 'FRBFParams::MedianReference' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, MedianMin) == 0x000024, "Member 'FRBFParams::MedianMin' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, MedianMax) == 0x000028, "Member 'FRBFParams::MedianMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_PoseDriver \ static_assert(alignof(FAnimNode_PoseDriver) == 0x000008, "Wrong alignment on FAnimNode_PoseDriver"); \ static_assert(sizeof(FAnimNode_PoseDriver) == 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_SplineIK \ static_assert(alignof(FAnimNode_SplineIK) == 0x000008, "Wrong alignment on FAnimNode_SplineIK"); \ static_assert(sizeof(FAnimNode_SplineIK) == 0x000270, "Wrong size on FAnimNode_SplineIK"); \ static_assert(offsetof(FAnimNode_SplineIK, StartBone) == 0x0000C8, "Member 'FAnimNode_SplineIK::StartBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, EndBone) == 0x0000D8, "Member 'FAnimNode_SplineIK::EndBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, BoneAxis) == 0x0000E8, "Member 'FAnimNode_SplineIK::BoneAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, bAutoCalculateSpline) == 0x0000E9, "Member 'FAnimNode_SplineIK::bAutoCalculateSpline' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, PointCount) == 0x0000EC, "Member 'FAnimNode_SplineIK::PointCount' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, ControlPoints) == 0x0000F0, "Member 'FAnimNode_SplineIK::ControlPoints' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, Roll) == 0x000100, "Member 'FAnimNode_SplineIK::Roll' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, TwistStart) == 0x000104, "Member 'FAnimNode_SplineIK::TwistStart' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, TwistEnd) == 0x000108, "Member 'FAnimNode_SplineIK::TwistEnd' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, TwistBlend) == 0x000110, "Member 'FAnimNode_SplineIK::TwistBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, Stretch) == 0x000140, "Member 'FAnimNode_SplineIK::Stretch' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, Offset) == 0x000144, "Member 'FAnimNode_SplineIK::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_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_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_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, CurveBlendMode) == 0x000032, "Member 'FAnimNode_TwoWayBlend::CurveBlendMode' 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_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) == 0x000258, "Wrong size on ACameraRig_Crane"); \ static_assert(offsetof(ACameraRig_Crane, CranePitch) == 0x000228, "Member 'ACameraRig_Crane::CranePitch' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneYaw) == 0x00022C, "Member 'ACameraRig_Crane::CraneYaw' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneArmLength) == 0x000230, "Member 'ACameraRig_Crane::CraneArmLength' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, bLockMountPitch) == 0x000234, "Member 'ACameraRig_Crane::bLockMountPitch' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, bLockMountYaw) == 0x000235, "Member 'ACameraRig_Crane::bLockMountYaw' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, TransformComponent) == 0x000238, "Member 'ACameraRig_Crane::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneYawControl) == 0x000240, "Member 'ACameraRig_Crane::CraneYawControl' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CranePitchControl) == 0x000248, "Member 'ACameraRig_Crane::CranePitchControl' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneCameraMount) == 0x000250, "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) == 0x000248, "Wrong size on ACameraRig_Rail"); \ static_assert(offsetof(ACameraRig_Rail, CurrentPositionOnRail) == 0x000228, "Member 'ACameraRig_Rail::CurrentPositionOnRail' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, bLockOrientationToRail) == 0x00022C, "Member 'ACameraRig_Rail::bLockOrientationToRail' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, TransformComponent) == 0x000230, "Member 'ACameraRig_Rail::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, RailSplineComponent) == 0x000238, "Member 'ACameraRig_Rail::RailSplineComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, RailCameraMount) == 0x000240, "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) == 0x000820, "Wrong size on ACineCameraActor"); \ static_assert(offsetof(ACineCameraActor, LookatTrackingSettings) == 0x0007C0, "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_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_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_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_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_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_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_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_UBaseMediaSource \ static_assert(alignof(UBaseMediaSource) == 0x000008, "Wrong alignment on UBaseMediaSource"); \ static_assert(sizeof(UBaseMediaSource) == 0x000088, "Wrong size on UBaseMediaSource"); \ static_assert(offsetof(UBaseMediaSource, PlayerName) == 0x000080, "Member 'UBaseMediaSource::PlayerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FileMediaSource_SetFilePath \ static_assert(alignof(FileMediaSource_SetFilePath) == 0x000008, "Wrong alignment on FileMediaSource_SetFilePath"); \ static_assert(sizeof(FileMediaSource_SetFilePath) == 0x000010, "Wrong size on FileMediaSource_SetFilePath"); \ static_assert(offsetof(FileMediaSource_SetFilePath, Path) == 0x000000, "Member 'FileMediaSource_SetFilePath::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFileMediaSource \ static_assert(alignof(UFileMediaSource) == 0x000008, "Wrong alignment on UFileMediaSource"); \ static_assert(sizeof(UFileMediaSource) == 0x0000B0, "Wrong size on UFileMediaSource"); \ static_assert(offsetof(UFileMediaSource, FilePath) == 0x000088, "Member 'UFileMediaSource::FilePath' has a wrong offset!"); \ static_assert(offsetof(UFileMediaSource, PrecacheFile) == 0x000098, "Member 'UFileMediaSource::PrecacheFile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices \ static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices"); \ static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices"); \ static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices::OutDevices' has a wrong offset!"); \ static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices \ static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices"); \ static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices"); \ static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices::OutDevices' has a wrong offset!"); \ static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices \ static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices"); \ static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices"); \ static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices::OutDevices' has a wrong offset!"); \ static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaBlueprintFunctionLibrary \ static_assert(alignof(UMediaBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UMediaBlueprintFunctionLibrary"); \ static_assert(sizeof(UMediaBlueprintFunctionLibrary) == 0x000028, "Wrong size on UMediaBlueprintFunctionLibrary"); \ #define DUMPER7_ASSERTS_MediaComponent_GetMediaPlayer \ static_assert(alignof(MediaComponent_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaComponent_GetMediaPlayer"); \ static_assert(sizeof(MediaComponent_GetMediaPlayer) == 0x000008, "Wrong size on MediaComponent_GetMediaPlayer"); \ static_assert(offsetof(MediaComponent_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaComponent_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaComponent_GetMediaTexture \ static_assert(alignof(MediaComponent_GetMediaTexture) == 0x000008, "Wrong alignment on MediaComponent_GetMediaTexture"); \ static_assert(sizeof(MediaComponent_GetMediaTexture) == 0x000008, "Wrong size on MediaComponent_GetMediaTexture"); \ static_assert(offsetof(MediaComponent_GetMediaTexture, ReturnValue) == 0x000000, "Member 'MediaComponent_GetMediaTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaComponent \ static_assert(alignof(UMediaComponent) == 0x000008, "Wrong alignment on UMediaComponent"); \ static_assert(sizeof(UMediaComponent) == 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_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) == 0x0002B0, "Wrong size on ALevelSequenceActor"); \ static_assert(offsetof(ALevelSequenceActor, PlaybackSettings) == 0x000240, "Member 'ALevelSequenceActor::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, SequencePlayer) == 0x000258, "Member 'ALevelSequenceActor::SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, LevelSequence) == 0x000260, "Member 'ALevelSequenceActor::LevelSequence' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, CameraSettings) == 0x000278, "Member 'ALevelSequenceActor::CameraSettings' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BurnInOptions) == 0x000280, "Member 'ALevelSequenceActor::BurnInOptions' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BindingOverrides) == 0x000288, "Member 'ALevelSequenceActor::BindingOverrides' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, DefaultInstanceData) == 0x000298, "Member 'ALevelSequenceActor::DefaultInstanceData' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BurnInInstance) == 0x0002A0, "Member 'ALevelSequenceActor::BurnInInstance' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, bShowBurnin) == 0x0002A8, "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) == 0x000250, "Wrong size on ALevelSequenceMediaController"); \ static_assert(offsetof(ALevelSequenceMediaController, Sequence) == 0x000230, "Member 'ALevelSequenceMediaController::Sequence' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceMediaController, MediaComponent) == 0x000238, "Member 'ALevelSequenceMediaController::MediaComponent' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceMediaController, ServerStartTimeSeconds) == 0x000240, "Member 'ALevelSequenceMediaController::ServerStartTimeSeconds' 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_UMoviePlayerSettings \ static_assert(alignof(UMoviePlayerSettings) == 0x000008, "Wrong alignment on UMoviePlayerSettings"); \ static_assert(sizeof(UMoviePlayerSettings) == 0x000040, "Wrong size on UMoviePlayerSettings"); \ static_assert(offsetof(UMoviePlayerSettings, bWaitForMoviesToComplete) == 0x000028, "Member 'UMoviePlayerSettings::bWaitForMoviesToComplete' has a wrong offset!"); \ static_assert(offsetof(UMoviePlayerSettings, bMoviesAreSkippable) == 0x000029, "Member 'UMoviePlayerSettings::bMoviesAreSkippable' has a wrong offset!"); \ static_assert(offsetof(UMoviePlayerSettings, StartupMovies) == 0x000030, "Member 'UMoviePlayerSettings::StartupMovies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOverlayItem \ static_assert(alignof(FOverlayItem) == 0x000008, "Wrong alignment on FOverlayItem"); \ static_assert(sizeof(FOverlayItem) == 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_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_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) == 0x000228, "Wrong size on AInternalToolFrameworkActor"); \ #define DUMPER7_ASSERTS_AGizmoActor \ static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ static_assert(sizeof(AGizmoActor) == 0x000228, "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) == 0x000240, "Wrong size on AIntervalGizmoActor"); \ static_assert(offsetof(AIntervalGizmoActor, UpIntervalComponent) == 0x000228, "Member 'AIntervalGizmoActor::UpIntervalComponent' has a wrong offset!"); \ static_assert(offsetof(AIntervalGizmoActor, DownIntervalComponent) == 0x000230, "Member 'AIntervalGizmoActor::DownIntervalComponent' has a wrong offset!"); \ static_assert(offsetof(AIntervalGizmoActor, ForwardIntervalComponent) == 0x000238, "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) == 0x0002A8, "Wrong size on ATransformGizmoActor"); \ static_assert(offsetof(ATransformGizmoActor, TranslateX) == 0x000228, "Member 'ATransformGizmoActor::TranslateX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateY) == 0x000230, "Member 'ATransformGizmoActor::TranslateY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateZ) == 0x000238, "Member 'ATransformGizmoActor::TranslateZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateYZ) == 0x000240, "Member 'ATransformGizmoActor::TranslateYZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateXZ) == 0x000248, "Member 'ATransformGizmoActor::TranslateXZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateXY) == 0x000250, "Member 'ATransformGizmoActor::TranslateXY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateX) == 0x000258, "Member 'ATransformGizmoActor::RotateX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateY) == 0x000260, "Member 'ATransformGizmoActor::RotateY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateZ) == 0x000268, "Member 'ATransformGizmoActor::RotateZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, UniformScale) == 0x000270, "Member 'ATransformGizmoActor::UniformScale' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleX) == 0x000278, "Member 'ATransformGizmoActor::AxisScaleX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleY) == 0x000280, "Member 'ATransformGizmoActor::AxisScaleY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleZ) == 0x000288, "Member 'ATransformGizmoActor::AxisScaleZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleYZ) == 0x000290, "Member 'ATransformGizmoActor::PlaneScaleYZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleXZ) == 0x000298, "Member 'ATransformGizmoActor::PlaneScaleXZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleXY) == 0x0002A0, "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_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_FBreakEventCallbackWrapper \ static_assert(alignof(FBreakEventCallbackWrapper) == 0x000010, "Wrong alignment on FBreakEventCallbackWrapper"); \ static_assert(sizeof(FBreakEventCallbackWrapper) == 0x000040, "Wrong size on FBreakEventCallbackWrapper"); \ #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_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) == 0x000320, "Wrong size on AChaosSolverActor"); \ static_assert(offsetof(AChaosSolverActor, Properties) == 0x000228, "Member 'AChaosSolverActor::Properties' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, TimeStepMultiplier) == 0x000290, "Member 'AChaosSolverActor::TimeStepMultiplier' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, CollisionIterations) == 0x000294, "Member 'AChaosSolverActor::CollisionIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, PushOutIterations) == 0x000298, "Member 'AChaosSolverActor::PushOutIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, PushOutPairIterations) == 0x00029C, "Member 'AChaosSolverActor::PushOutPairIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ClusterConnectionFactor) == 0x0002A0, "Member 'AChaosSolverActor::ClusterConnectionFactor' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ClusterUnionConnectionType) == 0x0002A4, "Member 'AChaosSolverActor::ClusterUnionConnectionType' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateCollisionData) == 0x0002A5, "Member 'AChaosSolverActor::DoGenerateCollisionData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, CollisionFilterSettings) == 0x0002A8, "Member 'AChaosSolverActor::CollisionFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateBreakingData) == 0x0002B8, "Member 'AChaosSolverActor::DoGenerateBreakingData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, BreakingFilterSettings) == 0x0002BC, "Member 'AChaosSolverActor::BreakingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateTrailingData) == 0x0002CC, "Member 'AChaosSolverActor::DoGenerateTrailingData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, TrailingFilterSettings) == 0x0002D0, "Member 'AChaosSolverActor::TrailingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, MassScale) == 0x0002E0, "Member 'AChaosSolverActor::MassScale' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, bGenerateContactGraph) == 0x0002E4, "Member 'AChaosSolverActor::bGenerateContactGraph' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, bHasFloor) == 0x0002E5, "Member 'AChaosSolverActor::bHasFloor' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, FloorHeight) == 0x0002E8, "Member 'AChaosSolverActor::FloorHeight' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ChaosDebugSubstepControl) == 0x0002EC, "Member 'AChaosSolverActor::ChaosDebugSubstepControl' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, SpriteComponent) == 0x0002F0, "Member 'AChaosSolverActor::SpriteComponent' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, GameplayEventDispatcherComponent) == 0x000310, "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_CameraSplinesDefault_Far_C \ static_assert(alignof(ABP_CameraSplinesDefault_Far_C) == 0x000008, "Wrong alignment on ABP_CameraSplinesDefault_Far_C"); \ static_assert(sizeof(ABP_CameraSplinesDefault_Far_C) == 0x000240, "Wrong size on ABP_CameraSplinesDefault_Far_C"); \ static_assert(offsetof(ABP_CameraSplinesDefault_Far_C, CatMesh) == 0x000238, "Member 'ABP_CameraSplinesDefault_Far_C::CatMesh' 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) == 0x000230, "Wrong size on AFieldSystemActor"); \ static_assert(offsetof(AFieldSystemActor, FieldSystemComponent) == 0x000228, "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_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_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_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_FGeometryCollectionRepData \ static_assert(alignof(FGeometryCollectionRepData) == 0x000008, "Wrong alignment on FGeometryCollectionRepData"); \ static_assert(sizeof(FGeometryCollectionRepData) == 0x000018, "Wrong size on FGeometryCollectionRepData"); \ #define DUMPER7_ASSERTS_FChaosTrailingEventData \ static_assert(alignof(FChaosTrailingEventData) == 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_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_FGeomComponentCacheParameters \ static_assert(alignof(FGeomComponentCacheParameters) == 0x000008, "Wrong alignment on FGeomComponentCacheParameters"); \ static_assert(sizeof(FGeomComponentCacheParameters) == 0x000050, "Wrong size on FGeomComponentCacheParameters"); \ static_assert(offsetof(FGeomComponentCacheParameters, CacheMode) == 0x000000, "Member 'FGeomComponentCacheParameters::CacheMode' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, TargetCache) == 0x000008, "Member 'FGeomComponentCacheParameters::TargetCache' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, ReverseCacheBeginTime) == 0x000010, "Member 'FGeomComponentCacheParameters::ReverseCacheBeginTime' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, SaveCollisionData) == 0x000014, "Member 'FGeomComponentCacheParameters::SaveCollisionData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateCollisionData) == 0x000015, "Member 'FGeomComponentCacheParameters::DoGenerateCollisionData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, CollisionDataSizeMax) == 0x000018, "Member 'FGeomComponentCacheParameters::CollisionDataSizeMax' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, DoCollisionDataSpatialHash) == 0x00001C, "Member 'FGeomComponentCacheParameters::DoCollisionDataSpatialHash' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, CollisionDataSpatialHashRadius) == 0x000020, "Member 'FGeomComponentCacheParameters::CollisionDataSpatialHashRadius' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, MaxCollisionPerCell) == 0x000024, "Member 'FGeomComponentCacheParameters::MaxCollisionPerCell' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, SaveBreakingData) == 0x000028, "Member 'FGeomComponentCacheParameters::SaveBreakingData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateBreakingData) == 0x000029, "Member 'FGeomComponentCacheParameters::DoGenerateBreakingData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, BreakingDataSizeMax) == 0x00002C, "Member 'FGeomComponentCacheParameters::BreakingDataSizeMax' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, DoBreakingDataSpatialHash) == 0x000030, "Member 'FGeomComponentCacheParameters::DoBreakingDataSpatialHash' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, BreakingDataSpatialHashRadius) == 0x000034, "Member 'FGeomComponentCacheParameters::BreakingDataSpatialHashRadius' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, MaxBreakingPerCell) == 0x000038, "Member 'FGeomComponentCacheParameters::MaxBreakingPerCell' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, SaveTrailingData) == 0x00003C, "Member 'FGeomComponentCacheParameters::SaveTrailingData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateTrailingData) == 0x00003D, "Member 'FGeomComponentCacheParameters::DoGenerateTrailingData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, TrailingDataSizeMax) == 0x000040, "Member 'FGeomComponentCacheParameters::TrailingDataSizeMax' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, TrailingMinSpeedThreshold) == 0x000044, "Member 'FGeomComponentCacheParameters::TrailingMinSpeedThreshold' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, TrailingMinVolumeThreshold) == 0x000048, "Member 'FGeomComponentCacheParameters::TrailingMinVolumeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosBreakingEventRequestSettings \ static_assert(alignof(FChaosBreakingEventRequestSettings) == 0x000004, "Wrong alignment on FChaosBreakingEventRequestSettings"); \ static_assert(sizeof(FChaosBreakingEventRequestSettings) == 0x000018, "Wrong size on FChaosBreakingEventRequestSettings"); \ static_assert(offsetof(FChaosBreakingEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosBreakingEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakingEventRequestSettings, MinRadius) == 0x000004, "Member 'FChaosBreakingEventRequestSettings::MinRadius' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakingEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosBreakingEventRequestSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakingEventRequestSettings, MinMass) == 0x00000C, "Member 'FChaosBreakingEventRequestSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakingEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosBreakingEventRequestSettings::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosBreakingEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosBreakingEventRequestSettings::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosTrailingEventRequestSettings \ static_assert(alignof(FChaosTrailingEventRequestSettings) == 0x000004, "Wrong alignment on FChaosTrailingEventRequestSettings"); \ static_assert(sizeof(FChaosTrailingEventRequestSettings) == 0x000018, "Wrong size on FChaosTrailingEventRequestSettings"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosTrailingEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosTrailingEventRequestSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosTrailingEventRequestSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinAngularSpeed) == 0x00000C, "Member 'FChaosTrailingEventRequestSettings::MinAngularSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosTrailingEventRequestSettings::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosTrailingEventRequestSettings::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionDebugDrawActorSelectedRigidBody \ static_assert(alignof(FGeometryCollectionDebugDrawActorSelectedRigidBody) == 0x000008, "Wrong alignment on FGeometryCollectionDebugDrawActorSelectedRigidBody"); \ static_assert(sizeof(FGeometryCollectionDebugDrawActorSelectedRigidBody) == 0x000018, "Wrong size on FGeometryCollectionDebugDrawActorSelectedRigidBody"); \ static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, ID) == 0x000000, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::ID' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, Solver) == 0x000008, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::Solver' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, GeometryCollection) == 0x000010, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::GeometryCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionDebugDrawWarningMessage \ static_assert(alignof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong alignment on FGeometryCollectionDebugDrawWarningMessage"); \ static_assert(sizeof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong size on FGeometryCollectionDebugDrawWarningMessage"); \ #define DUMPER7_ASSERTS_FGeometryCollectionSizeSpecificData \ static_assert(alignof(FGeometryCollectionSizeSpecificData) == 0x000004, "Wrong alignment on FGeometryCollectionSizeSpecificData"); \ static_assert(sizeof(FGeometryCollectionSizeSpecificData) == 0x000024, "Wrong size on FGeometryCollectionSizeSpecificData"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxSize) == 0x000000, "Member 'FGeometryCollectionSizeSpecificData::MaxSize' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionType) == 0x000004, "Member 'FGeometryCollectionSizeSpecificData::CollisionType' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, ImplicitType) == 0x000005, "Member 'FGeometryCollectionSizeSpecificData::ImplicitType' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MinLevelSetResolution) == 0x000008, "Member 'FGeometryCollectionSizeSpecificData::MinLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxLevelSetResolution) == 0x00000C, "Member 'FGeometryCollectionSizeSpecificData::MaxLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MinClusterLevelSetResolution) == 0x000010, "Member 'FGeometryCollectionSizeSpecificData::MinClusterLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxClusterLevelSetResolution) == 0x000014, "Member 'FGeometryCollectionSizeSpecificData::MaxClusterLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionObjectReductionPercentage) == 0x000018, "Member 'FGeometryCollectionSizeSpecificData::CollisionObjectReductionPercentage' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionParticlesFraction) == 0x00001C, "Member 'FGeometryCollectionSizeSpecificData::CollisionParticlesFraction' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaximumCollisionParticles) == 0x000020, "Member 'FGeometryCollectionSizeSpecificData::MaximumCollisionParticles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_AddChaosSolverActor \ static_assert(alignof(ChaosDestructionListener_AddChaosSolverActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_AddChaosSolverActor"); \ static_assert(sizeof(ChaosDestructionListener_AddChaosSolverActor) == 0x000008, "Wrong size on ChaosDestructionListener_AddChaosSolverActor"); \ static_assert(offsetof(ChaosDestructionListener_AddChaosSolverActor, ChaosSolverActor) == 0x000000, "Member 'ChaosDestructionListener_AddChaosSolverActor::ChaosSolverActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_AddGeometryCollectionActor \ static_assert(alignof(ChaosDestructionListener_AddGeometryCollectionActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_AddGeometryCollectionActor"); \ static_assert(sizeof(ChaosDestructionListener_AddGeometryCollectionActor) == 0x000008, "Wrong size on ChaosDestructionListener_AddGeometryCollectionActor"); \ static_assert(offsetof(ChaosDestructionListener_AddGeometryCollectionActor, GeometryCollectionActor) == 0x000000, "Member 'ChaosDestructionListener_AddGeometryCollectionActor::GeometryCollectionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_RemoveChaosSolverActor \ static_assert(alignof(ChaosDestructionListener_RemoveChaosSolverActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_RemoveChaosSolverActor"); \ static_assert(sizeof(ChaosDestructionListener_RemoveChaosSolverActor) == 0x000008, "Wrong size on ChaosDestructionListener_RemoveChaosSolverActor"); \ static_assert(offsetof(ChaosDestructionListener_RemoveChaosSolverActor, ChaosSolverActor) == 0x000000, "Member 'ChaosDestructionListener_RemoveChaosSolverActor::ChaosSolverActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_RemoveGeometryCollectionActor \ static_assert(alignof(ChaosDestructionListener_RemoveGeometryCollectionActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_RemoveGeometryCollectionActor"); \ static_assert(sizeof(ChaosDestructionListener_RemoveGeometryCollectionActor) == 0x000008, "Wrong size on ChaosDestructionListener_RemoveGeometryCollectionActor"); \ static_assert(offsetof(ChaosDestructionListener_RemoveGeometryCollectionActor, GeometryCollectionActor) == 0x000000, "Member 'ChaosDestructionListener_RemoveGeometryCollectionActor::GeometryCollectionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetBreakingEventEnabled \ static_assert(alignof(ChaosDestructionListener_SetBreakingEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetBreakingEventEnabled"); \ static_assert(sizeof(ChaosDestructionListener_SetBreakingEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetBreakingEventEnabled"); \ static_assert(offsetof(ChaosDestructionListener_SetBreakingEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetBreakingEventEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetBreakingEventRequestSettings \ static_assert(alignof(ChaosDestructionListener_SetBreakingEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetBreakingEventRequestSettings"); \ static_assert(sizeof(ChaosDestructionListener_SetBreakingEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetBreakingEventRequestSettings"); \ static_assert(offsetof(ChaosDestructionListener_SetBreakingEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetBreakingEventRequestSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetCollisionEventEnabled \ static_assert(alignof(ChaosDestructionListener_SetCollisionEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetCollisionEventEnabled"); \ static_assert(sizeof(ChaosDestructionListener_SetCollisionEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetCollisionEventEnabled"); \ static_assert(offsetof(ChaosDestructionListener_SetCollisionEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetCollisionEventEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetCollisionEventRequestSettings \ static_assert(alignof(ChaosDestructionListener_SetCollisionEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetCollisionEventRequestSettings"); \ static_assert(sizeof(ChaosDestructionListener_SetCollisionEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetCollisionEventRequestSettings"); \ static_assert(offsetof(ChaosDestructionListener_SetCollisionEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetCollisionEventRequestSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetTrailingEventEnabled \ static_assert(alignof(ChaosDestructionListener_SetTrailingEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetTrailingEventEnabled"); \ static_assert(sizeof(ChaosDestructionListener_SetTrailingEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetTrailingEventEnabled"); \ static_assert(offsetof(ChaosDestructionListener_SetTrailingEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetTrailingEventEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetTrailingEventRequestSettings \ static_assert(alignof(ChaosDestructionListener_SetTrailingEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetTrailingEventRequestSettings"); \ static_assert(sizeof(ChaosDestructionListener_SetTrailingEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetTrailingEventRequestSettings"); \ static_assert(offsetof(ChaosDestructionListener_SetTrailingEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetTrailingEventRequestSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SortBreakingEvents \ static_assert(alignof(ChaosDestructionListener_SortBreakingEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortBreakingEvents"); \ static_assert(sizeof(ChaosDestructionListener_SortBreakingEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortBreakingEvents"); \ static_assert(offsetof(ChaosDestructionListener_SortBreakingEvents, BreakingEvents) == 0x000000, "Member 'ChaosDestructionListener_SortBreakingEvents::BreakingEvents' has a wrong offset!"); \ static_assert(offsetof(ChaosDestructionListener_SortBreakingEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortBreakingEvents::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SortCollisionEvents \ static_assert(alignof(ChaosDestructionListener_SortCollisionEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortCollisionEvents"); \ static_assert(sizeof(ChaosDestructionListener_SortCollisionEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortCollisionEvents"); \ static_assert(offsetof(ChaosDestructionListener_SortCollisionEvents, CollisionEvents) == 0x000000, "Member 'ChaosDestructionListener_SortCollisionEvents::CollisionEvents' has a wrong offset!"); \ static_assert(offsetof(ChaosDestructionListener_SortCollisionEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortCollisionEvents::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SortTrailingEvents \ static_assert(alignof(ChaosDestructionListener_SortTrailingEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortTrailingEvents"); \ static_assert(sizeof(ChaosDestructionListener_SortTrailingEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortTrailingEvents"); \ static_assert(offsetof(ChaosDestructionListener_SortTrailingEvents, TrailingEvents) == 0x000000, "Member 'ChaosDestructionListener_SortTrailingEvents::TrailingEvents' has a wrong offset!"); \ static_assert(offsetof(ChaosDestructionListener_SortTrailingEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortTrailingEvents::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_IsEventListening \ static_assert(alignof(ChaosDestructionListener_IsEventListening) == 0x000001, "Wrong alignment on ChaosDestructionListener_IsEventListening"); \ static_assert(sizeof(ChaosDestructionListener_IsEventListening) == 0x000001, "Wrong size on ChaosDestructionListener_IsEventListening"); \ static_assert(offsetof(ChaosDestructionListener_IsEventListening, ReturnValue) == 0x000000, "Member 'ChaosDestructionListener_IsEventListening::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosDestructionListener \ static_assert(alignof(UChaosDestructionListener) == 0x000010, "Wrong alignment on UChaosDestructionListener"); \ static_assert(sizeof(UChaosDestructionListener) == 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) == 0x000238, "Wrong size on AGeometryCollectionActor"); \ static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionComponent) == 0x000228, "Member 'AGeometryCollectionActor::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionDebugDrawComponent) == 0x000230, "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) == 0x000310, "Wrong size on AGeometryCollectionDebugDrawActor"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, WarningMessage) == 0x000228, "Member 'AGeometryCollectionDebugDrawActor::WarningMessage' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SelectedRigidBody) == 0x000230, "Member 'AGeometryCollectionDebugDrawActor::SelectedRigidBody' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawWholeCollection) == 0x000248, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawWholeCollection' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawHierarchy) == 0x000249, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawHierarchy' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawClustering) == 0x00024A, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawClustering' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, HideGeometry) == 0x00024B, "Member 'AGeometryCollectionDebugDrawActor::HideGeometry' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyId) == 0x00024C, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyId' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyCollision) == 0x00024D, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyCollision' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bCollisionAtOrigin) == 0x00024E, "Member 'AGeometryCollectionDebugDrawActor::bCollisionAtOrigin' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyTransform) == 0x00024F, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInertia) == 0x000250, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInertia' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyVelocity) == 0x000251, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyVelocity' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyForce) == 0x000252, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyForce' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInfos) == 0x000253, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInfos' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransformIndex) == 0x000254, "Member 'AGeometryCollectionDebugDrawActor::bShowTransformIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransform) == 0x000255, "Member 'AGeometryCollectionDebugDrawActor::bShowTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowParent) == 0x000256, "Member 'AGeometryCollectionDebugDrawActor::bShowParent' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowLevel) == 0x000257, "Member 'AGeometryCollectionDebugDrawActor::bShowLevel' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowConnectivityEdges) == 0x000258, "Member 'AGeometryCollectionDebugDrawActor::bShowConnectivityEdges' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryIndex) == 0x000259, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryTransform) == 0x00025A, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowBoundingBox) == 0x00025B, "Member 'AGeometryCollectionDebugDrawActor::bShowBoundingBox' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaces) == 0x00025C, "Member 'AGeometryCollectionDebugDrawActor::bShowFaces' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceIndices) == 0x00025D, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceIndices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceNormals) == 0x00025E, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceNormals' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowSingleFace) == 0x00025F, "Member 'AGeometryCollectionDebugDrawActor::bShowSingleFace' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceIndex) == 0x000260, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertices) == 0x000264, "Member 'AGeometryCollectionDebugDrawActor::bShowVertices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexIndices) == 0x000265, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexIndices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexNormals) == 0x000266, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexNormals' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bUseActiveVisualization) == 0x000267, "Member 'AGeometryCollectionDebugDrawActor::bUseActiveVisualization' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, PointThickness) == 0x000268, "Member 'AGeometryCollectionDebugDrawActor::PointThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, LineThickness) == 0x00026C, "Member 'AGeometryCollectionDebugDrawActor::LineThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bTextShadow) == 0x000270, "Member 'AGeometryCollectionDebugDrawActor::bTextShadow' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TextScale) == 0x000274, "Member 'AGeometryCollectionDebugDrawActor::TextScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, NormalScale) == 0x000278, "Member 'AGeometryCollectionDebugDrawActor::NormalScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, AxisScale) == 0x00027C, "Member 'AGeometryCollectionDebugDrawActor::AxisScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ArrowScale) == 0x000280, "Member 'AGeometryCollectionDebugDrawActor::ArrowScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyIdColor) == 0x000284, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyIdColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyTransformScale) == 0x000288, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyTransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyCollisionColor) == 0x00028C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyCollisionColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInertiaColor) == 0x000290, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInertiaColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyVelocityColor) == 0x000294, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyVelocityColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyForceColor) == 0x000298, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyForceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInfoColor) == 0x00029C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInfoColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformIndexColor) == 0x0002A0, "Member 'AGeometryCollectionDebugDrawActor::TransformIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformScale) == 0x0002A4, "Member 'AGeometryCollectionDebugDrawActor::TransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, LevelColor) == 0x0002A8, "Member 'AGeometryCollectionDebugDrawActor::LevelColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ParentColor) == 0x0002AC, "Member 'AGeometryCollectionDebugDrawActor::ParentColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ConnectivityEdgeThickness) == 0x0002B0, "Member 'AGeometryCollectionDebugDrawActor::ConnectivityEdgeThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryIndexColor) == 0x0002B4, "Member 'AGeometryCollectionDebugDrawActor::GeometryIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryTransformScale) == 0x0002B8, "Member 'AGeometryCollectionDebugDrawActor::GeometryTransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, BoundingBoxColor) == 0x0002BC, "Member 'AGeometryCollectionDebugDrawActor::BoundingBoxColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceColor) == 0x0002C0, "Member 'AGeometryCollectionDebugDrawActor::FaceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceIndexColor) == 0x0002C4, "Member 'AGeometryCollectionDebugDrawActor::FaceIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceNormalColor) == 0x0002C8, "Member 'AGeometryCollectionDebugDrawActor::FaceNormalColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceColor) == 0x0002CC, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexColor) == 0x0002D0, "Member 'AGeometryCollectionDebugDrawActor::VertexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexIndexColor) == 0x0002D4, "Member 'AGeometryCollectionDebugDrawActor::VertexIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexNormalColor) == 0x0002D8, "Member 'AGeometryCollectionDebugDrawActor::VertexNormalColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SpriteComponent) == 0x0002E0, "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) == 0x000228, "Member 'AGeometryCollectionRenderLevelSetActor::TargetVolumeTexture' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RayMarchMaterial) == 0x000230, "Member 'AGeometryCollectionRenderLevelSetActor::RayMarchMaterial' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, SurfaceTolerance) == 0x000238, "Member 'AGeometryCollectionRenderLevelSetActor::SurfaceTolerance' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Isovalue) == 0x00023C, "Member 'AGeometryCollectionRenderLevelSetActor::Isovalue' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Enabled) == 0x000240, "Member 'AGeometryCollectionRenderLevelSetActor::Enabled' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RenderVolumeBoundingBox) == 0x000241, "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_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_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_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_BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable \ static_assert(alignof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable) == 0x000008, "Wrong alignment on BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable"); \ static_assert(sizeof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable) == 0x0001A0, "Wrong size on BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, EntryPoint) == 0x000000, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000008, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000010, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000018, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000020, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000024, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000028, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000B1, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_GetPlayLength_ReturnValue) == 0x0000B4, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B8, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_InternalBreakableDelay_ReturnValue) == 0x0000BC, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_IsFollowingSpline_ReturnValue) == 0x0000C1, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0000C4, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000D0, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_BooleanAND_ReturnValue) == 0x0000DC, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_BooleanAND_ReturnValue_1) == 0x0000DD, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_BooleanAND_ReturnValue_2) == 0x0000DE, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_GetPlayLength_ReturnValue_1) == 0x0000E0, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_GetPlayLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000E8, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_OtherActor) == 0x0000F0, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_OtherComp) == 0x0000F8, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000100, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_bFromSweep) == 0x000104, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, K2Node_ComponentBoundEvent_SweepResult) == 0x000108, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_FindPlayerCatPawn_Cat) == 0x000190, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000198, "Member 'BP_CatScratchable_C_ExecuteUbergraph_BP_CatScratchable::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatScratchable_C_BndEvt__BP_CatScratchable_CancelBox_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatScratchable_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatScratchable_C_SetCatPawn \ static_assert(alignof(BP_CatScratchable_C_SetCatPawn) == 0x000008, "Wrong alignment on BP_CatScratchable_C_SetCatPawn"); \ static_assert(sizeof(BP_CatScratchable_C_SetCatPawn) == 0x000008, "Wrong size on BP_CatScratchable_C_SetCatPawn"); \ static_assert(offsetof(BP_CatScratchable_C_SetCatPawn, cat_0) == 0x000000, "Member 'BP_CatScratchable_C_SetCatPawn::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatScratchable_C \ static_assert(alignof(ABP_CatScratchable_C) == 0x000008, "Wrong alignment on ABP_CatScratchable_C"); \ static_assert(sizeof(ABP_CatScratchable_C) == 0x0002D8, "Wrong size on ABP_CatScratchable_C"); \ static_assert(offsetof(ABP_CatScratchable_C, UberGraphFrame_BP_CatScratchable_C) == 0x000298, "Member 'ABP_CatScratchable_C::UberGraphFrame_BP_CatScratchable_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatScratchable_C, CancelBox) == 0x0002A0, "Member 'ABP_CatScratchable_C::CancelBox' has a wrong offset!"); \ static_assert(offsetof(ABP_CatScratchable_C, Arrow) == 0x0002A8, "Member 'ABP_CatScratchable_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatScratchable_C, ActiveZone) == 0x0002B0, "Member 'ABP_CatScratchable_C::ActiveZone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatScratchable_C, Scratch_Start) == 0x0002B8, "Member 'ABP_CatScratchable_C::Scratch_Start' has a wrong offset!"); \ static_assert(offsetof(ABP_CatScratchable_C, Scratch_Loop) == 0x0002C0, "Member 'ABP_CatScratchable_C::Scratch_Loop' has a wrong offset!"); \ static_assert(offsetof(ABP_CatScratchable_C, Scratch_End) == 0x0002C8, "Member 'ABP_CatScratchable_C::Scratch_End' has a wrong offset!"); \ static_assert(offsetof(ABP_CatScratchable_C, ScratchDuration) == 0x0002D0, "Member 'ABP_CatScratchable_C::ScratchDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_CatScratchable_C, PlayerPassThroughCancelZone) == 0x0002D4, "Member 'ABP_CatScratchable_C::PlayerPassThroughCancelZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlatformRuntimeAudioCompressionOverrides \ static_assert(alignof(FPlatformRuntimeAudioCompressionOverrides) == 0x000004, "Wrong alignment on FPlatformRuntimeAudioCompressionOverrides"); \ static_assert(sizeof(FPlatformRuntimeAudioCompressionOverrides) == 0x000010, "Wrong size on FPlatformRuntimeAudioCompressionOverrides"); \ static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, bOverrideCompressionTimes) == 0x000000, "Member 'FPlatformRuntimeAudioCompressionOverrides::bOverrideCompressionTimes' has a wrong offset!"); \ static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, DurationThreshold) == 0x000004, "Member 'FPlatformRuntimeAudioCompressionOverrides::DurationThreshold' has a wrong offset!"); \ static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, MaxNumRandomBranches) == 0x000008, "Member 'FPlatformRuntimeAudioCompressionOverrides::MaxNumRandomBranches' has a wrong offset!"); \ static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, SoundCueQualityIndex) == 0x00000C, "Member 'FPlatformRuntimeAudioCompressionOverrides::SoundCueQualityIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaPlayerTrackOptions \ static_assert(alignof(FMediaPlayerTrackOptions) == 0x000004, "Wrong alignment on FMediaPlayerTrackOptions"); \ static_assert(sizeof(FMediaPlayerTrackOptions) == 0x00001C, "Wrong size on FMediaPlayerTrackOptions"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Audio) == 0x000000, "Member 'FMediaPlayerTrackOptions::Audio' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Caption) == 0x000004, "Member 'FMediaPlayerTrackOptions::Caption' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, MetaData) == 0x000008, "Member 'FMediaPlayerTrackOptions::MetaData' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Script) == 0x00000C, "Member 'FMediaPlayerTrackOptions::Script' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Subtitle) == 0x000010, "Member 'FMediaPlayerTrackOptions::Subtitle' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Text) == 0x000014, "Member 'FMediaPlayerTrackOptions::Text' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerTrackOptions, Video) == 0x000018, "Member 'FMediaPlayerTrackOptions::Video' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaPlayerOptions \ static_assert(alignof(FMediaPlayerOptions) == 0x000008, "Wrong alignment on FMediaPlayerOptions"); \ static_assert(sizeof(FMediaPlayerOptions) == 0x000030, "Wrong size on FMediaPlayerOptions"); \ static_assert(offsetof(FMediaPlayerOptions, Tracks) == 0x000000, "Member 'FMediaPlayerOptions::Tracks' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerOptions, SeekTime) == 0x000020, "Member 'FMediaPlayerOptions::SeekTime' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerOptions, PlayOnOpen) == 0x000028, "Member 'FMediaPlayerOptions::PlayOnOpen' has a wrong offset!"); \ static_assert(offsetof(FMediaPlayerOptions, loop) == 0x000029, "Member 'FMediaPlayerOptions::loop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_ACACA_BP_CameraSplines_Shoulder_C \ static_assert(alignof(ACACA_BP_CameraSplines_Shoulder_C) == 0x000008, "Wrong alignment on ACACA_BP_CameraSplines_Shoulder_C"); \ static_assert(sizeof(ACACA_BP_CameraSplines_Shoulder_C) == 0x000240, "Wrong size on ACACA_BP_CameraSplines_Shoulder_C"); \ static_assert(offsetof(ACACA_BP_CameraSplines_Shoulder_C, CatMesh) == 0x000238, "Member 'ACACA_BP_CameraSplines_Shoulder_C::CatMesh' 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_FEngineServiceNotification \ static_assert(alignof(FEngineServiceNotification) == 0x000008, "Wrong alignment on FEngineServiceNotification"); \ static_assert(sizeof(FEngineServiceNotification) == 0x000018, "Wrong size on FEngineServiceNotification"); \ static_assert(offsetof(FEngineServiceNotification, Text) == 0x000000, "Member 'FEngineServiceNotification::Text' has a wrong offset!"); \ static_assert(offsetof(FEngineServiceNotification, TimeSeconds) == 0x000010, "Member 'FEngineServiceNotification::TimeSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServiceTerminate \ static_assert(alignof(FEngineServiceTerminate) == 0x000008, "Wrong alignment on FEngineServiceTerminate"); \ static_assert(sizeof(FEngineServiceTerminate) == 0x000010, "Wrong size on FEngineServiceTerminate"); \ static_assert(offsetof(FEngineServiceTerminate, UserName) == 0x000000, "Member 'FEngineServiceTerminate::UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServiceExecuteCommand \ static_assert(alignof(FEngineServiceExecuteCommand) == 0x000008, "Wrong alignment on FEngineServiceExecuteCommand"); \ static_assert(sizeof(FEngineServiceExecuteCommand) == 0x000020, "Wrong size on FEngineServiceExecuteCommand"); \ static_assert(offsetof(FEngineServiceExecuteCommand, Command) == 0x000000, "Member 'FEngineServiceExecuteCommand::Command' has a wrong offset!"); \ static_assert(offsetof(FEngineServiceExecuteCommand, UserName) == 0x000010, "Member 'FEngineServiceExecuteCommand::UserName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServiceAuthGrant \ static_assert(alignof(FEngineServiceAuthGrant) == 0x000008, "Wrong alignment on FEngineServiceAuthGrant"); \ static_assert(sizeof(FEngineServiceAuthGrant) == 0x000020, "Wrong size on FEngineServiceAuthGrant"); \ static_assert(offsetof(FEngineServiceAuthGrant, UserName) == 0x000000, "Member 'FEngineServiceAuthGrant::UserName' has a wrong offset!"); \ static_assert(offsetof(FEngineServiceAuthGrant, UserToGrant) == 0x000010, "Member 'FEngineServiceAuthGrant::UserToGrant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServiceAuthDeny \ static_assert(alignof(FEngineServiceAuthDeny) == 0x000008, "Wrong alignment on FEngineServiceAuthDeny"); \ static_assert(sizeof(FEngineServiceAuthDeny) == 0x000020, "Wrong size on FEngineServiceAuthDeny"); \ static_assert(offsetof(FEngineServiceAuthDeny, UserName) == 0x000000, "Member 'FEngineServiceAuthDeny::UserName' has a wrong offset!"); \ static_assert(offsetof(FEngineServiceAuthDeny, UserToDeny) == 0x000010, "Member 'FEngineServiceAuthDeny::UserToDeny' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServicePong \ static_assert(alignof(FEngineServicePong) == 0x000008, "Wrong alignment on FEngineServicePong"); \ static_assert(sizeof(FEngineServicePong) == 0x000050, "Wrong size on FEngineServicePong"); \ static_assert(offsetof(FEngineServicePong, CurrentLevel) == 0x000000, "Member 'FEngineServicePong::CurrentLevel' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, EngineVersion) == 0x000010, "Member 'FEngineServicePong::EngineVersion' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, HasBegunPlay) == 0x000014, "Member 'FEngineServicePong::HasBegunPlay' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, InstanceId) == 0x000018, "Member 'FEngineServicePong::InstanceId' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, InstanceType) == 0x000028, "Member 'FEngineServicePong::InstanceType' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, SessionId) == 0x000038, "Member 'FEngineServicePong::SessionId' has a wrong offset!"); \ static_assert(offsetof(FEngineServicePong, WorldTimeSeconds) == 0x000048, "Member 'FEngineServicePong::WorldTimeSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineServicePing \ static_assert(alignof(FEngineServicePing) == 0x000001, "Wrong alignment on FEngineServicePing"); \ static_assert(sizeof(FEngineServicePing) == 0x000001, "Wrong size on FEngineServicePing"); \ #define DUMPER7_ASSERTS_FStructSerializerNumericTestStruct \ static_assert(alignof(FStructSerializerNumericTestStruct) == 0x000008, "Wrong alignment on FStructSerializerNumericTestStruct"); \ static_assert(sizeof(FStructSerializerNumericTestStruct) == 0x000030, "Wrong size on FStructSerializerNumericTestStruct"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Int8) == 0x000000, "Member 'FStructSerializerNumericTestStruct::Int8' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Int16) == 0x000002, "Member 'FStructSerializerNumericTestStruct::Int16' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Int32) == 0x000004, "Member 'FStructSerializerNumericTestStruct::Int32' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Int64) == 0x000008, "Member 'FStructSerializerNumericTestStruct::Int64' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, UInt8) == 0x000010, "Member 'FStructSerializerNumericTestStruct::UInt8' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, UInt16) == 0x000012, "Member 'FStructSerializerNumericTestStruct::UInt16' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, UInt32) == 0x000014, "Member 'FStructSerializerNumericTestStruct::UInt32' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, UInt64) == 0x000018, "Member 'FStructSerializerNumericTestStruct::UInt64' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Float) == 0x000020, "Member 'FStructSerializerNumericTestStruct::Float' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Double) == 0x000028, "Member 'FStructSerializerNumericTestStruct::Double' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerBooleanTestStruct \ static_assert(alignof(FStructSerializerBooleanTestStruct) == 0x000001, "Wrong alignment on FStructSerializerBooleanTestStruct"); \ static_assert(sizeof(FStructSerializerBooleanTestStruct) == 0x000003, "Wrong size on FStructSerializerBooleanTestStruct"); \ static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolFalse) == 0x000000, "Member 'FStructSerializerBooleanTestStruct::BoolFalse' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolTrue) == 0x000001, "Member 'FStructSerializerBooleanTestStruct::BoolTrue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerObjectTestStruct \ static_assert(alignof(FStructSerializerObjectTestStruct) == 0x000008, "Wrong alignment on FStructSerializerObjectTestStruct"); \ static_assert(sizeof(FStructSerializerObjectTestStruct) == 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_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_FStructSerializerMapTestStruct \ static_assert(alignof(FStructSerializerMapTestStruct) == 0x000008, "Wrong alignment on FStructSerializerMapTestStruct"); \ static_assert(sizeof(FStructSerializerMapTestStruct) == 0x000140, "Wrong size on FStructSerializerMapTestStruct"); \ static_assert(offsetof(FStructSerializerMapTestStruct, IntToStr) == 0x000000, "Member 'FStructSerializerMapTestStruct::IntToStr' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerMapTestStruct, StrToStr) == 0x000050, "Member 'FStructSerializerMapTestStruct::StrToStr' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerMapTestStruct, StrToVec) == 0x0000A0, "Member 'FStructSerializerMapTestStruct::StrToVec' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerMapTestStruct, StrToStruct) == 0x0000F0, "Member 'FStructSerializerMapTestStruct::StrToStruct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerSetTestStruct \ static_assert(alignof(FStructSerializerSetTestStruct) == 0x000008, "Wrong alignment on FStructSerializerSetTestStruct"); \ static_assert(sizeof(FStructSerializerSetTestStruct) == 0x000140, "Wrong size on FStructSerializerSetTestStruct"); \ static_assert(offsetof(FStructSerializerSetTestStruct, StrSet) == 0x000000, "Member 'FStructSerializerSetTestStruct::StrSet' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerSetTestStruct, IntSet) == 0x000050, "Member 'FStructSerializerSetTestStruct::IntSet' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerSetTestStruct, NameSet) == 0x0000A0, "Member 'FStructSerializerSetTestStruct::NameSet' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerSetTestStruct, StructSet) == 0x0000F0, "Member 'FStructSerializerSetTestStruct::StructSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerTestStruct \ static_assert(alignof(FStructSerializerTestStruct) == 0x000010, "Wrong alignment on FStructSerializerTestStruct"); \ static_assert(sizeof(FStructSerializerTestStruct) == 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_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_ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage \ static_assert(alignof(ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage) == 0x000004, "Wrong alignment on ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage"); \ static_assert(sizeof(ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage) == 0x000008, "Wrong size on ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage"); \ static_assert(offsetof(ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage, EntryPoint) == 0x000000, "Member 'ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000006, "Member 'ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000007, "Member 'ABP_Cat_Cage_C_ExecuteUbergraph_ABP_Cat_Cage::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_Cage_C_AnimGraph \ static_assert(alignof(ABP_Cat_Cage_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Cat_Cage_C_AnimGraph"); \ static_assert(sizeof(ABP_Cat_Cage_C_AnimGraph) == 0x000010, "Wrong size on ABP_Cat_Cage_C_AnimGraph"); \ static_assert(offsetof(ABP_Cat_Cage_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Cat_Cage_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Cat_Cage_C \ static_assert(alignof(UABP_Cat_Cage_C) == 0x000010, "Wrong alignment on UABP_Cat_Cage_C"); \ static_assert(sizeof(UABP_Cat_Cage_C) == 0x0009C0, "Wrong size on UABP_Cat_Cage_C"); \ static_assert(offsetof(UABP_Cat_Cage_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Cat_Cage_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Cat_Cage_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_TransitionResult_7) == 0x0002F8, "Member 'UABP_Cat_Cage_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_TransitionResult_6) == 0x000320, "Member 'UABP_Cat_Cage_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_TransitionResult_5) == 0x000348, "Member 'UABP_Cat_Cage_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_TransitionResult_4) == 0x000370, "Member 'UABP_Cat_Cage_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_TransitionResult_3) == 0x000398, "Member 'UABP_Cat_Cage_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_TransitionResult_2) == 0x0003C0, "Member 'UABP_Cat_Cage_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_TransitionResult_1) == 0x0003E8, "Member 'UABP_Cat_Cage_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_TransitionResult) == 0x000410, "Member 'UABP_Cat_Cage_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_SequencePlayer_6) == 0x000438, "Member 'UABP_Cat_Cage_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_StateResult_6) == 0x0004B8, "Member 'UABP_Cat_Cage_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_SequencePlayer_5) == 0x0004E8, "Member 'UABP_Cat_Cage_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_StateResult_5) == 0x000568, "Member 'UABP_Cat_Cage_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_SequencePlayer_4) == 0x000598, "Member 'UABP_Cat_Cage_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_StateResult_4) == 0x000618, "Member 'UABP_Cat_Cage_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_SequencePlayer_3) == 0x000648, "Member 'UABP_Cat_Cage_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_StateResult_3) == 0x0006C8, "Member 'UABP_Cat_Cage_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_SequencePlayer_2) == 0x0006F8, "Member 'UABP_Cat_Cage_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_StateResult_2) == 0x000778, "Member 'UABP_Cat_Cage_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_SequencePlayer_1) == 0x0007A8, "Member 'UABP_Cat_Cage_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_StateResult_1) == 0x000828, "Member 'UABP_Cat_Cage_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_SequencePlayer) == 0x000858, "Member 'UABP_Cat_Cage_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_StateResult) == 0x0008D8, "Member 'UABP_Cat_Cage_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, AnimGraphNode_StateMachine) == 0x000908, "Member 'UABP_Cat_Cage_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cage_C, TargetState) == 0x0009B8, "Member 'UABP_Cat_Cage_C::TargetState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_ButtonFeedback_C_ExecuteUbergraph_UMG_ButtonFeedback \ static_assert(alignof(UMG_ButtonFeedback_C_ExecuteUbergraph_UMG_ButtonFeedback) == 0x000008, "Wrong alignment on UMG_ButtonFeedback_C_ExecuteUbergraph_UMG_ButtonFeedback"); \ static_assert(sizeof(UMG_ButtonFeedback_C_ExecuteUbergraph_UMG_ButtonFeedback) == 0x000010, "Wrong size on UMG_ButtonFeedback_C_ExecuteUbergraph_UMG_ButtonFeedback"); \ static_assert(offsetof(UMG_ButtonFeedback_C_ExecuteUbergraph_UMG_ButtonFeedback, EntryPoint) == 0x000000, "Member 'UMG_ButtonFeedback_C_ExecuteUbergraph_UMG_ButtonFeedback::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_ButtonFeedback_C_ExecuteUbergraph_UMG_ButtonFeedback, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UMG_ButtonFeedback_C_ExecuteUbergraph_UMG_ButtonFeedback::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_ButtonFeedback_C_SetDisplayedText \ static_assert(alignof(UMG_ButtonFeedback_C_SetDisplayedText) == 0x000008, "Wrong alignment on UMG_ButtonFeedback_C_SetDisplayedText"); \ static_assert(sizeof(UMG_ButtonFeedback_C_SetDisplayedText) == 0x000018, "Wrong size on UMG_ButtonFeedback_C_SetDisplayedText"); \ static_assert(offsetof(UMG_ButtonFeedback_C_SetDisplayedText, DisplayedText) == 0x000000, "Member 'UMG_ButtonFeedback_C_SetDisplayedText::DisplayedText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_ButtonFeedback_C_SetInputBinding \ static_assert(alignof(UMG_ButtonFeedback_C_SetInputBinding) == 0x000004, "Wrong alignment on UMG_ButtonFeedback_C_SetInputBinding"); \ static_assert(sizeof(UMG_ButtonFeedback_C_SetInputBinding) == 0x000008, "Wrong size on UMG_ButtonFeedback_C_SetInputBinding"); \ static_assert(offsetof(UMG_ButtonFeedback_C_SetInputBinding, BindingName) == 0x000000, "Member 'UMG_ButtonFeedback_C_SetInputBinding::BindingName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_ButtonFeedback_C \ static_assert(alignof(UUMG_ButtonFeedback_C) == 0x000008, "Wrong alignment on UUMG_ButtonFeedback_C"); \ static_assert(sizeof(UUMG_ButtonFeedback_C) == 0x000280, "Wrong size on UUMG_ButtonFeedback_C"); \ static_assert(offsetof(UUMG_ButtonFeedback_C, UberGraphFrame) == 0x000260, "Member 'UUMG_ButtonFeedback_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_ButtonFeedback_C, On) == 0x000268, "Member 'UUMG_ButtonFeedback_C::On' has a wrong offset!"); \ static_assert(offsetof(UUMG_ButtonFeedback_C, TextBlock_0) == 0x000270, "Member 'UUMG_ButtonFeedback_C::TextBlock_0' has a wrong offset!"); \ static_assert(offsetof(UUMG_ButtonFeedback_C, UMG_BindingIcon) == 0x000278, "Member 'UUMG_ButtonFeedback_C::UMG_BindingIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_SaveSlot_C \ static_assert(alignof(UUMG_SaveSlot_C) == 0x000008, "Wrong alignment on UUMG_SaveSlot_C"); \ static_assert(sizeof(UUMG_SaveSlot_C) == 0x000460, "Wrong size on UUMG_SaveSlot_C"); \ #define DUMPER7_ASSERTS_ABP_StreamingGroupManager_C \ static_assert(alignof(ABP_StreamingGroupManager_C) == 0x000008, "Wrong alignment on ABP_StreamingGroupManager_C"); \ static_assert(sizeof(ABP_StreamingGroupManager_C) == 0x000278, "Wrong size on ABP_StreamingGroupManager_C"); \ static_assert(offsetof(ABP_StreamingGroupManager_C, DefaultSceneRoot) == 0x000270, "Member 'ABP_StreamingGroupManager_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh \ static_assert(alignof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh) == 0x000008, "Wrong alignment on BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh"); \ static_assert(sizeof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh) == 0x000048, "Wrong size on BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh, EntryPoint) == 0x000000, "Member 'BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh, K2Node_ComponentBoundEvent__component) == 0x000008, "Member 'BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh, K2Node_ComponentBoundEvent__saveComponent_1) == 0x000010, "Member 'BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh::K2Node_ComponentBoundEvent__saveComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh, K2Node_ComponentBoundEvent__component_1) == 0x000018, "Member 'BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh::K2Node_ComponentBoundEvent__component_1' has a wrong offset!"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh, K2Node_CustomEvent_Animation) == 0x000020, "Member 'BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh::K2Node_CustomEvent_Animation' has a wrong offset!"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh, K2Node_ComponentBoundEvent__saveComponent) == 0x000028, "Member 'BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh::K2Node_ComponentBoundEvent__saveComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh, CallFunc_GetAnimation_ReturnValue) == 0x000030, "Member 'BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh::CallFunc_GetAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh, K2Node_DynamicCast_AsAnim_Sequence) == 0x000038, "Member 'BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh::K2Node_DynamicCast_AsAnim_Sequence' has a wrong offset!"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_Savable_SkeletalMesh_C_ExecuteUbergraph_BP_Savable_SkeletalMesh::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_3_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature \ static_assert(alignof(BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature, _saveComponent) == 0x000000, "Member 'BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Savable_SkeletalMesh_C_PlayAnimation \ static_assert(alignof(BP_Savable_SkeletalMesh_C_PlayAnimation) == 0x000008, "Wrong alignment on BP_Savable_SkeletalMesh_C_PlayAnimation"); \ static_assert(sizeof(BP_Savable_SkeletalMesh_C_PlayAnimation) == 0x000008, "Wrong size on BP_Savable_SkeletalMesh_C_PlayAnimation"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_PlayAnimation, Animation_0) == 0x000000, "Member 'BP_Savable_SkeletalMesh_C_PlayAnimation::Animation_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_Savable_SkeletalMesh_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature \ static_assert(alignof(BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature, _saveComponent) == 0x000000, "Member 'BP_Savable_SkeletalMesh_C_BndEvt__Save_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Savable_SkeletalMesh_C_UserConstructionScript \ static_assert(alignof(BP_Savable_SkeletalMesh_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Savable_SkeletalMesh_C_UserConstructionScript"); \ static_assert(sizeof(BP_Savable_SkeletalMesh_C_UserConstructionScript) == 0x000020, "Wrong size on BP_Savable_SkeletalMesh_C_UserConstructionScript"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_Savable_SkeletalMesh_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_UserConstructionScript, CallFunc_FClamp_ReturnValue) == 0x000004, "Member 'BP_Savable_SkeletalMesh_C_UserConstructionScript::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Savable_SkeletalMesh_C_UserConstructionScript, K2Node_MakeStruct_SingleAnimationPlayData) == 0x000008, "Member 'BP_Savable_SkeletalMesh_C_UserConstructionScript::K2Node_MakeStruct_SingleAnimationPlayData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Savable_SkeletalMesh_C \ static_assert(alignof(ABP_Savable_SkeletalMesh_C) == 0x000008, "Wrong alignment on ABP_Savable_SkeletalMesh_C"); \ static_assert(sizeof(ABP_Savable_SkeletalMesh_C) == 0x0002D8, "Wrong size on ABP_Savable_SkeletalMesh_C"); \ static_assert(offsetof(ABP_Savable_SkeletalMesh_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_Savable_SkeletalMesh_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Savable_SkeletalMesh_C, Save) == 0x0002B8, "Member 'ABP_Savable_SkeletalMesh_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_Savable_SkeletalMesh_C, Streaming) == 0x0002C0, "Member 'ABP_Savable_SkeletalMesh_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_Savable_SkeletalMesh_C, Animation) == 0x0002C8, "Member 'ABP_Savable_SkeletalMesh_C::Animation' has a wrong offset!"); \ static_assert(offsetof(ABP_Savable_SkeletalMesh_C, Initial_Position) == 0x0002D0, "Member 'ABP_Savable_SkeletalMesh_C::Initial_Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback \ static_assert(alignof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback) == 0x000008, "Wrong alignment on UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback"); \ static_assert(sizeof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback) == 0x000140, "Wrong size on UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, EntryPoint) == 0x000000, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_bool_IsClosed_Variable) == 0x000024, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_bool_Has_Been_Initd_Variable) == 0x000025, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_bool_IsClosed_Variable_1) == 0x000026, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_bool_Has_Been_Initd_Variable_1) == 0x000027, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_name_Variable) == 0x000028, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_bool_IsClosed_Variable_2) == 0x000030, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_name_Variable_1) == 0x000034, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_Not_PreBool_ReturnValue) == 0x00003C, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_name_Variable_2) == 0x000040, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_bool_Has_Been_Initd_Variable_2) == 0x000048, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_name_Variable_3) == 0x00004C, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_Not_PreBool_ReturnValue_1) == 0x000054, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, K2Node_Event_MyGeometry) == 0x000058, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, K2Node_Event_InDeltaTime) == 0x000090, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_bool_Has_Been_Initd_Variable_3) == 0x000094, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_GetUsable_ReturnValue) == 0x000098, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_GetUsable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_GetUseDisplayText_ReturnValue) == 0x0000A8, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_GetUseDisplayText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_GetInteractionButton_ReturnValue) == 0x0000C0, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_GetInteractionButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_GetState_ReturnValue) == 0x0000C1, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000C2, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_byte_Variable) == 0x0000C3, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x0000C8, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x0000D0, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, K2Node_Select_Default) == 0x0000D8, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_IsValid_ReturnValue_1) == 0x0000E0, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x0000E4, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x0000E8, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x0000F0, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_IsValid_ReturnValue_2) == 0x0000F8, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_GetUsable_ReturnValue_1) == 0x000100, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_GetUsable_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_IsValid_ReturnValue_3) == 0x000108, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000109, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_BooleanAND_ReturnValue) == 0x00010A, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_Not_PreBool_ReturnValue_2) == 0x00010B, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_IsValid_ReturnValue_4) == 0x00010C, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_GetUsable_ReturnValue_2) == 0x000110, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_GetUsable_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_GetState_ReturnValue_1) == 0x000118, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_IsValid_ReturnValue_5) == 0x000119, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00011A, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00011B, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_IsBeingUsed_ReturnValue) == 0x00011C, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_IsBeingUsed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_BooleanOR_ReturnValue) == 0x00011D, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_BooleanOR_ReturnValue_1) == 0x00011E, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, K2Node_CustomEvent_InteractionFeedback) == 0x000120, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::K2Node_CustomEvent_InteractionFeedback' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, Temp_bool_IsClosed_Variable_3) == 0x000128, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_IsValid_ReturnValue_6) == 0x000129, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_GetUsable_ReturnValue_3) == 0x000130, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_GetUsable_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_GetState_ReturnValue_2) == 0x000138, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_GetState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_IsValid_ReturnValue_7) == 0x000139, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00013A, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_Not_PreBool_ReturnValue_3) == 0x00013B, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_BooleanAND_ReturnValue_1) == 0x00013C, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback, CallFunc_BooleanAND_ReturnValue_2) == 0x00013D, "Member 'UMG_InteractionFeedback_C_ExecuteUbergraph_UMG_InteractionFeedback::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_InteractionFeedback_C_SetInteractionFeedback \ static_assert(alignof(UMG_InteractionFeedback_C_SetInteractionFeedback) == 0x000008, "Wrong alignment on UMG_InteractionFeedback_C_SetInteractionFeedback"); \ static_assert(sizeof(UMG_InteractionFeedback_C_SetInteractionFeedback) == 0x000008, "Wrong size on UMG_InteractionFeedback_C_SetInteractionFeedback"); \ static_assert(offsetof(UMG_InteractionFeedback_C_SetInteractionFeedback, InteractionFeedback_0) == 0x000000, "Member 'UMG_InteractionFeedback_C_SetInteractionFeedback::InteractionFeedback_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_InteractionFeedback_C_Tick \ static_assert(alignof(UMG_InteractionFeedback_C_Tick) == 0x000004, "Wrong alignment on UMG_InteractionFeedback_C_Tick"); \ static_assert(sizeof(UMG_InteractionFeedback_C_Tick) == 0x00003C, "Wrong size on UMG_InteractionFeedback_C_Tick"); \ static_assert(offsetof(UMG_InteractionFeedback_C_Tick, MyGeometry) == 0x000000, "Member 'UMG_InteractionFeedback_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_Tick, InDeltaTime) == 0x000038, "Member 'UMG_InteractionFeedback_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_InteractionFeedback_C_GetWidgetVisibility \ static_assert(alignof(UMG_InteractionFeedback_C_GetWidgetVisibility) == 0x000001, "Wrong alignment on UMG_InteractionFeedback_C_GetWidgetVisibility"); \ static_assert(sizeof(UMG_InteractionFeedback_C_GetWidgetVisibility) == 0x000006, "Wrong size on UMG_InteractionFeedback_C_GetWidgetVisibility"); \ static_assert(offsetof(UMG_InteractionFeedback_C_GetWidgetVisibility, ReturnValue) == 0x000000, "Member 'UMG_InteractionFeedback_C_GetWidgetVisibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_GetWidgetVisibility, Temp_bool_Variable) == 0x000001, "Member 'UMG_InteractionFeedback_C_GetWidgetVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_GetWidgetVisibility, Temp_byte_Variable) == 0x000002, "Member 'UMG_InteractionFeedback_C_GetWidgetVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_GetWidgetVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'UMG_InteractionFeedback_C_GetWidgetVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_GetWidgetVisibility, CallFunc_GetHUDEnabled_ReturnValue) == 0x000004, "Member 'UMG_InteractionFeedback_C_GetWidgetVisibility::CallFunc_GetHUDEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_InteractionFeedback_C_GetWidgetVisibility, K2Node_Select_Default) == 0x000005, "Member 'UMG_InteractionFeedback_C_GetWidgetVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_InteractionFeedback_C \ static_assert(alignof(UUMG_InteractionFeedback_C) == 0x000008, "Wrong alignment on UUMG_InteractionFeedback_C"); \ static_assert(sizeof(UUMG_InteractionFeedback_C) == 0x000298, "Wrong size on UUMG_InteractionFeedback_C"); \ static_assert(offsetof(UUMG_InteractionFeedback_C, UberGraphFrame) == 0x000260, "Member 'UUMG_InteractionFeedback_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_InteractionFeedback_C, Fade_InOut) == 0x000268, "Member 'UUMG_InteractionFeedback_C::Fade_InOut' has a wrong offset!"); \ static_assert(offsetof(UUMG_InteractionFeedback_C, ButtonFeedback) == 0x000270, "Member 'UUMG_InteractionFeedback_C::ButtonFeedback' has a wrong offset!"); \ static_assert(offsetof(UUMG_InteractionFeedback_C, CanvasPanel_0) == 0x000278, "Member 'UUMG_InteractionFeedback_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UUMG_InteractionFeedback_C, Point) == 0x000280, "Member 'UUMG_InteractionFeedback_C::Point' has a wrong offset!"); \ static_assert(offsetof(UUMG_InteractionFeedback_C, InteractionFeedback) == 0x000288, "Member 'UUMG_InteractionFeedback_C::InteractionFeedback' has a wrong offset!"); \ static_assert(offsetof(UUMG_InteractionFeedback_C, HasDisplayedOnce) == 0x000290, "Member 'UUMG_InteractionFeedback_C::HasDisplayedOnce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HKGameMode_C \ static_assert(alignof(ABP_HKGameMode_C) == 0x000008, "Wrong alignment on ABP_HKGameMode_C"); \ static_assert(sizeof(ABP_HKGameMode_C) == 0x000318, "Wrong size on ABP_HKGameMode_C"); \ static_assert(offsetof(ABP_HKGameMode_C, DefaultSceneRoot) == 0x000310, "Member 'ABP_HKGameMode_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_JumpVisualizer_Valid_C \ static_assert(alignof(UUMG_JumpVisualizer_Valid_C) == 0x000008, "Wrong alignment on UUMG_JumpVisualizer_Valid_C"); \ static_assert(sizeof(UUMG_JumpVisualizer_Valid_C) == 0x000268, "Wrong size on UUMG_JumpVisualizer_Valid_C"); \ static_assert(offsetof(UUMG_JumpVisualizer_Valid_C, UMG_BindingIcon) == 0x000260, "Member 'UUMG_JumpVisualizer_Valid_C::UMG_BindingIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_JumpVisualizer_NotValid_C \ static_assert(alignof(UUMG_JumpVisualizer_NotValid_C) == 0x000008, "Wrong alignment on UUMG_JumpVisualizer_NotValid_C"); \ static_assert(sizeof(UUMG_JumpVisualizer_NotValid_C) == 0x000268, "Wrong size on UUMG_JumpVisualizer_NotValid_C"); \ static_assert(offsetof(UUMG_JumpVisualizer_NotValid_C, Image_82) == 0x000260, "Member 'UUMG_JumpVisualizer_NotValid_C::Image_82' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSaveInstance_C_IsSaveEnabled \ static_assert(alignof(BP_HKSaveInstance_C_IsSaveEnabled) == 0x000001, "Wrong alignment on BP_HKSaveInstance_C_IsSaveEnabled"); \ static_assert(sizeof(BP_HKSaveInstance_C_IsSaveEnabled) == 0x000002, "Wrong size on BP_HKSaveInstance_C_IsSaveEnabled"); \ static_assert(offsetof(BP_HKSaveInstance_C_IsSaveEnabled, ReturnValue) == 0x000000, "Member 'BP_HKSaveInstance_C_IsSaveEnabled::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKSaveInstance_C_IsSaveEnabled, CallFunc_IsSaveEnabled_ReturnValue) == 0x000001, "Member 'BP_HKSaveInstance_C_IsSaveEnabled::CallFunc_IsSaveEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_HKSaveInstance_C \ static_assert(alignof(UBP_HKSaveInstance_C) == 0x000010, "Wrong alignment on UBP_HKSaveInstance_C"); \ static_assert(sizeof(UBP_HKSaveInstance_C) == 0x000210, "Wrong size on UBP_HKSaveInstance_C"); \ #define DUMPER7_ASSERTS_BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager \ static_assert(alignof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager) == 0x000008, "Wrong alignment on BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager"); \ static_assert(sizeof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager) == 0x0000B8, "Wrong size on BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, EntryPoint) == 0x000000, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_IsWithEditorBuild_ReturnValue) == 0x000004, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_IsWithEditorBuild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000050, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_GetZurgSlaveCount_ReturnValue) == 0x000058, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_GetZurgSlaveCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000060, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_GetActivatedZurgSlaveCount_ReturnValue) == 0x000070, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_GetActivatedZurgSlaveCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_Conv_IntToString_ReturnValue_2) == 0x000078, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000088, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000098, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A8, "Member 'BP_ZurgManager_C_ExecuteUbergraph_BP_ZurgManager::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgManager_C \ static_assert(alignof(ABP_ZurgManager_C) == 0x000008, "Wrong alignment on ABP_ZurgManager_C"); \ static_assert(sizeof(ABP_ZurgManager_C) == 0x0003B0, "Wrong size on ABP_ZurgManager_C"); \ static_assert(offsetof(ABP_ZurgManager_C, UberGraphFrame) == 0x000398, "Member 'ABP_ZurgManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgManager_C, DefaultSceneRoot) == 0x0003A0, "Member 'ABP_ZurgManager_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgManager_C, DisplayAlertCount) == 0x0003A8, "Member 'ABP_ZurgManager_C::DisplayAlertCount' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgManager_C, DisplayActiveZurgCount) == 0x0003A9, "Member 'ABP_ZurgManager_C::DisplayActiveZurgCount' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgManager_C, DebugRefreshInterval) == 0x0003AC, "Member 'ABP_ZurgManager_C::DebugRefreshInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZoneManager_C \ static_assert(alignof(ABP_ZoneManager_C) == 0x000008, "Wrong alignment on ABP_ZoneManager_C"); \ static_assert(sizeof(ABP_ZoneManager_C) == 0x0002A0, "Wrong size on ABP_ZoneManager_C"); \ static_assert(offsetof(ABP_ZoneManager_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_ZoneManager_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LoadingScreenSettings_C \ static_assert(alignof(UBP_LoadingScreenSettings_C) == 0x000008, "Wrong alignment on UBP_LoadingScreenSettings_C"); \ static_assert(sizeof(UBP_LoadingScreenSettings_C) == 0x000048, "Wrong size on UBP_LoadingScreenSettings_C"); \ #define DUMPER7_ASSERTS_UBP_InputSettings_C \ static_assert(alignof(UBP_InputSettings_C) == 0x000008, "Wrong alignment on UBP_InputSettings_C"); \ static_assert(sizeof(UBP_InputSettings_C) == 0x0000C8, "Wrong size on UBP_InputSettings_C"); \ #define DUMPER7_ASSERTS_BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager \ static_assert(alignof(BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager) == 0x000008, "Wrong alignment on BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager"); \ static_assert(sizeof(BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager) == 0x000028, "Wrong size on BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager"); \ static_assert(offsetof(BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager, EntryPoint) == 0x000000, "Member 'BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager, K2Node_Event__fadeTime) == 0x000004, "Member 'BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager::K2Node_Event__fadeTime' has a wrong offset!"); \ static_assert(offsetof(BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager, CallFunc_GetAudioManager_AudioManager) == 0x000008, "Member 'BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager, CallFunc_GetGameMode_ReturnValue) == 0x000010, "Member 'BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager, K2Node_DynamicCast_AsHKGame_Mode) == 0x000018, "Member 'BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager::K2Node_DynamicCast_AsHKGame_Mode' has a wrong offset!"); \ static_assert(offsetof(BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameStateManager_C_ExecuteUbergraph_BP_GameStateManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameStateManager_C_OnFadeOutStart \ static_assert(alignof(BP_GameStateManager_C_OnFadeOutStart) == 0x000004, "Wrong alignment on BP_GameStateManager_C_OnFadeOutStart"); \ static_assert(sizeof(BP_GameStateManager_C_OnFadeOutStart) == 0x000004, "Wrong size on BP_GameStateManager_C_OnFadeOutStart"); \ static_assert(offsetof(BP_GameStateManager_C_OnFadeOutStart, _fadeTime) == 0x000000, "Member 'BP_GameStateManager_C_OnFadeOutStart::_fadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GameStateManager_C \ static_assert(alignof(ABP_GameStateManager_C) == 0x000010, "Wrong alignment on ABP_GameStateManager_C"); \ static_assert(sizeof(ABP_GameStateManager_C) == 0x0002C0, "Wrong size on ABP_GameStateManager_C"); \ static_assert(offsetof(ABP_GameStateManager_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_GameStateManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_GameStateManager_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_GameStateManager_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BudgetManager_C \ static_assert(alignof(ABP_BudgetManager_C) == 0x000008, "Wrong alignment on ABP_BudgetManager_C"); \ static_assert(sizeof(ABP_BudgetManager_C) == 0x000320, "Wrong size on ABP_BudgetManager_C"); \ static_assert(offsetof(ABP_BudgetManager_C, DefaultSceneRoot) == 0x000318, "Member 'ABP_BudgetManager_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_ActivitySettings_C \ static_assert(alignof(UBP_ActivitySettings_C) == 0x000008, "Wrong alignment on UBP_ActivitySettings_C"); \ static_assert(sizeof(UBP_ActivitySettings_C) == 0x000030, "Wrong size on UBP_ActivitySettings_C"); \ #define DUMPER7_ASSERTS_UBP_AchievementSettings_C \ static_assert(alignof(UBP_AchievementSettings_C) == 0x000008, "Wrong alignment on UBP_AchievementSettings_C"); \ static_assert(sizeof(UBP_AchievementSettings_C) == 0x000070, "Wrong size on UBP_AchievementSettings_C"); \ #define DUMPER7_ASSERTS_CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer \ static_assert(alignof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer) == 0x000008, "Wrong alignment on CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer"); \ static_assert(sizeof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer) == 0x0002F8, "Wrong size on CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, EntryPoint) == 0x000000, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetJumpPromptEnabled_ReturnValue) == 0x000004, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetJumpPromptEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Lerp_ReturnValue_1) == 0x00000C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, Temp_bool_Has_Been_Initd_Variable) == 0x000014, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000028, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetUserWidgetObject_ReturnValue_1) == 0x000030, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetUserWidgetObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetUserWidgetObject_ReturnValue_2) == 0x000038, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetUserWidgetObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetUserWidgetObject_ReturnValue_3) == 0x000040, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetUserWidgetObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetUserWidgetObject_ReturnValue_4) == 0x000048, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetUserWidgetObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000050, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetUserWidgetObject_ReturnValue_5) == 0x000060, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetUserWidgetObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetUserWidgetObject_ReturnValue_6) == 0x000068, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetUserWidgetObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, Temp_bool_Has_Been_Initd_Variable_1) == 0x000070, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, Temp_bool_IsClosed_Variable) == 0x000071, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, Temp_bool_IsClosed_Variable_1) == 0x000072, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, Temp_bool_Has_Been_Initd_Variable_2) == 0x000073, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, Temp_bool_IsClosed_Variable_2) == 0x000074, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, Temp_bool_Has_Been_Initd_Variable_3) == 0x000075, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, Temp_bool_IsClosed_Variable_3) == 0x000076, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, K2Node_CustomEvent_WorldWidget) == 0x000078, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::K2Node_CustomEvent_WorldWidget' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, K2Node_CustomEvent_OutOfBoundsWidget) == 0x000080, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::K2Node_CustomEvent_OutOfBoundsWidget' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, K2Node_CustomEvent_Should_show) == 0x000088, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::K2Node_CustomEvent_Should_show' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetUserWidgetObject_ReturnValue_7) == 0x000090, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetUserWidgetObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000098, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_ClampWorldPointWithinScreen_ClampedPoint) == 0x0000A4, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_ClampWorldPointWithinScreen_ClampedPoint' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_ClampWorldPointWithinScreen_Success) == 0x0000B0, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_ClampWorldPointWithinScreen_Success' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_IsWorldPointWithinScreen_WithinScreen) == 0x0000B1, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_IsWorldPointWithinScreen_WithinScreen' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Not_PreBool_ReturnValue) == 0x0000B2, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000B4, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_FindPlayerCatPawn_Cat) == 0x000140, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_IsValid_ReturnValue) == 0x000148, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_IsInOneButtonJumpMode_ReturnValue) == 0x000149, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_IsInOneButtonJumpMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Add_VectorVector_ReturnValue) == 0x00014C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000158, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000164, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_VSize_ReturnValue) == 0x000170, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000174, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_MapRangeClamped_ReturnValue) == 0x000180, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_VSize_ReturnValue_1) == 0x000184, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_TimeIndependentLerpVector_ReturnValue) == 0x000188, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_TimeIndependentLerpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000194, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000198, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_TimeIndependentLerpVector_ReturnValue_1) == 0x000220, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_TimeIndependentLerpVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_K2_SetWorldLocation_SweepHitResult_2) == 0x00022C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_K2_SetWorldLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanOR_ReturnValue) == 0x0002B4, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanAND_ReturnValue) == 0x0002B5, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanOR_ReturnValue_1) == 0x0002B6, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanAND_ReturnValue_1) == 0x0002B7, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002B8, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanAND_ReturnValue_2) == 0x0002B9, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanAND_ReturnValue_3) == 0x0002BA, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002BB, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanAND_ReturnValue_4) == 0x0002BC, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanAND_ReturnValue_5) == 0x0002BD, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetUpJumpTargets_ReturnValue) == 0x0002C0, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetUpJumpTargets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_IsJumpEnabled_ReturnValue) == 0x0002D0, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_IsJumpEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Array_Length_ReturnValue) == 0x0002D4, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_GetDownJumpTargets_ReturnValue) == 0x0002D8, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_GetDownJumpTargets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Greater_IntInt_ReturnValue) == 0x0002E8, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Array_Length_ReturnValue_1) == 0x0002EC, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0002F0, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanOR_ReturnValue_2) == 0x0002F1, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanAND_ReturnValue_6) == 0x0002F2, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer, CallFunc_BooleanAND_ReturnValue_7) == 0x0002F3, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ExecuteUbergraph_CACA_BP_OneButtonJumpVisualizer::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback \ static_assert(alignof(CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback) == 0x000008, "Wrong alignment on CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback"); \ static_assert(sizeof(CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback) == 0x000018, "Wrong size on CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback, WorldWidget) == 0x000000, "Member 'CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback::WorldWidget' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback, OutOfBoundsWidget) == 0x000008, "Member 'CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback::OutOfBoundsWidget' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback, Should_show) == 0x000010, "Member 'CACA_BP_OneButtonJumpVisualizer_C_UpdateOutOfBoundsFeedback::Should_show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_BP_OneButtonJumpVisualizer_C_ReceiveTick \ static_assert(alignof(CACA_BP_OneButtonJumpVisualizer_C_ReceiveTick) == 0x000004, "Wrong alignment on CACA_BP_OneButtonJumpVisualizer_C_ReceiveTick"); \ static_assert(sizeof(CACA_BP_OneButtonJumpVisualizer_C_ReceiveTick) == 0x000004, "Wrong size on CACA_BP_OneButtonJumpVisualizer_C_ReceiveTick"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen \ static_assert(alignof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen) == 0x000008, "Wrong alignment on CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen"); \ static_assert(sizeof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen) == 0x000060, "Wrong size on CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, Point) == 0x000000, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::Point' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, Margin) == 0x00000C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::Margin' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, WithinScreen) == 0x000010, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::WithinScreen' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_ProjectWorldToScreen_ScreenPosition) == 0x000020, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_ProjectWorldToScreen_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_ProjectWorldToScreen_ReturnValue) == 0x000028, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_ProjectWorldToScreen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_GetViewportSize_SizeX) == 0x00002C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_GetViewportSize_SizeX' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_GetViewportSize_SizeY) == 0x000030, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_GetViewportSize_SizeY' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_BreakVector2D_X) == 0x000034, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00003C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_Less_FloatFloat_ReturnValue) == 0x000040, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000044, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000048, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000049, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00004C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000050, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000054, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_BooleanOR_ReturnValue) == 0x000055, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_BooleanOR_ReturnValue_1) == 0x000056, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_BooleanOR_ReturnValue_2) == 0x000057, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000058, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen, CallFunc_BooleanAND_ReturnValue) == 0x000059, "Member 'CACA_BP_OneButtonJumpVisualizer_C_IsWorldPointWithinScreen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen \ static_assert(alignof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen) == 0x000008, "Wrong alignment on CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen"); \ static_assert(sizeof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen) == 0x0000A0, "Wrong size on CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, Point) == 0x000000, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::Point' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, Margin) == 0x00000C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::Margin' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, DistanceToCamera) == 0x000010, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::DistanceToCamera' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, ClampedPoint) == 0x000014, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::ClampedPoint' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, Success) == 0x000020, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::Success' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_ProjectWorldToScreen_ScreenPosition) == 0x000030, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_ProjectWorldToScreen_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_ProjectWorldToScreen_ReturnValue) == 0x000038, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_ProjectWorldToScreen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_GetViewportSize_SizeX) == 0x00003C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_GetViewportSize_SizeX' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_GetViewportSize_SizeY) == 0x000040, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_GetViewportSize_SizeY' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000044, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000048, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00004C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000050, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_BreakVector2D_X) == 0x000054, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_BreakVector2D_Y) == 0x000058, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_FClamp_ReturnValue) == 0x00005C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_FClamp_ReturnValue_1) == 0x000060, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_MakeVector2D_ReturnValue) == 0x000064, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_DeprojectScreenToWorld_WorldPosition) == 0x00006C, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_DeprojectScreenToWorld_WorldPosition' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_DeprojectScreenToWorld_WorldDirection) == 0x000078, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_DeprojectScreenToWorld_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_DeprojectScreenToWorld_ReturnValue) == 0x000084, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_DeprojectScreenToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000088, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen, CallFunc_Add_VectorVector_ReturnValue) == 0x000094, "Member 'CACA_BP_OneButtonJumpVisualizer_C_ClampWorldPointWithinScreen::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACACA_BP_OneButtonJumpVisualizer_C \ static_assert(alignof(ACACA_BP_OneButtonJumpVisualizer_C) == 0x000008, "Wrong alignment on ACACA_BP_OneButtonJumpVisualizer_C"); \ static_assert(sizeof(ACACA_BP_OneButtonJumpVisualizer_C) == 0x000350, "Wrong size on ACACA_BP_OneButtonJumpVisualizer_C"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, UberGraphFrame) == 0x000228, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Widget_Down_Out_of_bounds) == 0x000230, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Widget_Down_Out_of_bounds' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Widget_Up_Out_of_bounds) == 0x000238, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Widget_Up_Out_of_bounds' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Widget_Jump_Down) == 0x000240, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Widget_Jump_Down' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Widget_Jump_Up) == 0x000248, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Widget_Jump_Up' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Scene) == 0x000250, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Timeline_1_NewTrack_0_5E04F08C4E834FE9AA35EF86A4F20428) == 0x000258, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Timeline_1_NewTrack_0_5E04F08C4E834FE9AA35EF86A4F20428' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Timeline_1__Direction_5E04F08C4E834FE9AA35EF86A4F20428) == 0x00025C, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Timeline_1__Direction_5E04F08C4E834FE9AA35EF86A4F20428' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Timeline_1) == 0x000260, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Timeline_0_NewTrack_0_B46F31014F95996F45E4B6B5D54D7135) == 0x000268, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Timeline_0_NewTrack_0_B46F31014F95996F45E4B6B5D54D7135' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Timeline_0__Direction_B46F31014F95996F45E4B6B5D54D7135) == 0x00026C, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Timeline_0__Direction_B46F31014F95996F45E4B6B5D54D7135' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, Timeline_0) == 0x000270, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, NoiseSmootherUP) == 0x000278, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::NoiseSmootherUP' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, NoiseSmootherDOWN) == 0x0002B8, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::NoiseSmootherDOWN' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, JumpUP_1) == 0x0002F8, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::JumpUP_1' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, JumpDown_1) == 0x000304, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::JumpDown_1' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, MatInstUP) == 0x000310, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::MatInstUP' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, MatInstDOWN) == 0x000318, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::MatInstDOWN' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, vector_0_0_2) == 0x000320, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::vector_0_0_2' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, UI_UP) == 0x000330, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::UI_UP' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, widget_up) == 0x000338, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::widget_up' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, CouldJump) == 0x000340, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::CouldJump' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_OneButtonJumpVisualizer_C, cat) == 0x000348, "Member 'ACACA_BP_OneButtonJumpVisualizer_C::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatSequentialJump_Manager_C_ExecuteUbergraph_BP_CatSequentialJump_Manager \ static_assert(alignof(BP_CatSequentialJump_Manager_C_ExecuteUbergraph_BP_CatSequentialJump_Manager) == 0x000004, "Wrong alignment on BP_CatSequentialJump_Manager_C_ExecuteUbergraph_BP_CatSequentialJump_Manager"); \ static_assert(sizeof(BP_CatSequentialJump_Manager_C_ExecuteUbergraph_BP_CatSequentialJump_Manager) == 0x000004, "Wrong size on BP_CatSequentialJump_Manager_C_ExecuteUbergraph_BP_CatSequentialJump_Manager"); \ static_assert(offsetof(BP_CatSequentialJump_Manager_C_ExecuteUbergraph_BP_CatSequentialJump_Manager, EntryPoint) == 0x000000, "Member 'BP_CatSequentialJump_Manager_C_ExecuteUbergraph_BP_CatSequentialJump_Manager::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatSequentialJump_Manager_C \ static_assert(alignof(ABP_CatSequentialJump_Manager_C) == 0x000008, "Wrong alignment on ABP_CatSequentialJump_Manager_C"); \ static_assert(sizeof(ABP_CatSequentialJump_Manager_C) == 0x0002A8, "Wrong size on ABP_CatSequentialJump_Manager_C"); \ static_assert(offsetof(ABP_CatSequentialJump_Manager_C, UberGraphFrame_BP_CatSequentialJump_Manager_C) == 0x0002A0, "Member 'ABP_CatSequentialJump_Manager_C::UberGraphFrame_BP_CatSequentialJump_Manager_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback \ static_assert(alignof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback) == 0x000008, "Wrong alignment on BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback"); \ static_assert(sizeof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback) == 0x000048, "Wrong size on BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, EntryPoint) == 0x000000, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, K2Node_Event__previousUsable) == 0x000008, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::K2Node_Event__previousUsable' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, K2Node_Event__currentUsable) == 0x000010, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::K2Node_Event__currentUsable' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, CallFunc_GetGUIFeedbackPosition__outSocket) == 0x000018, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::CallFunc_GetGUIFeedbackPosition__outSocket' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, CallFunc_GetGUIFeedbackPosition_ReturnValue) == 0x000020, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::CallFunc_GetGUIFeedbackPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, CallFunc_IsValid_ReturnValue_1) == 0x00002A, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000030, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, K2Node_DynamicCast_AsUMG_Interaction_Feedback) == 0x000038, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::K2Node_DynamicCast_AsUMG_Interaction_Feedback' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, CallFunc_Not_PreBool_ReturnValue_1) == 0x000041, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, CallFunc_BooleanAND_ReturnValue_1) == 0x000042, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback, K2Node_Event_DeltaSeconds) == 0x000044, "Member 'BP_InteractionFeedback_C_ExecuteUbergraph_BP_InteractionFeedback::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteractionFeedback_C_ReceiveTick \ static_assert(alignof(BP_InteractionFeedback_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_InteractionFeedback_C_ReceiveTick"); \ static_assert(sizeof(BP_InteractionFeedback_C_ReceiveTick) == 0x000004, "Wrong size on BP_InteractionFeedback_C_ReceiveTick"); \ static_assert(offsetof(BP_InteractionFeedback_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_InteractionFeedback_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteractionFeedback_C_OnUsableChanged \ static_assert(alignof(BP_InteractionFeedback_C_OnUsableChanged) == 0x000008, "Wrong alignment on BP_InteractionFeedback_C_OnUsableChanged"); \ static_assert(sizeof(BP_InteractionFeedback_C_OnUsableChanged) == 0x000010, "Wrong size on BP_InteractionFeedback_C_OnUsableChanged"); \ static_assert(offsetof(BP_InteractionFeedback_C_OnUsableChanged, _previousUsable) == 0x000000, "Member 'BP_InteractionFeedback_C_OnUsableChanged::_previousUsable' has a wrong offset!"); \ static_assert(offsetof(BP_InteractionFeedback_C_OnUsableChanged, _currentUsable) == 0x000008, "Member 'BP_InteractionFeedback_C_OnUsableChanged::_currentUsable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_InteractionFeedback_C \ static_assert(alignof(ABP_InteractionFeedback_C) == 0x000008, "Wrong alignment on ABP_InteractionFeedback_C"); \ static_assert(sizeof(ABP_InteractionFeedback_C) == 0x000258, "Wrong size on ABP_InteractionFeedback_C"); \ static_assert(offsetof(ABP_InteractionFeedback_C, UberGraphFrame) == 0x000238, "Member 'ABP_InteractionFeedback_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_InteractionFeedback_C, Widget) == 0x000240, "Member 'ABP_InteractionFeedback_C::Widget' has a wrong offset!"); \ static_assert(offsetof(ABP_InteractionFeedback_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_InteractionFeedback_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_InteractionFeedback_C, InteractionFeedbackWidget) == 0x000250, "Member 'ABP_InteractionFeedback_C::InteractionFeedbackWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANS_DisableIdleExit_C_Received_NotifyBegin \ static_assert(alignof(ANS_DisableIdleExit_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on ANS_DisableIdleExit_C_Received_NotifyBegin"); \ static_assert(sizeof(ANS_DisableIdleExit_C_Received_NotifyBegin) == 0x000030, "Wrong size on ANS_DisableIdleExit_C_Received_NotifyBegin"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'ANS_DisableIdleExit_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'ANS_DisableIdleExit_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'ANS_DisableIdleExit_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'ANS_DisableIdleExit_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'ANS_DisableIdleExit_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyBegin, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x000020, "Member 'ANS_DisableIdleExit_C_Received_NotifyBegin::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ANS_DisableIdleExit_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANS_DisableIdleExit_C_Received_NotifyEnd \ static_assert(alignof(ANS_DisableIdleExit_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on ANS_DisableIdleExit_C_Received_NotifyEnd"); \ static_assert(sizeof(ANS_DisableIdleExit_C_Received_NotifyEnd) == 0x000030, "Wrong size on ANS_DisableIdleExit_C_Received_NotifyEnd"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'ANS_DisableIdleExit_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'ANS_DisableIdleExit_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'ANS_DisableIdleExit_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'ANS_DisableIdleExit_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyEnd, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x000020, "Member 'ANS_DisableIdleExit_C_Received_NotifyEnd::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(ANS_DisableIdleExit_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ANS_DisableIdleExit_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UANS_DisableIdleExit_C \ static_assert(alignof(UANS_DisableIdleExit_C) == 0x000008, "Wrong alignment on UANS_DisableIdleExit_C"); \ static_assert(sizeof(UANS_DisableIdleExit_C) == 0x000030, "Wrong size on UANS_DisableIdleExit_C"); \ #define DUMPER7_ASSERTS_BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance \ static_assert(alignof(BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance) == 0x000010, "Wrong alignment on BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance"); \ static_assert(sizeof(BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance) == 0x000050, "Wrong size on BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance"); \ static_assert(offsetof(BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance, EntryPoint) == 0x000000, "Member 'BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance, K2Node_Event__simulateInEditor) == 0x000004, "Member 'BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance::K2Node_Event__simulateInEditor' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000040, "Member 'BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance, CallFunc_FinishSpawningActor_ReturnValue) == 0x000048, "Member 'BP_HKGameInstance_C_ExecuteUbergraph_BP_HKGameInstance::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKGameInstance_C_OnStartPlayInEditorGameInstance \ static_assert(alignof(BP_HKGameInstance_C_OnStartPlayInEditorGameInstance) == 0x000001, "Wrong alignment on BP_HKGameInstance_C_OnStartPlayInEditorGameInstance"); \ static_assert(sizeof(BP_HKGameInstance_C_OnStartPlayInEditorGameInstance) == 0x000001, "Wrong size on BP_HKGameInstance_C_OnStartPlayInEditorGameInstance"); \ static_assert(offsetof(BP_HKGameInstance_C_OnStartPlayInEditorGameInstance, _simulateInEditor) == 0x000000, "Member 'BP_HKGameInstance_C_OnStartPlayInEditorGameInstance::_simulateInEditor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKGameInstance_C_SetPlayTestMap \ static_assert(alignof(BP_HKGameInstance_C_SetPlayTestMap) == 0x000004, "Wrong alignment on BP_HKGameInstance_C_SetPlayTestMap"); \ static_assert(sizeof(BP_HKGameInstance_C_SetPlayTestMap) == 0x000004, "Wrong size on BP_HKGameInstance_C_SetPlayTestMap"); \ static_assert(offsetof(BP_HKGameInstance_C_SetPlayTestMap, PlayTest_MapIndex_0) == 0x000000, "Member 'BP_HKGameInstance_C_SetPlayTestMap::PlayTest_MapIndex_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKGameInstance_C_GetPlayTestMap \ static_assert(alignof(BP_HKGameInstance_C_GetPlayTestMap) == 0x000004, "Wrong alignment on BP_HKGameInstance_C_GetPlayTestMap"); \ static_assert(sizeof(BP_HKGameInstance_C_GetPlayTestMap) == 0x000004, "Wrong size on BP_HKGameInstance_C_GetPlayTestMap"); \ static_assert(offsetof(BP_HKGameInstance_C_GetPlayTestMap, PlayTest_MapIndex_0) == 0x000000, "Member 'BP_HKGameInstance_C_GetPlayTestMap::PlayTest_MapIndex_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKGameInstance_C_GetSIEDummyCat \ static_assert(alignof(BP_HKGameInstance_C_GetSIEDummyCat) == 0x000008, "Wrong alignment on BP_HKGameInstance_C_GetSIEDummyCat"); \ static_assert(sizeof(BP_HKGameInstance_C_GetSIEDummyCat) == 0x000008, "Wrong size on BP_HKGameInstance_C_GetSIEDummyCat"); \ static_assert(offsetof(BP_HKGameInstance_C_GetSIEDummyCat, cat) == 0x000000, "Member 'BP_HKGameInstance_C_GetSIEDummyCat::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKGameInstance_C_SetAdventureState \ static_assert(alignof(BP_HKGameInstance_C_SetAdventureState) == 0x000004, "Wrong alignment on BP_HKGameInstance_C_SetAdventureState"); \ static_assert(sizeof(BP_HKGameInstance_C_SetAdventureState) == 0x000018, "Wrong size on BP_HKGameInstance_C_SetAdventureState"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, _chapterId) == 0x000000, "Member 'BP_HKGameInstance_C_SetAdventureState::_chapterId' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, _stateId) == 0x000004, "Member 'BP_HKGameInstance_C_SetAdventureState::_stateId' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_Conv_IntToByte_ReturnValue) == 0x000008, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000009, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue) == 0x00000A, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_1) == 0x00000B, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, K2Node_SwitchEnum_CmpSuccess) == 0x00000C, "Member 'BP_HKGameInstance_C_SetAdventureState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_2) == 0x00000D, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_3) == 0x00000E, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_4) == 0x00000F, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_5) == 0x000010, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_6) == 0x000011, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_7) == 0x000012, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_8) == 0x000013, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_9) == 0x000014, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_10) == 0x000015, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_11) == 0x000016, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_SetAdventureState, CallFunc_GetValidValue_ReturnValue_12) == 0x000017, "Member 'BP_HKGameInstance_C_SetAdventureState::CallFunc_GetValidValue_ReturnValue_12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKGameInstance_C_GetAdventureChapterStates \ static_assert(alignof(BP_HKGameInstance_C_GetAdventureChapterStates) == 0x000008, "Wrong alignment on BP_HKGameInstance_C_GetAdventureChapterStates"); \ static_assert(sizeof(BP_HKGameInstance_C_GetAdventureChapterStates) == 0x0002D0, "Wrong size on BP_HKGameInstance_C_GetAdventureChapterStates"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, _chapter) == 0x000000, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::_chapter' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, ReturnValue) == 0x000008, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, States) == 0x000018, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::States' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, SeekedState) == 0x000028, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::SeekedState' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CurrentState) == 0x000029, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CurrentState' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue) == 0x00002A, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Conv_IntToByte_ReturnValue) == 0x00002B, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue) == 0x00002C, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, K2Node_SwitchEnum_CmpSuccess) == 0x000040, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000041, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000048, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue) == 0x000058, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_1) == 0x000059, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000060, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_2) == 0x000074, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000075, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x000078, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_1) == 0x000088, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_3) == 0x000089, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4) == 0x000090, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_4) == 0x0000A0, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_1) == 0x0000A4, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x0000A8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_5) == 0x0000B0, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_2) == 0x0000C0, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_5) == 0x0000C1, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_6) == 0x0000C8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_2) == 0x0000D8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_6) == 0x0000DC, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x0000DD, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_7) == 0x0000E0, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000F0, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_3) == 0x0000F4, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_3) == 0x0000F8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_7) == 0x0000F9, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_8) == 0x000100, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_8) == 0x000110, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_4) == 0x000114, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000118, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_9) == 0x000120, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_4) == 0x000130, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_9) == 0x000131, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_10) == 0x000138, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_5) == 0x000148, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_10) == 0x00014C, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x00014D, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_11) == 0x000150, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_5) == 0x000160, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_11) == 0x000161, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_12) == 0x000168, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_12) == 0x000178, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_6) == 0x00017C, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000180, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_13) == 0x000188, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_7) == 0x000198, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_8) == 0x00019C, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0001A0, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_6) == 0x0001A1, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_13) == 0x0001A2, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_14) == 0x0001A8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_9) == 0x0001B8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_14) == 0x0001BC, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_10) == 0x0001C0, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0001C4, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_7) == 0x0001C5, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_15) == 0x0001C6, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_15) == 0x0001C8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_11) == 0x0001D8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_16) == 0x0001DC, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x0001DD, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x0001DE, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_16) == 0x0001E0, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x0001F0, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_12) == 0x0001F4, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_13) == 0x0001F8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_8) == 0x0001FC, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_17) == 0x0001FD, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_17) == 0x000200, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_14) == 0x000210, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_18) == 0x000214, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000215, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000216, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_18) == 0x000218, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_15) == 0x000228, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x00022C, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_16) == 0x000230, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_9) == 0x000234, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_19) == 0x000235, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_19) == 0x000238, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_17) == 0x000248, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_20) == 0x00024C, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x00024D, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x00024E, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_20) == 0x000250, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_18) == 0x000260, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_8) == 0x000264, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_19) == 0x000268, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_10) == 0x00026C, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_21) == 0x00026D, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_21) == 0x000270, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_22) == 0x000280, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_20) == 0x000284, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_9) == 0x000288, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_21) == 0x00028C, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Add_ByteByte_ReturnValue_11) == 0x000290, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Add_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_23) == 0x000291, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_22) == 0x000298, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetValidValue_ReturnValue_24) == 0x0002A8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetValidValue_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_22) == 0x0002AC, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x0002B0, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_10) == 0x0002B1, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_23) == 0x0002B8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_NotEqual_ByteByte_ReturnValue_11) == 0x0002C8, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_NotEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapterStates, CallFunc_Array_Add_ReturnValue_23) == 0x0002CC, "Member 'BP_HKGameInstance_C_GetAdventureChapterStates::CallFunc_Array_Add_ReturnValue_23' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKGameInstance_C_GetAdventureChapters \ static_assert(alignof(BP_HKGameInstance_C_GetAdventureChapters) == 0x000008, "Wrong alignment on BP_HKGameInstance_C_GetAdventureChapters"); \ static_assert(sizeof(BP_HKGameInstance_C_GetAdventureChapters) == 0x000058, "Wrong size on BP_HKGameInstance_C_GetAdventureChapters"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, ReturnValue) == 0x000000, "Member 'BP_HKGameInstance_C_GetAdventureChapters::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, Chapters) == 0x000010, "Member 'BP_HKGameInstance_C_GetAdventureChapters::Chapters' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, CurrentChapter) == 0x000020, "Member 'BP_HKGameInstance_C_GetAdventureChapters::CurrentChapter' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, CallFunc_Add_ByteByte_ReturnValue) == 0x000021, "Member 'BP_HKGameInstance_C_GetAdventureChapters::CallFunc_Add_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, CallFunc_GetValidValue_ReturnValue) == 0x000022, "Member 'BP_HKGameInstance_C_GetAdventureChapters::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, CallFunc_GetValidValue_ReturnValue_1) == 0x000023, "Member 'BP_HKGameInstance_C_GetAdventureChapters::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_HKGameInstance_C_GetAdventureChapters::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BP_HKGameInstance_C_GetAdventureChapters::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, CallFunc_MakeLiteralByte_ReturnValue) == 0x00003C, "Member 'BP_HKGameInstance_C_GetAdventureChapters::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00003D, "Member 'BP_HKGameInstance_C_GetAdventureChapters::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000040, "Member 'BP_HKGameInstance_C_GetAdventureChapters::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetAdventureChapters, CallFunc_Array_Add_ReturnValue_1) == 0x000050, "Member 'BP_HKGameInstance_C_GetAdventureChapters::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKGameInstance_C_GetCurrentAdventureChapter \ static_assert(alignof(BP_HKGameInstance_C_GetCurrentAdventureChapter) == 0x000008, "Wrong alignment on BP_HKGameInstance_C_GetCurrentAdventureChapter"); \ static_assert(sizeof(BP_HKGameInstance_C_GetCurrentAdventureChapter) == 0x000038, "Wrong size on BP_HKGameInstance_C_GetCurrentAdventureChapter"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, ReturnValue) == 0x000000, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, CurrentChapter) == 0x000004, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::CurrentChapter' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, CallFunc_GetSaveInstance_ReturnValue) == 0x000008, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::CallFunc_GetSaveInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, CallFunc_GetSessionSaveData_ReturnValue) == 0x000010, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::CallFunc_GetSessionSaveData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, CallFunc_Add_ByteByte_ReturnValue) == 0x000018, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::CallFunc_Add_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, K2Node_DynamicCast_AsBP_HKSession_Save_Data) == 0x000020, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::K2Node_DynamicCast_AsBP_HKSession_Save_Data' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, CallFunc_MakeLiteralByte_ReturnValue) == 0x000029, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, CallFunc_GetValidValue_ReturnValue) == 0x00002A, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00002C, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, CallFunc_GetValidValue_ReturnValue_1) == 0x000031, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapter, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000032, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapter::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKGameInstance_C_GetCurrentAdventureChapterState \ static_assert(alignof(BP_HKGameInstance_C_GetCurrentAdventureChapterState) == 0x000008, "Wrong alignment on BP_HKGameInstance_C_GetCurrentAdventureChapterState"); \ static_assert(sizeof(BP_HKGameInstance_C_GetCurrentAdventureChapterState) == 0x000038, "Wrong size on BP_HKGameInstance_C_GetCurrentAdventureChapterState"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, _chapter) == 0x000000, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::_chapter' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, ReturnValue) == 0x000004, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000008, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, CallFunc_Conv_IntToByte_ReturnValue) == 0x000009, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, CallFunc_GetValidValue_ReturnValue) == 0x00000A, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, Temp_byte_Variable) == 0x00000B, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, Temp_byte_Variable_1) == 0x00000C, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, CallFunc_Greater_ByteByte_ReturnValue) == 0x00000D, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::CallFunc_Greater_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, Temp_byte_Variable_2) == 0x00000E, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x00000F, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, CallFunc_GetSaveInstance_ReturnValue) == 0x000010, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::CallFunc_GetSaveInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, CallFunc_GetSessionSaveData_ReturnValue) == 0x000018, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::CallFunc_GetSessionSaveData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, CallFunc_Less_ByteByte_ReturnValue) == 0x000020, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::CallFunc_Less_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, K2Node_DynamicCast_AsBP_HKSession_Save_Data) == 0x000028, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::K2Node_DynamicCast_AsBP_HKSession_Save_Data' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, CallFunc_BooleanAND_ReturnValue) == 0x000031, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, K2Node_Select_Default) == 0x000032, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_HKGameInstance_C_GetCurrentAdventureChapterState, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000034, "Member 'BP_HKGameInstance_C_GetCurrentAdventureChapterState::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_HKGameInstance_C \ static_assert(alignof(UBP_HKGameInstance_C) == 0x000008, "Wrong alignment on UBP_HKGameInstance_C"); \ static_assert(sizeof(UBP_HKGameInstance_C) == 0x0004D8, "Wrong size on UBP_HKGameInstance_C"); \ static_assert(offsetof(UBP_HKGameInstance_C, UberGraphFrame) == 0x0004C0, "Member 'UBP_HKGameInstance_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_HKGameInstance_C, PlayTest_MapIndex) == 0x0004C8, "Member 'UBP_HKGameInstance_C::PlayTest_MapIndex' has a wrong offset!"); \ static_assert(offsetof(UBP_HKGameInstance_C, SIEDummyCat) == 0x0004D0, "Member 'UBP_HKGameInstance_C::SIEDummyCat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCACA_CamCurvesSwitcherData \ static_assert(alignof(FCACA_CamCurvesSwitcherData) == 0x000008, "Wrong alignment on FCACA_CamCurvesSwitcherData"); \ static_assert(sizeof(FCACA_CamCurvesSwitcherData) == 0x0000A0, "Wrong size on FCACA_CamCurvesSwitcherData"); \ static_assert(offsetof(FCACA_CamCurvesSwitcherData, NameId_5_5BCDDB2A42341E4DDCA09A8961C1D543) == 0x000000, "Member 'FCACA_CamCurvesSwitcherData::NameId_5_5BCDDB2A42341E4DDCA09A8961C1D543' has a wrong offset!"); \ static_assert(offsetof(FCACA_CamCurvesSwitcherData, Preset_3_8F50F8A74819064DB984CB924C21592E) == 0x000008, "Member 'FCACA_CamCurvesSwitcherData::Preset_3_8F50F8A74819064DB984CB924C21592E' has a wrong offset!"); \ static_assert(offsetof(FCACA_CamCurvesSwitcherData, Priority_8_DA91E3414F70DF00A15204A35F9B3AA3) == 0x000098, "Member 'FCACA_CamCurvesSwitcherData::Priority_8_DA91E3414F70DF00A15204A35F9B3AA3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_GetAudioManager \ static_assert(alignof(BPL_GlobalFunctions_C_GetAudioManager) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_GetAudioManager"); \ static_assert(sizeof(BPL_GlobalFunctions_C_GetAudioManager) == 0x000058, "Wrong size on BPL_GlobalFunctions_C_GetAudioManager"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_GetAudioManager::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, AudioManager) == 0x000008, "Member 'BPL_GlobalFunctions_C_GetAudioManager::AudioManager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, Manager) == 0x000010, "Member 'BPL_GlobalFunctions_C_GetAudioManager::Manager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, GameInstance) == 0x000018, "Member 'BPL_GlobalFunctions_C_GetAudioManager::GameInstance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, K2Node_DynamicCast_AsBP_Audio_Manager) == 0x000020, "Member 'BPL_GlobalFunctions_C_GetAudioManager::K2Node_DynamicCast_AsBP_Audio_Manager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPL_GlobalFunctions_C_GetAudioManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, K2Node_DynamicCast_AsBP_HKGame_Instance) == 0x000030, "Member 'BPL_GlobalFunctions_C_GetAudioManager::K2Node_DynamicCast_AsBP_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BPL_GlobalFunctions_C_GetAudioManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, CallFunc_GetManager_ReturnValue) == 0x000040, "Member 'BPL_GlobalFunctions_C_GetAudioManager::CallFunc_GetManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BPL_GlobalFunctions_C_GetAudioManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'BPL_GlobalFunctions_C_GetAudioManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetAudioManager, CallFunc_GetGameInstance_ReturnValue) == 0x000050, "Member 'BPL_GlobalFunctions_C_GetAudioManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_FindPlayerCatPawn \ static_assert(alignof(BPL_GlobalFunctions_C_FindPlayerCatPawn) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_FindPlayerCatPawn"); \ static_assert(sizeof(BPL_GlobalFunctions_C_FindPlayerCatPawn) == 0x000068, "Wrong size on BPL_GlobalFunctions_C_FindPlayerCatPawn"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, cat) == 0x000008, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::cat' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, CallFunc_IsSimulatingInEditor_ReturnValue) == 0x000010, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::CallFunc_IsSimulatingInEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, CallFunc_GetHKGameInstance_HKGame_Instance) == 0x000018, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::CallFunc_GetHKGameInstance_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, CallFunc_GetSIEDummyCat_Cat) == 0x000020, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::CallFunc_GetSIEDummyCat_Cat' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, CallFunc_GetAllActorsOfClass_OutActors) == 0x000030, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, CallFunc_GetPlayerPawn_ReturnValue) == 0x000040, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, CallFunc_Array_Get_Item) == 0x000048, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x000050, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerCatPawn, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'BPL_GlobalFunctions_C_FindPlayerCatPawn::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_FindHKPlayerController \ static_assert(alignof(BPL_GlobalFunctions_C_FindHKPlayerController) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_FindHKPlayerController"); \ static_assert(sizeof(BPL_GlobalFunctions_C_FindHKPlayerController) == 0x000028, "Wrong size on BPL_GlobalFunctions_C_FindHKPlayerController"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKPlayerController, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_FindHKPlayerController::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKPlayerController, HKPlayerController) == 0x000008, "Member 'BPL_GlobalFunctions_C_FindHKPlayerController::HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKPlayerController, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BPL_GlobalFunctions_C_FindHKPlayerController::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKPlayerController, K2Node_DynamicCast_AsBP_HKPlayer_Controller) == 0x000018, "Member 'BPL_GlobalFunctions_C_FindHKPlayerController::K2Node_DynamicCast_AsBP_HKPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKPlayerController, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPL_GlobalFunctions_C_FindHKPlayerController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_DampedLerp \ static_assert(alignof(BPL_GlobalFunctions_C_DampedLerp) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_DampedLerp"); \ static_assert(sizeof(BPL_GlobalFunctions_C_DampedLerp) == 0x000028, "Wrong size on BPL_GlobalFunctions_C_DampedLerp"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedLerp, Base) == 0x000000, "Member 'BPL_GlobalFunctions_C_DampedLerp::Base' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedLerp, Target) == 0x000004, "Member 'BPL_GlobalFunctions_C_DampedLerp::Target' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedLerp, Ratio) == 0x000008, "Member 'BPL_GlobalFunctions_C_DampedLerp::Ratio' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedLerp, DeltaSeconds) == 0x00000C, "Member 'BPL_GlobalFunctions_C_DampedLerp::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedLerp, __WorldContext) == 0x000010, "Member 'BPL_GlobalFunctions_C_DampedLerp::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedLerp, Out) == 0x000018, "Member 'BPL_GlobalFunctions_C_DampedLerp::Out' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedLerp, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'BPL_GlobalFunctions_C_DampedLerp::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedLerp, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'BPL_GlobalFunctions_C_DampedLerp::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedLerp, CallFunc_Lerp_ReturnValue) == 0x000024, "Member 'BPL_GlobalFunctions_C_DampedLerp::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_ClampAngle \ static_assert(alignof(BPL_GlobalFunctions_C_ClampAngle) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_ClampAngle"); \ static_assert(sizeof(BPL_GlobalFunctions_C_ClampAngle) == 0x000058, "Wrong size on BPL_GlobalFunctions_C_ClampAngle"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, Value) == 0x000000, "Member 'BPL_GlobalFunctions_C_ClampAngle::Value' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, Min) == 0x000004, "Member 'BPL_GlobalFunctions_C_ClampAngle::Min' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, Max) == 0x000008, "Member 'BPL_GlobalFunctions_C_ClampAngle::Max' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, __WorldContext) == 0x000010, "Member 'BPL_GlobalFunctions_C_ClampAngle::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, Out) == 0x000018, "Member 'BPL_GlobalFunctions_C_ClampAngle::Out' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, ModMax) == 0x00001C, "Member 'BPL_GlobalFunctions_C_ClampAngle::ModMax' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, ModMin) == 0x000020, "Member 'BPL_GlobalFunctions_C_ClampAngle::ModMin' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Percent_FloatFloat_ReturnValue) == 0x000024, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Percent_FloatFloat_ReturnValue_1) == 0x000028, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Percent_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000030, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000038, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Less_FloatFloat_ReturnValue) == 0x00003C, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000040, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000044, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000048, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00004C, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000050, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000051, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000052, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Not_PreBool_ReturnValue) == 0x000053, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_Not_PreBool_ReturnValue_1) == 0x000054, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ClampAngle, CallFunc_BooleanAND_ReturnValue) == 0x000055, "Member 'BPL_GlobalFunctions_C_ClampAngle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_StartGlobalDialog \ static_assert(alignof(BPL_GlobalFunctions_C_StartGlobalDialog) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_StartGlobalDialog"); \ static_assert(sizeof(BPL_GlobalFunctions_C_StartGlobalDialog) == 0x000058, "Wrong size on BPL_GlobalFunctions_C_StartGlobalDialog"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, Conversation) == 0x000000, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::Conversation' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, Speaker_Name) == 0x000008, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::Speaker_Name' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, AllowMovement) == 0x000020, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::AllowMovement' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, __WorldContext) == 0x000028, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, Temp_bool_Variable) == 0x000030, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, Temp_byte_Variable) == 0x000031, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, Temp_byte_Variable_1) == 0x000032, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000038, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, K2Node_Select_Default) == 0x000040, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, CallFunc_GetBackpack_ReturnValue) == 0x000048, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialog, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BPL_GlobalFunctions_C_StartGlobalDialog::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_StringToCharArray \ static_assert(alignof(BPL_GlobalFunctions_C_StringToCharArray) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_StringToCharArray"); \ static_assert(sizeof(BPL_GlobalFunctions_C_StringToCharArray) == 0x000078, "Wrong size on BPL_GlobalFunctions_C_StringToCharArray"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, String) == 0x000000, "Member 'BPL_GlobalFunctions_C_StringToCharArray::String' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, __WorldContext) == 0x000010, "Member 'BPL_GlobalFunctions_C_StringToCharArray::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, CharArray) == 0x000018, "Member 'BPL_GlobalFunctions_C_StringToCharArray::CharArray' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, WorkArray) == 0x000028, "Member 'BPL_GlobalFunctions_C_StringToCharArray::WorkArray' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, CallFunc_GetCharacterArrayFromString_ReturnValue) == 0x000038, "Member 'BPL_GlobalFunctions_C_StringToCharArray::CallFunc_GetCharacterArrayFromString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BPL_GlobalFunctions_C_StringToCharArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BPL_GlobalFunctions_C_StringToCharArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, CallFunc_Array_Get_Item) == 0x000050, "Member 'BPL_GlobalFunctions_C_StringToCharArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, CallFunc_GetCharacterAsNumber_ReturnValue) == 0x000060, "Member 'BPL_GlobalFunctions_C_StringToCharArray::CallFunc_GetCharacterAsNumber_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BPL_GlobalFunctions_C_StringToCharArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'BPL_GlobalFunctions_C_StringToCharArray::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BPL_GlobalFunctions_C_StringToCharArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StringToCharArray, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'BPL_GlobalFunctions_C_StringToCharArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_DampedRotatorLerp \ static_assert(alignof(BPL_GlobalFunctions_C_DampedRotatorLerp) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_DampedRotatorLerp"); \ static_assert(sizeof(BPL_GlobalFunctions_C_DampedRotatorLerp) == 0x000048, "Wrong size on BPL_GlobalFunctions_C_DampedRotatorLerp"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedRotatorLerp, Base) == 0x000000, "Member 'BPL_GlobalFunctions_C_DampedRotatorLerp::Base' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedRotatorLerp, Target) == 0x00000C, "Member 'BPL_GlobalFunctions_C_DampedRotatorLerp::Target' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedRotatorLerp, Ratio) == 0x000018, "Member 'BPL_GlobalFunctions_C_DampedRotatorLerp::Ratio' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedRotatorLerp, Delta_Seconds) == 0x00001C, "Member 'BPL_GlobalFunctions_C_DampedRotatorLerp::Delta_Seconds' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedRotatorLerp, __WorldContext) == 0x000020, "Member 'BPL_GlobalFunctions_C_DampedRotatorLerp::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedRotatorLerp, Result) == 0x000028, "Member 'BPL_GlobalFunctions_C_DampedRotatorLerp::Result' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedRotatorLerp, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000034, "Member 'BPL_GlobalFunctions_C_DampedRotatorLerp::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedRotatorLerp, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000038, "Member 'BPL_GlobalFunctions_C_DampedRotatorLerp::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_DampedRotatorLerp, CallFunc_RLerp_ReturnValue) == 0x00003C, "Member 'BPL_GlobalFunctions_C_DampedRotatorLerp::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_GetZurgManager \ static_assert(alignof(BPL_GlobalFunctions_C_GetZurgManager) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_GetZurgManager"); \ static_assert(sizeof(BPL_GlobalFunctions_C_GetZurgManager) == 0x000048, "Wrong size on BPL_GlobalFunctions_C_GetZurgManager"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZurgManager, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_GetZurgManager::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZurgManager, Zurg_Manager) == 0x000008, "Member 'BPL_GlobalFunctions_C_GetZurgManager::Zurg_Manager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZurgManager, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BPL_GlobalFunctions_C_GetZurgManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZurgManager, K2Node_DynamicCast_AsBP_HKGame_Instance) == 0x000018, "Member 'BPL_GlobalFunctions_C_GetZurgManager::K2Node_DynamicCast_AsBP_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZurgManager, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPL_GlobalFunctions_C_GetZurgManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZurgManager, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BPL_GlobalFunctions_C_GetZurgManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZurgManager, CallFunc_GetManager_ReturnValue) == 0x000028, "Member 'BPL_GlobalFunctions_C_GetZurgManager::CallFunc_GetManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZurgManager, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'BPL_GlobalFunctions_C_GetZurgManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZurgManager, K2Node_DynamicCast_AsBP_Zurg_Manager) == 0x000038, "Member 'BPL_GlobalFunctions_C_GetZurgManager::K2Node_DynamicCast_AsBP_Zurg_Manager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZurgManager, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BPL_GlobalFunctions_C_GetZurgManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_Is_Point_In_Sphere \ static_assert(alignof(BPL_GlobalFunctions_C_Is_Point_In_Sphere) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_Is_Point_In_Sphere"); \ static_assert(sizeof(BPL_GlobalFunctions_C_Is_Point_In_Sphere) == 0x000048, "Wrong size on BPL_GlobalFunctions_C_Is_Point_In_Sphere"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Sphere, Sphere_Center) == 0x000000, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Sphere::Sphere_Center' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Sphere, Sphere_Radius) == 0x00000C, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Sphere::Sphere_Radius' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Sphere, Test_Point) == 0x000010, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Sphere::Test_Point' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Sphere, __WorldContext) == 0x000020, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Sphere::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Sphere, Return_Value) == 0x000028, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Sphere::Return_Value' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Sphere, CallFunc_Square_ReturnValue) == 0x00002C, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Sphere::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Sphere, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000030, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Sphere::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Sphere, CallFunc_VSizeSquared_ReturnValue) == 0x00003C, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Sphere::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Sphere, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000040, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Sphere::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_Is_Point_In_Cone \ static_assert(alignof(BPL_GlobalFunctions_C_Is_Point_In_Cone) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_Is_Point_In_Cone"); \ static_assert(sizeof(BPL_GlobalFunctions_C_Is_Point_In_Cone) == 0x000078, "Wrong size on BPL_GlobalFunctions_C_Is_Point_In_Cone"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, Origin) == 0x000000, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::Origin' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, Direction) == 0x00000C, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::Direction' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, Vision_Angle_In_Degrees) == 0x000018, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::Vision_Angle_In_Degrees' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, Sight_Radius) == 0x00001C, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::Sight_Radius' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, Test_Point) == 0x000020, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::Test_Point' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, __WorldContext) == 0x000030, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, Return_Value) == 0x000038, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::Return_Value' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, CallFunc_GetPI_ReturnValue) == 0x00003C, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::CallFunc_GetPI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, CallFunc_DegreesToRadians_ReturnValue) == 0x000040, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::CallFunc_DegreesToRadians_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, CallFunc_FClamp_ReturnValue) == 0x000044, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000048, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, CallFunc_Cos_ReturnValue) == 0x000054, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::CallFunc_Cos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, CallFunc_Normal_ReturnValue) == 0x000058, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, CallFunc_Normal_ReturnValue_1) == 0x000064, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, CallFunc_Dot_VectorVector_ReturnValue) == 0x000070, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000074, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Point_In_Cone, CallFunc_Is_Point_In_Sphere_Return_Value) == 0x000075, "Member 'BPL_GlobalFunctions_C_Is_Point_In_Cone::CallFunc_Is_Point_In_Sphere_Return_Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_Emit_Gameplay_Noise \ static_assert(alignof(BPL_GlobalFunctions_C_Emit_Gameplay_Noise) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_Emit_Gameplay_Noise"); \ static_assert(sizeof(BPL_GlobalFunctions_C_Emit_Gameplay_Noise) == 0x000038, "Wrong size on BPL_GlobalFunctions_C_Emit_Gameplay_Noise"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Emit_Gameplay_Noise, Emitter) == 0x000000, "Member 'BPL_GlobalFunctions_C_Emit_Gameplay_Noise::Emitter' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Emit_Gameplay_Noise, Origin) == 0x000008, "Member 'BPL_GlobalFunctions_C_Emit_Gameplay_Noise::Origin' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Emit_Gameplay_Noise, Radius) == 0x000014, "Member 'BPL_GlobalFunctions_C_Emit_Gameplay_Noise::Radius' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Emit_Gameplay_Noise, GrowingTime) == 0x000018, "Member 'BPL_GlobalFunctions_C_Emit_Gameplay_Noise::GrowingTime' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Emit_Gameplay_Noise, SustainTime) == 0x00001C, "Member 'BPL_GlobalFunctions_C_Emit_Gameplay_Noise::SustainTime' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Emit_Gameplay_Noise, __WorldContext) == 0x000020, "Member 'BPL_GlobalFunctions_C_Emit_Gameplay_Noise::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Emit_Gameplay_Noise, GameplayNoise) == 0x000028, "Member 'BPL_GlobalFunctions_C_Emit_Gameplay_Noise::GameplayNoise' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Emit_Gameplay_Noise, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000030, "Member 'BPL_GlobalFunctions_C_Emit_Gameplay_Noise::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_Draw_Vision_Cone \ static_assert(alignof(BPL_GlobalFunctions_C_Draw_Vision_Cone) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_Draw_Vision_Cone"); \ static_assert(sizeof(BPL_GlobalFunctions_C_Draw_Vision_Cone) == 0x000108, "Wrong size on BPL_GlobalFunctions_C_Draw_Vision_Cone"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Vision_Angle_In_Degrees) == 0x000000, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Vision_Angle_In_Degrees' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Num_Arc_Segments) == 0x000004, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Num_Arc_Segments' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Origin) == 0x000008, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Origin' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Direction) == 0x000014, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Direction' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Sight_Radius) == 0x000020, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Sight_Radius' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Line_Color) == 0x000024, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Line_Color' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Thickness) == 0x000034, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Thickness' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Duration) == 0x000038, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Duration' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, __WorldContext) == 0x000040, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Step_Angle) == 0x000048, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Step_Angle' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Next_Point) == 0x00004C, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Next_Point' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Current_Point) == 0x000058, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Current_Point' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Current_Index) == 0x000064, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Current_Index' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Direction_Safe) == 0x000068, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Direction_Safe' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Num_Segments_Safe) == 0x000074, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Num_Segments_Safe' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Angle_Safe) == 0x000078, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Angle_Safe' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Normal_ReturnValue) == 0x00007C, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Divide_IntInt_ReturnValue) == 0x000088, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Clamp_ReturnValue) == 0x00008C, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_FClamp_ReturnValue) == 0x000090, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000094, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Multiply_IntInt_ReturnValue) == 0x000098, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00009C, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A0, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000A1, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_BooleanAND_ReturnValue) == 0x0000A2, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000A3, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000A4, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A8, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_RotateAngleAxis_ReturnValue) == 0x0000AC, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_RotateAngleAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000B8, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x0000C4, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Add_VectorVector_ReturnValue) == 0x0000C8, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, Temp_int_Variable) == 0x0000D4, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000D8, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Add_IntInt_ReturnValue) == 0x0000DC, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000E0, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_RotateAngleAxis_ReturnValue_1) == 0x0000E4, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_RotateAngleAxis_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000F0, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Draw_Vision_Cone, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000FC, "Member 'BPL_GlobalFunctions_C_Draw_Vision_Cone::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_StartDialog \ static_assert(alignof(BPL_GlobalFunctions_C_StartDialog) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_StartDialog"); \ static_assert(sizeof(BPL_GlobalFunctions_C_StartDialog) == 0x000020, "Wrong size on BPL_GlobalFunctions_C_StartDialog"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartDialog, talkable) == 0x000000, "Member 'BPL_GlobalFunctions_C_StartDialog::talkable' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartDialog, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_StartDialog::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartDialog, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000010, "Member 'BPL_GlobalFunctions_C_StartDialog::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartDialog, CallFunc_GetBackpack_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_StartDialog::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_IsItemInInventory \ static_assert(alignof(BPL_GlobalFunctions_C_IsItemInInventory) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_IsItemInInventory"); \ static_assert(sizeof(BPL_GlobalFunctions_C_IsItemInInventory) == 0x000048, "Wrong size on BPL_GlobalFunctions_C_IsItemInInventory"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsItemInInventory, ID) == 0x000000, "Member 'BPL_GlobalFunctions_C_IsItemInInventory::ID' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsItemInInventory, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_IsItemInInventory::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsItemInInventory, IsItemInInventory_0) == 0x000010, "Member 'BPL_GlobalFunctions_C_IsItemInInventory::IsItemInInventory_0' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsItemInInventory, CallFunc_FindPlayerCatPawn_Cat) == 0x000018, "Member 'BPL_GlobalFunctions_C_IsItemInInventory::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsItemInInventory, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BPL_GlobalFunctions_C_IsItemInInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsItemInInventory, CallFunc_GetBackpack_ReturnValue) == 0x000028, "Member 'BPL_GlobalFunctions_C_IsItemInInventory::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsItemInInventory, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'BPL_GlobalFunctions_C_IsItemInInventory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsItemInInventory, CallFunc_FindItemInInventory_ReturnValue) == 0x000038, "Member 'BPL_GlobalFunctions_C_IsItemInInventory::CallFunc_FindItemInInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsItemInInventory, CallFunc_IsValid_ReturnValue_2) == 0x000040, "Member 'BPL_GlobalFunctions_C_IsItemInInventory::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_FindItemInInventory \ static_assert(alignof(BPL_GlobalFunctions_C_FindItemInInventory) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_FindItemInInventory"); \ static_assert(sizeof(BPL_GlobalFunctions_C_FindItemInInventory) == 0x000038, "Wrong size on BPL_GlobalFunctions_C_FindItemInInventory"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindItemInInventory, ID) == 0x000000, "Member 'BPL_GlobalFunctions_C_FindItemInInventory::ID' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindItemInInventory, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_FindItemInInventory::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindItemInInventory, Lootable) == 0x000010, "Member 'BPL_GlobalFunctions_C_FindItemInInventory::Lootable' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindItemInInventory, CallFunc_FindPlayerCatPawn_Cat) == 0x000018, "Member 'BPL_GlobalFunctions_C_FindItemInInventory::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindItemInInventory, CallFunc_GetBackpack_ReturnValue) == 0x000020, "Member 'BPL_GlobalFunctions_C_FindItemInInventory::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindItemInInventory, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BPL_GlobalFunctions_C_FindItemInInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindItemInInventory, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BPL_GlobalFunctions_C_FindItemInInventory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindItemInInventory, CallFunc_FindItemInInventory_ReturnValue) == 0x000030, "Member 'BPL_GlobalFunctions_C_FindItemInInventory::CallFunc_FindItemInInventory_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_FindCameraManager \ static_assert(alignof(BPL_GlobalFunctions_C_FindCameraManager) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_FindCameraManager"); \ static_assert(sizeof(BPL_GlobalFunctions_C_FindCameraManager) == 0x000028, "Wrong size on BPL_GlobalFunctions_C_FindCameraManager"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindCameraManager, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_FindCameraManager::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindCameraManager, CameraManager) == 0x000008, "Member 'BPL_GlobalFunctions_C_FindCameraManager::CameraManager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindCameraManager, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000010, "Member 'BPL_GlobalFunctions_C_FindCameraManager::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindCameraManager, K2Node_DynamicCast_AsBP_HKPlayer_Camera_Manager) == 0x000018, "Member 'BPL_GlobalFunctions_C_FindCameraManager::K2Node_DynamicCast_AsBP_HKPlayer_Camera_Manager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindCameraManager, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPL_GlobalFunctions_C_FindCameraManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_Start_Global_Dialog_Class \ static_assert(alignof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_Start_Global_Dialog_Class"); \ static_assert(sizeof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class) == 0x000058, "Wrong size on BPL_GlobalFunctions_C_Start_Global_Dialog_Class"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, Conversation) == 0x000000, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::Conversation' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, Speaker_Name) == 0x000008, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::Speaker_Name' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, AllowMovement) == 0x000020, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::AllowMovement' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, __WorldContext) == 0x000028, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, Temp_bool_Variable) == 0x000030, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, Temp_byte_Variable) == 0x000031, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, Temp_byte_Variable_1) == 0x000032, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000038, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, K2Node_Select_Default) == 0x000040, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, CallFunc_GetBackpack_ReturnValue) == 0x000048, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_Assert \ static_assert(alignof(BPL_GlobalFunctions_C_Assert) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_Assert"); \ static_assert(sizeof(BPL_GlobalFunctions_C_Assert) == 0x000020, "Wrong size on BPL_GlobalFunctions_C_Assert"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Assert, Condition) == 0x000000, "Member 'BPL_GlobalFunctions_C_Assert::Condition' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Assert, Message) == 0x000008, "Member 'BPL_GlobalFunctions_C_Assert::Message' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Assert, __WorldContext) == 0x000018, "Member 'BPL_GlobalFunctions_C_Assert::__WorldContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_GetZoneManager \ static_assert(alignof(BPL_GlobalFunctions_C_GetZoneManager) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_GetZoneManager"); \ static_assert(sizeof(BPL_GlobalFunctions_C_GetZoneManager) == 0x000048, "Wrong size on BPL_GlobalFunctions_C_GetZoneManager"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZoneManager, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_GetZoneManager::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZoneManager, ZoneManager) == 0x000008, "Member 'BPL_GlobalFunctions_C_GetZoneManager::ZoneManager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZoneManager, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BPL_GlobalFunctions_C_GetZoneManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZoneManager, K2Node_DynamicCast_AsBP_HKGame_Instance) == 0x000018, "Member 'BPL_GlobalFunctions_C_GetZoneManager::K2Node_DynamicCast_AsBP_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZoneManager, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPL_GlobalFunctions_C_GetZoneManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZoneManager, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BPL_GlobalFunctions_C_GetZoneManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZoneManager, CallFunc_GetManager_ReturnValue) == 0x000028, "Member 'BPL_GlobalFunctions_C_GetZoneManager::CallFunc_GetManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZoneManager, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'BPL_GlobalFunctions_C_GetZoneManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZoneManager, K2Node_DynamicCast_AsBP_Zone_Manager) == 0x000038, "Member 'BPL_GlobalFunctions_C_GetZoneManager::K2Node_DynamicCast_AsBP_Zone_Manager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetZoneManager, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BPL_GlobalFunctions_C_GetZoneManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_GetActorIdManager \ static_assert(alignof(BPL_GlobalFunctions_C_GetActorIdManager) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_GetActorIdManager"); \ static_assert(sizeof(BPL_GlobalFunctions_C_GetActorIdManager) == 0x000050, "Wrong size on BPL_GlobalFunctions_C_GetActorIdManager"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetActorIdManager, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_GetActorIdManager::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetActorIdManager, ActorIdManager) == 0x000008, "Member 'BPL_GlobalFunctions_C_GetActorIdManager::ActorIdManager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetActorIdManager, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BPL_GlobalFunctions_C_GetActorIdManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetActorIdManager, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_GetActorIdManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetActorIdManager, K2Node_DynamicCast_AsBP_HKGame_Instance) == 0x000020, "Member 'BPL_GlobalFunctions_C_GetActorIdManager::K2Node_DynamicCast_AsBP_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetActorIdManager, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPL_GlobalFunctions_C_GetActorIdManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetActorIdManager, CallFunc_GetManager_ReturnValue) == 0x000030, "Member 'BPL_GlobalFunctions_C_GetActorIdManager::CallFunc_GetManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetActorIdManager, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'BPL_GlobalFunctions_C_GetActorIdManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetActorIdManager, K2Node_DynamicCast_AsBP_Actor_Id_Manager) == 0x000040, "Member 'BPL_GlobalFunctions_C_GetActorIdManager::K2Node_DynamicCast_AsBP_Actor_Id_Manager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetActorIdManager, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BPL_GlobalFunctions_C_GetActorIdManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_FindPlayerDrone \ static_assert(alignof(BPL_GlobalFunctions_C_FindPlayerDrone) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_FindPlayerDrone"); \ static_assert(sizeof(BPL_GlobalFunctions_C_FindPlayerDrone) == 0x000040, "Wrong size on BPL_GlobalFunctions_C_FindPlayerDrone"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerDrone, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_FindPlayerDrone::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerDrone, Drone) == 0x000008, "Member 'BPL_GlobalFunctions_C_FindPlayerDrone::Drone' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerDrone, CallFunc_FindPlayerCatPawn_Cat) == 0x000010, "Member 'BPL_GlobalFunctions_C_FindPlayerDrone::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerDrone, CallFunc_GetBackpack_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_FindPlayerDrone::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerDrone, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BPL_GlobalFunctions_C_FindPlayerDrone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerDrone, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'BPL_GlobalFunctions_C_FindPlayerDrone::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerDrone, CallFunc_GetDrone_ReturnValue) == 0x000028, "Member 'BPL_GlobalFunctions_C_FindPlayerDrone::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerDrone, K2Node_DynamicCast_AsBP_Drone) == 0x000030, "Member 'BPL_GlobalFunctions_C_FindPlayerDrone::K2Node_DynamicCast_AsBP_Drone' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerDrone, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BPL_GlobalFunctions_C_FindPlayerDrone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerDrone, CallFunc_IsValid_ReturnValue_2) == 0x000039, "Member 'BPL_GlobalFunctions_C_FindPlayerDrone::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_SuspendGame \ static_assert(alignof(BPL_GlobalFunctions_C_SuspendGame) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_SuspendGame"); \ static_assert(sizeof(BPL_GlobalFunctions_C_SuspendGame) == 0x000048, "Wrong size on BPL_GlobalFunctions_C_SuspendGame"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SuspendGame, Reason) == 0x000000, "Member 'BPL_GlobalFunctions_C_SuspendGame::Reason' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SuspendGame, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_SuspendGame::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SuspendGame, NewLocalVar_0) == 0x000010, "Member 'BPL_GlobalFunctions_C_SuspendGame::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SuspendGame, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_SuspendGame::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SuspendGame, K2Node_DynamicCast_AsBP_HKGame_Instance) == 0x000020, "Member 'BPL_GlobalFunctions_C_SuspendGame::K2Node_DynamicCast_AsBP_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SuspendGame, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPL_GlobalFunctions_C_SuspendGame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SuspendGame, CallFunc_GetManager_ReturnValue) == 0x000030, "Member 'BPL_GlobalFunctions_C_SuspendGame::CallFunc_GetManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SuspendGame, K2Node_DynamicCast_AsGame_State_Manager) == 0x000038, "Member 'BPL_GlobalFunctions_C_SuspendGame::K2Node_DynamicCast_AsGame_State_Manager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SuspendGame, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BPL_GlobalFunctions_C_SuspendGame::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_UnsuspendGame \ static_assert(alignof(BPL_GlobalFunctions_C_UnsuspendGame) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_UnsuspendGame"); \ static_assert(sizeof(BPL_GlobalFunctions_C_UnsuspendGame) == 0x000038, "Wrong size on BPL_GlobalFunctions_C_UnsuspendGame"); \ static_assert(offsetof(BPL_GlobalFunctions_C_UnsuspendGame, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_UnsuspendGame::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_UnsuspendGame, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'BPL_GlobalFunctions_C_UnsuspendGame::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_UnsuspendGame, K2Node_DynamicCast_AsBP_HKGame_Instance) == 0x000010, "Member 'BPL_GlobalFunctions_C_UnsuspendGame::K2Node_DynamicCast_AsBP_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_UnsuspendGame, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BPL_GlobalFunctions_C_UnsuspendGame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_UnsuspendGame, CallFunc_GetManager_ReturnValue) == 0x000020, "Member 'BPL_GlobalFunctions_C_UnsuspendGame::CallFunc_GetManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_UnsuspendGame, K2Node_DynamicCast_AsGame_State_Manager) == 0x000028, "Member 'BPL_GlobalFunctions_C_UnsuspendGame::K2Node_DynamicCast_AsGame_State_Manager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_UnsuspendGame, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BPL_GlobalFunctions_C_UnsuspendGame::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading \ static_assert(alignof(BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading"); \ static_assert(sizeof(BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading) == 0x000020, "Wrong size on BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading, FadeOutTime) == 0x000000, "Member 'BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading::FadeOutTime' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000010, "Member 'BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_ForceWaitForStreamingAndLoading::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_GetHKPersistentSaveData \ static_assert(alignof(BPL_GlobalFunctions_C_GetHKPersistentSaveData) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_GetHKPersistentSaveData"); \ static_assert(sizeof(BPL_GlobalFunctions_C_GetHKPersistentSaveData) == 0x000038, "Wrong size on BPL_GlobalFunctions_C_GetHKPersistentSaveData"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKPersistentSaveData, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_GetHKPersistentSaveData::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKPersistentSaveData, HKPersistentSaveData) == 0x000008, "Member 'BPL_GlobalFunctions_C_GetHKPersistentSaveData::HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKPersistentSaveData, CallFunc_GetHKGameInstance_HKGame_Instance) == 0x000010, "Member 'BPL_GlobalFunctions_C_GetHKPersistentSaveData::CallFunc_GetHKGameInstance_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKPersistentSaveData, CallFunc_GetSaveInstance_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_GetHKPersistentSaveData::CallFunc_GetSaveInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKPersistentSaveData, CallFunc_GetPersistentSaveData_ReturnValue) == 0x000020, "Member 'BPL_GlobalFunctions_C_GetHKPersistentSaveData::CallFunc_GetPersistentSaveData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKPersistentSaveData, K2Node_DynamicCast_AsBP_HKPersistent_Save_Data) == 0x000028, "Member 'BPL_GlobalFunctions_C_GetHKPersistentSaveData::K2Node_DynamicCast_AsBP_HKPersistent_Save_Data' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKPersistentSaveData, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BPL_GlobalFunctions_C_GetHKPersistentSaveData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_GetHKGameInstance \ static_assert(alignof(BPL_GlobalFunctions_C_GetHKGameInstance) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_GetHKGameInstance"); \ static_assert(sizeof(BPL_GlobalFunctions_C_GetHKGameInstance) == 0x000028, "Wrong size on BPL_GlobalFunctions_C_GetHKGameInstance"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKGameInstance, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_GetHKGameInstance::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKGameInstance, HKGame_Instance) == 0x000008, "Member 'BPL_GlobalFunctions_C_GetHKGameInstance::HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKGameInstance, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BPL_GlobalFunctions_C_GetHKGameInstance::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKGameInstance, K2Node_DynamicCast_AsBP_HKGame_Instance) == 0x000018, "Member 'BPL_GlobalFunctions_C_GetHKGameInstance::K2Node_DynamicCast_AsBP_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKGameInstance, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPL_GlobalFunctions_C_GetHKGameInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_GetHKSessionSaveData \ static_assert(alignof(BPL_GlobalFunctions_C_GetHKSessionSaveData) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_GetHKSessionSaveData"); \ static_assert(sizeof(BPL_GlobalFunctions_C_GetHKSessionSaveData) == 0x000038, "Wrong size on BPL_GlobalFunctions_C_GetHKSessionSaveData"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSessionSaveData, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_GetHKSessionSaveData::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSessionSaveData, HKSessionSaveData) == 0x000008, "Member 'BPL_GlobalFunctions_C_GetHKSessionSaveData::HKSessionSaveData' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSessionSaveData, CallFunc_GetHKGameInstance_HKGame_Instance) == 0x000010, "Member 'BPL_GlobalFunctions_C_GetHKSessionSaveData::CallFunc_GetHKGameInstance_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSessionSaveData, CallFunc_GetSaveInstance_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_GetHKSessionSaveData::CallFunc_GetSaveInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSessionSaveData, CallFunc_GetSessionSaveData_ReturnValue) == 0x000020, "Member 'BPL_GlobalFunctions_C_GetHKSessionSaveData::CallFunc_GetSessionSaveData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSessionSaveData, K2Node_DynamicCast_AsBP_HKSession_Save_Data) == 0x000028, "Member 'BPL_GlobalFunctions_C_GetHKSessionSaveData::K2Node_DynamicCast_AsBP_HKSession_Save_Data' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSessionSaveData, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BPL_GlobalFunctions_C_GetHKSessionSaveData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_GetStreamingGroupManager \ static_assert(alignof(BPL_GlobalFunctions_C_GetStreamingGroupManager) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_GetStreamingGroupManager"); \ static_assert(sizeof(BPL_GlobalFunctions_C_GetStreamingGroupManager) == 0x000048, "Wrong size on BPL_GlobalFunctions_C_GetStreamingGroupManager"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetStreamingGroupManager, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_GetStreamingGroupManager::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetStreamingGroupManager, StreamingGroupManager) == 0x000008, "Member 'BPL_GlobalFunctions_C_GetStreamingGroupManager::StreamingGroupManager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetStreamingGroupManager, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BPL_GlobalFunctions_C_GetStreamingGroupManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetStreamingGroupManager, K2Node_DynamicCast_AsBP_HKGame_Instance) == 0x000018, "Member 'BPL_GlobalFunctions_C_GetStreamingGroupManager::K2Node_DynamicCast_AsBP_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetStreamingGroupManager, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPL_GlobalFunctions_C_GetStreamingGroupManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetStreamingGroupManager, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BPL_GlobalFunctions_C_GetStreamingGroupManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetStreamingGroupManager, CallFunc_GetManager_ReturnValue) == 0x000028, "Member 'BPL_GlobalFunctions_C_GetStreamingGroupManager::CallFunc_GetManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetStreamingGroupManager, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'BPL_GlobalFunctions_C_GetStreamingGroupManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetStreamingGroupManager, K2Node_DynamicCast_AsBP_Streaming_Group_Manager) == 0x000038, "Member 'BPL_GlobalFunctions_C_GetStreamingGroupManager::K2Node_DynamicCast_AsBP_Streaming_Group_Manager' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetStreamingGroupManager, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BPL_GlobalFunctions_C_GetStreamingGroupManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_FindPlayerBackpack \ static_assert(alignof(BPL_GlobalFunctions_C_FindPlayerBackpack) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_FindPlayerBackpack"); \ static_assert(sizeof(BPL_GlobalFunctions_C_FindPlayerBackpack) == 0x000030, "Wrong size on BPL_GlobalFunctions_C_FindPlayerBackpack"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerBackpack, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_FindPlayerBackpack::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerBackpack, Backpack) == 0x000008, "Member 'BPL_GlobalFunctions_C_FindPlayerBackpack::Backpack' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerBackpack, CallFunc_FindPlayerCatPawn_Cat) == 0x000010, "Member 'BPL_GlobalFunctions_C_FindPlayerBackpack::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerBackpack, CallFunc_GetBackpack_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_FindPlayerBackpack::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerBackpack, K2Node_DynamicCast_AsBP_Backpack) == 0x000020, "Member 'BPL_GlobalFunctions_C_FindPlayerBackpack::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindPlayerBackpack, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPL_GlobalFunctions_C_FindPlayerBackpack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled \ static_assert(alignof(BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled"); \ static_assert(sizeof(BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled) == 0x000018, "Wrong size on BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled, FadeTime) == 0x000000, "Member 'BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled::FadeTime' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000010, "Member 'BPL_GlobalFunctions_C_PushIngameCinematicModeEnabled::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled \ static_assert(alignof(BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled"); \ static_assert(sizeof(BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled) == 0x000018, "Wrong size on BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled, FadeTime) == 0x000000, "Member 'BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled::FadeTime' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000010, "Member 'BPL_GlobalFunctions_C_PopIngameCinematicModeEnabled::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled \ static_assert(alignof(BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled"); \ static_assert(sizeof(BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled) == 0x000020, "Wrong size on BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled, Enabled) == 0x000008, "Member 'BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled::Enabled' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000010, "Member 'BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled, CallFunc_IsIngameCinematicModeEnabled_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_IsIngameCinematicModeEnabled::CallFunc_IsIngameCinematicModeEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_PushFadeToBlack \ static_assert(alignof(BPL_GlobalFunctions_C_PushFadeToBlack) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_PushFadeToBlack"); \ static_assert(sizeof(BPL_GlobalFunctions_C_PushFadeToBlack) == 0x000018, "Wrong size on BPL_GlobalFunctions_C_PushFadeToBlack"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PushFadeToBlack, FadeDuration) == 0x000000, "Member 'BPL_GlobalFunctions_C_PushFadeToBlack::FadeDuration' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PushFadeToBlack, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_PushFadeToBlack::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PushFadeToBlack, CallFunc_FindCameraManager_CameraManager) == 0x000010, "Member 'BPL_GlobalFunctions_C_PushFadeToBlack::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_PopFadeToBlack \ static_assert(alignof(BPL_GlobalFunctions_C_PopFadeToBlack) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_PopFadeToBlack"); \ static_assert(sizeof(BPL_GlobalFunctions_C_PopFadeToBlack) == 0x000018, "Wrong size on BPL_GlobalFunctions_C_PopFadeToBlack"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PopFadeToBlack, FadeDuration) == 0x000000, "Member 'BPL_GlobalFunctions_C_PopFadeToBlack::FadeDuration' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PopFadeToBlack, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_PopFadeToBlack::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_PopFadeToBlack, CallFunc_FindCameraManager_CameraManager) == 0x000010, "Member 'BPL_GlobalFunctions_C_PopFadeToBlack::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_SetActorIdle \ static_assert(alignof(BPL_GlobalFunctions_C_SetActorIdle) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_SetActorIdle"); \ static_assert(sizeof(BPL_GlobalFunctions_C_SetActorIdle) == 0x0000B8, "Wrong size on BPL_GlobalFunctions_C_SetActorIdle"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, Actor) == 0x000000, "Member 'BPL_GlobalFunctions_C_SetActorIdle::Actor' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, Animation) == 0x000008, "Member 'BPL_GlobalFunctions_C_SetActorIdle::Animation' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, Skip_Blend_If_Droid) == 0x000010, "Member 'BPL_GlobalFunctions_C_SetActorIdle::Skip_Blend_If_Droid' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, __WorldContext) == 0x000018, "Member 'BPL_GlobalFunctions_C_SetActorIdle::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BPL_GlobalFunctions_C_SetActorIdle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BPL_GlobalFunctions_C_SetActorIdle::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, K2Node_DynamicCast_AsBP_Savable_Skeletal_Mesh) == 0x000038, "Member 'BPL_GlobalFunctions_C_SetActorIdle::K2Node_DynamicCast_AsBP_Savable_Skeletal_Mesh' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BPL_GlobalFunctions_C_SetActorIdle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'BPL_GlobalFunctions_C_SetActorIdle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'BPL_GlobalFunctions_C_SetActorIdle::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, K2Node_DynamicCast_AsBP_Droid) == 0x000058, "Member 'BPL_GlobalFunctions_C_SetActorIdle::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BPL_GlobalFunctions_C_SetActorIdle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, CallFunc_GetDisplayName_ReturnValue_1) == 0x000068, "Member 'BPL_GlobalFunctions_C_SetActorIdle::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, CallFunc_AppendMultiple_ReturnValue) == 0x000078, "Member 'BPL_GlobalFunctions_C_SetActorIdle::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, CallFunc_AppendMultiple_ReturnValue_1) == 0x000088, "Member 'BPL_GlobalFunctions_C_SetActorIdle::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, CallFunc_GetDisplayName_ReturnValue_2) == 0x000098, "Member 'BPL_GlobalFunctions_C_SetActorIdle::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_SetActorIdle, CallFunc_AppendMultiple_ReturnValue_2) == 0x0000A8, "Member 'BPL_GlobalFunctions_C_SetActorIdle::CallFunc_AppendMultiple_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_FindToolPostProcessFogSky \ static_assert(alignof(BPL_GlobalFunctions_C_FindToolPostProcessFogSky) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_FindToolPostProcessFogSky"); \ static_assert(sizeof(BPL_GlobalFunctions_C_FindToolPostProcessFogSky) == 0x000018, "Wrong size on BPL_GlobalFunctions_C_FindToolPostProcessFogSky"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindToolPostProcessFogSky, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_FindToolPostProcessFogSky::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindToolPostProcessFogSky, PostProcessFogSky) == 0x000008, "Member 'BPL_GlobalFunctions_C_FindToolPostProcessFogSky::PostProcessFogSky' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindToolPostProcessFogSky, CallFunc_GetActorOfClass_ReturnValue) == 0x000010, "Member 'BPL_GlobalFunctions_C_FindToolPostProcessFogSky::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget \ static_assert(alignof(BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget"); \ static_assert(sizeof(BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget) == 0x000038, "Wrong size on BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget, memoryId) == 0x000000, "Member 'BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget::memoryId' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget, CallFunc_FindPlayerBackpack_backpack) == 0x000010, "Member 'BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget::CallFunc_FindPlayerBackpack_backpack' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget, CallFunc_GetDrone_ReturnValue) == 0x000020, "Member 'BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget, K2Node_DynamicCast_AsBP_Drone) == 0x000028, "Member 'BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget::K2Node_DynamicCast_AsBP_Drone' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BPL_GlobalFunctions_C_Open_Unlocked_Memory_Widget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage \ static_assert(alignof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage"); \ static_assert(sizeof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage) == 0x0000A0, "Wrong size on BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, Offset) == 0x000000, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::Offset' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, __WorldContext) == 0x000008, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, Percentage) == 0x000010, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::Percentage' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_GetB12MemoriesData_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_GetB12MemoriesData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000020, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_GetMemoryCount_ReturnValue) == 0x000028, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_GetMemoryCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_GetUnlockedMemories_ReturnValue) == 0x000030, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_GetUnlockedMemories_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000080, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_Set_Length_ReturnValue) == 0x000084, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_Set_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_Max_ReturnValue) == 0x00008C, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000090, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000094, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000098, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage, CallFunc_FFloor_ReturnValue) == 0x00009C, "Member 'BPL_GlobalFunctions_C_GetUnlockedMemoriesPercentage::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_GetHKSaveInstance \ static_assert(alignof(BPL_GlobalFunctions_C_GetHKSaveInstance) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_GetHKSaveInstance"); \ static_assert(sizeof(BPL_GlobalFunctions_C_GetHKSaveInstance) == 0x000030, "Wrong size on BPL_GlobalFunctions_C_GetHKSaveInstance"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSaveInstance, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_GetHKSaveInstance::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSaveInstance, SaveInstance) == 0x000008, "Member 'BPL_GlobalFunctions_C_GetHKSaveInstance::SaveInstance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSaveInstance, CallFunc_GetHKGameInstance_HKGame_Instance) == 0x000010, "Member 'BPL_GlobalFunctions_C_GetHKSaveInstance::CallFunc_GetHKGameInstance_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSaveInstance, CallFunc_GetSaveInstance_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_GetHKSaveInstance::CallFunc_GetSaveInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSaveInstance, K2Node_DynamicCast_AsBP_HKSave_Instance) == 0x000020, "Member 'BPL_GlobalFunctions_C_GetHKSaveInstance::K2Node_DynamicCast_AsBP_HKSave_Instance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_GetHKSaveInstance, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPL_GlobalFunctions_C_GetHKSaveInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_StartGlobalDialogFree \ static_assert(alignof(BPL_GlobalFunctions_C_StartGlobalDialogFree) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_StartGlobalDialogFree"); \ static_assert(sizeof(BPL_GlobalFunctions_C_StartGlobalDialogFree) == 0x000040, "Wrong size on BPL_GlobalFunctions_C_StartGlobalDialogFree"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialogFree, Conversation) == 0x000000, "Member 'BPL_GlobalFunctions_C_StartGlobalDialogFree::Conversation' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialogFree, Speaker_Name) == 0x000008, "Member 'BPL_GlobalFunctions_C_StartGlobalDialogFree::Speaker_Name' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialogFree, __WorldContext) == 0x000020, "Member 'BPL_GlobalFunctions_C_StartGlobalDialogFree::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialogFree, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000028, "Member 'BPL_GlobalFunctions_C_StartGlobalDialogFree::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialogFree, CallFunc_GetBackpack_ReturnValue) == 0x000030, "Member 'BPL_GlobalFunctions_C_StartGlobalDialogFree::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_StartGlobalDialogFree, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BPL_GlobalFunctions_C_StartGlobalDialogFree::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free \ static_assert(alignof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free"); \ static_assert(sizeof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free) == 0x000040, "Wrong size on BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free, Conversation) == 0x000000, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free::Conversation' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free, Speaker_Name) == 0x000008, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free::Speaker_Name' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free, __WorldContext) == 0x000020, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000028, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free, CallFunc_GetBackpack_ReturnValue) == 0x000030, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BPL_GlobalFunctions_C_Start_Global_Dialog_Class_Free::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_Is_Save_in_Progress \ static_assert(alignof(BPL_GlobalFunctions_C_Is_Save_in_Progress) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_Is_Save_in_Progress"); \ static_assert(sizeof(BPL_GlobalFunctions_C_Is_Save_in_Progress) == 0x000020, "Wrong size on BPL_GlobalFunctions_C_Is_Save_in_Progress"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Save_in_Progress, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_Is_Save_in_Progress::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Save_in_Progress, IsSaveInProgress) == 0x000008, "Member 'BPL_GlobalFunctions_C_Is_Save_in_Progress::IsSaveInProgress' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Save_in_Progress, CallFunc_GetHKSaveInstance_SaveInstance) == 0x000010, "Member 'BPL_GlobalFunctions_C_Is_Save_in_Progress::CallFunc_GetHKSaveInstance_SaveInstance' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_Is_Save_in_Progress, CallFunc_IsSaving_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_Is_Save_in_Progress::CallFunc_IsSaving_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GlobalFunctions_C_FindHKHUD \ static_assert(alignof(BPL_GlobalFunctions_C_FindHKHUD) == 0x000008, "Wrong alignment on BPL_GlobalFunctions_C_FindHKHUD"); \ static_assert(sizeof(BPL_GlobalFunctions_C_FindHKHUD) == 0x000038, "Wrong size on BPL_GlobalFunctions_C_FindHKHUD"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKHUD, __WorldContext) == 0x000000, "Member 'BPL_GlobalFunctions_C_FindHKHUD::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKHUD, HUD) == 0x000008, "Member 'BPL_GlobalFunctions_C_FindHKHUD::HUD' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKHUD, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BPL_GlobalFunctions_C_FindHKHUD::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKHUD, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'BPL_GlobalFunctions_C_FindHKHUD::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKHUD, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BPL_GlobalFunctions_C_FindHKHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKHUD, K2Node_DynamicCast_AsBP_HKHUD) == 0x000028, "Member 'BPL_GlobalFunctions_C_FindHKHUD::K2Node_DynamicCast_AsBP_HKHUD' has a wrong offset!"); \ static_assert(offsetof(BPL_GlobalFunctions_C_FindHKHUD, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BPL_GlobalFunctions_C_FindHKHUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPL_GlobalFunctions_C \ static_assert(alignof(UBPL_GlobalFunctions_C) == 0x000008, "Wrong alignment on UBPL_GlobalFunctions_C"); \ static_assert(sizeof(UBPL_GlobalFunctions_C) == 0x000028, "Wrong size on UBPL_GlobalFunctions_C"); \ #define DUMPER7_ASSERTS_ACACA_BP_CameraSplines_Torchlight_C \ static_assert(alignof(ACACA_BP_CameraSplines_Torchlight_C) == 0x000008, "Wrong alignment on ACACA_BP_CameraSplines_Torchlight_C"); \ static_assert(sizeof(ACACA_BP_CameraSplines_Torchlight_C) == 0x000240, "Wrong size on ACACA_BP_CameraSplines_Torchlight_C"); \ static_assert(offsetof(ACACA_BP_CameraSplines_Torchlight_C, CatMesh) == 0x000238, "Member 'ACACA_BP_CameraSplines_Torchlight_C::CatMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACACA_BP_CameraSplines_JUMP_C \ static_assert(alignof(ACACA_BP_CameraSplines_JUMP_C) == 0x000008, "Wrong alignment on ACACA_BP_CameraSplines_JUMP_C"); \ static_assert(sizeof(ACACA_BP_CameraSplines_JUMP_C) == 0x000240, "Wrong size on ACACA_BP_CameraSplines_JUMP_C"); \ static_assert(offsetof(ACACA_BP_CameraSplines_JUMP_C, CatMesh) == 0x000238, "Member 'ACACA_BP_CameraSplines_JUMP_C::CatMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACACA_BP_CameraSplines_DialB12_C \ static_assert(alignof(ACACA_BP_CameraSplines_DialB12_C) == 0x000008, "Wrong alignment on ACACA_BP_CameraSplines_DialB12_C"); \ static_assert(sizeof(ACACA_BP_CameraSplines_DialB12_C) == 0x000240, "Wrong size on ACACA_BP_CameraSplines_DialB12_C"); \ static_assert(offsetof(ACACA_BP_CameraSplines_DialB12_C, CatMesh) == 0x000238, "Member 'ACACA_BP_CameraSplines_DialB12_C::CatMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACACA_BP_CameraSplines_Dial_C \ static_assert(alignof(ACACA_BP_CameraSplines_Dial_C) == 0x000008, "Wrong alignment on ACACA_BP_CameraSplines_Dial_C"); \ static_assert(sizeof(ACACA_BP_CameraSplines_Dial_C) == 0x000240, "Wrong size on ACACA_BP_CameraSplines_Dial_C"); \ static_assert(offsetof(ACACA_BP_CameraSplines_Dial_C, CatMesh) == 0x000238, "Member 'ACACA_BP_CameraSplines_Dial_C::CatMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Drone_C_AnimGraph \ static_assert(alignof(ABP_Drone_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Drone_C_AnimGraph"); \ static_assert(sizeof(ABP_Drone_C_AnimGraph) == 0x000010, "Wrong size on ABP_Drone_C_AnimGraph"); \ static_assert(offsetof(ABP_Drone_C_AnimGraph, bpp__AnimGraph__pf) == 0x000000, "Member 'ABP_Drone_C_AnimGraph::bpp__AnimGraph__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Drone_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Drone_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Drone_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Drone_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Drone_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Drone_C_BlueprintUpdateAnimation, bpp__DeltaTimeX__pf) == 0x000000, "Member 'ABP_Drone_C_BlueprintUpdateAnimation::bpp__DeltaTimeX__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Drone_C \ static_assert(alignof(UABP_Drone_C) == 0x000010, "Wrong alignment on UABP_Drone_C"); \ static_assert(sizeof(UABP_Drone_C) == 0x000EA0, "Wrong size on UABP_Drone_C"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_Root) == 0x0002B8, "Member 'UABP_Drone_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_TransitionResult_7) == 0x0002E8, "Member 'UABP_Drone_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_TransitionResult_6) == 0x000310, "Member 'UABP_Drone_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_TransitionResult_5) == 0x000338, "Member 'UABP_Drone_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_TransitionResult_4) == 0x000360, "Member 'UABP_Drone_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_TransitionResult_3) == 0x000388, "Member 'UABP_Drone_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_TransitionResult_2) == 0x0003B0, "Member 'UABP_Drone_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_TransitionResult_1) == 0x0003D8, "Member 'UABP_Drone_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_TransitionResult) == 0x000400, "Member 'UABP_Drone_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_SequencePlayer_3) == 0x000428, "Member 'UABP_Drone_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_StateResult_3) == 0x0004A8, "Member 'UABP_Drone_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_SequencePlayer_2) == 0x0004D8, "Member 'UABP_Drone_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_StateResult_2) == 0x000558, "Member 'UABP_Drone_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_SequencePlayer_1) == 0x000588, "Member 'UABP_Drone_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_StateResult_1) == 0x000608, "Member 'UABP_Drone_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_UseCachedPose) == 0x000638, "Member 'UABP_Drone_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_BlendListByBool) == 0x000660, "Member 'UABP_Drone_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_Trail) == 0x000700, "Member 'UABP_Drone_C::AnimGraphNode_Trail' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_ComponentToLocalSpace) == 0x000960, "Member 'UABP_Drone_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_LocalToComponentSpace) == 0x000980, "Member 'UABP_Drone_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_ApplyAdditive) == 0x0009A0, "Member 'UABP_Drone_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_SequencePlayer) == 0x000A68, "Member 'UABP_Drone_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_BlendSpacePlayer) == 0x000AE8, "Member 'UABP_Drone_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_StateResult) == 0x000BD0, "Member 'UABP_Drone_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_StateMachine) == 0x000C00, "Member 'UABP_Drone_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_Slot) == 0x000CB0, "Member 'UABP_Drone_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, AnimGraphNode_SaveCachedPose) == 0x000CF8, "Member 'UABP_Drone_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, Go_unfold) == 0x000E50, "Member 'UABP_Drone_C::Go_unfold' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, Go_fold) == 0x000E51, "Member 'UABP_Drone_C::Go_fold' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, Drone_DeltaRotation) == 0x000E54, "Member 'UABP_Drone_C::Drone_DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, antenne_bone) == 0x000E60, "Member 'UABP_Drone_C::antenne_bone' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, Drone) == 0x000E68, "Member 'UABP_Drone_C::Drone' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, IsFolded) == 0x000E70, "Member 'UABP_Drone_C::IsFolded' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, IsUnfolded) == 0x000E71, "Member 'UABP_Drone_C::IsUnfolded' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, CustomAnimation) == 0x000E78, "Member 'UABP_Drone_C::CustomAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, CallFunc_BreakRotator_Roll) == 0x000E80, "Member 'UABP_Drone_C::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, CallFunc_BreakRotator_Pitch) == 0x000E84, "Member 'UABP_Drone_C::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, CallFunc_BreakRotator_Yaw) == 0x000E88, "Member 'UABP_Drone_C::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, K2Node_Event_DeltaTimeX) == 0x000E8C, "Member 'UABP_Drone_C::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, K2Node_DynamicCast_AsBP_Drone) == 0x000E90, "Member 'UABP_Drone_C::K2Node_DynamicCast_AsBP_Drone' has a wrong offset!"); \ static_assert(offsetof(UABP_Drone_C, K2Node_DynamicCast_bSuccess) == 0x000E98, "Member 'UABP_Drone_C::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACACA_BP_CameraSplines_Crouch_C \ static_assert(alignof(ACACA_BP_CameraSplines_Crouch_C) == 0x000008, "Wrong alignment on ACACA_BP_CameraSplines_Crouch_C"); \ static_assert(sizeof(ACACA_BP_CameraSplines_Crouch_C) == 0x000240, "Wrong size on ACACA_BP_CameraSplines_Crouch_C"); \ static_assert(offsetof(ACACA_BP_CameraSplines_Crouch_C, CatMesh) == 0x000238, "Member 'ACACA_BP_CameraSplines_Crouch_C::CatMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInsideTheWall_Small_Pillar_002_C \ static_assert(alignof(AInsideTheWall_Small_Pillar_002_C) == 0x000008, "Wrong alignment on AInsideTheWall_Small_Pillar_002_C"); \ static_assert(sizeof(AInsideTheWall_Small_Pillar_002_C) == 0x000238, "Wrong size on AInsideTheWall_Small_Pillar_002_C"); \ static_assert(offsetof(AInsideTheWall_Small_Pillar_002_C, InsideTheWall_Small_Pillar_001_NoChamfer_Chamfer) == 0x000228, "Member 'AInsideTheWall_Small_Pillar_002_C::InsideTheWall_Small_Pillar_001_NoChamfer_Chamfer' has a wrong offset!"); \ static_assert(offsetof(AInsideTheWall_Small_Pillar_002_C, StaticMesh) == 0x000230, "Member 'AInsideTheWall_Small_Pillar_002_C::StaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_CheckCollisionWithCats \ static_assert(alignof(BP_CatFollow_C_CheckCollisionWithCats) == 0x000010, "Wrong alignment on BP_CatFollow_C_CheckCollisionWithCats"); \ static_assert(sizeof(BP_CatFollow_C_CheckCollisionWithCats) == 0x000200, "Wrong size on BP_CatFollow_C_CheckCollisionWithCats"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, bLocked) == 0x000000, "Member 'BP_CatFollow_C_CheckCollisionWithCats::bLocked' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, SpeedFactor) == 0x000004, "Member 'BP_CatFollow_C_CheckCollisionWithCats::SpeedFactor' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, instantaneous_blocked) == 0x000008, "Member 'BP_CatFollow_C_CheckCollisionWithCats::instantaneous_blocked' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, BlockedByPlayer) == 0x000009, "Member 'BP_CatFollow_C_CheckCollisionWithCats::BlockedByPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CatForceJumpPosition) == 0x00000C, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CatForceJumpPosition' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CatIsBlockedByPlayer) == 0x000018, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CatIsBlockedByPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, instantaneous) == 0x000019, "Member 'BP_CatFollow_C_CheckCollisionWithCats::instantaneous' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, SpeedObstacleFactor) == 0x00001C, "Member 'BP_CatFollow_C_CheckCollisionWithCats::SpeedObstacleFactor' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CatIsBlocked) == 0x000020, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CatIsBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, BlockCats) == 0x000028, "Member 'BP_CatFollow_C_CheckCollisionWithCats::BlockCats' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, isInsideBoundingBox) == 0x000038, "Member 'BP_CatFollow_C_CheckCollisionWithCats::isInsideBoundingBox' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, DirToCat_Normalized) == 0x00003C, "Member 'BP_CatFollow_C_CheckCollisionWithCats::DirToCat_Normalized' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, DirToCat) == 0x000048, "Member 'BP_CatFollow_C_CheckCollisionWithCats::DirToCat' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, isFaceToFace) == 0x000054, "Member 'BP_CatFollow_C_CheckCollisionWithCats::isFaceToFace' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CatToCheck) == 0x000058, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CatToCheck' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, Temp_bool_True_if_break_was_hit_Variable) == 0x000060, "Member 'BP_CatFollow_C_CheckCollisionWithCats::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, Temp_int_Loop_Counter_Variable_0) == 0x000064, "Member 'BP_CatFollow_C_CheckCollisionWithCats::Temp_int_Loop_Counter_Variable_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, Temp_int_Array_Index_Variable_0) == 0x00006C, "Member 'BP_CatFollow_C_CheckCollisionWithCats::Temp_int_Array_Index_Variable_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000070, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_GetActorForwardVector_ReturnValue) == 0x00007C, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000088, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000094, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_VSizeXY_ReturnValue) == 0x0000A0, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000A4, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B0, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_FMin_ReturnValue) == 0x0000BC, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, Temp_int_Array_Index_Variable_1) == 0x0000C0, "Member 'BP_CatFollow_C_CheckCollisionWithCats::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Array_Get_Item_0) == 0x0000C8, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Array_Get_Item_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Array_Length_ReturnValue) == 0x0000D0, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, K2Node_DynamicCast_AsBP_Cat_Follow) == 0x0000D8, "Member 'BP_CatFollow_C_CheckCollisionWithCats::K2Node_DynamicCast_AsBP_Cat_Follow' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, K2Node_DynamicCast_bSuccess_0) == 0x0000E0, "Member 'BP_CatFollow_C_CheckCollisionWithCats::K2Node_DynamicCast_bSuccess_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000E1, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_FMin_ReturnValue_1) == 0x0000E4, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000E8, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_BooleanOR_ReturnValue) == 0x0000E9, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_VSize_ReturnValue) == 0x0000EC, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000F0, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Normal_ReturnValue) == 0x0000F4, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000100, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00010C, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000118, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x000124, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_GetTransform_ReturnValue) == 0x000130, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Array_Add_ReturnValue) == 0x000160, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_GetActorForwardVector_ReturnValue_2) == 0x000164, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_GetActorForwardVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_BreakVector_X) == 0x000170, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_BreakVector_Y) == 0x000174, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_BreakVector_Z) == 0x000178, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Dot_VectorVector_ReturnValue) == 0x00017C, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000180, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_GetActorForwardVector_ReturnValue_3) == 0x000184, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_GetActorForwardVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000190, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x00019C, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, Temp_int_Loop_Counter_Variable_1) == 0x0001A8, "Member 'BP_CatFollow_C_CheckCollisionWithCats::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0001AC, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_IsPointInBoxWithTransform_ReturnValue) == 0x0001B8, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_IsPointInBoxWithTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Less_IntInt_ReturnValue) == 0x0001B9, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_BooleanAND_ReturnValue) == 0x0001BA, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_BooleanAND_ReturnValue_1) == 0x0001BB, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001BC, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Array_Get_Item_1) == 0x0001C0, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Array_Length_ReturnValue_1) == 0x0001C8, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001CC, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_IsValid_ReturnValue) == 0x0001CD, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0001D0, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x0001DC, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Normal_ReturnValue_1) == 0x0001E8, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x0001F4, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001F8, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0001FC, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_BooleanAND_ReturnValue_2) == 0x0001FD, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_CheckCollisionWithCats, CallFunc_BooleanAND_ReturnValue_3) == 0x0001FE, "Member 'BP_CatFollow_C_CheckCollisionWithCats::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_GetSpeedInRange \ static_assert(alignof(BP_CatFollow_C_GetSpeedInRange) == 0x000004, "Wrong alignment on BP_CatFollow_C_GetSpeedInRange"); \ static_assert(sizeof(BP_CatFollow_C_GetSpeedInRange) == 0x000010, "Wrong size on BP_CatFollow_C_GetSpeedInRange"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedInRange, Value) == 0x000000, "Member 'BP_CatFollow_C_GetSpeedInRange::Value' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedInRange, SpeedRange) == 0x000004, "Member 'BP_CatFollow_C_GetSpeedInRange::SpeedRange' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedInRange, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_CatFollow_C_GetSpeedInRange::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedInRange, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000009, "Member 'BP_CatFollow_C_GetSpeedInRange::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedInRange, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x00000A, "Member 'BP_CatFollow_C_GetSpeedInRange::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedInRange, CallFunc_InRange_FloatFloat_ReturnValue_2) == 0x00000B, "Member 'BP_CatFollow_C_GetSpeedInRange::CallFunc_InRange_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedInRange, CallFunc_InRange_FloatFloat_ReturnValue_3) == 0x00000C, "Member 'BP_CatFollow_C_GetSpeedInRange::CallFunc_InRange_FloatFloat_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_GetSpeedRatio \ static_assert(alignof(BP_CatFollow_C_GetSpeedRatio) == 0x000004, "Wrong alignment on BP_CatFollow_C_GetSpeedRatio"); \ static_assert(sizeof(BP_CatFollow_C_GetSpeedRatio) == 0x000048, "Wrong size on BP_CatFollow_C_GetSpeedRatio"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, ReturnValue) == 0x000000, "Member 'BP_CatFollow_C_GetSpeedRatio::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CurrentSpeed) == 0x000004, "Member 'BP_CatFollow_C_GetSpeedRatio::CurrentSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_GetWalkingMaxSpeed_ReturnValue) == 0x000008, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_GetWalkingMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_GetWalkingMaxSpeed_ReturnValue_1) == 0x000010, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_GetWalkingMaxSpeed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_FClamp_ReturnValue) == 0x000014, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_GetWalkingMaxSpeed_ReturnValue_2) == 0x000018, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_GetWalkingMaxSpeed_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_GetWalkingMaxSpeed_ReturnValue_3) == 0x000020, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_GetWalkingMaxSpeed_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_GetRunningMaxSpeed_ReturnValue) == 0x000024, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_GetRunningMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_GetVelocity_ReturnValue) == 0x000028, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000034, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_VSize_ReturnValue) == 0x000038, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_Add_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedRatio, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000044, "Member 'BP_CatFollow_C_GetSpeedRatio::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_GetSpeedAdapterLocation \ static_assert(alignof(BP_CatFollow_C_GetSpeedAdapterLocation) == 0x000004, "Wrong alignment on BP_CatFollow_C_GetSpeedAdapterLocation"); \ static_assert(sizeof(BP_CatFollow_C_GetSpeedAdapterLocation) == 0x0000CC, "Wrong size on BP_CatFollow_C_GetSpeedAdapterLocation"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, WorldLocation) == 0x000000, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, SpeedDir) == 0x00000C, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::SpeedDir' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, Near) == 0x000018, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::Near' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, Far) == 0x000024, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::Far' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_BreakVector_X) == 0x000030, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_BreakVector_Y) == 0x000034, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_BreakVector_Z) == 0x000038, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_BreakVector_X_1) == 0x00003C, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_BreakVector_Y_1) == 0x000040, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_BreakVector_Z_1) == 0x000044, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_Add_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00004C, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00005C, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000068, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000074, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000080, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_IsOnRail_ReturnValue) == 0x00008C, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000090, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00009C, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x0000A8, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0000B4, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_GetSpeedAdapterLocation, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0000C0, "Member 'BP_CatFollow_C_GetSpeedAdapterLocation::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_SetSplinePath \ static_assert(alignof(BP_CatFollow_C_SetSplinePath) == 0x000008, "Wrong alignment on BP_CatFollow_C_SetSplinePath"); \ static_assert(sizeof(BP_CatFollow_C_SetSplinePath) == 0x000008, "Wrong size on BP_CatFollow_C_SetSplinePath"); \ static_assert(offsetof(BP_CatFollow_C_SetSplinePath, SplinePath_0) == 0x000000, "Member 'BP_CatFollow_C_SetSplinePath::SplinePath_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_Update_LookAt \ static_assert(alignof(BP_CatFollow_C_Update_LookAt) == 0x000008, "Wrong alignment on BP_CatFollow_C_Update_LookAt"); \ static_assert(sizeof(BP_CatFollow_C_Update_LookAt) == 0x0001F0, "Wrong size on BP_CatFollow_C_Update_LookAt"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, TargetsInDistance) == 0x000000, "Member 'BP_CatFollow_C_Update_LookAt::TargetsInDistance' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, Temp_int_Array_Index_Variable_0) == 0x000010, "Member 'BP_CatFollow_C_Update_LookAt::Temp_int_Array_Index_Variable_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, Temp_int_Loop_Counter_Variable_0) == 0x000014, "Member 'BP_CatFollow_C_Update_LookAt::Temp_int_Loop_Counter_Variable_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'BP_CatFollow_C_Update_LookAt::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_RandomFloatInRange_ReturnValue) == 0x000024, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000028, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Less_FloatFloat_ReturnValue) == 0x00002D, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000035, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00003C, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000040, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Subtract_IntInt_ReturnValue) == 0x000044, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, Temp_int_Array_Index_Variable_1) == 0x000048, "Member 'BP_CatFollow_C_Update_LookAt::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_RandomIntegerInRange_ReturnValue_1) == 0x00004C, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_RandomIntegerInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Array_Get_Item_0) == 0x000050, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Array_Get_Item_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_GetObjectName_ReturnValue) == 0x000068, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_FindPlayerCatPawn_Cat) == 0x000078, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Array_Length_ReturnValue_2) == 0x000080, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Array_Get_Item_2) == 0x000088, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Array_Length_ReturnValue_3) == 0x000090, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_GetHorizontalDistanceTo_ReturnValue) == 0x000094, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_GetHorizontalDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Less_IntInt_ReturnValue_1) == 0x000098, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000099, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00009A, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Array_Add_ReturnValue) == 0x00009C, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_BooleanAND_ReturnValue) == 0x0000A0, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_IsValid_ReturnValue_1) == 0x0000A1, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_FindPlayerCatPawn_Cat_1) == 0x0000A8, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_GetHeadSocket__outComponent) == 0x0000B0, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_GetHeadSocket__outComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_GetHeadSocket__outSocketName) == 0x0000B8, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_GetHeadSocket__outSocketName' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, K2Node_MakeStruct_LookAtData_0) == 0x0000C0, "Member 'BP_CatFollow_C_Update_LookAt::K2Node_MakeStruct_LookAtData_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, K2Node_MakeStruct_LookAtData_1_0) == 0x0000F8, "Member 'BP_CatFollow_C_Update_LookAt::K2Node_MakeStruct_LookAtData_1_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000130, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Add_FloatFloat_ReturnValue) == 0x000134, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000138, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Conv_FloatToString_ReturnValue) == 0x000140, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000150, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_IsValid_ReturnValue_2) == 0x000160, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_GetObjectName_ReturnValue_1) == 0x000168, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, K2Node_MakeStruct_LookAtData_2_0) == 0x000178, "Member 'BP_CatFollow_C_Update_LookAt::K2Node_MakeStruct_LookAtData_2_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, CallFunc_IsValid_ReturnValue_3) == 0x0001B0, "Member 'BP_CatFollow_C_Update_LookAt::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Update_LookAt, K2Node_MakeStruct_LookAtData_3_0) == 0x0001B8, "Member 'BP_CatFollow_C_Update_LookAt::K2Node_MakeStruct_LookAtData_3_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_ClampTarget \ static_assert(alignof(BP_CatFollow_C_ClampTarget) == 0x000004, "Wrong alignment on BP_CatFollow_C_ClampTarget"); \ static_assert(sizeof(BP_CatFollow_C_ClampTarget) == 0x0000B4, "Wrong size on BP_CatFollow_C_ClampTarget"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, WidthParam) == 0x000000, "Member 'BP_CatFollow_C_ClampTarget::WidthParam' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, DistanceMax) == 0x000004, "Member 'BP_CatFollow_C_ClampTarget::DistanceMax' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, DistanceMin) == 0x000008, "Member 'BP_CatFollow_C_ClampTarget::DistanceMin' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000018, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00001C, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000020, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000024, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000028, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x00002C, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue) == 0x000044, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000048, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Add_FloatFloat_ReturnValue) == 0x000054, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Dot_VectorVector_ReturnValue) == 0x000058, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00005C, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_SignOfFloat_ReturnValue) == 0x000060, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Abs_ReturnValue) == 0x000064, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x000068, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_FMin_ReturnValue) == 0x00006C, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Abs_ReturnValue_1) == 0x000070, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000074, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_FMin_ReturnValue_1) == 0x000078, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00007C, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_SignOfFloat_ReturnValue_1) == 0x000088, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_SignOfFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x00008C, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000090, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Add_VectorVector_ReturnValue) == 0x00009C, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ClampTarget, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000A8, "Member 'BP_CatFollow_C_ClampTarget::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_Get_Spline_Params_at_Time \ static_assert(alignof(BP_CatFollow_C_Get_Spline_Params_at_Time) == 0x000004, "Wrong alignment on BP_CatFollow_C_Get_Spline_Params_at_Time"); \ static_assert(sizeof(BP_CatFollow_C_Get_Spline_Params_at_Time) == 0x0000F0, "Wrong size on BP_CatFollow_C_Get_Spline_Params_at_Time"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, TimeOnSpline) == 0x000000, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::TimeOnSpline' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, Param) == 0x000004, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::Param' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, Params_0) == 0x000020, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::Params_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, MinRatio) == 0x00003C, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::MinRatio' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, MaxRatio) == 0x000040, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::MaxRatio' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, Min) == 0x000044, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::Min' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, Max) == 0x000060, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::Max' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, Time) == 0x00007C, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::Time' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, Temp_int_Loop_Counter_Variable_0) == 0x000080, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::Temp_int_Loop_Counter_Variable_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, Temp_bool_True_if_break_was_hit_Variable) == 0x000088, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, Temp_int_Array_Index_Variable_0) == 0x00008C, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::Temp_int_Array_Index_Variable_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Not_PreBool_ReturnValue) == 0x000090, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000094, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000098, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00009C, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Lerp_ReturnValue) == 0x0000A0, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Lerp_ReturnValue_1) == 0x0000A4, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Lerp_ReturnValue_2) == 0x0000A8, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, K2Node_MakeStruct_CatFollowParams) == 0x0000AC, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::K2Node_MakeStruct_CatFollowParams' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Array_Get_Item_0) == 0x0000C8, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Array_Get_Item_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Array_Length_ReturnValue) == 0x0000E4, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_BooleanAND_ReturnValue) == 0x0000E9, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000EA, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000EB, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000EC, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_Get_Spline_Params_at_Time, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000ED, "Member 'BP_CatFollow_C_Get_Spline_Params_at_Time::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_SetPosTarget \ static_assert(alignof(BP_CatFollow_C_SetPosTarget) == 0x000008, "Wrong alignment on BP_CatFollow_C_SetPosTarget"); \ static_assert(sizeof(BP_CatFollow_C_SetPosTarget) == 0x000008, "Wrong size on BP_CatFollow_C_SetPosTarget"); \ static_assert(offsetof(BP_CatFollow_C_SetPosTarget, TargetActor) == 0x000000, "Member 'BP_CatFollow_C_SetPosTarget::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_UserConstructionScript \ static_assert(alignof(BP_CatFollow_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_CatFollow_C_UserConstructionScript"); \ static_assert(sizeof(BP_CatFollow_C_UserConstructionScript) == 0x000080, "Wrong size on BP_CatFollow_C_UserConstructionScript"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000000, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetSkeletalMesh_ReturnValue_1) == 0x000010, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetSkeletalMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetSkeletalMesh_ReturnValue_2) == 0x000020, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetSkeletalMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000028, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetSkeletalMesh_ReturnValue_3) == 0x000030, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetSkeletalMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000038, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetSkeletalMesh_ReturnValue_4) == 0x000040, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetSkeletalMesh_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000048, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetSkeletalMesh_ReturnValue_5) == 0x000050, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetSkeletalMesh_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000058, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetSkeletalMesh_ReturnValue_6) == 0x000060, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetSkeletalMesh_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000068, "Member 'BP_CatFollow_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000070, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_UserConstructionScript, CallFunc_GetSkeletalMesh_ReturnValue_7) == 0x000078, "Member 'BP_CatFollow_C_UserConstructionScript::CallFunc_GetSkeletalMesh_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_ReceiveTick \ static_assert(alignof(BP_CatFollow_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CatFollow_C_ReceiveTick"); \ static_assert(sizeof(BP_CatFollow_C_ReceiveTick) == 0x000004, "Wrong size on BP_CatFollow_C_ReceiveTick"); \ static_assert(offsetof(BP_CatFollow_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CatFollow_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_CatFollow_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatFollow_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_CatFollow_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_CatFollow_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_CatFollow_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_CatFollow_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_Update_Position_To_Follow \ static_assert(alignof(BP_CatFollow_C_Update_Position_To_Follow) == 0x000004, "Wrong alignment on BP_CatFollow_C_Update_Position_To_Follow"); \ static_assert(sizeof(BP_CatFollow_C_Update_Position_To_Follow) == 0x00000C, "Wrong size on BP_CatFollow_C_Update_Position_To_Follow"); \ static_assert(offsetof(BP_CatFollow_C_Update_Position_To_Follow, _targetLocation) == 0x000000, "Member 'BP_CatFollow_C_Update_Position_To_Follow::_targetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_ChangeSplineToFollow \ static_assert(alignof(BP_CatFollow_C_ChangeSplineToFollow) == 0x000008, "Wrong alignment on BP_CatFollow_C_ChangeSplineToFollow"); \ static_assert(sizeof(BP_CatFollow_C_ChangeSplineToFollow) == 0x000008, "Wrong size on BP_CatFollow_C_ChangeSplineToFollow"); \ static_assert(offsetof(BP_CatFollow_C_ChangeSplineToFollow, SplinePath_0) == 0x000000, "Member 'BP_CatFollow_C_ChangeSplineToFollow::SplinePath_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow \ static_assert(alignof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow) == 0x000008, "Wrong alignment on BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow"); \ static_assert(sizeof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow) == 0x000720, "Wrong size on BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, EntryPoint) == 0x000000, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Loop_Counter_Variable_0) == 0x000004, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Loop_Counter_Variable_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_IsClosed_Variable_0) == 0x000008, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_IsClosed_Variable_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Has_Been_Initd_Variable_0) == 0x000010, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Has_Been_Initd_Variable_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_float_Delay_Duration_Variable) == 0x000014, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_float_Delay_Duration_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Break_Variable) == 0x000018, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Break_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_FloatFloat_ReturnValue) == 0x000019, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanOR_ReturnValue) == 0x00001A, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00001C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Has_Been_Initd_Variable_1_0) == 0x000020, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Has_Been_Initd_Variable_1_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_float_Delay_Duration_Variable_1) == 0x000028, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_float_Delay_Duration_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Break_Variable_1) == 0x00002C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Break_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00002D, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanOR_ReturnValue_1) == 0x00002E, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000030, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_IsClosed_Variable_1_0) == 0x000034, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_IsClosed_Variable_1_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000038, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Array_Index_Variable_0) == 0x00003C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Array_Index_Variable_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_True_if_break_was_hit_Variable) == 0x000048, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Not_PreBool_ReturnValue_1) == 0x000051, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Not_PreBool_ReturnValue_2) == 0x000052, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, K2Node_Event_DeltaSeconds_0) == 0x000054, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::K2Node_Event_DeltaSeconds_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x000058, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetFollowSplineMaxSpeed_ReturnValue) == 0x00005C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetFollowSplineMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Has_Been_Initd_Variable_2_0) == 0x000060, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Has_Been_Initd_Variable_2_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000061, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000062, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetWorldDeltaSeconds_ReturnValue_3) == 0x000064, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetWorldDeltaSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_VectorVector_ReturnValue) == 0x000068, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000074, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000075, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FindPlayerCatPawn_Cat) == 0x000078, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x000081, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000082, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetActorForwardVector_ReturnValue) == 0x000084, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetFollowSplineMaxSpeed_ReturnValue_1) == 0x000090, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetFollowSplineMaxSpeed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000094, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Conv_FloatToString_ReturnValue) == 0x000098, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_String__CombineStrings_Multi_ReturnValue) == 0x0000A8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_String__CombineStrings_Multi_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000C4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Loop_Counter_Variable_2) == 0x0000C8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000CC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_IsClosed_Variable_2_0) == 0x0000D0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_IsClosed_Variable_2_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsValid_ReturnValue_1) == 0x0000D1, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000D4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_MakeVector_ReturnValue) == 0x0000D8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000E4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x0000F0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000100, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_String__CombineStrings_Multi_ReturnValue_1) == 0x000110, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_String__CombineStrings_Multi_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_String__CombineStrings_Multi_ReturnValue_2) == 0x000120, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_String__CombineStrings_Multi_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000130, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue) == 0x00013C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000140, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x00014C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsValid_ReturnValue_2) == 0x000158, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_1) == 0x00015C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_MakeVector_ReturnValue_1) == 0x000160, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Cross_VectorVector_ReturnValue) == 0x00016C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Cross_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x000178, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Normal_ReturnValue) == 0x000184, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetWorldDeltaSeconds_ReturnValue_4) == 0x000190, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetWorldDeltaSeconds_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FInterpTo_ReturnValue) == 0x000194, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FInterpTo_ReturnValue_1) == 0x000198, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Length_ReturnValue) == 0x00019C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsValid_ReturnValue_3) == 0x0001A0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetComponentByClass_ReturnValue) == 0x0001A8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0001B0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0001BC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0001C8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0001D4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0001E0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0001EC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetSplineLength_ReturnValue) == 0x0001F8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001FC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000208, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00020C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000218, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Normal_ReturnValue_1) == 0x000224, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000230, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Dot_VectorVector_ReturnValue) == 0x00023C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FClamp_ReturnValue) == 0x000240, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000244, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000248, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x00024C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x000250, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x00025C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FindPathToLocationSynchronously_ReturnValue) == 0x000268, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FindPathToLocationSynchronously_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetXY_ReturnValue) == 0x000270, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Normal_ReturnValue_2) == 0x00027C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Normal_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Length_ReturnValue_1) == 0x000288, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x00028C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000298, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Length_ReturnValue_2) == 0x0002A4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0002A8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_IntInt_ReturnValue) == 0x0002AC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0002B0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0002B4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue) == 0x0002B8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BreakVector_X) == 0x0002C4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BreakVector_Y) == 0x0002C8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BreakVector_Z) == 0x0002CC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_MakeVector_ReturnValue_2) == 0x0002D0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Normal_ReturnValue_3) == 0x0002DC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Normal_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetObjectName_ReturnValue) == 0x0002E8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Conv_StringToName_ReturnValue) == 0x0002F8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_VectorVector_ReturnValue_6) == 0x000300, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x00030C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_VSizeXY_ReturnValue) == 0x000318, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetWorldDeltaSeconds_ReturnValue_5) == 0x00031C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetWorldDeltaSeconds_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000320, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x000324, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000328, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00032C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, K2Node_ComponentBoundEvent__component) == 0x000330, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetAllActorsOfClass_OutActors) == 0x000338, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000348, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Get_Item_0) == 0x0003D0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Get_Item_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Length_ReturnValue_3) == 0x0003D8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_IntInt_ReturnValue) == 0x0003DC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsValid_ReturnValue_4) == 0x0003DD, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanAND_ReturnValue) == 0x0003DE, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Not_PreBool_ReturnValue_3) == 0x0003DF, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanAND_ReturnValue_1) == 0x0003E0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsValid_ReturnValue_5_0) == 0x0003E1, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsValid_ReturnValue_5_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_2) == 0x0003E4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x0003E8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Abs_ReturnValue) == 0x0003EC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_SignOfFloat_ReturnValue) == 0x0003F0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x0003F4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0003F8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_FloatFloat_ReturnValue) == 0x0003FC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2) == 0x000400, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00040C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Get_Spline_Params_at_Time_Param) == 0x000410, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Get_Spline_Params_at_Time_Param' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetSpeedInRange_SpeedRange) == 0x00042C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetSpeedInRange_SpeedRange' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_TimeIndependentLerpFloat_ReturnValue) == 0x000430, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_TimeIndependentLerpFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000438, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Has_Been_Initd_Variable_3_0) == 0x000448, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Has_Been_Initd_Variable_3_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Get_Item_1) == 0x000450, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Length_ReturnValue_4) == 0x000458, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_IntInt_ReturnValue_1) == 0x00045C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00045D, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x00045E, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanOR_ReturnValue_2) == 0x00045F, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Break_Variable_2) == 0x000460, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Break_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Add_ReturnValue) == 0x000464, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Has_Been_Initd_Variable_4_0) == 0x000468, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Has_Been_Initd_Variable_4_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_IsClosed_Variable_3_0) == 0x000469, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_IsClosed_Variable_3_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_IsClosed_Variable_4_0) == 0x00046A, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_IsClosed_Variable_4_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_TimeIndependentLerpFloat_ReturnValue_1) == 0x00046C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_TimeIndependentLerpFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Array_Index_Variable_2) == 0x000470, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Get_Item_2) == 0x000474, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_VectorVector_ReturnValue_7) == 0x000480, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000490, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Length_ReturnValue_5) == 0x0004A0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x0004A8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Length_ReturnValue_6) == 0x0004B8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_float_Delay_Duration_Variable_2) == 0x0004BC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_float_Delay_Duration_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_IntInt_ReturnValue_2) == 0x0004C0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x0004C4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_FloatFloat_ReturnValue_5) == 0x0004C8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanOR_ReturnValue_3) == 0x0004C9, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_5) == 0x0004CC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0004D0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x0004D4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0004D8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x0004DC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0004E0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_MakeVector_ReturnValue_3) == 0x0004E4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x0004F0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Has_Been_Initd_Variable_5_0) == 0x0004F4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Has_Been_Initd_Variable_5_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Loop_Counter_Variable_3) == 0x0004F8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_IntInt_ReturnValue_3) == 0x0004FC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_IntInt_ReturnValue_3) == 0x000500, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_6) == 0x000504, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000508, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x000514, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_VectorVector_ReturnValue_3) == 0x000520, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Array_Index_Variable_3) == 0x00052C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Normal_ReturnValue_4) == 0x000530, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Normal_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Get_Item_3) == 0x000540, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RotateAngleAxis_ReturnValue) == 0x000548, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RotateAngleAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x000554, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_3) == 0x000560, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_7) == 0x000564, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_VectorFloat_ReturnValue_4) == 0x000568, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_VectorFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_IsClosed_Variable_5_0) == 0x000574, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_IsClosed_Variable_5_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_8) == 0x000578, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_InternalBreakableDelay_ReturnValue_0) == 0x00057C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_InternalBreakableDelay_ReturnValue_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x000580, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_MapRangeClamped_ReturnValue) == 0x000584, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x000588, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetWorldDeltaSeconds_ReturnValue_6) == 0x00058C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetWorldDeltaSeconds_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsOnRail_ReturnValue) == 0x000590, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Not_PreBool_ReturnValue_4) == 0x000591, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanAND_ReturnValue_2) == 0x000592, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, K2Node_CustomEvent__targetLocation) == 0x000594, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::K2Node_CustomEvent__targetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanAND_ReturnValue_3) == 0x0005A0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x0005A4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x0005A8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetWorldDeltaSeconds_ReturnValue_7) == 0x0005AC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetWorldDeltaSeconds_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_TimeIndependentLerpFloat_ReturnValue_2) == 0x0005B0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_TimeIndependentLerpFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsMeowing_IsMeowing_0) == 0x0005B4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsMeowing_IsMeowing_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FindPlayerCatPawn_Cat_1) == 0x0005B8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Array_Index_Variable_4) == 0x0005C0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Get_Item_4) == 0x0005C8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Add_ReturnValue_1) == 0x0005D0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0005D4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsMeowing_IsMeowing_1) == 0x0005D5, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsMeowing_IsMeowing_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Loop_Counter_Variable_4) == 0x0005D8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_IntInt_ReturnValue_4) == 0x0005DC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_IntInt_ReturnValue_4) == 0x0005E0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0005E4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x0005E8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsMeowing_IsMeowing_2) == 0x0005EC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsMeowing_IsMeowing_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x0005ED, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x0005F0, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_9) == 0x0005F4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Greater_FloatFloat_ReturnValue_5) == 0x0005F8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Greater_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanAND_ReturnValue_4) == 0x0005F9, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_10) == 0x0005FC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Has_Been_Initd_Variable_6_0) == 0x000600, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Has_Been_Initd_Variable_6_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x000604, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Break_Variable_3) == 0x000608, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Break_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_CheckCollisionWithCats_Blocked) == 0x000609, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_CheckCollisionWithCats_Blocked' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_CheckCollisionWithCats_SpeedFactor) == 0x00060C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_CheckCollisionWithCats_SpeedFactor' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_CheckCollisionWithCats_instantaneous_blocked) == 0x000610, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_CheckCollisionWithCats_instantaneous_blocked' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_CheckCollisionWithCats_BlockedByPlayer) == 0x000611, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_CheckCollisionWithCats_BlockedByPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetWorldDeltaSeconds_ReturnValue_8) == 0x000614, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetWorldDeltaSeconds_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000618, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00061C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_RandomFloatInRange_ReturnValue_11) == 0x000620, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_RandomFloatInRange_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetWorldDeltaSeconds_ReturnValue_9) == 0x000624, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetWorldDeltaSeconds_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_TimeIndependentLerpFloat_ReturnValue_3) == 0x000628, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_TimeIndependentLerpFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_float_Delay_Duration_Variable_3) == 0x00062C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_float_Delay_Duration_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanAND_ReturnValue_5) == 0x000630, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x000634, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_FloatFloat_ReturnValue_6) == 0x000638, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_BooleanOR_ReturnValue_4) == 0x000639, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_Has_Been_Initd_Variable_7_0) == 0x00063A, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_Has_Been_Initd_Variable_7_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Greater_FloatFloat_ReturnValue_6) == 0x00063B, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Greater_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Loop_Counter_Variable_5) == 0x00063C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Less_IntInt_ReturnValue_5) == 0x000640, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_IntInt_ReturnValue_5) == 0x000644, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, K2Node_CustomEvent_SplinePath) == 0x000648, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::K2Node_CustomEvent_SplinePath' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_IsClosed_Variable_6_0) == 0x000650, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_IsClosed_Variable_6_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsValid_ReturnValue_6_0) == 0x000651, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsValid_ReturnValue_6_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_bool_IsClosed_Variable_7_0) == 0x000652, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_bool_IsClosed_Variable_7_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000658, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, Temp_int_Array_Index_Variable_5) == 0x000660, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Get_Item_5) == 0x000668, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Add_ReturnValue_2) == 0x000670, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000674, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetSplineLength_ReturnValue_1) == 0x000678, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetSplineLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x00067C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, K2Node_MakeStruct_LookAtData_0) == 0x000680, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::K2Node_MakeStruct_LookAtData_0' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, K2Node_MakeStruct_CatFollowParams) == 0x0006B8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::K2Node_MakeStruct_CatFollowParams' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Array_Add_ReturnValue_3) == 0x0006D4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_IsOnRail_ReturnValue_1) == 0x0006D8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_IsOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x0006DC, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_VectorVector_ReturnValue_8) == 0x0006E8, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_VectorVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_K2_GetActorLocation_ReturnValue_10) == 0x0006F4, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_K2_GetActorLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_4) == 0x000700, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetHorizontalDistanceTo_ReturnValue) == 0x000704, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetHorizontalDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000708, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00070C, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_3) == 0x000710, "Member 'BP_CatFollow_C_ExecuteUbergraph_BP_CatFollow::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatFollow_C \ static_assert(alignof(ABP_CatFollow_C) == 0x000010, "Wrong alignment on ABP_CatFollow_C"); \ static_assert(sizeof(ABP_CatFollow_C) == 0x005710, "Wrong size on ABP_CatFollow_C"); \ static_assert(offsetof(ABP_CatFollow_C, UberGraphFrame_BP_CatFollow_C) == 0x0054B8, "Member 'ABP_CatFollow_C::UberGraphFrame_BP_CatFollow_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Spline1) == 0x0054C0, "Member 'ABP_CatFollow_C::Spline1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LookAtInterestPoint) == 0x0054C8, "Member 'ABP_CatFollow_C::LookAtInterestPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Spline) == 0x0054D0, "Member 'ABP_CatFollow_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, cat) == 0x0054D8, "Member 'ABP_CatFollow_C::cat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Activate) == 0x0054E0, "Member 'ABP_CatFollow_C::Activate' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, RadiusApproach) == 0x0054E4, "Member 'ABP_CatFollow_C::RadiusApproach' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, RadiusApproachHysteresis) == 0x0054E8, "Member 'ABP_CatFollow_C::RadiusApproachHysteresis' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, RadiusRun) == 0x0054EC, "Member 'ABP_CatFollow_C::RadiusRun' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, DistanceToTarget) == 0x0054F0, "Member 'ABP_CatFollow_C::DistanceToTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, TargetPosition) == 0x0054F4, "Member 'ABP_CatFollow_C::TargetPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Target) == 0x005500, "Member 'ABP_CatFollow_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Idle) == 0x005508, "Member 'ABP_CatFollow_C::Idle' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, SpeedRatio) == 0x00550C, "Member 'ABP_CatFollow_C::SpeedRatio' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Debug) == 0x005510, "Member 'ABP_CatFollow_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CatSequence) == 0x005518, "Member 'ABP_CatFollow_C::CatSequence' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CatSequenceCurrent) == 0x005528, "Member 'ABP_CatFollow_C::CatSequenceCurrent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, SplinePath) == 0x005530, "Member 'ABP_CatFollow_C::SplinePath' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, SplinePathComp) == 0x005538, "Member 'ABP_CatFollow_C::SplinePathComp' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, TargetPositionOnSpline) == 0x005540, "Member 'ABP_CatFollow_C::TargetPositionOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CatPositionOnSpline) == 0x00554C, "Member 'ABP_CatFollow_C::CatPositionOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CatPositionToReachOnSpline) == 0x005558, "Member 'ABP_CatFollow_C::CatPositionToReachOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, ForwardDirectionOnSpline) == 0x005564, "Member 'ABP_CatFollow_C::ForwardDirectionOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, SideDirectionOnSpline) == 0x005570, "Member 'ABP_CatFollow_C::SideDirectionOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LengthMin) == 0x00557C, "Member 'ABP_CatFollow_C::LengthMin' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LengthMax) == 0x005580, "Member 'ABP_CatFollow_C::LengthMax' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LengthTarget) == 0x005584, "Member 'ABP_CatFollow_C::LengthTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LengthCurrent) == 0x005588, "Member 'ABP_CatFollow_C::LengthCurrent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Width) == 0x00558C, "Member 'ABP_CatFollow_C::Width' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, WidthTarget) == 0x005590, "Member 'ABP_CatFollow_C::WidthTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, WidthCurrent) == 0x005594, "Member 'ABP_CatFollow_C::WidthCurrent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, TargetDistanceOnSpline) == 0x005598, "Member 'ABP_CatFollow_C::TargetDistanceOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CatDistanceOnSpline) == 0x00559C, "Member 'ABP_CatFollow_C::CatDistanceOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, ParamModifierZone) == 0x0055A0, "Member 'ABP_CatFollow_C::ParamModifierZone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, SplineParams) == 0x0055B0, "Member 'ABP_CatFollow_C::SplineParams' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, TargetGizmoLocation) == 0x0055C0, "Member 'ABP_CatFollow_C::TargetGizmoLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CatSplineparams) == 0x0055CC, "Member 'ABP_CatFollow_C::CatSplineparams' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CatGizmoLocation) == 0x0055E8, "Member 'ABP_CatFollow_C::CatGizmoLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, NavTargetPosition) == 0x0055F4, "Member 'ABP_CatFollow_C::NavTargetPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CatPosition) == 0x005600, "Member 'ABP_CatFollow_C::CatPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, TargetGizmoDistanceOnSpline) == 0x00560C, "Member 'ABP_CatFollow_C::TargetGizmoDistanceOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Fur_Color) == 0x005610, "Member 'ABP_CatFollow_C::Fur_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LookAt_ID) == 0x005614, "Member 'ABP_CatFollow_C::LookAt_ID' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CurrentLookAtTarget) == 0x005620, "Member 'ABP_CatFollow_C::CurrentLookAtTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LookAt_Struct) == 0x005628, "Member 'ABP_CatFollow_C::LookAt_Struct' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LookAt_Timer) == 0x005648, "Member 'ABP_CatFollow_C::LookAt_Timer' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LookAtActive) == 0x00564C, "Member 'ABP_CatFollow_C::LookAtActive' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LookAt_ChangeTargetTimer) == 0x005650, "Member 'ABP_CatFollow_C::LookAt_ChangeTargetTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LookAt_TargetIndex) == 0x005654, "Member 'ABP_CatFollow_C::LookAt_TargetIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LookAt_TargetIndexMax) == 0x005658, "Member 'ABP_CatFollow_C::LookAt_TargetIndexMax' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LookAtTarget_Timer) == 0x00565C, "Member 'ABP_CatFollow_C::LookAtTarget_Timer' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, LookAtTarget_List) == 0x005660, "Member 'ABP_CatFollow_C::LookAtTarget_List' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, NavLastPoint) == 0x005670, "Member 'ABP_CatFollow_C::NavLastPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, TimeToComeAfterCatPlayerCalling) == 0x00567C, "Member 'ABP_CatFollow_C::TimeToComeAfterCatPlayerCalling' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, BringCloserToTarget) == 0x005680, "Member 'ABP_CatFollow_C::BringCloserToTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, NewTargetGizmoDistanceOnSpline) == 0x005684, "Member 'ABP_CatFollow_C::NewTargetGizmoDistanceOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, SpeedObstacleFactorCurrent) == 0x005688, "Member 'ABP_CatFollow_C::SpeedObstacleFactorCurrent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, SpeedObstacleFactorTarget) == 0x00568C, "Member 'ABP_CatFollow_C::SpeedObstacleFactorTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, SpeedRatioTarget) == 0x005690, "Member 'ABP_CatFollow_C::SpeedRatioTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CallingFactor) == 0x005694, "Member 'ABP_CatFollow_C::CallingFactor' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, BringCloserAngle) == 0x005698, "Member 'ABP_CatFollow_C::BringCloserAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, BringCloserToTarget_Direction) == 0x00569C, "Member 'ABP_CatFollow_C::BringCloserToTarget_Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, BringCloserDistance) == 0x0056A8, "Member 'ABP_CatFollow_C::BringCloserDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, UpdateLookAtWhenDeactivate) == 0x0056AC, "Member 'ABP_CatFollow_C::UpdateLookAtWhenDeactivate' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, IsBlocked) == 0x0056AD, "Member 'ABP_CatFollow_C::IsBlocked' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, TimeBlock) == 0x0056B0, "Member 'ABP_CatFollow_C::TimeBlock' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, UnlockObstacle) == 0x0056B4, "Member 'ABP_CatFollow_C::UnlockObstacle' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, IsBlockByPlayer) == 0x0056B5, "Member 'ABP_CatFollow_C::IsBlockByPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Cat_Player) == 0x0056B8, "Member 'ABP_CatFollow_C::Cat_Player' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, PushSpeed) == 0x0056C0, "Member 'ABP_CatFollow_C::PushSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, meowFrequencyWhenBlocked) == 0x0056C4, "Member 'ABP_CatFollow_C::meowFrequencyWhenBlocked' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, DistanceToPlayerOnSpline) == 0x0056C8, "Member 'ABP_CatFollow_C::DistanceToPlayerOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, BlockCat) == 0x0056D0, "Member 'ABP_CatFollow_C::BlockCat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, isAvailableForSequence) == 0x0056E0, "Member 'ABP_CatFollow_C::isAvailableForSequence' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, NearestCatDistance) == 0x0056E4, "Member 'ABP_CatFollow_C::NearestCatDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, CanForceJump) == 0x0056E8, "Member 'ABP_CatFollow_C::CanForceJump' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, ForceJumpRadius) == 0x0056EC, "Member 'ABP_CatFollow_C::ForceJumpRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, usedBySpeedAdaptator) == 0x0056F0, "Member 'ABP_CatFollow_C::usedBySpeedAdaptator' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Pathfinding_Context) == 0x0056F8, "Member 'ABP_CatFollow_C::Pathfinding_Context' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, useNavmesh) == 0x005700, "Member 'ABP_CatFollow_C::useNavmesh' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, canBeCalledByPlayer) == 0x005701, "Member 'ABP_CatFollow_C::canBeCalledByPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollow_C, Target_LocationTemp) == 0x005704, "Member 'ABP_CatFollow_C::Target_LocationTemp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable \ static_assert(alignof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable) == 0x000008, "Wrong alignment on COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable"); \ static_assert(sizeof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable) == 0x0001A0, "Wrong size on COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, EntryPoint) == 0x000000, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, Temp_byte_Variable) == 0x000010, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, Temp_bool_Variable) == 0x000011, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, Temp_bool_Variable_1) == 0x000012, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetUsingCat_ReturnValue) == 0x000018, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetUsingCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetUsingCat_ReturnValue_1) == 0x000020, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetUsingCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000034, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_Add_FloatFloat_ReturnValue) == 0x000040, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_Not_PreBool_ReturnValue) == 0x000044, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000045, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetUsingCat_ReturnValue_2) == 0x000048, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetUsingCat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_BooleanAND_ReturnValue) == 0x000050, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_MakeLiteralName_ReturnValue) == 0x000054, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetOwner_ReturnValue) == 0x000060, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, K2Node_MakeStruct_LookAtData) == 0x000068, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::K2Node_MakeStruct_LookAtData' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetUsingCat_ReturnValue_3) == 0x0000A0, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetUsingCat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000A8, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_IsCatButtonPressed_ReturnValue) == 0x0000A9, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_IsCatButtonPressed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetRawStickInput_ReturnValue) == 0x0000AC, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetRawStickInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetInputThreshold_ReturnValue) == 0x0000B8, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetInputThreshold_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_VSize_ReturnValue) == 0x0000BC, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0000C0, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, K2Node_Event__cat_2) == 0x0000C8, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::K2Node_Event__cat_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, K2Node_Event__cat_1) == 0x0000D0, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::K2Node_Event__cat_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetClosestInteraction_ReturnValue) == 0x0000D8, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetClosestInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000E0, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_BooleanAND_ReturnValue_1) == 0x0000E1, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_IsUseEnabled_ReturnValue) == 0x0000E2, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_IsUseEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_BooleanAND_ReturnValue_2) == 0x0000E3, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000E4, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, K2Node_Event__cat) == 0x0000F0, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::K2Node_Event__cat' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetAnimInstance_ReturnValue) == 0x0000F8, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetUsingCat_ReturnValue_4) == 0x000100, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetUsingCat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, K2Node_DynamicCast_AsABP_Cat_New) == 0x000108, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::K2Node_DynamicCast_AsABP_Cat_New' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetActorRightVector_ReturnValue) == 0x000114, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_Dot_VectorVector_ReturnValue) == 0x000120, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetActorForwardVector_ReturnValue) == 0x000124, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetUsingCat_ReturnValue_5) == 0x000130, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetUsingCat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x000138, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00013C, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_GetActorUpVector_ReturnValue) == 0x000148, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000154, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000160, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x00016C, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_MakeRotFromXZ_ReturnValue) == 0x000178, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000184, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_BreakRotator_Roll) == 0x000190, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_BreakRotator_Pitch) == 0x000194, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_BreakRotator_Yaw) == 0x000198, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, CallFunc_Less_FloatFloat_ReturnValue) == 0x00019C, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable, K2Node_Select_Default) == 0x00019D, "Member 'COMP_CatPawPushable_C_ExecuteUbergraph_COMP_CatPawPushable::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatPawPushable_C__OnUseStarted \ static_assert(alignof(COMP_CatPawPushable_C__OnUseStarted) == 0x000008, "Wrong alignment on COMP_CatPawPushable_C__OnUseStarted"); \ static_assert(sizeof(COMP_CatPawPushable_C__OnUseStarted) == 0x000008, "Wrong size on COMP_CatPawPushable_C__OnUseStarted"); \ static_assert(offsetof(COMP_CatPawPushable_C__OnUseStarted, _cat) == 0x000000, "Member 'COMP_CatPawPushable_C__OnUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatPawPushable_C__OnAfterUseDone \ static_assert(alignof(COMP_CatPawPushable_C__OnAfterUseDone) == 0x000008, "Wrong alignment on COMP_CatPawPushable_C__OnAfterUseDone"); \ static_assert(sizeof(COMP_CatPawPushable_C__OnAfterUseDone) == 0x000008, "Wrong size on COMP_CatPawPushable_C__OnAfterUseDone"); \ static_assert(offsetof(COMP_CatPawPushable_C__OnAfterUseDone, _cat) == 0x000000, "Member 'COMP_CatPawPushable_C__OnAfterUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatPawPushable_C__OnBeforeUseDone \ static_assert(alignof(COMP_CatPawPushable_C__OnBeforeUseDone) == 0x000008, "Wrong alignment on COMP_CatPawPushable_C__OnBeforeUseDone"); \ static_assert(sizeof(COMP_CatPawPushable_C__OnBeforeUseDone) == 0x000008, "Wrong size on COMP_CatPawPushable_C__OnBeforeUseDone"); \ static_assert(offsetof(COMP_CatPawPushable_C__OnBeforeUseDone, _cat) == 0x000000, "Member 'COMP_CatPawPushable_C__OnBeforeUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatPawPushable_C_ReceiveTick \ static_assert(alignof(COMP_CatPawPushable_C_ReceiveTick) == 0x000004, "Wrong alignment on COMP_CatPawPushable_C_ReceiveTick"); \ static_assert(sizeof(COMP_CatPawPushable_C_ReceiveTick) == 0x000004, "Wrong size on COMP_CatPawPushable_C_ReceiveTick"); \ static_assert(offsetof(COMP_CatPawPushable_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'COMP_CatPawPushable_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatPawPushable_C_SetPushTarget \ static_assert(alignof(COMP_CatPawPushable_C_SetPushTarget) == 0x000004, "Wrong alignment on COMP_CatPawPushable_C_SetPushTarget"); \ static_assert(sizeof(COMP_CatPawPushable_C_SetPushTarget) == 0x00000C, "Wrong size on COMP_CatPawPushable_C_SetPushTarget"); \ static_assert(offsetof(COMP_CatPawPushable_C_SetPushTarget, Target) == 0x000000, "Member 'COMP_CatPawPushable_C_SetPushTarget::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatPawPushable_C_CanMeow \ static_assert(alignof(COMP_CatPawPushable_C_CanMeow) == 0x000001, "Wrong alignment on COMP_CatPawPushable_C_CanMeow"); \ static_assert(sizeof(COMP_CatPawPushable_C_CanMeow) == 0x000001, "Wrong size on COMP_CatPawPushable_C_CanMeow"); \ static_assert(offsetof(COMP_CatPawPushable_C_CanMeow, ReturnValue) == 0x000000, "Member 'COMP_CatPawPushable_C_CanMeow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatPawPushable_C_ShouldDisplayFeedbackWhileUsing \ static_assert(alignof(COMP_CatPawPushable_C_ShouldDisplayFeedbackWhileUsing) == 0x000001, "Wrong alignment on COMP_CatPawPushable_C_ShouldDisplayFeedbackWhileUsing"); \ static_assert(sizeof(COMP_CatPawPushable_C_ShouldDisplayFeedbackWhileUsing) == 0x000001, "Wrong size on COMP_CatPawPushable_C_ShouldDisplayFeedbackWhileUsing"); \ static_assert(offsetof(COMP_CatPawPushable_C_ShouldDisplayFeedbackWhileUsing, ReturnValue) == 0x000000, "Member 'COMP_CatPawPushable_C_ShouldDisplayFeedbackWhileUsing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatPawPushable_C_IsUseEnabled \ static_assert(alignof(COMP_CatPawPushable_C_IsUseEnabled) == 0x000001, "Wrong alignment on COMP_CatPawPushable_C_IsUseEnabled"); \ static_assert(sizeof(COMP_CatPawPushable_C_IsUseEnabled) == 0x000006, "Wrong size on COMP_CatPawPushable_C_IsUseEnabled"); \ static_assert(offsetof(COMP_CatPawPushable_C_IsUseEnabled, ReturnValue) == 0x000000, "Member 'COMP_CatPawPushable_C_IsUseEnabled::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_IsUseEnabled, CallFunc_IsBeingUsed_ReturnValue) == 0x000001, "Member 'COMP_CatPawPushable_C_IsUseEnabled::CallFunc_IsBeingUsed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_IsUseEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'COMP_CatPawPushable_C_IsUseEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_IsUseEnabled, CallFunc_IsUseEnabled_ReturnValue) == 0x000003, "Member 'COMP_CatPawPushable_C_IsUseEnabled::CallFunc_IsUseEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_IsUseEnabled, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'COMP_CatPawPushable_C_IsUseEnabled::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatPawPushable_C_IsUseEnabled, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'COMP_CatPawPushable_C_IsUseEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_CatPawPushable_C \ static_assert(alignof(UCOMP_CatPawPushable_C) == 0x000010, "Wrong alignment on UCOMP_CatPawPushable_C"); \ static_assert(sizeof(UCOMP_CatPawPushable_C) == 0x000590, "Wrong size on UCOMP_CatPawPushable_C"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, UberGraphFrame) == 0x000530, "Member 'UCOMP_CatPawPushable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, SubAnimInstance) == 0x000538, "Member 'UCOMP_CatPawPushable_C::SubAnimInstance' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, AnimInstance) == 0x000540, "Member 'UCOMP_CatPawPushable_C::AnimInstance' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, PushTimer) == 0x000548, "Member 'UCOMP_CatPawPushable_C::PushTimer' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, HasBroadcastedPushEvent) == 0x00054C, "Member 'UCOMP_CatPawPushable_C::HasBroadcastedPushEvent' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, OnPawPushed) == 0x000550, "Member 'UCOMP_CatPawPushable_C::OnPawPushed' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, PushEventTime) == 0x000560, "Member 'UCOMP_CatPawPushable_C::PushEventTime' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, EarliestExitTime) == 0x000564, "Member 'UCOMP_CatPawPushable_C::EarliestExitTime' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, ShouldExit) == 0x000568, "Member 'UCOMP_CatPawPushable_C::ShouldExit' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, OverridePaw) == 0x000569, "Member 'UCOMP_CatPawPushable_C::OverridePaw' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, CanCancel) == 0x00056A, "Member 'UCOMP_CatPawPushable_C::CanCancel' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, ReTriggerPush) == 0x00056B, "Member 'UCOMP_CatPawPushable_C::ReTriggerPush' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, PushDistance) == 0x00056C, "Member 'UCOMP_CatPawPushable_C::PushDistance' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, PushTarget) == 0x000570, "Member 'UCOMP_CatPawPushable_C::PushTarget' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, PushDistanceX) == 0x00057C, "Member 'UCOMP_CatPawPushable_C::PushDistanceX' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, PushDistanceY) == 0x000580, "Member 'UCOMP_CatPawPushable_C::PushDistanceY' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatPawPushable_C, UseRightPaw) == 0x000584, "Member 'UCOMP_CatPawPushable_C::UseRightPaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable \ static_assert(alignof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable) == 0x000008, "Wrong alignment on COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable"); \ static_assert(sizeof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable) == 0x000210, "Wrong size on COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, EntryPoint) == 0x000000, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, Temp_byte_Variable) == 0x000010, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, Temp_bool_Variable) == 0x000011, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, Temp_bool_Variable_1) == 0x000012, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetUsingCat_ReturnValue) == 0x000020, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetUsingCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000034, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetActorUpVector_ReturnValue) == 0x000040, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00004C, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetUsingCat_ReturnValue_1) == 0x000058, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetUsingCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000060, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_MakeRotFromXZ_ReturnValue) == 0x00006C, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000078, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_BreakRotator_Roll) == 0x000084, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_BreakRotator_Pitch) == 0x000088, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_BreakRotator_Yaw) == 0x00008C, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000090, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_Add_FloatFloat_ReturnValue) == 0x000094, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetUsingCat_ReturnValue_2) == 0x0000A0, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetUsingCat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_MakeLiteralName_ReturnValue) == 0x0000A8, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetOwner_ReturnValue_1) == 0x0000B0, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, K2Node_MakeStruct_LookAtData) == 0x0000B8, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::K2Node_MakeStruct_LookAtData' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetUsingCat_ReturnValue_3) == 0x0000F0, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetUsingCat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000F8, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_IsCatButtonPressed_ReturnValue) == 0x0000F9, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_IsCatButtonPressed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetRawStickInput_ReturnValue) == 0x0000FC, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetRawStickInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetInputThreshold_ReturnValue) == 0x000108, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetInputThreshold_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_VSize_ReturnValue) == 0x00010C, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000110, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, K2Node_Event__cat_3) == 0x000118, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::K2Node_Event__cat_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, K2Node_Select_Default) == 0x000120, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, K2Node_Event__cat_2) == 0x000128, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::K2Node_Event__cat_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetClosestInteraction_ReturnValue) == 0x000130, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetClosestInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000138, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_BooleanAND_ReturnValue) == 0x000139, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_IsUseEnabled_ReturnValue) == 0x00013A, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_IsUseEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_BooleanAND_ReturnValue_1) == 0x00013B, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, K2Node_Event__cat_1) == 0x000140, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::K2Node_Event__cat_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetAnimInstance_ReturnValue) == 0x000148, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, K2Node_DynamicCast_AsABP_Cat_New) == 0x000150, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::K2Node_DynamicCast_AsABP_Cat_New' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_GetState_ReturnValue) == 0x000159, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, K2Node_SwitchEnum_CmpSuccess) == 0x00015A, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x00015B, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, K2Node_Event__cat) == 0x000160, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::K2Node_Event__cat' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_BooleanAND_ReturnValue_2) == 0x000168, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00016C, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_FindLookAtRotation_ReturnValue) == 0x000178, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000184, "Member 'COMP_CatMoveToPushable_C_ExecuteUbergraph_COMP_CatMoveToPushable::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToPushable_C__OnUseStarted \ static_assert(alignof(COMP_CatMoveToPushable_C__OnUseStarted) == 0x000008, "Wrong alignment on COMP_CatMoveToPushable_C__OnUseStarted"); \ static_assert(sizeof(COMP_CatMoveToPushable_C__OnUseStarted) == 0x000008, "Wrong size on COMP_CatMoveToPushable_C__OnUseStarted"); \ static_assert(offsetof(COMP_CatMoveToPushable_C__OnUseStarted, _cat) == 0x000000, "Member 'COMP_CatMoveToPushable_C__OnUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToPushable_C__OnAfterMoveUseStarted \ static_assert(alignof(COMP_CatMoveToPushable_C__OnAfterMoveUseStarted) == 0x000008, "Wrong alignment on COMP_CatMoveToPushable_C__OnAfterMoveUseStarted"); \ static_assert(sizeof(COMP_CatMoveToPushable_C__OnAfterMoveUseStarted) == 0x000008, "Wrong size on COMP_CatMoveToPushable_C__OnAfterMoveUseStarted"); \ static_assert(offsetof(COMP_CatMoveToPushable_C__OnAfterMoveUseStarted, _cat) == 0x000000, "Member 'COMP_CatMoveToPushable_C__OnAfterMoveUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToPushable_C__OnAfterUseDone \ static_assert(alignof(COMP_CatMoveToPushable_C__OnAfterUseDone) == 0x000008, "Wrong alignment on COMP_CatMoveToPushable_C__OnAfterUseDone"); \ static_assert(sizeof(COMP_CatMoveToPushable_C__OnAfterUseDone) == 0x000008, "Wrong size on COMP_CatMoveToPushable_C__OnAfterUseDone"); \ static_assert(offsetof(COMP_CatMoveToPushable_C__OnAfterUseDone, _cat) == 0x000000, "Member 'COMP_CatMoveToPushable_C__OnAfterUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToPushable_C__OnBeforeUseDone \ static_assert(alignof(COMP_CatMoveToPushable_C__OnBeforeUseDone) == 0x000008, "Wrong alignment on COMP_CatMoveToPushable_C__OnBeforeUseDone"); \ static_assert(sizeof(COMP_CatMoveToPushable_C__OnBeforeUseDone) == 0x000008, "Wrong size on COMP_CatMoveToPushable_C__OnBeforeUseDone"); \ static_assert(offsetof(COMP_CatMoveToPushable_C__OnBeforeUseDone, _cat) == 0x000000, "Member 'COMP_CatMoveToPushable_C__OnBeforeUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToPushable_C_ReceiveTick \ static_assert(alignof(COMP_CatMoveToPushable_C_ReceiveTick) == 0x000004, "Wrong alignment on COMP_CatMoveToPushable_C_ReceiveTick"); \ static_assert(sizeof(COMP_CatMoveToPushable_C_ReceiveTick) == 0x000004, "Wrong size on COMP_CatMoveToPushable_C_ReceiveTick"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'COMP_CatMoveToPushable_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToPushable_C_CanMeow \ static_assert(alignof(COMP_CatMoveToPushable_C_CanMeow) == 0x000001, "Wrong alignment on COMP_CatMoveToPushable_C_CanMeow"); \ static_assert(sizeof(COMP_CatMoveToPushable_C_CanMeow) == 0x000001, "Wrong size on COMP_CatMoveToPushable_C_CanMeow"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_CanMeow, ReturnValue) == 0x000000, "Member 'COMP_CatMoveToPushable_C_CanMeow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToPushable_C_ShouldDisplayFeedbackWhileUsing \ static_assert(alignof(COMP_CatMoveToPushable_C_ShouldDisplayFeedbackWhileUsing) == 0x000001, "Wrong alignment on COMP_CatMoveToPushable_C_ShouldDisplayFeedbackWhileUsing"); \ static_assert(sizeof(COMP_CatMoveToPushable_C_ShouldDisplayFeedbackWhileUsing) == 0x000001, "Wrong size on COMP_CatMoveToPushable_C_ShouldDisplayFeedbackWhileUsing"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_ShouldDisplayFeedbackWhileUsing, ReturnValue) == 0x000000, "Member 'COMP_CatMoveToPushable_C_ShouldDisplayFeedbackWhileUsing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToPushable_C_IsUseEnabled \ static_assert(alignof(COMP_CatMoveToPushable_C_IsUseEnabled) == 0x000001, "Wrong alignment on COMP_CatMoveToPushable_C_IsUseEnabled"); \ static_assert(sizeof(COMP_CatMoveToPushable_C_IsUseEnabled) == 0x000006, "Wrong size on COMP_CatMoveToPushable_C_IsUseEnabled"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_IsUseEnabled, ReturnValue) == 0x000000, "Member 'COMP_CatMoveToPushable_C_IsUseEnabled::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_IsUseEnabled, CallFunc_IsBeingUsed_ReturnValue) == 0x000001, "Member 'COMP_CatMoveToPushable_C_IsUseEnabled::CallFunc_IsBeingUsed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_IsUseEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'COMP_CatMoveToPushable_C_IsUseEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_IsUseEnabled, CallFunc_IsUseEnabled_ReturnValue) == 0x000003, "Member 'COMP_CatMoveToPushable_C_IsUseEnabled::CallFunc_IsUseEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_IsUseEnabled, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'COMP_CatMoveToPushable_C_IsUseEnabled::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToPushable_C_IsUseEnabled, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'COMP_CatMoveToPushable_C_IsUseEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_CatMoveToPushable_C \ static_assert(alignof(UCOMP_CatMoveToPushable_C) == 0x000010, "Wrong alignment on UCOMP_CatMoveToPushable_C"); \ static_assert(sizeof(UCOMP_CatMoveToPushable_C) == 0x0005F0, "Wrong size on UCOMP_CatMoveToPushable_C"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, UberGraphFrame) == 0x0005A0, "Member 'UCOMP_CatMoveToPushable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, SubAnimInstance) == 0x0005A8, "Member 'UCOMP_CatMoveToPushable_C::SubAnimInstance' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, AnimInstance) == 0x0005B0, "Member 'UCOMP_CatMoveToPushable_C::AnimInstance' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, XAngle) == 0x0005B8, "Member 'UCOMP_CatMoveToPushable_C::XAngle' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, YAngle) == 0x0005BC, "Member 'UCOMP_CatMoveToPushable_C::YAngle' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, PushTimer) == 0x0005C0, "Member 'UCOMP_CatMoveToPushable_C::PushTimer' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, HasBroadcastedPushEvent) == 0x0005C4, "Member 'UCOMP_CatMoveToPushable_C::HasBroadcastedPushEvent' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, OnPawPushed) == 0x0005C8, "Member 'UCOMP_CatMoveToPushable_C::OnPawPushed' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, PushEventTime) == 0x0005D8, "Member 'UCOMP_CatMoveToPushable_C::PushEventTime' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, UseRightPaw) == 0x0005DC, "Member 'UCOMP_CatMoveToPushable_C::UseRightPaw' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, EarliestExitTime) == 0x0005E0, "Member 'UCOMP_CatMoveToPushable_C::EarliestExitTime' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, ShouldExit) == 0x0005E4, "Member 'UCOMP_CatMoveToPushable_C::ShouldExit' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, OverridePaw) == 0x0005E5, "Member 'UCOMP_CatMoveToPushable_C::OverridePaw' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, CanCancel) == 0x0005E6, "Member 'UCOMP_CatMoveToPushable_C::CanCancel' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToPushable_C, ReTriggerPush) == 0x0005E7, "Member 'UCOMP_CatMoveToPushable_C::ReTriggerPush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers \ static_assert(alignof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers) == 0x000008, "Wrong alignment on UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers"); \ static_assert(sizeof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers) == 0x0000B0, "Wrong size on UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, EntryPoint) == 0x000000, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_bool_Variable) == 0x000005, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_byte_Variable) == 0x000006, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_byte_Variable_1) == 0x000007, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_bool_Variable_1) == 0x000008, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, K2Node_Select_Default) == 0x000009, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_byte_Variable_2) == 0x00000A, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_byte_Variable_3) == 0x00000B, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_float_Variable) == 0x00000C, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, K2Node_Select_Default_1) == 0x000010, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_float_Variable_1) == 0x000018, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_bool_Variable_2) == 0x00001C, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, K2Node_CustomEvent_Ratio) == 0x000020, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_wildcard_Variable) == 0x000028, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, K2Node_CreateDelegate_OutputDelegate_1) == 0x000044, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_bool_IsClosed_Variable) == 0x000054, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, Temp_bool_Has_Been_Initd_Variable) == 0x000055, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, K2Node_CustomEvent_Visible_1) == 0x000056, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::K2Node_CustomEvent_Visible_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, K2Node_CustomEvent_Visible) == 0x000057, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::K2Node_CustomEvent_Visible' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000058, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x000068, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_PlayAnimation_ReturnValue_1) == 0x000070, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, K2Node_CustomEvent_Float_1) == 0x000078, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::K2Node_CustomEvent_Float_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, K2Node_CustomEvent_Float) == 0x00007C, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::K2Node_CustomEvent_Float' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, K2Node_CustomEvent_time) == 0x000080, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::K2Node_CustomEvent_time' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x000088, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_StartEasingInterpolator_ReturnValue) == 0x000090, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_GetRenderOpacity_ReturnValue) == 0x000098, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_FMin_ReturnValue) == 0x00009C, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_IsValid_ReturnValue_1) == 0x0000A0, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_GetRenderOpacity_ReturnValue_1) == 0x0000A4, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_GetRenderOpacity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers, CallFunc_FMin_ReturnValue_1) == 0x0000A8, "Member 'UMG_Contextual_Triggers_C_ExecuteUbergraph_UMG_Contextual_Triggers::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Contextual_Triggers_C_FadeOut \ static_assert(alignof(UMG_Contextual_Triggers_C_FadeOut) == 0x000004, "Wrong alignment on UMG_Contextual_Triggers_C_FadeOut"); \ static_assert(sizeof(UMG_Contextual_Triggers_C_FadeOut) == 0x000004, "Wrong size on UMG_Contextual_Triggers_C_FadeOut"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_FadeOut, Time) == 0x000000, "Member 'UMG_Contextual_Triggers_C_FadeOut::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Contextual_Triggers_C_SetRightOpacity \ static_assert(alignof(UMG_Contextual_Triggers_C_SetRightOpacity) == 0x000004, "Wrong alignment on UMG_Contextual_Triggers_C_SetRightOpacity"); \ static_assert(sizeof(UMG_Contextual_Triggers_C_SetRightOpacity) == 0x000004, "Wrong size on UMG_Contextual_Triggers_C_SetRightOpacity"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_SetRightOpacity, Float) == 0x000000, "Member 'UMG_Contextual_Triggers_C_SetRightOpacity::Float' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Contextual_Triggers_C_SetLeftOpacity \ static_assert(alignof(UMG_Contextual_Triggers_C_SetLeftOpacity) == 0x000004, "Wrong alignment on UMG_Contextual_Triggers_C_SetLeftOpacity"); \ static_assert(sizeof(UMG_Contextual_Triggers_C_SetLeftOpacity) == 0x000004, "Wrong size on UMG_Contextual_Triggers_C_SetLeftOpacity"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_SetLeftOpacity, Float) == 0x000000, "Member 'UMG_Contextual_Triggers_C_SetLeftOpacity::Float' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Contextual_Triggers_C_SetRightVisible \ static_assert(alignof(UMG_Contextual_Triggers_C_SetRightVisible) == 0x000001, "Wrong alignment on UMG_Contextual_Triggers_C_SetRightVisible"); \ static_assert(sizeof(UMG_Contextual_Triggers_C_SetRightVisible) == 0x000001, "Wrong size on UMG_Contextual_Triggers_C_SetRightVisible"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_SetRightVisible, Visible) == 0x000000, "Member 'UMG_Contextual_Triggers_C_SetRightVisible::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Contextual_Triggers_C_SetLeftVisible \ static_assert(alignof(UMG_Contextual_Triggers_C_SetLeftVisible) == 0x000001, "Wrong alignment on UMG_Contextual_Triggers_C_SetLeftVisible"); \ static_assert(sizeof(UMG_Contextual_Triggers_C_SetLeftVisible) == 0x000001, "Wrong size on UMG_Contextual_Triggers_C_SetLeftVisible"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_SetLeftVisible, Visible) == 0x000000, "Member 'UMG_Contextual_Triggers_C_SetLeftVisible::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Contextual_Triggers_C_Tick_6246EF4646E19036986D72BAEDD2645E \ static_assert(alignof(UMG_Contextual_Triggers_C_Tick_6246EF4646E19036986D72BAEDD2645E) == 0x000004, "Wrong alignment on UMG_Contextual_Triggers_C_Tick_6246EF4646E19036986D72BAEDD2645E"); \ static_assert(sizeof(UMG_Contextual_Triggers_C_Tick_6246EF4646E19036986D72BAEDD2645E) == 0x000004, "Wrong size on UMG_Contextual_Triggers_C_Tick_6246EF4646E19036986D72BAEDD2645E"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_Tick_6246EF4646E19036986D72BAEDD2645E, Ratio) == 0x000000, "Member 'UMG_Contextual_Triggers_C_Tick_6246EF4646E19036986D72BAEDD2645E::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Contextual_Triggers_C_GetWidgetVisibility \ static_assert(alignof(UMG_Contextual_Triggers_C_GetWidgetVisibility) == 0x000001, "Wrong alignment on UMG_Contextual_Triggers_C_GetWidgetVisibility"); \ static_assert(sizeof(UMG_Contextual_Triggers_C_GetWidgetVisibility) == 0x000006, "Wrong size on UMG_Contextual_Triggers_C_GetWidgetVisibility"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_GetWidgetVisibility, ReturnValue) == 0x000000, "Member 'UMG_Contextual_Triggers_C_GetWidgetVisibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_GetWidgetVisibility, Temp_bool_Variable) == 0x000001, "Member 'UMG_Contextual_Triggers_C_GetWidgetVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_GetWidgetVisibility, Temp_byte_Variable) == 0x000002, "Member 'UMG_Contextual_Triggers_C_GetWidgetVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_GetWidgetVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'UMG_Contextual_Triggers_C_GetWidgetVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_GetWidgetVisibility, CallFunc_GetHUDEnabled_ReturnValue) == 0x000004, "Member 'UMG_Contextual_Triggers_C_GetWidgetVisibility::CallFunc_GetHUDEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Contextual_Triggers_C_GetWidgetVisibility, K2Node_Select_Default) == 0x000005, "Member 'UMG_Contextual_Triggers_C_GetWidgetVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Contextual_Triggers_C \ static_assert(alignof(UUMG_Contextual_Triggers_C) == 0x000008, "Wrong alignment on UUMG_Contextual_Triggers_C"); \ static_assert(sizeof(UUMG_Contextual_Triggers_C) == 0x000298, "Wrong size on UUMG_Contextual_Triggers_C"); \ static_assert(offsetof(UUMG_Contextual_Triggers_C, UberGraphFrame) == 0x000260, "Member 'UUMG_Contextual_Triggers_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Contextual_Triggers_C, RightIn) == 0x000268, "Member 'UUMG_Contextual_Triggers_C::RightIn' has a wrong offset!"); \ static_assert(offsetof(UUMG_Contextual_Triggers_C, LeftIn) == 0x000270, "Member 'UUMG_Contextual_Triggers_C::LeftIn' has a wrong offset!"); \ static_assert(offsetof(UUMG_Contextual_Triggers_C, CanvasPanel_0) == 0x000278, "Member 'UUMG_Contextual_Triggers_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UUMG_Contextual_Triggers_C, LeftTrigger) == 0x000280, "Member 'UUMG_Contextual_Triggers_C::LeftTrigger' has a wrong offset!"); \ static_assert(offsetof(UUMG_Contextual_Triggers_C, RightTrigger) == 0x000288, "Member 'UUMG_Contextual_Triggers_C::RightTrigger' has a wrong offset!"); \ static_assert(offsetof(UUMG_Contextual_Triggers_C, IsLeftVisible) == 0x000290, "Member 'UUMG_Contextual_Triggers_C::IsLeftVisible' has a wrong offset!"); \ static_assert(offsetof(UUMG_Contextual_Triggers_C, IsRightVisible) == 0x000291, "Member 'UUMG_Contextual_Triggers_C::IsRightVisible' has a wrong offset!"); \ static_assert(offsetof(UUMG_Contextual_Triggers_C, NewVar_0) == 0x000292, "Member 'UUMG_Contextual_Triggers_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim \ static_assert(alignof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim) == 0x000010, "Wrong alignment on COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim"); \ static_assert(sizeof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim) == 0x000140, "Wrong size on COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, EntryPoint) == 0x000000, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, K2Node_Event__cat_2) == 0x000008, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::K2Node_Event__cat_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_GetPlayLength_ReturnValue) == 0x000010, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000014, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x000018, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, K2Node_Event__cat_1) == 0x000020, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::K2Node_Event__cat_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000034, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_GetUpVector_ReturnValue) == 0x000040, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00004C, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_GetMoveToTarget__outTargetSocket) == 0x000058, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_GetMoveToTarget__outTargetSocket' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_GetMoveToTarget_ReturnValue) == 0x000060, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_GetMoveToTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_MakeRotFromZX_ReturnValue) == 0x000068, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_GetSocketTransform_ReturnValue) == 0x000080, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0000B0, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim, K2Node_Event__cat) == 0x000138, "Member 'COMP_CatMoveToAnim_C_ExecuteUbergraph_COMP_CatMoveToAnim::K2Node_Event__cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToAnim_C__OnBeforeUseDone \ static_assert(alignof(COMP_CatMoveToAnim_C__OnBeforeUseDone) == 0x000008, "Wrong alignment on COMP_CatMoveToAnim_C__OnBeforeUseDone"); \ static_assert(sizeof(COMP_CatMoveToAnim_C__OnBeforeUseDone) == 0x000008, "Wrong size on COMP_CatMoveToAnim_C__OnBeforeUseDone"); \ static_assert(offsetof(COMP_CatMoveToAnim_C__OnBeforeUseDone, _cat) == 0x000000, "Member 'COMP_CatMoveToAnim_C__OnBeforeUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToAnim_C__OnUseStarted \ static_assert(alignof(COMP_CatMoveToAnim_C__OnUseStarted) == 0x000008, "Wrong alignment on COMP_CatMoveToAnim_C__OnUseStarted"); \ static_assert(sizeof(COMP_CatMoveToAnim_C__OnUseStarted) == 0x000008, "Wrong size on COMP_CatMoveToAnim_C__OnUseStarted"); \ static_assert(offsetof(COMP_CatMoveToAnim_C__OnUseStarted, _cat) == 0x000000, "Member 'COMP_CatMoveToAnim_C__OnUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToAnim_C__OnAfterMoveUseStarted \ static_assert(alignof(COMP_CatMoveToAnim_C__OnAfterMoveUseStarted) == 0x000008, "Wrong alignment on COMP_CatMoveToAnim_C__OnAfterMoveUseStarted"); \ static_assert(sizeof(COMP_CatMoveToAnim_C__OnAfterMoveUseStarted) == 0x000008, "Wrong size on COMP_CatMoveToAnim_C__OnAfterMoveUseStarted"); \ static_assert(offsetof(COMP_CatMoveToAnim_C__OnAfterMoveUseStarted, _cat) == 0x000000, "Member 'COMP_CatMoveToAnim_C__OnAfterMoveUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToAnim_C_SetMoveToLocation \ static_assert(alignof(COMP_CatMoveToAnim_C_SetMoveToLocation) == 0x000008, "Wrong alignment on COMP_CatMoveToAnim_C_SetMoveToLocation"); \ static_assert(sizeof(COMP_CatMoveToAnim_C_SetMoveToLocation) == 0x000010, "Wrong size on COMP_CatMoveToAnim_C_SetMoveToLocation"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_SetMoveToLocation, MoveToLocation) == 0x000000, "Member 'COMP_CatMoveToAnim_C_SetMoveToLocation::MoveToLocation' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_SetMoveToLocation, MoveToLocationSocket) == 0x000008, "Member 'COMP_CatMoveToAnim_C_SetMoveToLocation::MoveToLocationSocket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToAnim_C_IsPlayingAnimation \ static_assert(alignof(COMP_CatMoveToAnim_C_IsPlayingAnimation) == 0x000008, "Wrong alignment on COMP_CatMoveToAnim_C_IsPlayingAnimation"); \ static_assert(sizeof(COMP_CatMoveToAnim_C_IsPlayingAnimation) == 0x000018, "Wrong size on COMP_CatMoveToAnim_C_IsPlayingAnimation"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_IsPlayingAnimation, IsPlayingAnimation_0) == 0x000000, "Member 'COMP_CatMoveToAnim_C_IsPlayingAnimation::IsPlayingAnimation_0' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_IsPlayingAnimation, CallFunc_GetUsingCat_ReturnValue) == 0x000008, "Member 'COMP_CatMoveToAnim_C_IsPlayingAnimation::CallFunc_GetUsingCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_IsPlayingAnimation, CallFunc_IsCustomAnimationEnabled_ReturnValue) == 0x000010, "Member 'COMP_CatMoveToAnim_C_IsPlayingAnimation::CallFunc_IsCustomAnimationEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToAnim_C_IsPlayingAnimation, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'COMP_CatMoveToAnim_C_IsPlayingAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_CatMoveToAnim_C \ static_assert(alignof(UCOMP_CatMoveToAnim_C) == 0x000010, "Wrong alignment on UCOMP_CatMoveToAnim_C"); \ static_assert(sizeof(UCOMP_CatMoveToAnim_C) == 0x0005F0, "Wrong size on UCOMP_CatMoveToAnim_C"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, UberGraphFrame) == 0x0005A0, "Member 'UCOMP_CatMoveToAnim_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, CustomAnim) == 0x0005A8, "Member 'UCOMP_CatMoveToAnim_C::CustomAnim' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, AnimationStarted) == 0x0005B0, "Member 'UCOMP_CatMoveToAnim_C::AnimationStarted' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, AnimStarted) == 0x0005C0, "Member 'UCOMP_CatMoveToAnim_C::AnimStarted' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, DoOnce) == 0x0005C1, "Member 'UCOMP_CatMoveToAnim_C::DoOnce' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, RotateAnimAccordingToCat) == 0x0005C2, "Member 'UCOMP_CatMoveToAnim_C::RotateAnimAccordingToCat' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, BlendCatPositionDuringAnimation) == 0x0005C3, "Member 'UCOMP_CatMoveToAnim_C::BlendCatPositionDuringAnimation' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, BlendTime) == 0x0005C4, "Member 'UCOMP_CatMoveToAnim_C::BlendTime' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, BeforeOnUseStarted) == 0x0005C8, "Member 'UCOMP_CatMoveToAnim_C::BeforeOnUseStarted' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, BeforeAfterMoveUseStarted) == 0x0005D8, "Member 'UCOMP_CatMoveToAnim_C::BeforeAfterMoveUseStarted' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToAnim_C, Enable_Look_At) == 0x0005E8, "Member 'UCOMP_CatMoveToAnim_C::Enable_Look_At' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase \ static_assert(alignof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase) == 0x000008, "Wrong alignment on BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase"); \ static_assert(sizeof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase) == 0x000588, "Wrong size on BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, EntryPoint) == 0x000000, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x000008, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_StartEasingInterpolator_ReturnValue) == 0x000010, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_CustomEvent_Ratio_1) == 0x000018, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_CustomEvent_Ratio_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_float_Variable) == 0x000020, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_float_Variable_1) == 0x000024, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_CustomEvent_Ratio) == 0x000028, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_bool_Variable) == 0x00002C, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000030, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_wildcard_Variable) == 0x000038, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000050, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_float_Variable_2) == 0x000060, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x000064, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000074, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_bool_Variable_1) == 0x000075, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_StartEasingInterpolator__interpolatorObject_1) == 0x000078, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_StartEasingInterpolator__interpolatorObject_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_StartEasingInterpolator_ReturnValue_1) == 0x000080, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_StartEasingInterpolator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_IsValid_ReturnValue_1) == 0x000088, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_float_Variable_3) == 0x00008C, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_wildcard_Variable_1) == 0x000090, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_wildcard_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_bool_Variable_2) == 0x000098, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Not_PreBool_ReturnValue) == 0x000099, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00009C, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000A0, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0000A8, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0000B0, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000B8, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000BC, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_SweepResult) == 0x0000C0, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_CustomEvent_Hit) == 0x000148, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_CustomEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x0001D0, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0001D8, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_GetUpVector_ReturnValue) == 0x0001E0, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001EC, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_GetUsingCat_ReturnValue) == 0x0001F8, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_GetUsingCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_GetUsingCat_ReturnValue_1) == 0x000200, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_GetUsingCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_GetActorRightVector_ReturnValue) == 0x000208, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000214, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000220, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_GetForwardVector_ReturnValue) == 0x00022C, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_MakeRotFromZX_ReturnValue) == 0x000238, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Dot_VectorVector_ReturnValue) == 0x000244, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000248, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Less_FloatFloat_ReturnValue) == 0x0002D0, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0002D1, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_bool_Break_Variable) == 0x0002D2, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_bool_Break_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x0002D8, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_SpawnSoundAttached_ReturnValue_2) == 0x0002E0, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_SpawnSoundAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002E8, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_WakingComponent) == 0x0002F8, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_WakingComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_BoneName_1) == 0x000300, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_BoneName_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_SleepingComponent) == 0x000308, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_SleepingComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_BoneName) == 0x000310, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_BoneName' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, Temp_float_Delay_Duration_Variable) == 0x000318, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::Temp_float_Delay_Duration_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00031C, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000320, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000321, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_BooleanOR_ReturnValue) == 0x000322, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_HitComponent) == 0x000328, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_OtherActor) == 0x000330, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_OtherComp) == 0x000338, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000340, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, K2Node_ComponentBoundEvent_Hit) == 0x00034C, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0003D4, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_FindHKPlayerController_HKPlayerController) == 0x0003E0, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_FindHKPlayerController_HKPlayerController_1) == 0x0003E8, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_FindHKPlayerController_HKPlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_FindHKPlayerController_HKPlayerController_2) == 0x0003F0, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_FindHKPlayerController_HKPlayerController_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_SpawnSoundAttached_ReturnValue_3) == 0x0003F8, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_SpawnSoundAttached_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000400, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_GetForwardVector_ReturnValue_1) == 0x00040C, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000418, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Add_VectorVector_ReturnValue) == 0x000424, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_VLerp_ReturnValue) == 0x000430, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x00043C, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000448, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_GetForwardVector_ReturnValue_2) == 0x0004D0, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_GetForwardVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0004DC, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0004E8, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_VLerp_ReturnValue_1) == 0x0004F4, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000500, "Member 'BP_CatButton_PushableMeshBase_C_ExecuteUbergraph_BP_CatButton_PushableMeshBase::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature \ static_assert(alignof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature \ static_assert(alignof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature) == 0x000010, "Wrong size on BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature, SleepingComponent) == 0x000000, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature::SleepingComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature, BoneName) == 0x000008, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_1_ComponentSleepSignature__DelegateSignature::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentWakeSignature__DelegateSignature \ static_assert(alignof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentWakeSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentWakeSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentWakeSignature__DelegateSignature) == 0x000010, "Wrong size on BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentWakeSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentWakeSignature__DelegateSignature, WakingComponent) == 0x000000, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentWakeSignature__DelegateSignature::WakingComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentWakeSignature__DelegateSignature, BoneName) == 0x000008, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableMeshBase_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentWakeSignature__DelegateSignature::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushableMeshBase_C_On_Impact \ static_assert(alignof(BP_CatButton_PushableMeshBase_C_On_Impact) == 0x000004, "Wrong alignment on BP_CatButton_PushableMeshBase_C_On_Impact"); \ static_assert(sizeof(BP_CatButton_PushableMeshBase_C_On_Impact) == 0x000088, "Wrong size on BP_CatButton_PushableMeshBase_C_On_Impact"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_On_Impact, Hit) == 0x000000, "Member 'BP_CatButton_PushableMeshBase_C_On_Impact::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatButton_PushableMeshBase_C_BndEvt__BP_CatButton_PushableBase_FallDetection_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAC22F546B \ static_assert(alignof(BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAC22F546B) == 0x000004, "Wrong alignment on BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAC22F546B"); \ static_assert(sizeof(BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAC22F546B) == 0x000004, "Wrong size on BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAC22F546B"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAC22F546B, Ratio) == 0x000000, "Member 'BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAC22F546B::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAF98BFE9B \ static_assert(alignof(BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAF98BFE9B) == 0x000004, "Wrong alignment on BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAF98BFE9B"); \ static_assert(sizeof(BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAF98BFE9B) == 0x000004, "Wrong size on BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAF98BFE9B"); \ static_assert(offsetof(BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAF98BFE9B, Ratio) == 0x000000, "Member 'BP_CatButton_PushableMeshBase_C_Tick_6246EF4646E19036986D72BAF98BFE9B::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatButton_PushableMeshBase_C \ static_assert(alignof(ABP_CatButton_PushableMeshBase_C) == 0x000008, "Wrong alignment on ABP_CatButton_PushableMeshBase_C"); \ static_assert(sizeof(ABP_CatButton_PushableMeshBase_C) == 0x0002E0, "Wrong size on ABP_CatButton_PushableMeshBase_C"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, UberGraphFrame) == 0x000228, "Member 'ABP_CatButton_PushableMeshBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, Scene) == 0x000230, "Member 'ABP_CatButton_PushableMeshBase_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, StaticMesh) == 0x000238, "Member 'ABP_CatButton_PushableMeshBase_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, GUIPos) == 0x000240, "Member 'ABP_CatButton_PushableMeshBase_C::GUIPos' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, PushDirection) == 0x000248, "Member 'ABP_CatButton_PushableMeshBase_C::PushDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, COMP_CatMoveToAnim) == 0x000250, "Member 'ABP_CatButton_PushableMeshBase_C::COMP_CatMoveToAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, CatPos) == 0x000258, "Member 'ABP_CatButton_PushableMeshBase_C::CatPos' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, CatArrow) == 0x000260, "Member 'ABP_CatButton_PushableMeshBase_C::CatArrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, COMP_PhysicsAudioComponent) == 0x000268, "Member 'ABP_CatButton_PushableMeshBase_C::COMP_PhysicsAudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, Streaming) == 0x000270, "Member 'ABP_CatButton_PushableMeshBase_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, Save) == 0x000278, "Member 'ABP_CatButton_PushableMeshBase_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, FallDetection) == 0x000280, "Member 'ABP_CatButton_PushableMeshBase_C::FallDetection' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, PawImpulsePoint) == 0x000288, "Member 'ABP_CatButton_PushableMeshBase_C::PawImpulsePoint' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, DefaultSceneRoot) == 0x000290, "Member 'ABP_CatButton_PushableMeshBase_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, IsFalling) == 0x000298, "Member 'ABP_CatButton_PushableMeshBase_C::IsFalling' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, PushForwardCat) == 0x000299, "Member 'ABP_CatButton_PushableMeshBase_C::PushForwardCat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, Impulse1Strength) == 0x00029C, "Member 'ABP_CatButton_PushableMeshBase_C::Impulse1Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, Impulse2Strength) == 0x0002A0, "Member 'ABP_CatButton_PushableMeshBase_C::Impulse2Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, CanApplyImpulse) == 0x0002A4, "Member 'ABP_CatButton_PushableMeshBase_C::CanApplyImpulse' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, Impulse3Strength) == 0x0002A8, "Member 'ABP_CatButton_PushableMeshBase_C::Impulse3Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, PushableSound) == 0x0002B0, "Member 'ABP_CatButton_PushableMeshBase_C::PushableSound' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, RightPawAnim) == 0x0002B8, "Member 'ABP_CatButton_PushableMeshBase_C::RightPawAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, LeftPawAnim) == 0x0002C0, "Member 'ABP_CatButton_PushableMeshBase_C::LeftPawAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, FirstImpactSound) == 0x0002C8, "Member 'ABP_CatButton_PushableMeshBase_C::FirstImpactSound' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushableMeshBase_C, ColliderInitPos) == 0x0002D0, "Member 'ABP_CatButton_PushableMeshBase_C::ColliderInitPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat \ static_assert(alignof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat) == 0x000008, "Wrong alignment on BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat"); \ static_assert(sizeof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat) == 0x0000A0, "Wrong size on BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, EntryPoint) == 0x000000, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, Temp_float_Variable) == 0x000004, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_MakeLiteralByte_ReturnValue) == 0x000008, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, K2Node_CustomEvent_Ratio) == 0x00000C, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x000010, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_StartEasingInterpolator_ReturnValue) == 0x000018, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, Temp_bool_Variable) == 0x000020, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, Temp_wildcard_Variable) == 0x000048, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, Temp_float_Variable_1) == 0x000050, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_GetActorScale3D_ReturnValue) == 0x000054, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000060, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_BreakVector_X) == 0x00006C, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_BreakVector_Y) == 0x000070, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_BreakVector_Z) == 0x000074, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_BreakVector_X_1) == 0x000078, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_BreakVector_Y_1) == 0x00007C, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_BreakVector_Z_1) == 0x000080, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_MakeVector_ReturnValue) == 0x000084, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat, CallFunc_VLerp_ReturnValue) == 0x000090, "Member 'BP_ScriptedPaintSplat_C_ExecuteUbergraph_BP_ScriptedPaintSplat::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ScriptedPaintSplat_C_Tick_6246EF4646E19036986D72BA52C6A03B \ static_assert(alignof(BP_ScriptedPaintSplat_C_Tick_6246EF4646E19036986D72BA52C6A03B) == 0x000004, "Wrong alignment on BP_ScriptedPaintSplat_C_Tick_6246EF4646E19036986D72BA52C6A03B"); \ static_assert(sizeof(BP_ScriptedPaintSplat_C_Tick_6246EF4646E19036986D72BA52C6A03B) == 0x000004, "Wrong size on BP_ScriptedPaintSplat_C_Tick_6246EF4646E19036986D72BA52C6A03B"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_Tick_6246EF4646E19036986D72BA52C6A03B, Ratio) == 0x000000, "Member 'BP_ScriptedPaintSplat_C_Tick_6246EF4646E19036986D72BA52C6A03B::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ScriptedPaintSplat_C_UserConstructionScript \ static_assert(alignof(BP_ScriptedPaintSplat_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_ScriptedPaintSplat_C_UserConstructionScript"); \ static_assert(sizeof(BP_ScriptedPaintSplat_C_UserConstructionScript) == 0x000008, "Wrong size on BP_ScriptedPaintSplat_C_UserConstructionScript"); \ static_assert(offsetof(BP_ScriptedPaintSplat_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_ScriptedPaintSplat_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ScriptedPaintSplat_C \ static_assert(alignof(ABP_ScriptedPaintSplat_C) == 0x000008, "Wrong alignment on ABP_ScriptedPaintSplat_C"); \ static_assert(sizeof(ABP_ScriptedPaintSplat_C) == 0x000270, "Wrong size on ABP_ScriptedPaintSplat_C"); \ static_assert(offsetof(ABP_ScriptedPaintSplat_C, UberGraphFrame) == 0x000228, "Member 'ABP_ScriptedPaintSplat_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ScriptedPaintSplat_C, Box) == 0x000230, "Member 'ABP_ScriptedPaintSplat_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_ScriptedPaintSplat_C, Arrow) == 0x000238, "Member 'ABP_ScriptedPaintSplat_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_ScriptedPaintSplat_C, Decal) == 0x000240, "Member 'ABP_ScriptedPaintSplat_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ABP_ScriptedPaintSplat_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_ScriptedPaintSplat_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_ScriptedPaintSplat_C, BaseScale) == 0x000250, "Member 'ABP_ScriptedPaintSplat_C::BaseScale' has a wrong offset!"); \ static_assert(offsetof(ABP_ScriptedPaintSplat_C, DynaMat_Paint) == 0x000260, "Member 'ABP_ScriptedPaintSplat_C::DynaMat_Paint' has a wrong offset!"); \ static_assert(offsetof(ABP_ScriptedPaintSplat_C, Delay) == 0x000268, "Member 'ABP_ScriptedPaintSplat_C::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AN_CanExitAnimation_C_Received_Notify \ static_assert(alignof(AN_CanExitAnimation_C_Received_Notify) == 0x000008, "Wrong alignment on AN_CanExitAnimation_C_Received_Notify"); \ static_assert(sizeof(AN_CanExitAnimation_C_Received_Notify) == 0x000030, "Wrong size on AN_CanExitAnimation_C_Received_Notify"); \ static_assert(offsetof(AN_CanExitAnimation_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_CanExitAnimation_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AN_CanExitAnimation_C_Received_Notify, Animation) == 0x000008, "Member 'AN_CanExitAnimation_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(AN_CanExitAnimation_C_Received_Notify, ReturnValue) == 0x000010, "Member 'AN_CanExitAnimation_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_CanExitAnimation_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'AN_CanExitAnimation_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_CanExitAnimation_C_Received_Notify, K2Node_DynamicCast_AsCat_Pawn) == 0x000020, "Member 'AN_CanExitAnimation_C_Received_Notify::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(AN_CanExitAnimation_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AN_CanExitAnimation_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAN_CanExitAnimation_C \ static_assert(alignof(UAN_CanExitAnimation_C) == 0x000008, "Wrong alignment on UAN_CanExitAnimation_C"); \ static_assert(sizeof(UAN_CanExitAnimation_C) == 0x000038, "Wrong size on UAN_CanExitAnimation_C"); \ #define DUMPER7_ASSERTS_AN_JumpEnd_C_GetNotifyName \ static_assert(alignof(AN_JumpEnd_C_GetNotifyName) == 0x000008, "Wrong alignment on AN_JumpEnd_C_GetNotifyName"); \ static_assert(sizeof(AN_JumpEnd_C_GetNotifyName) == 0x000010, "Wrong size on AN_JumpEnd_C_GetNotifyName"); \ static_assert(offsetof(AN_JumpEnd_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'AN_JumpEnd_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AN_JumpEnd_C_Received_Notify \ static_assert(alignof(AN_JumpEnd_C_Received_Notify) == 0x000008, "Wrong alignment on AN_JumpEnd_C_Received_Notify"); \ static_assert(sizeof(AN_JumpEnd_C_Received_Notify) == 0x000030, "Wrong size on AN_JumpEnd_C_Received_Notify"); \ static_assert(offsetof(AN_JumpEnd_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_JumpEnd_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AN_JumpEnd_C_Received_Notify, Animation) == 0x000008, "Member 'AN_JumpEnd_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(AN_JumpEnd_C_Received_Notify, ReturnValue) == 0x000010, "Member 'AN_JumpEnd_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_JumpEnd_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'AN_JumpEnd_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_JumpEnd_C_Received_Notify, K2Node_DynamicCast_AsABP_Cat_New) == 0x000020, "Member 'AN_JumpEnd_C_Received_Notify::K2Node_DynamicCast_AsABP_Cat_New' has a wrong offset!"); \ static_assert(offsetof(AN_JumpEnd_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AN_JumpEnd_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAN_JumpEnd_C \ static_assert(alignof(UAN_JumpEnd_C) == 0x000008, "Wrong alignment on UAN_JumpEnd_C"); \ static_assert(sizeof(UAN_JumpEnd_C) == 0x000038, "Wrong size on UAN_JumpEnd_C"); \ #define DUMPER7_ASSERTS_AN_JumpBegin_C_GetNotifyName \ static_assert(alignof(AN_JumpBegin_C_GetNotifyName) == 0x000008, "Wrong alignment on AN_JumpBegin_C_GetNotifyName"); \ static_assert(sizeof(AN_JumpBegin_C_GetNotifyName) == 0x000010, "Wrong size on AN_JumpBegin_C_GetNotifyName"); \ static_assert(offsetof(AN_JumpBegin_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'AN_JumpBegin_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AN_JumpBegin_C_Received_Notify \ static_assert(alignof(AN_JumpBegin_C_Received_Notify) == 0x000008, "Wrong alignment on AN_JumpBegin_C_Received_Notify"); \ static_assert(sizeof(AN_JumpBegin_C_Received_Notify) == 0x000030, "Wrong size on AN_JumpBegin_C_Received_Notify"); \ static_assert(offsetof(AN_JumpBegin_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_JumpBegin_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AN_JumpBegin_C_Received_Notify, Animation) == 0x000008, "Member 'AN_JumpBegin_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(AN_JumpBegin_C_Received_Notify, ReturnValue) == 0x000010, "Member 'AN_JumpBegin_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_JumpBegin_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'AN_JumpBegin_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_JumpBegin_C_Received_Notify, K2Node_DynamicCast_AsABP_Cat_New) == 0x000020, "Member 'AN_JumpBegin_C_Received_Notify::K2Node_DynamicCast_AsABP_Cat_New' has a wrong offset!"); \ static_assert(offsetof(AN_JumpBegin_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AN_JumpBegin_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAN_JumpBegin_C \ static_assert(alignof(UAN_JumpBegin_C) == 0x000008, "Wrong alignment on UAN_JumpBegin_C"); \ static_assert(sizeof(UAN_JumpBegin_C) == 0x000038, "Wrong size on UAN_JumpBegin_C"); \ #define DUMPER7_ASSERTS_AN_MainPaw_C_Received_NotifyBegin \ static_assert(alignof(AN_MainPaw_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on AN_MainPaw_C_Received_NotifyBegin"); \ static_assert(sizeof(AN_MainPaw_C_Received_NotifyBegin) == 0x000030, "Wrong size on AN_MainPaw_C_Received_NotifyBegin"); \ static_assert(offsetof(AN_MainPaw_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'AN_MainPaw_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AN_MainPaw_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'AN_MainPaw_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(AN_MainPaw_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'AN_MainPaw_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(AN_MainPaw_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'AN_MainPaw_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_MainPaw_C_Received_NotifyBegin, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'AN_MainPaw_C_Received_NotifyBegin::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_MainPaw_C_Received_NotifyBegin, K2Node_DynamicCast_AsABP_Cat_New) == 0x000020, "Member 'AN_MainPaw_C_Received_NotifyBegin::K2Node_DynamicCast_AsABP_Cat_New' has a wrong offset!"); \ static_assert(offsetof(AN_MainPaw_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AN_MainPaw_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAN_MainPaw_C \ static_assert(alignof(UAN_MainPaw_C) == 0x000008, "Wrong alignment on UAN_MainPaw_C"); \ static_assert(sizeof(UAN_MainPaw_C) == 0x000038, "Wrong size on UAN_MainPaw_C"); \ static_assert(offsetof(UAN_MainPaw_C, Paw) == 0x000030, "Member 'UAN_MainPaw_C::Paw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_simpleLooper_C_Fade_In__Public_ \ static_assert(alignof(COMP_simpleLooper_C_Fade_In__Public_) == 0x000004, "Wrong alignment on COMP_simpleLooper_C_Fade_In__Public_"); \ static_assert(sizeof(COMP_simpleLooper_C_Fade_In__Public_) == 0x000004, "Wrong size on COMP_simpleLooper_C_Fade_In__Public_"); \ static_assert(offsetof(COMP_simpleLooper_C_Fade_In__Public_, bpp__fadextime__pfT) == 0x000000, "Member 'COMP_simpleLooper_C_Fade_In__Public_::bpp__fadextime__pfT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_simpleLooper_C_Fade_Out__Public_ \ static_assert(alignof(COMP_simpleLooper_C_Fade_Out__Public_) == 0x000004, "Wrong alignment on COMP_simpleLooper_C_Fade_Out__Public_"); \ static_assert(sizeof(COMP_simpleLooper_C_Fade_Out__Public_) == 0x000004, "Wrong size on COMP_simpleLooper_C_Fade_Out__Public_"); \ static_assert(offsetof(COMP_simpleLooper_C_Fade_Out__Public_, bpp__duration__pf) == 0x000000, "Member 'COMP_simpleLooper_C_Fade_Out__Public_::bpp__duration__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_simpleLooper_C_IsActuallyPlaying \ static_assert(alignof(COMP_simpleLooper_C_IsActuallyPlaying) == 0x000001, "Wrong alignment on COMP_simpleLooper_C_IsActuallyPlaying"); \ static_assert(sizeof(COMP_simpleLooper_C_IsActuallyPlaying) == 0x000001, "Wrong size on COMP_simpleLooper_C_IsActuallyPlaying"); \ static_assert(offsetof(COMP_simpleLooper_C_IsActuallyPlaying, bpp__ActualState__pf) == 0x000000, "Member 'COMP_simpleLooper_C_IsActuallyPlaying::bpp__ActualState__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_simpleLooper_C_IsAudible \ static_assert(alignof(COMP_simpleLooper_C_IsAudible) == 0x000001, "Wrong alignment on COMP_simpleLooper_C_IsAudible"); \ static_assert(sizeof(COMP_simpleLooper_C_IsAudible) == 0x000001, "Wrong size on COMP_simpleLooper_C_IsAudible"); \ static_assert(offsetof(COMP_simpleLooper_C_IsAudible, bpp__IsAudible__pf) == 0x000000, "Member 'COMP_simpleLooper_C_IsAudible::bpp__IsAudible__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_simpleLooper_C_OnHolderBeginOverlapCamera \ static_assert(alignof(COMP_simpleLooper_C_OnHolderBeginOverlapCamera) == 0x000008, "Wrong alignment on COMP_simpleLooper_C_OnHolderBeginOverlapCamera"); \ static_assert(sizeof(COMP_simpleLooper_C_OnHolderBeginOverlapCamera) == 0x000008, "Wrong size on COMP_simpleLooper_C_OnHolderBeginOverlapCamera"); \ static_assert(offsetof(COMP_simpleLooper_C_OnHolderBeginOverlapCamera, bpp___otherActor__pf) == 0x000000, "Member 'COMP_simpleLooper_C_OnHolderBeginOverlapCamera::bpp___otherActor__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_simpleLooper_C_OnHolderEndOverlapCamera \ static_assert(alignof(COMP_simpleLooper_C_OnHolderEndOverlapCamera) == 0x000008, "Wrong alignment on COMP_simpleLooper_C_OnHolderEndOverlapCamera"); \ static_assert(sizeof(COMP_simpleLooper_C_OnHolderEndOverlapCamera) == 0x000008, "Wrong size on COMP_simpleLooper_C_OnHolderEndOverlapCamera"); \ static_assert(offsetof(COMP_simpleLooper_C_OnHolderEndOverlapCamera, bpp___otherActor__pf) == 0x000000, "Member 'COMP_simpleLooper_C_OnHolderEndOverlapCamera::bpp___otherActor__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_simpleLooper_C_RequestSetCollisionEnabled \ static_assert(alignof(COMP_simpleLooper_C_RequestSetCollisionEnabled) == 0x000001, "Wrong alignment on COMP_simpleLooper_C_RequestSetCollisionEnabled"); \ static_assert(sizeof(COMP_simpleLooper_C_RequestSetCollisionEnabled) == 0x000001, "Wrong size on COMP_simpleLooper_C_RequestSetCollisionEnabled"); \ static_assert(offsetof(COMP_simpleLooper_C_RequestSetCollisionEnabled, bpp__enabled__pf) == 0x000000, "Member 'COMP_simpleLooper_C_RequestSetCollisionEnabled::bpp__enabled__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_simpleLooper_C_set_base__public_ \ static_assert(alignof(COMP_simpleLooper_C_set_base__public_) == 0x000008, "Wrong alignment on COMP_simpleLooper_C_set_base__public_"); \ static_assert(sizeof(COMP_simpleLooper_C_set_base__public_) == 0x000008, "Wrong size on COMP_simpleLooper_C_set_base__public_"); \ static_assert(offsetof(COMP_simpleLooper_C_set_base__public_, bpp__base__pf) == 0x000000, "Member 'COMP_simpleLooper_C_set_base__public_::bpp__base__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_simpleLooper_C_set_gain \ static_assert(alignof(COMP_simpleLooper_C_set_gain) == 0x000004, "Wrong alignment on COMP_simpleLooper_C_set_gain"); \ static_assert(sizeof(COMP_simpleLooper_C_set_gain) == 0x000004, "Wrong size on COMP_simpleLooper_C_set_gain"); \ static_assert(offsetof(COMP_simpleLooper_C_set_gain, bpp__gain__pf) == 0x000000, "Member 'COMP_simpleLooper_C_set_gain::bpp__gain__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_simpleLooper_C_set_pitch \ static_assert(alignof(COMP_simpleLooper_C_set_pitch) == 0x000004, "Wrong alignment on COMP_simpleLooper_C_set_pitch"); \ static_assert(sizeof(COMP_simpleLooper_C_set_pitch) == 0x000004, "Wrong size on COMP_simpleLooper_C_set_pitch"); \ static_assert(offsetof(COMP_simpleLooper_C_set_pitch, bpp__pitch__pf) == 0x000000, "Member 'COMP_simpleLooper_C_set_pitch::bpp__pitch__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_simpleLooper_C \ static_assert(alignof(UCOMP_simpleLooper_C) == 0x000010, "Wrong alignment on UCOMP_simpleLooper_C"); \ static_assert(sizeof(UCOMP_simpleLooper_C) == 0x0002F0, "Wrong size on UCOMP_simpleLooper_C"); \ static_assert(offsetof(UCOMP_simpleLooper_C, sound_base) == 0x000220, "Member 'UCOMP_simpleLooper_C::sound_base' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, random_offset) == 0x000228, "Member 'UCOMP_simpleLooper_C::random_offset' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, gain_min) == 0x00022C, "Member 'UCOMP_simpleLooper_C::gain_min' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, gain_max) == 0x000230, "Member 'UCOMP_simpleLooper_C::gain_max' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, pitch_min) == 0x000234, "Member 'UCOMP_simpleLooper_C::pitch_min' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, pitch_max) == 0x000238, "Member 'UCOMP_simpleLooper_C::pitch_max' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, play_at_start) == 0x00023C, "Member 'UCOMP_simpleLooper_C::play_at_start' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, internal_virtual_state) == 0x00023D, "Member 'UCOMP_simpleLooper_C::internal_virtual_state' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, is_audible) == 0x00023E, "Member 'UCOMP_simpleLooper_C::is_audible' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, actual_state) == 0x00023F, "Member 'UCOMP_simpleLooper_C::actual_state' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, Attenuation) == 0x000240, "Member 'UCOMP_simpleLooper_C::Attenuation' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, relative_location) == 0x000248, "Member 'UCOMP_simpleLooper_C::relative_location' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, autostart_distance) == 0x000254, "Member 'UCOMP_simpleLooper_C::autostart_distance' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, fade_time) == 0x000258, "Member 'UCOMP_simpleLooper_C::fade_time' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, Audio) == 0x000260, "Member 'UCOMP_simpleLooper_C::Audio' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, Debug) == 0x000268, "Member 'UCOMP_simpleLooper_C::Debug' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, Temp_bool_Variable) == 0x000269, "Member 'UCOMP_simpleLooper_C::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_CreateDelegate_OutputDelegate) == 0x00026C, "Member 'UCOMP_simpleLooper_C::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_CustomEvent_duration) == 0x00027C, "Member 'UCOMP_simpleLooper_C::K2Node_CustomEvent_duration' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_CustomEvent_pitch) == 0x000280, "Member 'UCOMP_simpleLooper_C::K2Node_CustomEvent_pitch' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_CustomEvent_gain) == 0x000284, "Member 'UCOMP_simpleLooper_C::K2Node_CustomEvent_gain' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_HashRandom_float) == 0x000288, "Member 'UCOMP_simpleLooper_C::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_HashRandom_int) == 0x00028C, "Member 'UCOMP_simpleLooper_C::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_HashRandom_float_1) == 0x000290, "Member 'UCOMP_simpleLooper_C::CallFunc_HashRandom_float_1' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_HashRandom_int_1) == 0x000294, "Member 'UCOMP_simpleLooper_C::CallFunc_HashRandom_int_1' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_HashRandom_float_2) == 0x000298, "Member 'UCOMP_simpleLooper_C::CallFunc_HashRandom_float_2' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_HashRandom_int_2) == 0x00029C, "Member 'UCOMP_simpleLooper_C::CallFunc_HashRandom_int_2' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, Temp_float_Variable) == 0x0002A0, "Member 'UCOMP_simpleLooper_C::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_HashRandom_float_3) == 0x0002A4, "Member 'UCOMP_simpleLooper_C::CallFunc_HashRandom_float_3' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_HashRandom_int_3) == 0x0002A8, "Member 'UCOMP_simpleLooper_C::CallFunc_HashRandom_int_3' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, Temp_bool_Variable_1) == 0x0002AC, "Member 'UCOMP_simpleLooper_C::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, Temp_float_Variable_1) == 0x0002B0, "Member 'UCOMP_simpleLooper_C::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_Select_Default) == 0x0002B4, "Member 'UCOMP_simpleLooper_C::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_CustomEvent_fade_time) == 0x0002B8, "Member 'UCOMP_simpleLooper_C::K2Node_CustomEvent_fade_time' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_CustomEvent_base) == 0x0002C0, "Member 'UCOMP_simpleLooper_C::K2Node_CustomEvent_base' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_BreakVector_X) == 0x0002C8, "Member 'UCOMP_simpleLooper_C::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_BreakVector_Y) == 0x0002CC, "Member 'UCOMP_simpleLooper_C::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, CallFunc_BreakVector_Z) == 0x0002D0, "Member 'UCOMP_simpleLooper_C::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_SwitchEnum_CmpSuccess) == 0x0002D4, "Member 'UCOMP_simpleLooper_C::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_Event__otherActor_1) == 0x0002D8, "Member 'UCOMP_simpleLooper_C::K2Node_Event__otherActor_1' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_Event__otherActor) == 0x0002E0, "Member 'UCOMP_simpleLooper_C::K2Node_Event__otherActor' has a wrong offset!"); \ static_assert(offsetof(UCOMP_simpleLooper_C, K2Node_Select_Default_1) == 0x0002E8, "Member 'UCOMP_simpleLooper_C::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_I_notifiable_by_footstep_C_footstep \ static_assert(alignof(I_notifiable_by_footstep_C_footstep) == 0x000004, "Wrong alignment on I_notifiable_by_footstep_C_footstep"); \ static_assert(sizeof(I_notifiable_by_footstep_C_footstep) == 0x000004, "Wrong size on I_notifiable_by_footstep_C_footstep"); \ static_assert(offsetof(I_notifiable_by_footstep_C_footstep, bpp__velocity__pf) == 0x000000, "Member 'I_notifiable_by_footstep_C_footstep::bpp__velocity__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_II_notifiable_by_footstep_C \ static_assert(alignof(II_notifiable_by_footstep_C) == 0x000001, "Wrong alignment on II_notifiable_by_footstep_C"); \ static_assert(sizeof(II_notifiable_by_footstep_C) == 0x000001, "Wrong size on II_notifiable_by_footstep_C"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_0 \ static_assert(alignof(BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_0) == 0x000004, "Wrong alignment on BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_0"); \ static_assert(sizeof(BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_0) == 0x000004, "Wrong size on BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_0"); \ static_assert(offsetof(BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_0, bpp__EntryPoint__pf) == 0x000000, "Member 'BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_0::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_2 \ static_assert(alignof(BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_2) == 0x000004, "Wrong alignment on BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_2"); \ static_assert(sizeof(BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_2) == 0x000004, "Wrong size on BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_2"); \ static_assert(offsetof(BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_2, bpp__EntryPoint__pf) == 0x000000, "Member 'BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_2::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_4 \ static_assert(alignof(BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_4) == 0x000004, "Wrong alignment on BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_4"); \ static_assert(sizeof(BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_4) == 0x000004, "Wrong size on BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_4"); \ static_assert(offsetof(BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_4, bpp__EntryPoint__pf) == 0x000000, "Member 'BP_CameraThirdPerson_C_ExecuteUbergraph_BP_CameraThirdPerson_4::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_Jump_Down \ static_assert(alignof(BP_CameraThirdPerson_C_Jump_Down) == 0x000008, "Wrong alignment on BP_CameraThirdPerson_C_Jump_Down"); \ static_assert(sizeof(BP_CameraThirdPerson_C_Jump_Down) == 0x000008, "Wrong size on BP_CameraThirdPerson_C_Jump_Down"); \ static_assert(offsetof(BP_CameraThirdPerson_C_Jump_Down, bpp___catPawn__pf) == 0x000000, "Member 'BP_CameraThirdPerson_C_Jump_Down::bpp___catPawn__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_OnCatSet \ static_assert(alignof(BP_CameraThirdPerson_C_OnCatSet) == 0x000008, "Wrong alignment on BP_CameraThirdPerson_C_OnCatSet"); \ static_assert(sizeof(BP_CameraThirdPerson_C_OnCatSet) == 0x000008, "Wrong size on BP_CameraThirdPerson_C_OnCatSet"); \ static_assert(offsetof(BP_CameraThirdPerson_C_OnCatSet, bpp___cat__pf) == 0x000000, "Member 'BP_CameraThirdPerson_C_OnCatSet::bpp___cat__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_ProjectWorldToScreenNormalized \ static_assert(alignof(BP_CameraThirdPerson_C_ProjectWorldToScreenNormalized) == 0x000004, "Wrong alignment on BP_CameraThirdPerson_C_ProjectWorldToScreenNormalized"); \ static_assert(sizeof(BP_CameraThirdPerson_C_ProjectWorldToScreenNormalized) == 0x000014, "Wrong size on BP_CameraThirdPerson_C_ProjectWorldToScreenNormalized"); \ static_assert(offsetof(BP_CameraThirdPerson_C_ProjectWorldToScreenNormalized, bpp__WorldPosition__pf__const) == 0x000000, "Member 'BP_CameraThirdPerson_C_ProjectWorldToScreenNormalized::bpp__WorldPosition__pf__const' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPerson_C_ProjectWorldToScreenNormalized, bpp__NormalizedScreenLocation__pf) == 0x00000C, "Member 'BP_CameraThirdPerson_C_ProjectWorldToScreenNormalized::bpp__NormalizedScreenLocation__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_ReceiveEndPlay \ static_assert(alignof(BP_CameraThirdPerson_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_CameraThirdPerson_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_CameraThirdPerson_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_CameraThirdPerson_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_CameraThirdPerson_C_ReceiveEndPlay, bpp__EndPlayReason__pf) == 0x000000, "Member 'BP_CameraThirdPerson_C_ReceiveEndPlay::bpp__EndPlayReason__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_ReceiveTick \ static_assert(alignof(BP_CameraThirdPerson_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CameraThirdPerson_C_ReceiveTick"); \ static_assert(sizeof(BP_CameraThirdPerson_C_ReceiveTick) == 0x000004, "Wrong size on BP_CameraThirdPerson_C_ReceiveTick"); \ static_assert(offsetof(BP_CameraThirdPerson_C_ReceiveTick, bpp__DeltaSeconds__pf) == 0x000000, "Member 'BP_CameraThirdPerson_C_ReceiveTick::bpp__DeltaSeconds__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_Start_Jump \ static_assert(alignof(BP_CameraThirdPerson_C_Start_Jump) == 0x000008, "Wrong alignment on BP_CameraThirdPerson_C_Start_Jump"); \ static_assert(sizeof(BP_CameraThirdPerson_C_Start_Jump) == 0x000008, "Wrong size on BP_CameraThirdPerson_C_Start_Jump"); \ static_assert(offsetof(BP_CameraThirdPerson_C_Start_Jump, bpp___catPawn__pf) == 0x000000, "Member 'BP_CameraThirdPerson_C_Start_Jump::bpp___catPawn__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_Tick_578069E64FB8DCA8E1905FB788988194 \ static_assert(alignof(BP_CameraThirdPerson_C_Tick_578069E64FB8DCA8E1905FB788988194) == 0x000004, "Wrong alignment on BP_CameraThirdPerson_C_Tick_578069E64FB8DCA8E1905FB788988194"); \ static_assert(sizeof(BP_CameraThirdPerson_C_Tick_578069E64FB8DCA8E1905FB788988194) == 0x000004, "Wrong size on BP_CameraThirdPerson_C_Tick_578069E64FB8DCA8E1905FB788988194"); \ static_assert(offsetof(BP_CameraThirdPerson_C_Tick_578069E64FB8DCA8E1905FB788988194, bpp__Ratio__pf) == 0x000000, "Member 'BP_CameraThirdPerson_C_Tick_578069E64FB8DCA8E1905FB788988194::bpp__Ratio__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPerson_C_WallSideOffset \ static_assert(alignof(BP_CameraThirdPerson_C_WallSideOffset) == 0x000004, "Wrong alignment on BP_CameraThirdPerson_C_WallSideOffset"); \ static_assert(sizeof(BP_CameraThirdPerson_C_WallSideOffset) == 0x000004, "Wrong size on BP_CameraThirdPerson_C_WallSideOffset"); \ static_assert(offsetof(BP_CameraThirdPerson_C_WallSideOffset, bpp__Dt__pf) == 0x000000, "Member 'BP_CameraThirdPerson_C_WallSideOffset::bpp__Dt__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CameraThirdPerson_C \ static_assert(alignof(ABP_CameraThirdPerson_C) == 0x000010, "Wrong alignment on ABP_CameraThirdPerson_C"); \ static_assert(sizeof(ABP_CameraThirdPerson_C) == 0x0023C0, "Wrong size on ABP_CameraThirdPerson_C"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CameraProximityProbe) == 0x000A70, "Member 'ABP_CameraThirdPerson_C::CameraProximityProbe' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, RayCastTargetProximityProbe) == 0x000A78, "Member 'ABP_CameraThirdPerson_C::RayCastTargetProximityProbe' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Collision) == 0x000A80, "Member 'ABP_CameraThirdPerson_C::Collision' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Sphere) == 0x000A88, "Member 'ABP_CameraThirdPerson_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Timeline_JumpDown_Reset_Reset_8C0FE1574E79F4C65223998512C78362) == 0x000A90, "Member 'ABP_CameraThirdPerson_C::Timeline_JumpDown_Reset_Reset_8C0FE1574E79F4C65223998512C78362' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Timeline_JumpDown_Reset__Direction_8C0FE1574E79F4C65223998512C78362) == 0x000A94, "Member 'ABP_CameraThirdPerson_C::Timeline_JumpDown_Reset__Direction_8C0FE1574E79F4C65223998512C78362' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Timeline_JumpDown_Reset) == 0x000A98, "Member 'ABP_CameraThirdPerson_C::Timeline_JumpDown_Reset' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Timeline_JumpDown_LookDown_F4F08AEB4DCEE0F0C488E3B0B185899C) == 0x000AA0, "Member 'ABP_CameraThirdPerson_C::Timeline_JumpDown_LookDown_F4F08AEB4DCEE0F0C488E3B0B185899C' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Timeline_JumpDown__Direction_F4F08AEB4DCEE0F0C488E3B0B185899C) == 0x000AA4, "Member 'ABP_CameraThirdPerson_C::Timeline_JumpDown__Direction_F4F08AEB4DCEE0F0C488E3B0B185899C' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Timeline_JumpDown) == 0x000AA8, "Member 'ABP_CameraThirdPerson_C::Timeline_JumpDown' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Off) == 0x000AB0, "Member 'ABP_CameraThirdPerson_C::Off' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoYawPitch) == 0x000AB8, "Member 'ABP_CameraThirdPerson_C::AutoYawPitch' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Input_Cam__0) == 0x000AC0, "Member 'ABP_CameraThirdPerson_C::Input_Cam__0' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, WallOffset) == 0x000AC4, "Member 'ABP_CameraThirdPerson_C::WallOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, MaxWallOffset) == 0x000AC8, "Member 'ABP_CameraThirdPerson_C::MaxWallOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, SpeedOffsetLength) == 0x000ACC, "Member 'ABP_CameraThirdPerson_C::SpeedOffsetLength' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, SmoothAttachZ) == 0x000AD0, "Member 'ABP_CameraThirdPerson_C::SmoothAttachZ' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, SmoothAttachXY) == 0x000AD4, "Member 'ABP_CameraThirdPerson_C::SmoothAttachXY' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Jump_Target_Z) == 0x000ADC, "Member 'ABP_CameraThirdPerson_C::Jump_Target_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CameraTargetUnmodified) == 0x000AE0, "Member 'ABP_CameraThirdPerson_C::CameraTargetUnmodified' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, TargetModifier_Location) == 0x000AEC, "Member 'ABP_CameraThirdPerson_C::TargetModifier_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, TargetModifier_Alpha) == 0x000AF8, "Member 'ABP_CameraThirdPerson_C::TargetModifier_Alpha' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, SpeedOffsetDirection) == 0x000AFC, "Member 'ABP_CameraThirdPerson_C::SpeedOffsetDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, WallOffsetDirection) == 0x000B08, "Member 'ABP_CameraThirdPerson_C::WallOffsetDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Yaw_Increment) == 0x000B14, "Member 'ABP_CameraThirdPerson_C::Yaw_Increment' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Pitch_Increment) == 0x000B18, "Member 'ABP_CameraThirdPerson_C::Pitch_Increment' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Blend_Yaw) == 0x000B1C, "Member 'ABP_CameraThirdPerson_C::AutoCam_Blend_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Blend_Pitch) == 0x000B20, "Member 'ABP_CameraThirdPerson_C::AutoCam_Blend_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, JumpSwitchSmoother) == 0x000B24, "Member 'ABP_CameraThirdPerson_C::JumpSwitchSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, FinalAttachSmooth) == 0x000B28, "Member 'ABP_CameraThirdPerson_C::FinalAttachSmooth' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AttachLocationOffset) == 0x000B34, "Member 'ABP_CameraThirdPerson_C::AttachLocationOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Cat_Acceleration_Speed__1) == 0x000B40, "Member 'ABP_CameraThirdPerson_C::Cat_Acceleration_Speed__1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Cat_acceleration) == 0x000B44, "Member 'ABP_CameraThirdPerson_C::Cat_acceleration' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, HangingPerched_Smooth) == 0x000B48, "Member 'ABP_CameraThirdPerson_C::HangingPerched_Smooth' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Fov_Modifier) == 0x000B4C, "Member 'ABP_CameraThirdPerson_C::Fov_Modifier' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CameraShake_Intensity) == 0x000B50, "Member 'ABP_CameraThirdPerson_C::CameraShake_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Yaw_Final_Increment) == 0x000B54, "Member 'ABP_CameraThirdPerson_C::AutoCam_Yaw_Final_Increment' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Pitch_Final_Increment) == 0x000B58, "Member 'ABP_CameraThirdPerson_C::AutoCam_Pitch_Final_Increment' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Delta_Cat_Cam_Yaw) == 0x000B5C, "Member 'ABP_CameraThirdPerson_C::AutoCam_Delta_Cat_Cam_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Delta_Cat_Cam_Pitch_Smooth) == 0x000B60, "Member 'ABP_CameraThirdPerson_C::AutoCam_Delta_Cat_Cam_Pitch_Smooth' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Base_Speed) == 0x000B64, "Member 'ABP_CameraThirdPerson_C::AutoCam_Base_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Delay_Before_Enable) == 0x000B68, "Member 'ABP_CameraThirdPerson_C::AutoCam_Delay_Before_Enable' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Delay_Counter) == 0x000B6C, "Member 'ABP_CameraThirdPerson_C::AutoCam_Delay_Counter' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Yaw_Increment_Smooth) == 0x000B70, "Member 'ABP_CameraThirdPerson_C::AutoCam_Yaw_Increment_Smooth' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Pitch_Increment_Smooth) == 0x000B74, "Member 'ABP_CameraThirdPerson_C::AutoCam_Pitch_Increment_Smooth' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Ideal_Location_Before_Jump) == 0x000B78, "Member 'ABP_CameraThirdPerson_C::Ideal_Location_Before_Jump' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Final_Jump_Location) == 0x000B84, "Member 'ABP_CameraThirdPerson_C::Final_Jump_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Pitch_Jump_Down_Blend) == 0x000B90, "Member 'ABP_CameraThirdPerson_C::AutoCam_Pitch_Jump_Down_Blend' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Pitch_Jump_Down_Increment) == 0x000B94, "Member 'ABP_CameraThirdPerson_C::AutoCam_Pitch_Jump_Down_Increment' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Pitch_Jump_Down) == 0x000B98, "Member 'ABP_CameraThirdPerson_C::AutoCam_Pitch_Jump_Down' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, AutoCam_Pitch_Jump_Down_Blend_Saved) == 0x000B9C, "Member 'ABP_CameraThirdPerson_C::AutoCam_Pitch_Jump_Down_Blend_Saved' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, WallOffset_Collision_Time_Right) == 0x000BA0, "Member 'ABP_CameraThirdPerson_C::WallOffset_Collision_Time_Right' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, WallOffset_Collision_Time_Left) == 0x000BA4, "Member 'ABP_CameraThirdPerson_C::WallOffset_Collision_Time_Left' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, WallOffset_Collision_Unfiltered) == 0x000BA8, "Member 'ABP_CameraThirdPerson_C::WallOffset_Collision_Unfiltered' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, WallOffset_Collision_Time_Total) == 0x000BAC, "Member 'ABP_CameraThirdPerson_C::WallOffset_Collision_Time_Total' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, WallOffset_Collision_Time_Final) == 0x000BB0, "Member 'ABP_CameraThirdPerson_C::WallOffset_Collision_Time_Final' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, NewVar_0) == 0x000BB4, "Member 'ABP_CameraThirdPerson_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, WallOffset_Collision_Smoother) == 0x000BBC, "Member 'ABP_CameraThirdPerson_C::WallOffset_Collision_Smoother' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, WallOffset_Collision_Time_Total_1) == 0x000BC0, "Member 'ABP_CameraThirdPerson_C::WallOffset_Collision_Time_Total_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, GameplaySwitcher) == 0x000BC8, "Member 'ABP_CameraThirdPerson_C::GameplaySwitcher' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, GameplaySwitcherClass) == 0x000BD0, "Member 'ABP_CameraThirdPerson_C::GameplaySwitcherClass' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Focal_Distance) == 0x000BD8, "Member 'ABP_CameraThirdPerson_C::Focal_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Temp_object_Variable) == 0x000BE0, "Member 'ABP_CameraThirdPerson_C::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_CreateDelegate_OutputDelegate) == 0x000BF0, "Member 'ABP_CameraThirdPerson_C::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_CreateDelegate_OutputDelegate_1) == 0x000C00, "Member 'ABP_CameraThirdPerson_C::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_CustomEvent_Ratio) == 0x000C10, "Member 'ABP_CameraThirdPerson_C::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_CreateDelegate_OutputDelegate_2) == 0x000C14, "Member 'ABP_CameraThirdPerson_C::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Temp_float_Variable) == 0x000C24, "Member 'ABP_CameraThirdPerson_C::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Temp_object_Variable_1) == 0x000C28, "Member 'ABP_CameraThirdPerson_C::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_CreateDelegate_OutputDelegate_3) == 0x000C38, "Member 'ABP_CameraThirdPerson_C::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_MakeStruct_NoiseSmootherFloat) == 0x000C48, "Member 'ABP_CameraThirdPerson_C::K2Node_MakeStruct_NoiseSmootherFloat' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_CreateDelegate_OutputDelegate_4) == 0x000C80, "Member 'ABP_CameraThirdPerson_C::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_DynamicCast_AsABP_Cat_New) == 0x000C90, "Member 'ABP_CameraThirdPerson_C::K2Node_DynamicCast_AsABP_Cat_New' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_DynamicCast_bSuccess) == 0x000C98, "Member 'ABP_CameraThirdPerson_C::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_GetCurrentJumpBlock_ReturnValue) == 0x000CA0, "Member 'ABP_CameraThirdPerson_C::CallFunc_GetCurrentJumpBlock_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_GetCurrentJumpData_ReturnValue) == 0x000D70, "Member 'ABP_CameraThirdPerson_C::CallFunc_GetCurrentJumpData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_StartCurveInterpolator__interpolatorObject) == 0x0011D0, "Member 'ABP_CameraThirdPerson_C::CallFunc_StartCurveInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_StartCurveInterpolator_ReturnValue) == 0x0011D8, "Member 'ABP_CameraThirdPerson_C::CallFunc_StartCurveInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_IsValid_ReturnValue_1) == 0x0011E0, "Member 'ABP_CameraThirdPerson_C::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_X) == 0x0011E4, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Y) == 0x0011E8, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Z) == 0x0011EC, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_X_1) == 0x0011F0, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Y_1) == 0x0011F4, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Z_1) == 0x0011F8, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_GetCurrentJumpData_ReturnValue_1) == 0x001200, "Member 'ABP_CameraThirdPerson_C::CallFunc_GetCurrentJumpData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_X_2) == 0x001660, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Y_2) == 0x001664, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Z_2) == 0x001668, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_X_3) == 0x00166C, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Y_3) == 0x001670, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Z_3) == 0x001674, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakRotator_Roll) == 0x001678, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakRotator_Pitch) == 0x00167C, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakRotator_Yaw) == 0x001680, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_CustomEvent__catPawn_1) == 0x001688, "Member 'ABP_CameraThirdPerson_C::K2Node_CustomEvent__catPawn_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_CustomEvent__catPawn) == 0x001690, "Member 'ABP_CameraThirdPerson_C::K2Node_CustomEvent__catPawn' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_LineTraceSingle_OutHit) == 0x001698, "Member 'ABP_CameraThirdPerson_C::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_Event__blendTime_1) == 0x001720, "Member 'ABP_CameraThirdPerson_C::K2Node_Event__blendTime_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_Event__blendTime) == 0x001724, "Member 'ABP_CameraThirdPerson_C::K2Node_Event__blendTime' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Temp_bool_Variable) == 0x001728, "Member 'ABP_CameraThirdPerson_C::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_X_4) == 0x00172C, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Y_4) == 0x001730, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Z_4) == 0x001734, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_Event__cat) == 0x001738, "Member 'ABP_CameraThirdPerson_C::K2Node_Event__cat' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_X_5) == 0x001740, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Y_5) == 0x001744, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Z_5) == 0x001748, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_Event_DeltaSeconds) == 0x00174C, "Member 'ABP_CameraThirdPerson_C::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Temp_bool_Has_Been_Initd_Variable) == 0x001750, "Member 'ABP_CameraThirdPerson_C::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Temp_bool_IsClosed_Variable) == 0x001751, "Member 'ABP_CameraThirdPerson_C::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Temp_wildcard_Variable) == 0x001758, "Member 'ABP_CameraThirdPerson_C::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, Temp_float_Variable_1) == 0x001760, "Member 'ABP_CameraThirdPerson_C::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_FindCameraManager_CameraManager) == 0x001768, "Member 'ABP_CameraThirdPerson_C::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_GetCameraStack_ReturnValue) == 0x001770, "Member 'ABP_CameraThirdPerson_C::CallFunc_GetCameraStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_Array_Get_Item) == 0x001780, "Member 'ABP_CameraThirdPerson_C::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_X_6) == 0x001788, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Y_6) == 0x00178C, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Z_6) == 0x001790, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_X_7) == 0x001794, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Y_7) == 0x001798, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakVector_Z_7) == 0x00179C, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_Event_EndPlayReason) == 0x0017A0, "Member 'ABP_CameraThirdPerson_C::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_GetTransform_ReturnValue) == 0x0017B0, "Member 'ABP_CameraThirdPerson_C::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_LineTraceSingle_OutHit_1) == 0x0017E0, "Member 'ABP_CameraThirdPerson_C::CallFunc_LineTraceSingle_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_MakeStruct_PostProcessSettings) == 0x001870, "Member 'ABP_CameraThirdPerson_C::K2Node_MakeStruct_PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_bBlockingHit) == 0x001DD0, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_bInitialOverlap) == 0x001DD1, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_Time) == 0x001DD4, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_Distance) == 0x001DD8, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_Location) == 0x001DDC, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_ImpactPoint) == 0x001DE8, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_Normal) == 0x001DF4, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_ImpactNormal) == 0x001E00, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_PhysMat) == 0x001E10, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_HitActor) == 0x001E18, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_HitComponent) == 0x001E20, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_HitBoneName) == 0x001E28, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_HitItem) == 0x001E30, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_ElementIndex) == 0x001E34, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_FaceIndex) == 0x001E38, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_TraceStart) == 0x001E3C, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, CallFunc_BreakHitResult_TraceEnd) == 0x001E48, "Member 'ABP_CameraThirdPerson_C::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPerson_C, K2Node_MakeStruct_PostProcessSettings_1) == 0x001E60, "Member 'ABP_CameraThirdPerson_C::K2Node_MakeStruct_PostProcessSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_AnimGraph \ static_assert(alignof(ABP_Cat_New_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Cat_New_C_AnimGraph"); \ static_assert(sizeof(ABP_Cat_New_C_AnimGraph) == 0x000010, "Wrong size on ABP_Cat_New_C_AnimGraph"); \ static_assert(offsetof(ABP_Cat_New_C_AnimGraph, bpp__AnimGraph__pf) == 0x000000, "Member 'ABP_Cat_New_C_AnimGraph::bpp__AnimGraph__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Cat_New_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Cat_New_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Cat_New_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Cat_New_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Cat_New_C_BlueprintUpdateAnimation, bpp__DeltaTimeX__pf) == 0x000000, "Member 'ABP_Cat_New_C_BlueprintUpdateAnimation::bpp__DeltaTimeX__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ClampLookAt \ static_assert(alignof(ABP_Cat_New_C_ClampLookAt) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ClampLookAt"); \ static_assert(sizeof(ABP_Cat_New_C_ClampLookAt) == 0x000018, "Wrong size on ABP_Cat_New_C_ClampLookAt"); \ static_assert(offsetof(ABP_Cat_New_C_ClampLookAt, bpp__In__pf) == 0x000000, "Member 'ABP_Cat_New_C_ClampLookAt::bpp__In__pf' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_New_C_ClampLookAt, bpp__Out__pf) == 0x00000C, "Member 'ABP_Cat_New_C_ClampLookAt::bpp__Out__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ComputeTurningType \ static_assert(alignof(ABP_Cat_New_C_ComputeTurningType) == 0x000001, "Wrong alignment on ABP_Cat_New_C_ComputeTurningType"); \ static_assert(sizeof(ABP_Cat_New_C_ComputeTurningType) == 0x000001, "Wrong size on ABP_Cat_New_C_ComputeTurningType"); \ static_assert(offsetof(ABP_Cat_New_C_ComputeTurningType, bpp__TurnType__pf) == 0x000000, "Member 'ABP_Cat_New_C_ComputeTurningType::bpp__TurnType__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_17 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_17) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_17"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_17) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_17"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_17, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_17::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_24 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_24) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_24"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_24) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_24"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_24, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_24::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_26 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_26) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_26"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_26) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_26"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_26, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_26::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_27 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_27) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_27"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_27) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_27"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_27, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_27::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_38 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_38) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_38"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_38) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_38"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_38, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_38::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_47 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_47) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_47"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_47) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_47"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_47, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_47::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_48 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_48) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_48"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_48) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_48"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_48, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_48::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_50 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_50) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_50"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_50) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_50"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_50, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_50::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_6 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_6) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_6"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_6) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_6"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_6, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_6::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_7 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_7) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_7"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_7) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_7"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_7, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_7::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_9 \ static_assert(alignof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_9) == 0x000004, "Wrong alignment on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_9"); \ static_assert(sizeof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_9) == 0x000004, "Wrong size on ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_9"); \ static_assert(offsetof(ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_9, bpp__EntryPoint__pf) == 0x000000, "Member 'ABP_Cat_New_C_ExecuteUbergraph_ABP_Cat_New_9::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_NotifyMainPaw \ static_assert(alignof(ABP_Cat_New_C_NotifyMainPaw) == 0x000001, "Wrong alignment on ABP_Cat_New_C_NotifyMainPaw"); \ static_assert(sizeof(ABP_Cat_New_C_NotifyMainPaw) == 0x000001, "Wrong size on ABP_Cat_New_C_NotifyMainPaw"); \ static_assert(offsetof(ABP_Cat_New_C_NotifyMainPaw, bpp__Paw__pf) == 0x000000, "Member 'ABP_Cat_New_C_NotifyMainPaw::bpp__Paw__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_OnBeginInterpolate \ static_assert(alignof(ABP_Cat_New_C_OnBeginInterpolate) == 0x000008, "Wrong alignment on ABP_Cat_New_C_OnBeginInterpolate"); \ static_assert(sizeof(ABP_Cat_New_C_OnBeginInterpolate) == 0x000008, "Wrong size on ABP_Cat_New_C_OnBeginInterpolate"); \ static_assert(offsetof(ABP_Cat_New_C_OnBeginInterpolate, bpp___interpolateAnimation__pf) == 0x000000, "Member 'ABP_Cat_New_C_OnBeginInterpolate::bpp___interpolateAnimation__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_OnInitJump \ static_assert(alignof(ABP_Cat_New_C_OnInitJump) == 0x000010, "Wrong alignment on ABP_Cat_New_C_OnInitJump"); \ static_assert(sizeof(ABP_Cat_New_C_OnInitJump) == 0x000460, "Wrong size on ABP_Cat_New_C_OnInitJump"); \ static_assert(offsetof(ABP_Cat_New_C_OnInitJump, bpp___jumpData__pf__const) == 0x000000, "Member 'ABP_Cat_New_C_OnInitJump::bpp___jumpData__pf__const' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_OnSoundEvent \ static_assert(alignof(ABP_Cat_New_C_OnSoundEvent) == 0x000004, "Wrong alignment on ABP_Cat_New_C_OnSoundEvent"); \ static_assert(sizeof(ABP_Cat_New_C_OnSoundEvent) == 0x00000C, "Wrong size on ABP_Cat_New_C_OnSoundEvent"); \ static_assert(offsetof(ABP_Cat_New_C_OnSoundEvent, bpp__Name__pf) == 0x000000, "Member 'ABP_Cat_New_C_OnSoundEvent::bpp__Name__pf' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_New_C_OnSoundEvent, bpp__velocity__pf) == 0x000008, "Member 'ABP_Cat_New_C_OnSoundEvent::bpp__velocity__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_sfxFootstep \ static_assert(alignof(ABP_Cat_New_C_sfxFootstep) == 0x000004, "Wrong alignment on ABP_Cat_New_C_sfxFootstep"); \ static_assert(sizeof(ABP_Cat_New_C_sfxFootstep) == 0x000004, "Wrong size on ABP_Cat_New_C_sfxFootstep"); \ static_assert(offsetof(ABP_Cat_New_C_sfxFootstep, bpp__velocity__pf) == 0x000000, "Member 'ABP_Cat_New_C_sfxFootstep::bpp__velocity__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_sfxJump \ static_assert(alignof(ABP_Cat_New_C_sfxJump) == 0x000004, "Wrong alignment on ABP_Cat_New_C_sfxJump"); \ static_assert(sizeof(ABP_Cat_New_C_sfxJump) == 0x000004, "Wrong size on ABP_Cat_New_C_sfxJump"); \ static_assert(offsetof(ABP_Cat_New_C_sfxJump, bpp__velocity__pf) == 0x000000, "Member 'ABP_Cat_New_C_sfxJump::bpp__velocity__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_sfxLand \ static_assert(alignof(ABP_Cat_New_C_sfxLand) == 0x000004, "Wrong alignment on ABP_Cat_New_C_sfxLand"); \ static_assert(sizeof(ABP_Cat_New_C_sfxLand) == 0x000004, "Wrong size on ABP_Cat_New_C_sfxLand"); \ static_assert(offsetof(ABP_Cat_New_C_sfxLand, bpp__velocity__pf) == 0x000000, "Member 'ABP_Cat_New_C_sfxLand::bpp__velocity__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA0F3696AA \ static_assert(alignof(ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA0F3696AA) == 0x000004, "Wrong alignment on ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA0F3696AA"); \ static_assert(sizeof(ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA0F3696AA) == 0x000004, "Wrong size on ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA0F3696AA"); \ static_assert(offsetof(ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA0F3696AA, bpp__Ratio__pf) == 0x000000, "Member 'ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA0F3696AA::bpp__Ratio__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA83CC9956 \ static_assert(alignof(ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA83CC9956) == 0x000004, "Wrong alignment on ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA83CC9956"); \ static_assert(sizeof(ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA83CC9956) == 0x000004, "Wrong size on ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA83CC9956"); \ static_assert(offsetof(ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA83CC9956, bpp__Ratio__pf) == 0x000000, "Member 'ABP_Cat_New_C_Tick_6246EF4646E19036986D72BA83CC9956::bpp__Ratio__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_New_C_Update_sfx \ static_assert(alignof(ABP_Cat_New_C_Update_sfx) == 0x000004, "Wrong alignment on ABP_Cat_New_C_Update_sfx"); \ static_assert(sizeof(ABP_Cat_New_C_Update_sfx) == 0x000004, "Wrong size on ABP_Cat_New_C_Update_sfx"); \ static_assert(offsetof(ABP_Cat_New_C_Update_sfx, bpp__deltaxtime__pfT) == 0x000000, "Member 'ABP_Cat_New_C_Update_sfx::bpp__deltaxtime__pfT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Cat_New_C \ static_assert(alignof(UABP_Cat_New_C) == 0x000010, "Wrong alignment on UABP_Cat_New_C"); \ static_assert(sizeof(UABP_Cat_New_C) == 0x016A90, "Wrong size on UABP_Cat_New_C"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_111) == 0x000438, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_111' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_110) == 0x000460, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_110' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_109) == 0x000488, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_109' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_41) == 0x0004B0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_79) == 0x000578, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_79' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_78) == 0x000670, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_78' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_39) == 0x000768, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_108) == 0x000798, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_108' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_107) == 0x0007C0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_107' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_40) == 0x0007E8, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_77) == 0x0008B0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_77' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_76) == 0x0009A8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_76' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_38) == 0x000AA0, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_106) == 0x000AD0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_106' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_39) == 0x000AF8, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_75) == 0x000BC0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_75' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_74) == 0x000CB8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_74' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_37) == 0x000DB0, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_105) == 0x000DE0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_105' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_38) == 0x000E08, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_73) == 0x000ED0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_73' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_72) == 0x000FC8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_72' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_36) == 0x0010C0, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_104) == 0x0010F0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_104' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_103) == 0x001118, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_103' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_37) == 0x001140, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_71) == 0x001208, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_71' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_70) == 0x001300, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_70' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_35) == 0x0013F8, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_102) == 0x001428, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_102' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_36) == 0x001450, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_69) == 0x001518, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_69' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_68) == 0x001610, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_68' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_34) == 0x001708, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_101) == 0x001738, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_101' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_35) == 0x001760, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_67) == 0x001828, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_67' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_66) == 0x001920, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_66' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_33) == 0x001A18, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_100) == 0x001A48, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_100' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_99) == 0x001A70, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_99' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_34) == 0x001A98, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_65) == 0x001B60, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_65' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_64) == 0x001C58, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_64' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_32) == 0x001D50, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_98) == 0x001D80, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_98' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_33) == 0x001DA8, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_63) == 0x001E70, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_63' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_62) == 0x001F68, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_62' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_31) == 0x002060, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_97) == 0x002090, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_97' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_32) == 0x0020B8, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_61) == 0x002180, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_61' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_60) == 0x002278, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_60' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_30) == 0x002370, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_96) == 0x0023A0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_96' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_31) == 0x0023C8, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_59) == 0x002490, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_59' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_58) == 0x002588, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_58' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_29) == 0x002680, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_95) == 0x0026B0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_95' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_30) == 0x0026D8, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_57) == 0x0027A0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_57' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_56) == 0x002898, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_56' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_28) == 0x002990, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_94) == 0x0029C0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_94' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_93) == 0x0029E8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_93' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_29) == 0x002A10, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_55) == 0x002AD8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_55' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_54) == 0x002BD0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_54' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_27) == 0x002CC8, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_92) == 0x002CF8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_92' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_91) == 0x002D20, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_91' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_28) == 0x002D48, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_53) == 0x002E10, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_53' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_52) == 0x002F08, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_52' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_26) == 0x003000, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_90) == 0x003030, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_90' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_89) == 0x003058, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_89' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_88) == 0x003080, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_88' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_87) == 0x0030A8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_87' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_27) == 0x0030D0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_51) == 0x003198, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_51' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_50) == 0x003290, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_50' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_25) == 0x003388, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_86) == 0x0033B8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_86' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_26) == 0x0033E0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_49) == 0x0034A8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_49' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_48) == 0x0035A0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_24) == 0x003698, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_85) == 0x0036C8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_85' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_25) == 0x0036F0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_47) == 0x0037B8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_46) == 0x0038B0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_23) == 0x0039A8, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_84) == 0x0039D8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_84' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_24) == 0x003A00, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_45) == 0x003AC8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_44) == 0x003BC0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_22) == 0x003CB8, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_83) == 0x003CE8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_83' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_23) == 0x003D10, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_43) == 0x003DD8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_42) == 0x003ED0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_21) == 0x003FC8, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_82) == 0x003FF8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_82' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_107) == 0x004020, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_107' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_69) == 0x0040A0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_69' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_22) == 0x0040D0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_41) == 0x004198, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_40) == 0x004290, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_20) == 0x004388, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_21) == 0x0043B8, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_39) == 0x004480, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_38) == 0x004578, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_19) == 0x004670, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_20) == 0x0046A0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_37) == 0x004768, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_36) == 0x004860, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_18) == 0x004958, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_81) == 0x004988, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_81' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_19) == 0x0049B0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_35) == 0x004A78, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_34) == 0x004B70, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_17) == 0x004C68, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_80) == 0x004C98, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_80' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_106) == 0x004CC0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_106' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_105) == 0x004D40, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_105' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_48) == 0x004DC0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_68) == 0x004E60, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_68' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_104) == 0x004E90, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_104' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_103) == 0x004F10, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_103' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_47) == 0x004F90, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_67) == 0x005030, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_67' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_66) == 0x005060, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_66' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_14) == 0x005090, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_65) == 0x005140, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_65' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_102) == 0x005170, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_102' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_101) == 0x0051F0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_101' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_100) == 0x005270, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_100' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_99) == 0x0052F0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_99' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_46) == 0x005370, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_45) == 0x005410, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_44) == 0x0054B0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_64) == 0x005550, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_64' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByEnum_5) == 0x005580, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByEnum_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_LinkedAnimGraph_1) == 0x005630, "Member 'UABP_Cat_New_C::AnimGraphNode_LinkedAnimGraph_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_LinkedAnimGraph) == 0x0056D0, "Member 'UABP_Cat_New_C::AnimGraphNode_LinkedAnimGraph' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_98) == 0x005770, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_98' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_63) == 0x0057F0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_63' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_18) == 0x005820, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_33) == 0x0058E8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_32) == 0x0059E0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_16) == 0x005AD8, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_79) == 0x005B08, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_79' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_17) == 0x005B30, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_31) == 0x005BF8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_30) == 0x005CF0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_15) == 0x005DE8, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_78) == 0x005E18, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_78' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_77) == 0x005E40, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_77' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_76) == 0x005E68, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_76' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_97) == 0x005E90, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_97' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_62) == 0x005F10, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_62' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_96) == 0x005F40, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_96' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_61) == 0x005FC0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_61' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_60) == 0x005FF0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_60' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_13) == 0x006020, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_59) == 0x0060D0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_59' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_95) == 0x006100, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_95' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_58) == 0x006180, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_58' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_16) == 0x0061B0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_29) == 0x006278, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_28) == 0x006370, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_14) == 0x006468, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_15) == 0x006498, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_27) == 0x006560, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_26) == 0x006658, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_13) == 0x006750, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_14) == 0x006780, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_25) == 0x006848, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_24) == 0x006940, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_12) == 0x006A38, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_75) == 0x006A68, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_75' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_13) == 0x006A90, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_23) == 0x006B58, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_22) == 0x006C50, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_11) == 0x006D48, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_74) == 0x006D78, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_94) == 0x006DA0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_94' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_93) == 0x006E20, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_93' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_92) == 0x006EA0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_92' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_91) == 0x006F20, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_91' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_43) == 0x006FA0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_42) == 0x007040, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_90) == 0x0070E0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_90' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_89) == 0x007160, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_89' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_88) == 0x0071E0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_88' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_87) == 0x007260, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_87' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_41) == 0x0072E0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByEnum_4) == 0x007380, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByEnum_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_40) == 0x007430, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_86) == 0x0074D0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_86' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_85) == 0x007550, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_85' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_39) == 0x0075D0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_57) == 0x007670, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_57' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_84) == 0x0076A0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_84' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_83) == 0x007720, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_83' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_82) == 0x0077A0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_82' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_81) == 0x007820, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_81' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_38) == 0x0078A0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_37) == 0x007940, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_80) == 0x0079E0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_80' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_79) == 0x007A60, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_79' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_78) == 0x007AE0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_78' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_77) == 0x007B60, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_77' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_36) == 0x007BE0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByEnum_3) == 0x007C80, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_35) == 0x007D30, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_76) == 0x007DD0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_76' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_75) == 0x007E50, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_75' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_34) == 0x007ED0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_56) == 0x007F70, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_56' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_55) == 0x007FA0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_55' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_12) == 0x007FD0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_54) == 0x008080, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_54' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_74) == 0x0080B0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_74' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_73) == 0x008130, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_73' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_33) == 0x0081B0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_32) == 0x008250, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_31) == 0x0082F0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_16) == 0x008390, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_15) == 0x0083B8, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_73) == 0x0083E0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_72) == 0x008408, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_71) == 0x008430, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_70) == 0x008458, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_69) == 0x008480, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_68) == 0x0084A8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_72) == 0x0084D0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_72' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_71) == 0x008550, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_71' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_70) == 0x0085D0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_70' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_30) == 0x008650, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_29) == 0x0086F0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_53) == 0x008790, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_53' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_69) == 0x0087C0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_52) == 0x008840, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_52' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_28) == 0x008870, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_27) == 0x008910, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_68) == 0x0089B0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_67) == 0x008A30, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_66) == 0x008AB0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_51) == 0x008B30, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_51' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_50) == 0x008B60, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_50' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_11) == 0x008B90, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_12) == 0x008C40, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_26) == 0x008D08, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_11) == 0x008DA8, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_67) == 0x008E70, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_66) == 0x008E98, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_65) == 0x008EC0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_64) == 0x008EE8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_63) == 0x008F10, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_62) == 0x008F38, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_65) == 0x008F60, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_64) == 0x008FE0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_63) == 0x009060, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_25) == 0x0090E0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_24) == 0x009180, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_49) == 0x009220, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_49' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_62) == 0x009250, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_48) == 0x0092D0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_61) == 0x009300, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_60) == 0x009380, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_23) == 0x009400, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_22) == 0x0094A0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_59) == 0x009540, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_47) == 0x0095C0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_46) == 0x0095F0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_10) == 0x009620, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_58) == 0x0096D0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_45) == 0x009750, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_61) == 0x009780, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_60) == 0x0097A8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_59) == 0x0097D0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_58) == 0x0097F8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_57) == 0x009820, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_56) == 0x009848, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_57) == 0x009870, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_56) == 0x0098F0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_55) == 0x009970, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_21) == 0x0099F0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_20) == 0x009A90, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_44) == 0x009B30, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_54) == 0x009B60, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_43) == 0x009BE0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_53) == 0x009C10, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_52) == 0x009C90, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_51) == 0x009D10, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_19) == 0x009D90, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_18) == 0x009E30, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_42) == 0x009ED0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_41) == 0x009F00, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_9) == 0x009F30, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_40) == 0x009FE0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_10) == 0x00A010, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_21) == 0x00A0D8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_20) == 0x00A1D0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_10) == 0x00A2C8, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_55) == 0x00A2F8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_9) == 0x00A320, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_19) == 0x00A3E8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_18) == 0x00A4E0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_9) == 0x00A5D8, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_54) == 0x00A608, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_53) == 0x00A630, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_52) == 0x00A658, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_39) == 0x00A680, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_8) == 0x00A6B0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_17) == 0x00A778, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_16) == 0x00A870, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_8) == 0x00A968, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_51) == 0x00A998, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_7) == 0x00A9C0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_15) == 0x00AA88, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_14) == 0x00AB80, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_7) == 0x00AC78, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_50) == 0x00ACA8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_50) == 0x00ACD0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_38) == 0x00AD50, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_49) == 0x00AD80, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_37) == 0x00AE00, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_48) == 0x00AE30, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_36) == 0x00AEB0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_8) == 0x00AEE0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_35) == 0x00AF90, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_6) == 0x00AFC0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_13) == 0x00B088, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_12) == 0x00B180, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_6) == 0x00B278, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_49) == 0x00B2A8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_5) == 0x00B2D0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_11) == 0x00B398, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_10) == 0x00B490, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_5) == 0x00B588, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_48) == 0x00B5B8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_47) == 0x00B5E0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_34) == 0x00B660, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_46) == 0x00B690, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_33) == 0x00B710, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_45) == 0x00B740, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_32) == 0x00B7C0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_7) == 0x00B7F0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_31) == 0x00B8A0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_6) == 0x00B8D0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_30) == 0x00B980, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_17) == 0x00B9B0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_16) == 0x00BA50, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_44) == 0x00BAF0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_43) == 0x00BB70, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_15) == 0x00BBF0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_42) == 0x00BC90, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_14) == 0x00BD10, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_41) == 0x00BDB0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_47) == 0x00BE30, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_46) == 0x00BE58, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_45) == 0x00BE80, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_44) == 0x00BEA8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_43) == 0x00BED0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_42) == 0x00BEF8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_41) == 0x00BF20, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_40) == 0x00BF48, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_39) == 0x00BF70, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_38) == 0x00BF98, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_37) == 0x00BFC0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_36) == 0x00BFE8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_40) == 0x00C010, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_39) == 0x00C090, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_38) == 0x00C110, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_37) == 0x00C190, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByEnum_2) == 0x00C210, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_29) == 0x00C2C0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_28) == 0x00C2F0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByInt_2) == 0x00C320, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByInt_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_36) == 0x00C3C0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_35) == 0x00C440, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_27) == 0x00C4C0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_34) == 0x00C4F0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_26) == 0x00C570, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendSpacePlayer_8) == 0x00C5A0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendSpacePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendSpacePlayer_7) == 0x00C688, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendSpacePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByEnum_1) == 0x00C770, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_33) == 0x00C820, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendSpacePlayer_6) == 0x00C8A0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendSpacePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_13) == 0x00C988, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_12) == 0x00CA28, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_32) == 0x00CAC8, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendSpacePlayer_5) == 0x00CB48, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_25) == 0x00CC30, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_31) == 0x00CC60, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendSpacePlayer_4) == 0x00CCE0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_11) == 0x00CDC8, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_30) == 0x00CE68, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_29) == 0x00CEE8, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByEnum) == 0x00CF68, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_35) == 0x00D018, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_34) == 0x00D040, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_4) == 0x00D068, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_9) == 0x00D130, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_8) == 0x00D228, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_4) == 0x00D320, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_33) == 0x00D350, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_3) == 0x00D378, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_7) == 0x00D440, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_6) == 0x00D538, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_3) == 0x00D630, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_32) == 0x00D660, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_31) == 0x00D688, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_30) == 0x00D6B0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_29) == 0x00D6D8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_28) == 0x00D700, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_27) == 0x00D728, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_2) == 0x00D750, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_5) == 0x00D818, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_4) == 0x00D910, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_2) == 0x00DA08, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_26) == 0x00DA38, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_25) == 0x00DA60, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_24) == 0x00DA88, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_23) == 0x00DAB0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_22) == 0x00DAD8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_21) == 0x00DB00, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_20) == 0x00DB28, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_19) == 0x00DB50, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_18) == 0x00DB78, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_17) == 0x00DBA0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_16) == 0x00DBC8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_15) == 0x00DBF0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_14) == 0x00DC18, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_28) == 0x00DC40, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_24) == 0x00DCC0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_27) == 0x00DCF0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_23) == 0x00DD70, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_26) == 0x00DDA0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_22) == 0x00DE20, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_25) == 0x00DE50, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_21) == 0x00DED0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_24) == 0x00DF00, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_20) == 0x00DF80, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_23) == 0x00DFB0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_19) == 0x00E030, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_22) == 0x00E060, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_18) == 0x00E0E0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_21) == 0x00E110, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_17) == 0x00E190, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_20) == 0x00E1C0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_16) == 0x00E240, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_19) == 0x00E270, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_15) == 0x00E2F0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_18) == 0x00E320, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_14) == 0x00E3A0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_17) == 0x00E3D0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_13) == 0x00E450, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_16) == 0x00E480, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_12) == 0x00E500, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_5) == 0x00E530, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_10) == 0x00E5E0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_15) == 0x00E680, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_11) == 0x00E700, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_4) == 0x00E730, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_10) == 0x00E7E0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_3) == 0x00E810, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SaveCachedPose_9) == 0x00E8C0, "Member 'UABP_Cat_New_C::AnimGraphNode_SaveCachedPose_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_28) == 0x00EA18, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_27) == 0x00EB20, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_26) == 0x00EC28, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_25) == 0x00ED30, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_24) == 0x00EE38, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_23) == 0x00EF40, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_22) == 0x00F048, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_21) == 0x00F150, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_20) == 0x00F258, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_19) == 0x00F360, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_18) == 0x00F468, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_LocalToComponentSpace_2) == 0x00F570, "Member 'UABP_Cat_New_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_17) == 0x00F590, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_16) == 0x00F698, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_15) == 0x00F7A0, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_14) == 0x00F8A8, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_13) == 0x00F9B0, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_12) == 0x00FAB8, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_11) == 0x00FBC0, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_10) == 0x00FCC8, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_9) == 0x00FDD0, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_8) == 0x00FED8, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_7) == 0x00FFE0, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_6) == 0x0100E8, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_5) == 0x0101F0, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_4) == 0x0102F8, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_3) == 0x010400, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_2) == 0x010508, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x010610, "Member 'UABP_Cat_New_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ApplyAdditive_5) == 0x010630, "Member 'UABP_Cat_New_C::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_14) == 0x0106F8, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_9) == 0x010778, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_14) == 0x010818, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ApplyAdditive_4) == 0x010840, "Member 'UABP_Cat_New_C::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_13) == 0x010908, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ApplyAdditive_3) == 0x010988, "Member 'UABP_Cat_New_C::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone_1) == 0x010A50, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ModifyBone) == 0x010B58, "Member 'UABP_Cat_New_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendSpacePlayer_3) == 0x010C60, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ApplyAdditive_2) == 0x010D48, "Member 'UABP_Cat_New_C::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendSpacePlayer_2) == 0x010E10, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_LayeredBoneBlend_1) == 0x010EF8, "Member 'UABP_Cat_New_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_13) == 0x010FB8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_12) == 0x010FE0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_11) == 0x011008, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_10) == 0x011030, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByInt_1) == 0x011058, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByInt_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_12) == 0x0110F8, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_11) == 0x011178, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_9) == 0x0111F8, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_10) == 0x011228, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_8) == 0x0112A8, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByInt) == 0x0112D8, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_9) == 0x011378, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_7) == 0x0113F8, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_2) == 0x011428, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_Trail) == 0x0114E0, "Member 'UABP_Cat_New_C::AnimGraphNode_Trail' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x011740, "Member 'UABP_Cat_New_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SaveCachedPose_8) == 0x011760, "Member 'UABP_Cat_New_C::AnimGraphNode_SaveCachedPose_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_8) == 0x0118B8, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_13) == 0x011958, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_12) == 0x011980, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ComponentToLocalSpace) == 0x0119A8, "Member 'UABP_Cat_New_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_7) == 0x0119C8, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_6) == 0x011A68, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SaveCachedPose_7) == 0x011B08, "Member 'UABP_Cat_New_C::AnimGraphNode_SaveCachedPose_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_11) == 0x011C60, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_10) == 0x011C88, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_LocalToComponentSpace_1) == 0x011CB0, "Member 'UABP_Cat_New_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_9) == 0x011CD0, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SaveCachedPose_6) == 0x011CF8, "Member 'UABP_Cat_New_C::AnimGraphNode_SaveCachedPose_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_LocalToComponentSpace) == 0x011E50, "Member 'UABP_Cat_New_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SaveCachedPose_5) == 0x011E70, "Member 'UABP_Cat_New_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendBoneByChannel) == 0x011FC8, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendBoneByChannel' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_8) == 0x012030, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendSpacePlayer_1) == 0x012058, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_Root) == 0x012140, "Member 'UABP_Cat_New_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_7) == 0x012170, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SaveCachedPose_4) == 0x012198, "Member 'UABP_Cat_New_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_6) == 0x0122F0, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ApplyAdditive_1) == 0x012318, "Member 'UABP_Cat_New_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendSpacePlayer) == 0x0123E0, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_LayeredBoneBlend) == 0x0124C8, "Member 'UABP_Cat_New_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_5) == 0x012588, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SaveCachedPose_3) == 0x0125B0, "Member 'UABP_Cat_New_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_Slot_1) == 0x012708, "Member 'UABP_Cat_New_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SaveCachedPose_2) == 0x012750, "Member 'UABP_Cat_New_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_5) == 0x0128A8, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_Inertialization) == 0x012948, "Member 'UABP_Cat_New_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_Slot) == 0x0129B8, "Member 'UABP_Cat_New_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_4) == 0x012A00, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend_1) == 0x012AA0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_3) == 0x012B68, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_2) == 0x012C60, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult_1) == 0x012D58, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_9) == 0x012D88, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TwoWayBlend) == 0x012DB0, "Member 'UABP_Cat_New_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator_1) == 0x012E78, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionPoseEvaluator) == 0x012F70, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionPoseEvaluator' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_CustomTransitionResult) == 0x013068, "Member 'UABP_Cat_New_C::AnimGraphNode_CustomTransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_8) == 0x013098, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_7) == 0x0130C0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_6) == 0x0130E8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_8) == 0x013110, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_6) == 0x013190, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_7) == 0x0131C0, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_5) == 0x013240, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_4) == 0x013270, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine_1) == 0x0132A0, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_4) == 0x013350, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SaveCachedPose_1) == 0x013378, "Member 'UABP_Cat_New_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_ApplyAdditive) == 0x0134D0, "Member 'UABP_Cat_New_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_3) == 0x013598, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_2) == 0x0135C0, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose_1) == 0x0135E8, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_UseCachedPose) == 0x013610, "Member 'UABP_Cat_New_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_5) == 0x013638, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_4) == 0x013660, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_3) == 0x013688, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_2) == 0x0136B0, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult_1) == 0x0136D8, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_TransitionResult) == 0x013700, "Member 'UABP_Cat_New_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_6) == 0x013728, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_5) == 0x0137A8, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_3) == 0x013828, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_2) == 0x0138C8, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_4) == 0x013968, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_3) == 0x0139E8, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_3) == 0x013A18, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_2) == 0x013A98, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_2) == 0x013AC8, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer_1) == 0x013B48, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool_1) == 0x013BC8, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_BlendListByBool) == 0x013C68, "Member 'UABP_Cat_New_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SequencePlayer) == 0x013D08, "Member 'UABP_Cat_New_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult_1) == 0x013D88, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateResult) == 0x013DB8, "Member 'UABP_Cat_New_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_StateMachine) == 0x013DE8, "Member 'UABP_Cat_New_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AnimGraphNode_SaveCachedPose) == 0x013E98, "Member 'UABP_Cat_New_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsMoving) == 0x013FF0, "Member 'UABP_Cat_New_C::IsMoving' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CatPawn) == 0x013FF8, "Member 'UABP_Cat_New_C::CatPawn' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Delta_Time) == 0x014000, "Member 'UABP_Cat_New_C::Delta_Time' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, MovementWorldInput) == 0x014004, "Member 'UABP_Cat_New_C::MovementWorldInput' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsInJumpState) == 0x01400C, "Member 'UABP_Cat_New_C::IsInJumpState' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsJumping) == 0x01400D, "Member 'UABP_Cat_New_C::IsJumping' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, JumpLength) == 0x014010, "Member 'UABP_Cat_New_C::JumpLength' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, JumpHeight) == 0x014014, "Member 'UABP_Cat_New_C::JumpHeight' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, JumpPlayRate) == 0x014018, "Member 'UABP_Cat_New_C::JumpPlayRate' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsHanging) == 0x01401C, "Member 'UABP_Cat_New_C::IsHanging' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsHangingRequested) == 0x01401D, "Member 'UABP_Cat_New_C::IsHangingRequested' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsExitingHanging) == 0x01401E, "Member 'UABP_Cat_New_C::IsExitingHanging' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsExitingHangingLeft) == 0x01401F, "Member 'UABP_Cat_New_C::IsExitingHangingLeft' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsPerched) == 0x014020, "Member 'UABP_Cat_New_C::IsPerched' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CorrectedWorldInput) == 0x014024, "Member 'UABP_Cat_New_C::CorrectedWorldInput' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsRunning) == 0x01402C, "Member 'UABP_Cat_New_C::IsRunning' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsUTurnA) == 0x01402D, "Member 'UABP_Cat_New_C::IsUTurnA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsTurning) == 0x01402E, "Member 'UABP_Cat_New_C::IsTurning' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, AIsTurningLeft) == 0x01402F, "Member 'UABP_Cat_New_C::AIsTurningLeft' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, BIsTurningLeft) == 0x014030, "Member 'UABP_Cat_New_C::BIsTurningLeft' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, WalkBlendspaceCorrectionCurve) == 0x014038, "Member 'UABP_Cat_New_C::WalkBlendspaceCorrectionCurve' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsJumpAnimA) == 0x014040, "Member 'UABP_Cat_New_C::IsJumpAnimA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsCustomAnimationEnabled) == 0x014041, "Member 'UABP_Cat_New_C::IsCustomAnimationEnabled' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CustomAnimationA) == 0x014050, "Member 'UABP_Cat_New_C::CustomAnimationA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, StopMaxVelocityThreshold) == 0x0140A0, "Member 'UABP_Cat_New_C::StopMaxVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, StopMinInputThreshold) == 0x0140A4, "Member 'UABP_Cat_New_C::StopMinInputThreshold' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, timeSinceLastMiaou) == 0x0140A8, "Member 'UABP_Cat_New_C::timeSinceLastMiaou' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, JumpBlockA) == 0x0140B0, "Member 'UABP_Cat_New_C::JumpBlockA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, JumpBlockB) == 0x014180, "Member 'UABP_Cat_New_C::JumpBlockB' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsPerchRequested) == 0x014250, "Member 'UABP_Cat_New_C::IsPerchRequested' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Spine_Delta_Rotation) == 0x014254, "Member 'UABP_Cat_New_C::Spine_Delta_Rotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Cat_Speed) == 0x014260, "Member 'UABP_Cat_New_C::Cat_Speed' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, SpineCurve_Trot) == 0x014268, "Member 'UABP_Cat_New_C::SpineCurve_Trot' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, TailAlphaBlend) == 0x014270, "Member 'UABP_Cat_New_C::TailAlphaBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Tail1_Rotation) == 0x014274, "Member 'UABP_Cat_New_C::Tail1_Rotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, ShouldBePlayingJumpStopAnimation) == 0x014280, "Member 'UABP_Cat_New_C::ShouldBePlayingJumpStopAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, ShakeAlpha) == 0x014284, "Member 'UABP_Cat_New_C::ShakeAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, ShakeAlphaDecayTime) == 0x014288, "Member 'UABP_Cat_New_C::ShakeAlphaDecayTime' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, ShakeAlphaIncrement) == 0x01428C, "Member 'UABP_Cat_New_C::ShakeAlphaIncrement' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, ShakeAlphaSmoother) == 0x014290, "Member 'UABP_Cat_New_C::ShakeAlphaSmoother' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, MI_CatFootStep) == 0x0142A0, "Member 'UABP_Cat_New_C::MI_CatFootStep' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, FootStep_Color) == 0x0142A8, "Member 'UABP_Cat_New_C::FootStep_Color' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, FootStep_PaintColor) == 0x0142B8, "Member 'UABP_Cat_New_C::FootStep_PaintColor' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, FootStep_Opacity) == 0x0142C8, "Member 'UABP_Cat_New_C::FootStep_Opacity' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, FootStep_Ro) == 0x0142CC, "Member 'UABP_Cat_New_C::FootStep_Ro' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, FootStep_Decal_Size) == 0x0142D0, "Member 'UABP_Cat_New_C::FootStep_Decal_Size' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, FootStep_SurfaceType_from_CatRoot) == 0x0142DC, "Member 'UABP_Cat_New_C::FootStep_SurfaceType_from_CatRoot' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, ScriptedJumpAnimation) == 0x0142E0, "Member 'UABP_Cat_New_C::ScriptedJumpAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsInScriptedJump) == 0x0142E8, "Member 'UABP_Cat_New_C::IsInScriptedJump' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsOnRail) == 0x0142E9, "Member 'UABP_Cat_New_C::IsOnRail' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, LookAt_Delta_Rotation) == 0x0142EC, "Member 'UABP_Cat_New_C::LookAt_Delta_Rotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, DoRandomLookAt) == 0x0142F8, "Member 'UABP_Cat_New_C::DoRandomLookAt' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, DoDialogLookAt) == 0x0142F9, "Member 'UABP_Cat_New_C::DoDialogLookAt' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, DoLookAt_Smooth) == 0x0142FC, "Member 'UABP_Cat_New_C::DoLookAt_Smooth' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, RandomEars) == 0x014300, "Member 'UABP_Cat_New_C::RandomEars' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsInInterpolationAnimation_0) == 0x014308, "Member 'UABP_Cat_New_C::IsInInterpolationAnimation_0' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, RandomEarsSmooth) == 0x01430C, "Member 'UABP_Cat_New_C::RandomEarsSmooth' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Random_Eyes_Rotation) == 0x014314, "Member 'UABP_Cat_New_C::Random_Eyes_Rotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Random_Eyes_Rotation_Smooth) == 0x014320, "Member 'UABP_Cat_New_C::Random_Eyes_Rotation_Smooth' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, LookAt_Delta_Rotation_Smooth) == 0x01432C, "Member 'UABP_Cat_New_C::LookAt_Delta_Rotation_Smooth' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, LookAtDialogDelta) == 0x014338, "Member 'UABP_Cat_New_C::LookAtDialogDelta' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, BreathSpeedRate) == 0x014344, "Member 'UABP_Cat_New_C::BreathSpeedRate' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, PlayIdle) == 0x014348, "Member 'UABP_Cat_New_C::PlayIdle' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IdleIndex) == 0x01434C, "Member 'UABP_Cat_New_C::IdleIndex' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, DoBlink_Smooth) == 0x014350, "Member 'UABP_Cat_New_C::DoBlink_Smooth' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, SubIdleIndex) == 0x014354, "Member 'UABP_Cat_New_C::SubIdleIndex' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Crawl_Front) == 0x014358, "Member 'UABP_Cat_New_C::Crawl_Front' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Crawl_Full) == 0x014359, "Member 'UABP_Cat_New_C::Crawl_Full' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CustomWalk) == 0x01435A, "Member 'UABP_Cat_New_C::CustomWalk' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CustomWalk_Index) == 0x01435C, "Member 'UABP_Cat_New_C::CustomWalk_Index' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsInterpolating_0) == 0x014360, "Member 'UABP_Cat_New_C::IsInterpolating_0' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, InterpolateAnimationA) == 0x014368, "Member 'UABP_Cat_New_C::InterpolateAnimationA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, InterpolateAnimationB) == 0x014370, "Member 'UABP_Cat_New_C::InterpolateAnimationB' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsInterpolatingA) == 0x014378, "Member 'UABP_Cat_New_C::IsInterpolatingA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, SubAnimInstanceIndex) == 0x014379, "Member 'UABP_Cat_New_C::SubAnimInstanceIndex' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, PerchAngle) == 0x01437C, "Member 'UABP_Cat_New_C::PerchAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, SmoothedPerchAngle) == 0x014380, "Member 'UABP_Cat_New_C::SmoothedPerchAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, HangingAngle) == 0x01438C, "Member 'UABP_Cat_New_C::HangingAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsBendEnabled) == 0x014390, "Member 'UABP_Cat_New_C::IsBendEnabled' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsBodyRollEnabled) == 0x014391, "Member 'UABP_Cat_New_C::IsBodyRollEnabled' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsTailTrailEnabled) == 0x014392, "Member 'UABP_Cat_New_C::IsTailTrailEnabled' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsLookAtEnabled) == 0x014393, "Member 'UABP_Cat_New_C::IsLookAtEnabled' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsRandomEyesEnabled) == 0x014394, "Member 'UABP_Cat_New_C::IsRandomEyesEnabled' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, HangingRotationSpeed) == 0x014398, "Member 'UABP_Cat_New_C::HangingRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, LastTeleportFrame) == 0x01439C, "Member 'UABP_Cat_New_C::LastTeleportFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CurrentFrame) == 0x0143A0, "Member 'UABP_Cat_New_C::CurrentFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsExitingHanging180) == 0x0143A4, "Member 'UABP_Cat_New_C::IsExitingHanging180' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Movement_Direction_for_Bend) == 0x0143A8, "Member 'UABP_Cat_New_C::Movement_Direction_for_Bend' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsWallPerched) == 0x0143B4, "Member 'UABP_Cat_New_C::IsWallPerched' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CinematicBlend) == 0x0143B8, "Member 'UABP_Cat_New_C::CinematicBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsCinematic) == 0x0143BC, "Member 'UABP_Cat_New_C::IsCinematic' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, BendCurveValues) == 0x0143C0, "Member 'UABP_Cat_New_C::BendCurveValues' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, HasJump) == 0x0143D0, "Member 'UABP_Cat_New_C::HasJump' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, ATurningType) == 0x0143D1, "Member 'UABP_Cat_New_C::ATurningType' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, PerchStartRatio) == 0x0143D4, "Member 'UABP_Cat_New_C::PerchStartRatio' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, BTurningType) == 0x0143D8, "Member 'UABP_Cat_New_C::BTurningType' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CatAttitude) == 0x0143D9, "Member 'UABP_Cat_New_C::CatAttitude' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, ShouldBePlayingJumpStopRailAnimation) == 0x0143DA, "Member 'UABP_Cat_New_C::ShouldBePlayingJumpStopRailAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsDead) == 0x0143DB, "Member 'UABP_Cat_New_C::IsDead' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, JumpStartVelocityRatio) == 0x0143DC, "Member 'UABP_Cat_New_C::JumpStartVelocityRatio' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, DoSlowJumpA) == 0x0143E0, "Member 'UABP_Cat_New_C::DoSlowJumpA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, DoSlowJumpB) == 0x0143E1, "Member 'UABP_Cat_New_C::DoSlowJumpB' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CatPawPushInstance) == 0x0143E8, "Member 'UABP_Cat_New_C::CatPawPushInstance' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, BarrelAlpha) == 0x0143F0, "Member 'UABP_Cat_New_C::BarrelAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsInBarrel) == 0x0143F4, "Member 'UABP_Cat_New_C::IsInBarrel' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CustomAnimationB) == 0x014400, "Member 'UABP_Cat_New_C::CustomAnimationB' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsInCustomAnimationA) == 0x014450, "Member 'UABP_Cat_New_C::IsInCustomAnimationA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, HangingRotationSpeedSmoother) == 0x014458, "Member 'UABP_Cat_New_C::HangingRotationSpeedSmoother' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, HangingTurnSide) == 0x014490, "Member 'UABP_Cat_New_C::HangingTurnSide' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, HangingTurnPlayRatio) == 0x014494, "Member 'UABP_Cat_New_C::HangingTurnPlayRatio' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CageInstance) == 0x014498, "Member 'UABP_Cat_New_C::CageInstance' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CatPreviousRotation) == 0x0144A0, "Member 'UABP_Cat_New_C::CatPreviousRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, WallPerchRatio) == 0x0144AC, "Member 'UABP_Cat_New_C::WallPerchRatio' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, UturnPlayRate) == 0x0144B0, "Member 'UABP_Cat_New_C::UturnPlayRate' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, TailAnimWalkOn) == 0x0144B4, "Member 'UABP_Cat_New_C::TailAnimWalkOn' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, TailAnimStandOn) == 0x0144B5, "Member 'UABP_Cat_New_C::TailAnimStandOn' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, TailWalkIndex) == 0x0144B8, "Member 'UABP_Cat_New_C::TailWalkIndex' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, TailStandIndex) == 0x0144BC, "Member 'UABP_Cat_New_C::TailStandIndex' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Tail_Alpha_Blend) == 0x0144C0, "Member 'UABP_Cat_New_C::Tail_Alpha_Blend' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, TailAnimIsStanding) == 0x0144C4, "Member 'UABP_Cat_New_C::TailAnimIsStanding' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, TailAnimIsWalking) == 0x0144C5, "Member 'UABP_Cat_New_C::TailAnimIsWalking' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, sfx_cat_walk_starting_force) == 0x0144C8, "Member 'UABP_Cat_New_C::sfx_cat_walk_starting_force' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, IsInBucket) == 0x0144CC, "Member 'UABP_Cat_New_C::IsInBucket' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, MainPawA) == 0x0144CD, "Member 'UABP_Cat_New_C::MainPawA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, MainPawB) == 0x0144CE, "Member 'UABP_Cat_New_C::MainPawB' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, UseMainPawA) == 0x0144CF, "Member 'UABP_Cat_New_C::UseMainPawA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, VelocityRatio) == 0x0144D0, "Member 'UABP_Cat_New_C::VelocityRatio' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, ShouldFailJumpA) == 0x0144D4, "Member 'UABP_Cat_New_C::ShouldFailJumpA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, ShouldFailJumpB) == 0x0144D5, "Member 'UABP_Cat_New_C::ShouldFailJumpB' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, LookAtSpringState) == 0x0144D8, "Member 'UABP_Cat_New_C::LookAtSpringState' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, DriftFactor) == 0x0144F0, "Member 'UABP_Cat_New_C::DriftFactor' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable) == 0x0144F8, "Member 'UABP_Cat_New_C::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_1) == 0x014500, "Member 'UABP_Cat_New_C::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_2) == 0x014508, "Member 'UABP_Cat_New_C::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_3) == 0x014510, "Member 'UABP_Cat_New_C::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_4) == 0x014518, "Member 'UABP_Cat_New_C::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_5) == 0x014520, "Member 'UABP_Cat_New_C::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_6) == 0x014528, "Member 'UABP_Cat_New_C::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_7) == 0x014530, "Member 'UABP_Cat_New_C::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_8) == 0x014538, "Member 'UABP_Cat_New_C::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_9) == 0x014540, "Member 'UABP_Cat_New_C::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_10) == 0x014548, "Member 'UABP_Cat_New_C::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_11) == 0x014550, "Member 'UABP_Cat_New_C::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable) == 0x014558, "Member 'UABP_Cat_New_C::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_12) == 0x014560, "Member 'UABP_Cat_New_C::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_13) == 0x014568, "Member 'UABP_Cat_New_C::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_14) == 0x014570, "Member 'UABP_Cat_New_C::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_15) == 0x014578, "Member 'UABP_Cat_New_C::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_16) == 0x014580, "Member 'UABP_Cat_New_C::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_17) == 0x014588, "Member 'UABP_Cat_New_C::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_18) == 0x014590, "Member 'UABP_Cat_New_C::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_19) == 0x014598, "Member 'UABP_Cat_New_C::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_20) == 0x0145A0, "Member 'UABP_Cat_New_C::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_21) == 0x0145A8, "Member 'UABP_Cat_New_C::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_22) == 0x0145B0, "Member 'UABP_Cat_New_C::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_23) == 0x0145B8, "Member 'UABP_Cat_New_C::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_24) == 0x0145C0, "Member 'UABP_Cat_New_C::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_25) == 0x0145C8, "Member 'UABP_Cat_New_C::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_26) == 0x0145D0, "Member 'UABP_Cat_New_C::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_27) == 0x0145D8, "Member 'UABP_Cat_New_C::Temp_object_Variable_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_28) == 0x0145E0, "Member 'UABP_Cat_New_C::Temp_object_Variable_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_29) == 0x0145E8, "Member 'UABP_Cat_New_C::Temp_object_Variable_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_30) == 0x0145F0, "Member 'UABP_Cat_New_C::Temp_object_Variable_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_31) == 0x0145F8, "Member 'UABP_Cat_New_C::Temp_object_Variable_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_32) == 0x014600, "Member 'UABP_Cat_New_C::Temp_object_Variable_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_33) == 0x014608, "Member 'UABP_Cat_New_C::Temp_object_Variable_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_34) == 0x014610, "Member 'UABP_Cat_New_C::Temp_object_Variable_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_35) == 0x014618, "Member 'UABP_Cat_New_C::Temp_object_Variable_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_36) == 0x014620, "Member 'UABP_Cat_New_C::Temp_object_Variable_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_37) == 0x014628, "Member 'UABP_Cat_New_C::Temp_object_Variable_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_38) == 0x014630, "Member 'UABP_Cat_New_C::Temp_object_Variable_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_39) == 0x014638, "Member 'UABP_Cat_New_C::Temp_object_Variable_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_40) == 0x014640, "Member 'UABP_Cat_New_C::Temp_object_Variable_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_41) == 0x014648, "Member 'UABP_Cat_New_C::Temp_object_Variable_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_42) == 0x014650, "Member 'UABP_Cat_New_C::Temp_object_Variable_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_43) == 0x014658, "Member 'UABP_Cat_New_C::Temp_object_Variable_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_1) == 0x014660, "Member 'UABP_Cat_New_C::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_44) == 0x014668, "Member 'UABP_Cat_New_C::Temp_object_Variable_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_45) == 0x014670, "Member 'UABP_Cat_New_C::Temp_object_Variable_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_46) == 0x014678, "Member 'UABP_Cat_New_C::Temp_object_Variable_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_47) == 0x014680, "Member 'UABP_Cat_New_C::Temp_object_Variable_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_48) == 0x014688, "Member 'UABP_Cat_New_C::Temp_object_Variable_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_49) == 0x014690, "Member 'UABP_Cat_New_C::Temp_object_Variable_49' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_50) == 0x014698, "Member 'UABP_Cat_New_C::Temp_object_Variable_50' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_51) == 0x0146A0, "Member 'UABP_Cat_New_C::Temp_object_Variable_51' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_52) == 0x0146A8, "Member 'UABP_Cat_New_C::Temp_object_Variable_52' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_53) == 0x0146B0, "Member 'UABP_Cat_New_C::Temp_object_Variable_53' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_54) == 0x0146B8, "Member 'UABP_Cat_New_C::Temp_object_Variable_54' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_55) == 0x0146C0, "Member 'UABP_Cat_New_C::Temp_object_Variable_55' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_56) == 0x0146C8, "Member 'UABP_Cat_New_C::Temp_object_Variable_56' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_57) == 0x0146D0, "Member 'UABP_Cat_New_C::Temp_object_Variable_57' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_58) == 0x0146D8, "Member 'UABP_Cat_New_C::Temp_object_Variable_58' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_59) == 0x0146E0, "Member 'UABP_Cat_New_C::Temp_object_Variable_59' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_60) == 0x0146E8, "Member 'UABP_Cat_New_C::Temp_object_Variable_60' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_61) == 0x0146F0, "Member 'UABP_Cat_New_C::Temp_object_Variable_61' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_62) == 0x0146F8, "Member 'UABP_Cat_New_C::Temp_object_Variable_62' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_63) == 0x014700, "Member 'UABP_Cat_New_C::Temp_object_Variable_63' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_64) == 0x014708, "Member 'UABP_Cat_New_C::Temp_object_Variable_64' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_65) == 0x014710, "Member 'UABP_Cat_New_C::Temp_object_Variable_65' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_66) == 0x014718, "Member 'UABP_Cat_New_C::Temp_object_Variable_66' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_67) == 0x014720, "Member 'UABP_Cat_New_C::Temp_object_Variable_67' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_68) == 0x014728, "Member 'UABP_Cat_New_C::Temp_object_Variable_68' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_69) == 0x014730, "Member 'UABP_Cat_New_C::Temp_object_Variable_69' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_70) == 0x014738, "Member 'UABP_Cat_New_C::Temp_object_Variable_70' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_71) == 0x014740, "Member 'UABP_Cat_New_C::Temp_object_Variable_71' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_72) == 0x014748, "Member 'UABP_Cat_New_C::Temp_object_Variable_72' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_73) == 0x014750, "Member 'UABP_Cat_New_C::Temp_object_Variable_73' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_74) == 0x014758, "Member 'UABP_Cat_New_C::Temp_object_Variable_74' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_75) == 0x014760, "Member 'UABP_Cat_New_C::Temp_object_Variable_75' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_2) == 0x014768, "Member 'UABP_Cat_New_C::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_76) == 0x014770, "Member 'UABP_Cat_New_C::Temp_object_Variable_76' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_77) == 0x014778, "Member 'UABP_Cat_New_C::Temp_object_Variable_77' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_78) == 0x014780, "Member 'UABP_Cat_New_C::Temp_object_Variable_78' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_79) == 0x014788, "Member 'UABP_Cat_New_C::Temp_object_Variable_79' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_80) == 0x014790, "Member 'UABP_Cat_New_C::Temp_object_Variable_80' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_81) == 0x014798, "Member 'UABP_Cat_New_C::Temp_object_Variable_81' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_82) == 0x0147A0, "Member 'UABP_Cat_New_C::Temp_object_Variable_82' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_83) == 0x0147A8, "Member 'UABP_Cat_New_C::Temp_object_Variable_83' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_84) == 0x0147B0, "Member 'UABP_Cat_New_C::Temp_object_Variable_84' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_85) == 0x0147B8, "Member 'UABP_Cat_New_C::Temp_object_Variable_85' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_86) == 0x0147C0, "Member 'UABP_Cat_New_C::Temp_object_Variable_86' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_87) == 0x0147C8, "Member 'UABP_Cat_New_C::Temp_object_Variable_87' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_88) == 0x0147D0, "Member 'UABP_Cat_New_C::Temp_object_Variable_88' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_89) == 0x0147D8, "Member 'UABP_Cat_New_C::Temp_object_Variable_89' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_90) == 0x0147E0, "Member 'UABP_Cat_New_C::Temp_object_Variable_90' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_91) == 0x0147E8, "Member 'UABP_Cat_New_C::Temp_object_Variable_91' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_92) == 0x0147F0, "Member 'UABP_Cat_New_C::Temp_object_Variable_92' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_93) == 0x0147F8, "Member 'UABP_Cat_New_C::Temp_object_Variable_93' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_94) == 0x014800, "Member 'UABP_Cat_New_C::Temp_object_Variable_94' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_95) == 0x014808, "Member 'UABP_Cat_New_C::Temp_object_Variable_95' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_96) == 0x014810, "Member 'UABP_Cat_New_C::Temp_object_Variable_96' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_97) == 0x014818, "Member 'UABP_Cat_New_C::Temp_object_Variable_97' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_98) == 0x014820, "Member 'UABP_Cat_New_C::Temp_object_Variable_98' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_99) == 0x014828, "Member 'UABP_Cat_New_C::Temp_object_Variable_99' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_100) == 0x014830, "Member 'UABP_Cat_New_C::Temp_object_Variable_100' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_101) == 0x014838, "Member 'UABP_Cat_New_C::Temp_object_Variable_101' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_102) == 0x014840, "Member 'UABP_Cat_New_C::Temp_object_Variable_102' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_103) == 0x014848, "Member 'UABP_Cat_New_C::Temp_object_Variable_103' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_104) == 0x014850, "Member 'UABP_Cat_New_C::Temp_object_Variable_104' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_105) == 0x014858, "Member 'UABP_Cat_New_C::Temp_object_Variable_105' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_106) == 0x014860, "Member 'UABP_Cat_New_C::Temp_object_Variable_106' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_107) == 0x014868, "Member 'UABP_Cat_New_C::Temp_object_Variable_107' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_3) == 0x014870, "Member 'UABP_Cat_New_C::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_108) == 0x014878, "Member 'UABP_Cat_New_C::Temp_object_Variable_108' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_109) == 0x014880, "Member 'UABP_Cat_New_C::Temp_object_Variable_109' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_110) == 0x014888, "Member 'UABP_Cat_New_C::Temp_object_Variable_110' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_111) == 0x014890, "Member 'UABP_Cat_New_C::Temp_object_Variable_111' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_112) == 0x014898, "Member 'UABP_Cat_New_C::Temp_object_Variable_112' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_113) == 0x0148A0, "Member 'UABP_Cat_New_C::Temp_object_Variable_113' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_114) == 0x0148A8, "Member 'UABP_Cat_New_C::Temp_object_Variable_114' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_115) == 0x0148B0, "Member 'UABP_Cat_New_C::Temp_object_Variable_115' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_116) == 0x0148B8, "Member 'UABP_Cat_New_C::Temp_object_Variable_116' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_117) == 0x0148C0, "Member 'UABP_Cat_New_C::Temp_object_Variable_117' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_118) == 0x0148C8, "Member 'UABP_Cat_New_C::Temp_object_Variable_118' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_119) == 0x0148D0, "Member 'UABP_Cat_New_C::Temp_object_Variable_119' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_120) == 0x0148D8, "Member 'UABP_Cat_New_C::Temp_object_Variable_120' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_121) == 0x0148E0, "Member 'UABP_Cat_New_C::Temp_object_Variable_121' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_122) == 0x0148E8, "Member 'UABP_Cat_New_C::Temp_object_Variable_122' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_123) == 0x0148F0, "Member 'UABP_Cat_New_C::Temp_object_Variable_123' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_124) == 0x0148F8, "Member 'UABP_Cat_New_C::Temp_object_Variable_124' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_125) == 0x014900, "Member 'UABP_Cat_New_C::Temp_object_Variable_125' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_126) == 0x014908, "Member 'UABP_Cat_New_C::Temp_object_Variable_126' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_127) == 0x014910, "Member 'UABP_Cat_New_C::Temp_object_Variable_127' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_128) == 0x014918, "Member 'UABP_Cat_New_C::Temp_object_Variable_128' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_129) == 0x014920, "Member 'UABP_Cat_New_C::Temp_object_Variable_129' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_130) == 0x014928, "Member 'UABP_Cat_New_C::Temp_object_Variable_130' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_131) == 0x014930, "Member 'UABP_Cat_New_C::Temp_object_Variable_131' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_132) == 0x014938, "Member 'UABP_Cat_New_C::Temp_object_Variable_132' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_133) == 0x014940, "Member 'UABP_Cat_New_C::Temp_object_Variable_133' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_134) == 0x014948, "Member 'UABP_Cat_New_C::Temp_object_Variable_134' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_135) == 0x014950, "Member 'UABP_Cat_New_C::Temp_object_Variable_135' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_136) == 0x014958, "Member 'UABP_Cat_New_C::Temp_object_Variable_136' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_137) == 0x014960, "Member 'UABP_Cat_New_C::Temp_object_Variable_137' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_138) == 0x014968, "Member 'UABP_Cat_New_C::Temp_object_Variable_138' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_139) == 0x014970, "Member 'UABP_Cat_New_C::Temp_object_Variable_139' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_4) == 0x014978, "Member 'UABP_Cat_New_C::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_140) == 0x014980, "Member 'UABP_Cat_New_C::Temp_object_Variable_140' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_141) == 0x014988, "Member 'UABP_Cat_New_C::Temp_object_Variable_141' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_142) == 0x014990, "Member 'UABP_Cat_New_C::Temp_object_Variable_142' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_143) == 0x014998, "Member 'UABP_Cat_New_C::Temp_object_Variable_143' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_144) == 0x0149A0, "Member 'UABP_Cat_New_C::Temp_object_Variable_144' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_145) == 0x0149A8, "Member 'UABP_Cat_New_C::Temp_object_Variable_145' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_146) == 0x0149B0, "Member 'UABP_Cat_New_C::Temp_object_Variable_146' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_147) == 0x0149B8, "Member 'UABP_Cat_New_C::Temp_object_Variable_147' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_148) == 0x0149C0, "Member 'UABP_Cat_New_C::Temp_object_Variable_148' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_149) == 0x0149C8, "Member 'UABP_Cat_New_C::Temp_object_Variable_149' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_150) == 0x0149D0, "Member 'UABP_Cat_New_C::Temp_object_Variable_150' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_151) == 0x0149D8, "Member 'UABP_Cat_New_C::Temp_object_Variable_151' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_152) == 0x0149E0, "Member 'UABP_Cat_New_C::Temp_object_Variable_152' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_153) == 0x0149E8, "Member 'UABP_Cat_New_C::Temp_object_Variable_153' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_154) == 0x0149F0, "Member 'UABP_Cat_New_C::Temp_object_Variable_154' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_155) == 0x0149F8, "Member 'UABP_Cat_New_C::Temp_object_Variable_155' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_156) == 0x014A00, "Member 'UABP_Cat_New_C::Temp_object_Variable_156' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_157) == 0x014A08, "Member 'UABP_Cat_New_C::Temp_object_Variable_157' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_158) == 0x014A10, "Member 'UABP_Cat_New_C::Temp_object_Variable_158' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_159) == 0x014A18, "Member 'UABP_Cat_New_C::Temp_object_Variable_159' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_160) == 0x014A20, "Member 'UABP_Cat_New_C::Temp_object_Variable_160' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_161) == 0x014A28, "Member 'UABP_Cat_New_C::Temp_object_Variable_161' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_162) == 0x014A30, "Member 'UABP_Cat_New_C::Temp_object_Variable_162' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_163) == 0x014A38, "Member 'UABP_Cat_New_C::Temp_object_Variable_163' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_164) == 0x014A40, "Member 'UABP_Cat_New_C::Temp_object_Variable_164' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_165) == 0x014A48, "Member 'UABP_Cat_New_C::Temp_object_Variable_165' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_166) == 0x014A50, "Member 'UABP_Cat_New_C::Temp_object_Variable_166' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_167) == 0x014A58, "Member 'UABP_Cat_New_C::Temp_object_Variable_167' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_168) == 0x014A60, "Member 'UABP_Cat_New_C::Temp_object_Variable_168' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_169) == 0x014A68, "Member 'UABP_Cat_New_C::Temp_object_Variable_169' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_170) == 0x014A70, "Member 'UABP_Cat_New_C::Temp_object_Variable_170' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_171) == 0x014A78, "Member 'UABP_Cat_New_C::Temp_object_Variable_171' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_5) == 0x014A80, "Member 'UABP_Cat_New_C::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable) == 0x014A84, "Member 'UABP_Cat_New_C::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_1) == 0x014A94, "Member 'UABP_Cat_New_C::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_2) == 0x014AA4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_3) == 0x014AB4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_4) == 0x014AC4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_5) == 0x014AD4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_6) == 0x014AE4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_7) == 0x014AF4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_8) == 0x014B04, "Member 'UABP_Cat_New_C::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_9) == 0x014B14, "Member 'UABP_Cat_New_C::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_10) == 0x014B24, "Member 'UABP_Cat_New_C::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_11) == 0x014B34, "Member 'UABP_Cat_New_C::Temp_struct_Variable_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_12) == 0x014B44, "Member 'UABP_Cat_New_C::Temp_struct_Variable_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_13) == 0x014B54, "Member 'UABP_Cat_New_C::Temp_struct_Variable_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_14) == 0x014B64, "Member 'UABP_Cat_New_C::Temp_struct_Variable_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_15) == 0x014B74, "Member 'UABP_Cat_New_C::Temp_struct_Variable_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_16) == 0x014B84, "Member 'UABP_Cat_New_C::Temp_struct_Variable_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_17) == 0x014B94, "Member 'UABP_Cat_New_C::Temp_struct_Variable_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_18) == 0x014BA4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_19) == 0x014BB4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_20) == 0x014BC4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_21) == 0x014BD4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_22) == 0x014BE4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_23) == 0x014BF4, "Member 'UABP_Cat_New_C::Temp_struct_Variable_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_24) == 0x014C04, "Member 'UABP_Cat_New_C::Temp_struct_Variable_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_25) == 0x014C14, "Member 'UABP_Cat_New_C::Temp_struct_Variable_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_26) == 0x014C24, "Member 'UABP_Cat_New_C::Temp_struct_Variable_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_27) == 0x014C34, "Member 'UABP_Cat_New_C::Temp_struct_Variable_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_28) == 0x014C44, "Member 'UABP_Cat_New_C::Temp_struct_Variable_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_29) == 0x014C54, "Member 'UABP_Cat_New_C::Temp_struct_Variable_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_30) == 0x014C64, "Member 'UABP_Cat_New_C::Temp_struct_Variable_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_6) == 0x014C74, "Member 'UABP_Cat_New_C::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable) == 0x014C78, "Member 'UABP_Cat_New_C::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_1) == 0x014C7C, "Member 'UABP_Cat_New_C::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_2) == 0x014C80, "Member 'UABP_Cat_New_C::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_3) == 0x014C84, "Member 'UABP_Cat_New_C::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_4) == 0x014C88, "Member 'UABP_Cat_New_C::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_5) == 0x014C8C, "Member 'UABP_Cat_New_C::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_6) == 0x014C90, "Member 'UABP_Cat_New_C::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_7) == 0x014C94, "Member 'UABP_Cat_New_C::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_8) == 0x014C98, "Member 'UABP_Cat_New_C::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_9) == 0x014C9C, "Member 'UABP_Cat_New_C::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_10) == 0x014CA0, "Member 'UABP_Cat_New_C::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_11) == 0x014CA4, "Member 'UABP_Cat_New_C::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_12) == 0x014CA8, "Member 'UABP_Cat_New_C::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_13) == 0x014CAC, "Member 'UABP_Cat_New_C::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_14) == 0x014CB0, "Member 'UABP_Cat_New_C::Temp_float_Variable_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_15) == 0x014CB4, "Member 'UABP_Cat_New_C::Temp_float_Variable_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_16) == 0x014CB8, "Member 'UABP_Cat_New_C::Temp_float_Variable_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_17) == 0x014CBC, "Member 'UABP_Cat_New_C::Temp_float_Variable_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_18) == 0x014CC0, "Member 'UABP_Cat_New_C::Temp_float_Variable_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_19) == 0x014CC4, "Member 'UABP_Cat_New_C::Temp_float_Variable_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_20) == 0x014CC8, "Member 'UABP_Cat_New_C::Temp_float_Variable_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_21) == 0x014CCC, "Member 'UABP_Cat_New_C::Temp_float_Variable_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_22) == 0x014CD0, "Member 'UABP_Cat_New_C::Temp_float_Variable_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_23) == 0x014CD4, "Member 'UABP_Cat_New_C::Temp_float_Variable_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_24) == 0x014CD8, "Member 'UABP_Cat_New_C::Temp_float_Variable_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_25) == 0x014CDC, "Member 'UABP_Cat_New_C::Temp_float_Variable_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_26) == 0x014CE0, "Member 'UABP_Cat_New_C::Temp_float_Variable_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_27) == 0x014CE4, "Member 'UABP_Cat_New_C::Temp_float_Variable_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_28) == 0x014CE8, "Member 'UABP_Cat_New_C::Temp_float_Variable_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_29) == 0x014CEC, "Member 'UABP_Cat_New_C::Temp_float_Variable_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_30) == 0x014CF0, "Member 'UABP_Cat_New_C::Temp_float_Variable_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_31) == 0x014CF4, "Member 'UABP_Cat_New_C::Temp_float_Variable_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_7) == 0x014CF8, "Member 'UABP_Cat_New_C::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_32) == 0x014CFC, "Member 'UABP_Cat_New_C::Temp_float_Variable_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_33) == 0x014D00, "Member 'UABP_Cat_New_C::Temp_float_Variable_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_34) == 0x014D04, "Member 'UABP_Cat_New_C::Temp_float_Variable_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_35) == 0x014D08, "Member 'UABP_Cat_New_C::Temp_float_Variable_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_36) == 0x014D0C, "Member 'UABP_Cat_New_C::Temp_float_Variable_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_37) == 0x014D10, "Member 'UABP_Cat_New_C::Temp_float_Variable_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_38) == 0x014D14, "Member 'UABP_Cat_New_C::Temp_float_Variable_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_39) == 0x014D18, "Member 'UABP_Cat_New_C::Temp_float_Variable_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_40) == 0x014D1C, "Member 'UABP_Cat_New_C::Temp_float_Variable_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_41) == 0x014D20, "Member 'UABP_Cat_New_C::Temp_float_Variable_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_42) == 0x014D24, "Member 'UABP_Cat_New_C::Temp_float_Variable_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_43) == 0x014D28, "Member 'UABP_Cat_New_C::Temp_float_Variable_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_44) == 0x014D2C, "Member 'UABP_Cat_New_C::Temp_float_Variable_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_45) == 0x014D30, "Member 'UABP_Cat_New_C::Temp_float_Variable_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_46) == 0x014D34, "Member 'UABP_Cat_New_C::Temp_float_Variable_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_47) == 0x014D38, "Member 'UABP_Cat_New_C::Temp_float_Variable_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_48) == 0x014D3C, "Member 'UABP_Cat_New_C::Temp_float_Variable_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_49) == 0x014D40, "Member 'UABP_Cat_New_C::Temp_float_Variable_49' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_50) == 0x014D44, "Member 'UABP_Cat_New_C::Temp_float_Variable_50' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_51) == 0x014D48, "Member 'UABP_Cat_New_C::Temp_float_Variable_51' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_52) == 0x014D4C, "Member 'UABP_Cat_New_C::Temp_float_Variable_52' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_53) == 0x014D50, "Member 'UABP_Cat_New_C::Temp_float_Variable_53' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_54) == 0x014D54, "Member 'UABP_Cat_New_C::Temp_float_Variable_54' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_55) == 0x014D58, "Member 'UABP_Cat_New_C::Temp_float_Variable_55' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_56) == 0x014D5C, "Member 'UABP_Cat_New_C::Temp_float_Variable_56' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_57) == 0x014D60, "Member 'UABP_Cat_New_C::Temp_float_Variable_57' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_58) == 0x014D64, "Member 'UABP_Cat_New_C::Temp_float_Variable_58' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_59) == 0x014D68, "Member 'UABP_Cat_New_C::Temp_float_Variable_59' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_60) == 0x014D6C, "Member 'UABP_Cat_New_C::Temp_float_Variable_60' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_61) == 0x014D70, "Member 'UABP_Cat_New_C::Temp_float_Variable_61' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_62) == 0x014D74, "Member 'UABP_Cat_New_C::Temp_float_Variable_62' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_63) == 0x014D78, "Member 'UABP_Cat_New_C::Temp_float_Variable_63' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_8) == 0x014D7C, "Member 'UABP_Cat_New_C::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_64) == 0x014D80, "Member 'UABP_Cat_New_C::Temp_float_Variable_64' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_65) == 0x014D84, "Member 'UABP_Cat_New_C::Temp_float_Variable_65' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_66) == 0x014D88, "Member 'UABP_Cat_New_C::Temp_float_Variable_66' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_67) == 0x014D8C, "Member 'UABP_Cat_New_C::Temp_float_Variable_67' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_68) == 0x014D90, "Member 'UABP_Cat_New_C::Temp_float_Variable_68' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_69) == 0x014D94, "Member 'UABP_Cat_New_C::Temp_float_Variable_69' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_70) == 0x014D98, "Member 'UABP_Cat_New_C::Temp_float_Variable_70' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_71) == 0x014D9C, "Member 'UABP_Cat_New_C::Temp_float_Variable_71' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_72) == 0x014DA0, "Member 'UABP_Cat_New_C::Temp_float_Variable_72' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_73) == 0x014DA4, "Member 'UABP_Cat_New_C::Temp_float_Variable_73' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_74) == 0x014DA8, "Member 'UABP_Cat_New_C::Temp_float_Variable_74' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_75) == 0x014DAC, "Member 'UABP_Cat_New_C::Temp_float_Variable_75' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_76) == 0x014DB0, "Member 'UABP_Cat_New_C::Temp_float_Variable_76' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_77) == 0x014DB4, "Member 'UABP_Cat_New_C::Temp_float_Variable_77' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_78) == 0x014DB8, "Member 'UABP_Cat_New_C::Temp_float_Variable_78' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_79) == 0x014DBC, "Member 'UABP_Cat_New_C::Temp_float_Variable_79' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_80) == 0x014DC0, "Member 'UABP_Cat_New_C::Temp_float_Variable_80' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_81) == 0x014DC4, "Member 'UABP_Cat_New_C::Temp_float_Variable_81' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_82) == 0x014DC8, "Member 'UABP_Cat_New_C::Temp_float_Variable_82' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_83) == 0x014DCC, "Member 'UABP_Cat_New_C::Temp_float_Variable_83' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_84) == 0x014DD0, "Member 'UABP_Cat_New_C::Temp_float_Variable_84' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_85) == 0x014DD4, "Member 'UABP_Cat_New_C::Temp_float_Variable_85' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_86) == 0x014DD8, "Member 'UABP_Cat_New_C::Temp_float_Variable_86' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_87) == 0x014DDC, "Member 'UABP_Cat_New_C::Temp_float_Variable_87' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_88) == 0x014DE0, "Member 'UABP_Cat_New_C::Temp_float_Variable_88' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_89) == 0x014DE4, "Member 'UABP_Cat_New_C::Temp_float_Variable_89' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_90) == 0x014DE8, "Member 'UABP_Cat_New_C::Temp_float_Variable_90' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_91) == 0x014DEC, "Member 'UABP_Cat_New_C::Temp_float_Variable_91' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_92) == 0x014DF0, "Member 'UABP_Cat_New_C::Temp_float_Variable_92' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_93) == 0x014DF4, "Member 'UABP_Cat_New_C::Temp_float_Variable_93' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_94) == 0x014DF8, "Member 'UABP_Cat_New_C::Temp_float_Variable_94' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_95) == 0x014DFC, "Member 'UABP_Cat_New_C::Temp_float_Variable_95' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable) == 0x014E00, "Member 'UABP_Cat_New_C::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_struct_Variable_31) == 0x014E04, "Member 'UABP_Cat_New_C::Temp_struct_Variable_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_9) == 0x014E10, "Member 'UABP_Cat_New_C::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_1) == 0x014E11, "Member 'UABP_Cat_New_C::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_2) == 0x014E12, "Member 'UABP_Cat_New_C::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_3) == 0x014E13, "Member 'UABP_Cat_New_C::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_4) == 0x014E14, "Member 'UABP_Cat_New_C::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_5) == 0x014E15, "Member 'UABP_Cat_New_C::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_6) == 0x014E16, "Member 'UABP_Cat_New_C::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_172) == 0x014E18, "Member 'UABP_Cat_New_C::Temp_object_Variable_172' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x014E20, "Member 'UABP_Cat_New_C::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_StartEasingInterpolator_ReturnValue) == 0x014E28, "Member 'UABP_Cat_New_C::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_IsValid_ReturnValue) == 0x014E30, "Member 'UABP_Cat_New_C::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_173) == 0x014E38, "Member 'UABP_Cat_New_C::Temp_object_Variable_173' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_int_Variable) == 0x014E40, "Member 'UABP_Cat_New_C::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_10) == 0x014E44, "Member 'UABP_Cat_New_C::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_174) == 0x014E48, "Member 'UABP_Cat_New_C::Temp_object_Variable_174' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_175) == 0x014E50, "Member 'UABP_Cat_New_C::Temp_object_Variable_175' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_176) == 0x014E58, "Member 'UABP_Cat_New_C::Temp_object_Variable_176' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_177) == 0x014E60, "Member 'UABP_Cat_New_C::Temp_object_Variable_177' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_178) == 0x014E68, "Member 'UABP_Cat_New_C::Temp_object_Variable_178' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_179) == 0x014E70, "Member 'UABP_Cat_New_C::Temp_object_Variable_179' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_180) == 0x014E78, "Member 'UABP_Cat_New_C::Temp_object_Variable_180' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_181) == 0x014E80, "Member 'UABP_Cat_New_C::Temp_object_Variable_181' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_182) == 0x014E88, "Member 'UABP_Cat_New_C::Temp_object_Variable_182' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_183) == 0x014E90, "Member 'UABP_Cat_New_C::Temp_object_Variable_183' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_184) == 0x014E98, "Member 'UABP_Cat_New_C::Temp_object_Variable_184' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_185) == 0x014EA0, "Member 'UABP_Cat_New_C::Temp_object_Variable_185' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_186) == 0x014EA8, "Member 'UABP_Cat_New_C::Temp_object_Variable_186' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_187) == 0x014EB0, "Member 'UABP_Cat_New_C::Temp_object_Variable_187' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_188) == 0x014EB8, "Member 'UABP_Cat_New_C::Temp_object_Variable_188' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_189) == 0x014EC0, "Member 'UABP_Cat_New_C::Temp_object_Variable_189' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_190) == 0x014EC8, "Member 'UABP_Cat_New_C::Temp_object_Variable_190' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_191) == 0x014ED0, "Member 'UABP_Cat_New_C::Temp_object_Variable_191' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_192) == 0x014ED8, "Member 'UABP_Cat_New_C::Temp_object_Variable_192' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_193) == 0x014EE0, "Member 'UABP_Cat_New_C::Temp_object_Variable_193' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_194) == 0x014EE8, "Member 'UABP_Cat_New_C::Temp_object_Variable_194' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_195) == 0x014EF0, "Member 'UABP_Cat_New_C::Temp_object_Variable_195' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_196) == 0x014EF8, "Member 'UABP_Cat_New_C::Temp_object_Variable_196' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_197) == 0x014F00, "Member 'UABP_Cat_New_C::Temp_object_Variable_197' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_198) == 0x014F08, "Member 'UABP_Cat_New_C::Temp_object_Variable_198' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_199) == 0x014F10, "Member 'UABP_Cat_New_C::Temp_object_Variable_199' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_200) == 0x014F18, "Member 'UABP_Cat_New_C::Temp_object_Variable_200' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_201) == 0x014F20, "Member 'UABP_Cat_New_C::Temp_object_Variable_201' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_202) == 0x014F28, "Member 'UABP_Cat_New_C::Temp_object_Variable_202' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_203) == 0x014F30, "Member 'UABP_Cat_New_C::Temp_object_Variable_203' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_204) == 0x014F38, "Member 'UABP_Cat_New_C::Temp_object_Variable_204' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_205) == 0x014F40, "Member 'UABP_Cat_New_C::Temp_object_Variable_205' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_206) == 0x014F48, "Member 'UABP_Cat_New_C::Temp_object_Variable_206' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default) == 0x014F50, "Member 'UABP_Cat_New_C::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_wildcard_Variable) == 0x014F58, "Member 'UABP_Cat_New_C::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_96) == 0x014F60, "Member 'UABP_Cat_New_C::Temp_float_Variable_96' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_207) == 0x014F68, "Member 'UABP_Cat_New_C::Temp_object_Variable_207' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_208) == 0x014F70, "Member 'UABP_Cat_New_C::Temp_object_Variable_208' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_7) == 0x014F78, "Member 'UABP_Cat_New_C::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_209) == 0x014F80, "Member 'UABP_Cat_New_C::Temp_object_Variable_209' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_210) == 0x014F88, "Member 'UABP_Cat_New_C::Temp_object_Variable_210' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_wildcard_Variable_1) == 0x014F90, "Member 'UABP_Cat_New_C::Temp_wildcard_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_211) == 0x014F98, "Member 'UABP_Cat_New_C::Temp_object_Variable_211' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_212) == 0x014FA0, "Member 'UABP_Cat_New_C::Temp_object_Variable_212' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_213) == 0x014FA8, "Member 'UABP_Cat_New_C::Temp_object_Variable_213' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_214) == 0x014FB0, "Member 'UABP_Cat_New_C::Temp_object_Variable_214' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_215) == 0x014FB8, "Member 'UABP_Cat_New_C::Temp_object_Variable_215' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_216) == 0x014FC0, "Member 'UABP_Cat_New_C::Temp_object_Variable_216' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_217) == 0x014FC8, "Member 'UABP_Cat_New_C::Temp_object_Variable_217' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_218) == 0x014FD0, "Member 'UABP_Cat_New_C::Temp_object_Variable_218' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_11) == 0x014FD8, "Member 'UABP_Cat_New_C::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_219) == 0x014FE0, "Member 'UABP_Cat_New_C::Temp_object_Variable_219' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_int_Variable_1) == 0x014FE8, "Member 'UABP_Cat_New_C::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_InternalBreakableDelay_ReturnValue) == 0x014FEC, "Member 'UABP_Cat_New_C::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x014FF0, "Member 'UABP_Cat_New_C::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x014FF4, "Member 'UABP_Cat_New_C::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Has_Been_Initd_Variable) == 0x014FF8, "Member 'UABP_Cat_New_C::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_IsClosed_Variable) == 0x014FF9, "Member 'UABP_Cat_New_C::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_8) == 0x014FFA, "Member 'UABP_Cat_New_C::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_220) == 0x015000, "Member 'UABP_Cat_New_C::Temp_object_Variable_220' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_97) == 0x015008, "Member 'UABP_Cat_New_C::Temp_float_Variable_97' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_9) == 0x01500C, "Member 'UABP_Cat_New_C::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_10) == 0x01500D, "Member 'UABP_Cat_New_C::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_11) == 0x01500E, "Member 'UABP_Cat_New_C::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_12) == 0x01500F, "Member 'UABP_Cat_New_C::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_13) == 0x015010, "Member 'UABP_Cat_New_C::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_14) == 0x015011, "Member 'UABP_Cat_New_C::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_15) == 0x015012, "Member 'UABP_Cat_New_C::Temp_bool_Variable_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_1) == 0x015018, "Member 'UABP_Cat_New_C::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_2) == 0x015020, "Member 'UABP_Cat_New_C::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_16) == 0x015028, "Member 'UABP_Cat_New_C::Temp_bool_Variable_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_17) == 0x015029, "Member 'UABP_Cat_New_C::Temp_bool_Variable_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_3) == 0x015030, "Member 'UABP_Cat_New_C::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_4) == 0x015038, "Member 'UABP_Cat_New_C::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Variable_18) == 0x015040, "Member 'UABP_Cat_New_C::Temp_bool_Variable_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_5) == 0x015041, "Member 'UABP_Cat_New_C::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_221) == 0x015048, "Member 'UABP_Cat_New_C::Temp_object_Variable_221' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Roll) == 0x015050, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Pitch) == 0x015054, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Yaw) == 0x015058, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector2D_X) == 0x01505C, "Member 'UABP_Cat_New_C::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector2D_Y) == 0x015060, "Member 'UABP_Cat_New_C::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Roll_1) == 0x015064, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Pitch_1) == 0x015068, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Yaw_1) == 0x01506C, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_StartEasingInterpolator__interpolatorObject_1) == 0x015070, "Member 'UABP_Cat_New_C::CallFunc_StartEasingInterpolator__interpolatorObject_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_StartEasingInterpolator_ReturnValue_1) == 0x015078, "Member 'UABP_Cat_New_C::CallFunc_StartEasingInterpolator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_IsValid_ReturnValue_5) == 0x015080, "Member 'UABP_Cat_New_C::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_98) == 0x015084, "Member 'UABP_Cat_New_C::Temp_float_Variable_98' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Roll_2) == 0x015088, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Pitch_2) == 0x01508C, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Yaw_2) == 0x015090, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CustomEvent_Ratio_1) == 0x015094, "Member 'UABP_Cat_New_C::K2Node_CustomEvent_Ratio_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CreateDelegate_OutputDelegate) == 0x015098, "Member 'UABP_Cat_New_C::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CreateDelegate_OutputDelegate_1) == 0x0150A8, "Member 'UABP_Cat_New_C::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_float_Variable_99) == 0x0150B8, "Member 'UABP_Cat_New_C::Temp_float_Variable_99' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item) == 0x0150BC, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_1) == 0x0150C0, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_2) == 0x0150C4, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_3) == 0x0150C8, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_4) == 0x0150CC, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_5) == 0x0150D0, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_6) == 0x0150D4, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_7) == 0x0150D8, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_8) == 0x0150DC, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_9) == 0x0150E0, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_10) == 0x0150E4, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_11) == 0x0150E8, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_12) == 0x0150EC, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_13) == 0x0150F0, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_14) == 0x0150F4, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_15) == 0x0150F8, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_16) == 0x0150FC, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_17) == 0x015100, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_18) == 0x015104, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_19) == 0x015108, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_20) == 0x01510C, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_21) == 0x015110, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_22) == 0x015114, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_23) == 0x015118, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_24) == 0x01511C, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_25) == 0x015120, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_Array_Get_Item_26) == 0x015124, "Member 'UABP_Cat_New_C::CallFunc_Array_Get_Item_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_222) == 0x015128, "Member 'UABP_Cat_New_C::Temp_object_Variable_222' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_223) == 0x015130, "Member 'UABP_Cat_New_C::Temp_object_Variable_223' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_224) == 0x015138, "Member 'UABP_Cat_New_C::Temp_object_Variable_224' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_225) == 0x015140, "Member 'UABP_Cat_New_C::Temp_object_Variable_225' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_226) == 0x015148, "Member 'UABP_Cat_New_C::Temp_object_Variable_226' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_227) == 0x015150, "Member 'UABP_Cat_New_C::Temp_object_Variable_227' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_228) == 0x015158, "Member 'UABP_Cat_New_C::Temp_object_Variable_228' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_229) == 0x015160, "Member 'UABP_Cat_New_C::Temp_object_Variable_229' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_230) == 0x015168, "Member 'UABP_Cat_New_C::Temp_object_Variable_230' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_231) == 0x015170, "Member 'UABP_Cat_New_C::Temp_object_Variable_231' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_byte_Variable_12) == 0x015178, "Member 'UABP_Cat_New_C::Temp_byte_Variable_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_232) == 0x015180, "Member 'UABP_Cat_New_C::Temp_object_Variable_232' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_233) == 0x015188, "Member 'UABP_Cat_New_C::Temp_object_Variable_233' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CustomEvent_Ratio) == 0x015190, "Member 'UABP_Cat_New_C::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CreateDelegate_OutputDelegate_2) == 0x015194, "Member 'UABP_Cat_New_C::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Event_DeltaTimeX) == 0x0151A4, "Member 'UABP_Cat_New_C::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CreateDelegate_OutputDelegate_3) == 0x0151A8, "Member 'UABP_Cat_New_C::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x0151B8, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_bSuccess) == 0x0151C0, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Has_Been_Initd_Variable_1) == 0x0151C1, "Member 'UABP_Cat_New_C::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_GetCurrentJumpBlock_ReturnValue) == 0x0151D0, "Member 'UABP_Cat_New_C::CallFunc_GetCurrentJumpBlock_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_IsClosed_Variable_1) == 0x0152A0, "Member 'UABP_Cat_New_C::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_GetCustomAnimation_ReturnValue) == 0x0152B0, "Member 'UABP_Cat_New_C::CallFunc_GetCustomAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_GetCustomAnimation_ReturnValue_1) == 0x015300, "Member 'UABP_Cat_New_C::CallFunc_GetCustomAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Event_Name) == 0x015350, "Member 'UABP_Cat_New_C::K2Node_Event_Name' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Event_Velocity) == 0x015358, "Member 'UABP_Cat_New_C::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_SwitchName_CmpSuccess) == 0x01535C, "Member 'UABP_Cat_New_C::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_234) == 0x015360, "Member 'UABP_Cat_New_C::Temp_object_Variable_234' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Event__jumpData) == 0x015370, "Member 'UABP_Cat_New_C::K2Node_Event__jumpData' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_GetCurrentJumpBlock_ReturnValue_1) == 0x0157D0, "Member 'UABP_Cat_New_C::CallFunc_GetCurrentJumpBlock_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_MakeArray_Array) == 0x0158A0, "Member 'UABP_Cat_New_C::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_MakeArray_Array_1) == 0x0158B0, "Member 'UABP_Cat_New_C::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_LineTraceSingle_OutHit) == 0x0158C0, "Member 'UABP_Cat_New_C::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_LineTraceSingle_OutHit_1) == 0x015948, "Member 'UABP_Cat_New_C::CallFunc_LineTraceSingle_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_bBlockingHit) == 0x0159D0, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_bInitialOverlap) == 0x0159D1, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Time) == 0x0159D4, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Distance) == 0x0159D8, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Location) == 0x0159DC, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ImpactPoint) == 0x0159E8, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Normal) == 0x0159F4, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ImpactNormal) == 0x015A00, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_PhysMat) == 0x015A10, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitActor) == 0x015A18, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitComponent) == 0x015A20, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitBoneName) == 0x015A28, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitItem) == 0x015A30, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ElementIndex) == 0x015A34, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_FaceIndex) == 0x015A38, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_TraceStart) == 0x015A3C, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_TraceEnd) == 0x015A48, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_bBlockingHit_1) == 0x015A54, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x015A55, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Time_1) == 0x015A58, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Distance_1) == 0x015A5C, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Location_1) == 0x015A60, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ImpactPoint_1) == 0x015A6C, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Normal_1) == 0x015A78, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ImpactNormal_1) == 0x015A84, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_PhysMat_1) == 0x015A90, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitActor_1) == 0x015A98, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitComponent_1) == 0x015AA0, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitBoneName_1) == 0x015AA8, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitItem_1) == 0x015AB0, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ElementIndex_1) == 0x015AB4, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_FaceIndex_1) == 0x015AB8, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_TraceStart_1) == 0x015ABC, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_TraceEnd_1) == 0x015AC8, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_6) == 0x015AD8, "Member 'UABP_Cat_New_C::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_7) == 0x015AE0, "Member 'UABP_Cat_New_C::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_MakeArray_Array_2) == 0x015AE8, "Member 'UABP_Cat_New_C::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_MakeArray_Array_3) == 0x015AF8, "Member 'UABP_Cat_New_C::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_LineTraceSingle_OutHit_2) == 0x015B08, "Member 'UABP_Cat_New_C::CallFunc_LineTraceSingle_OutHit_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_LineTraceSingle_OutHit_3) == 0x015B90, "Member 'UABP_Cat_New_C::CallFunc_LineTraceSingle_OutHit_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_bBlockingHit_2) == 0x015C18, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x015C19, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Time_2) == 0x015C1C, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Distance_2) == 0x015C20, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Location_2) == 0x015C24, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ImpactPoint_2) == 0x015C30, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Normal_2) == 0x015C3C, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ImpactNormal_2) == 0x015C48, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_PhysMat_2) == 0x015C58, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitActor_2) == 0x015C60, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitComponent_2) == 0x015C68, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitBoneName_2) == 0x015C70, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitItem_2) == 0x015C78, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ElementIndex_2) == 0x015C7C, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_FaceIndex_2) == 0x015C80, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_TraceStart_2) == 0x015C84, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_TraceEnd_2) == 0x015C90, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_bBlockingHit_3) == 0x015C9C, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x015C9D, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Time_3) == 0x015CA0, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Distance_3) == 0x015CA4, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Location_3) == 0x015CA8, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ImpactPoint_3) == 0x015CB4, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_Normal_3) == 0x015CC0, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ImpactNormal_3) == 0x015CCC, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_PhysMat_3) == 0x015CD8, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitActor_3) == 0x015CE0, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitComponent_3) == 0x015CE8, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitBoneName_3) == 0x015CF0, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_HitItem_3) == 0x015CF8, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_ElementIndex_3) == 0x015CFC, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_FaceIndex_3) == 0x015D00, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_TraceStart_3) == 0x015D04, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakHitResult_TraceEnd_3) == 0x015D10, "Member 'UABP_Cat_New_C::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_8) == 0x015D20, "Member 'UABP_Cat_New_C::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_9) == 0x015D28, "Member 'UABP_Cat_New_C::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_235) == 0x015D30, "Member 'UABP_Cat_New_C::Temp_object_Variable_235' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_236) == 0x015D38, "Member 'UABP_Cat_New_C::Temp_object_Variable_236' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CustomEvent_velocity_2) == 0x015D40, "Member 'UABP_Cat_New_C::K2Node_CustomEvent_velocity_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x015D48, "Member 'UABP_Cat_New_C::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Has_Been_Initd_Variable_2) == 0x015D50, "Member 'UABP_Cat_New_C::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_237) == 0x015D58, "Member 'UABP_Cat_New_C::Temp_object_Variable_237' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_238) == 0x015D60, "Member 'UABP_Cat_New_C::Temp_object_Variable_238' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_239) == 0x015D68, "Member 'UABP_Cat_New_C::Temp_object_Variable_239' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_IsClosed_Variable_2) == 0x015D70, "Member 'UABP_Cat_New_C::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CustomEvent_velocity_1) == 0x015D74, "Member 'UABP_Cat_New_C::K2Node_CustomEvent_velocity_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CustomEvent_velocity) == 0x015D78, "Member 'UABP_Cat_New_C::K2Node_CustomEvent_velocity' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_240) == 0x015D80, "Member 'UABP_Cat_New_C::Temp_object_Variable_240' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Roll_3) == 0x015D88, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Pitch_3) == 0x015D8C, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Yaw_3) == 0x015D90, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_241) == 0x015D98, "Member 'UABP_Cat_New_C::Temp_object_Variable_241' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CustomEvent_delta_time) == 0x015DA0, "Member 'UABP_Cat_New_C::K2Node_CustomEvent_delta_time' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_AsI_Notifiable_By_Footstep) == 0x015DA8, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_AsI_Notifiable_By_Footstep' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_bSuccess_1) == 0x015DB8, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_242) == 0x015DC0, "Member 'UABP_Cat_New_C::Temp_object_Variable_242' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_GetCustomAnimation_ReturnValue_2) == 0x015DD0, "Member 'UABP_Cat_New_C::CallFunc_GetCustomAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_Has_Been_Initd_Variable_3) == 0x015E20, "Member 'UABP_Cat_New_C::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_243) == 0x015E28, "Member 'UABP_Cat_New_C::Temp_object_Variable_243' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_244) == 0x015E30, "Member 'UABP_Cat_New_C::Temp_object_Variable_244' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Roll_4) == 0x015E38, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Pitch_4) == 0x015E3C, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Yaw_4) == 0x015E40, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector_X) == 0x015E44, "Member 'UABP_Cat_New_C::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector_Y) == 0x015E48, "Member 'UABP_Cat_New_C::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector_Z) == 0x015E4C, "Member 'UABP_Cat_New_C::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector_X_1) == 0x015E50, "Member 'UABP_Cat_New_C::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector_Y_1) == 0x015E54, "Member 'UABP_Cat_New_C::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector_Z_1) == 0x015E58, "Member 'UABP_Cat_New_C::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_245) == 0x015E60, "Member 'UABP_Cat_New_C::Temp_object_Variable_245' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_ComputeTurningType_TurnType) == 0x015E68, "Member 'UABP_Cat_New_C::CallFunc_ComputeTurningType_TurnType' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_GetAudioManager_AudioManager) == 0x015E70, "Member 'UABP_Cat_New_C::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_is_cat_in_a_discretion_zone_is_discretion_zone) == 0x015E78, "Member 'UABP_Cat_New_C::CallFunc_is_cat_in_a_discretion_zone_is_discretion_zone' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Roll_5) == 0x015E7C, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Roll_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Pitch_5) == 0x015E80, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Pitch_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Yaw_5) == 0x015E84, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Yaw_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Roll_6) == 0x015E88, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Roll_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Pitch_6) == 0x015E8C, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Pitch_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakRotator_Yaw_6) == 0x015E90, "Member 'UABP_Cat_New_C::CallFunc_BreakRotator_Yaw_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_10) == 0x015E94, "Member 'UABP_Cat_New_C::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_AsABP_Cat_Paw_Push) == 0x015EA0, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_AsABP_Cat_Paw_Push' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_bSuccess_2) == 0x015EA8, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_11) == 0x015EAC, "Member 'UABP_Cat_New_C::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_bool_IsClosed_Variable_3) == 0x015EB8, "Member 'UABP_Cat_New_C::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_12) == 0x015EC0, "Member 'UABP_Cat_New_C::K2Node_Select_Default_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_13) == 0x015F10, "Member 'UABP_Cat_New_C::K2Node_Select_Default_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_246) == 0x015F60, "Member 'UABP_Cat_New_C::Temp_object_Variable_246' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_247) == 0x015F68, "Member 'UABP_Cat_New_C::Temp_object_Variable_247' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_248) == 0x015F70, "Member 'UABP_Cat_New_C::Temp_object_Variable_248' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_249) == 0x015F78, "Member 'UABP_Cat_New_C::Temp_object_Variable_249' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_250) == 0x015F80, "Member 'UABP_Cat_New_C::Temp_object_Variable_250' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x015F88, "Member 'UABP_Cat_New_C::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_InternalBreakBreakableDelay_ReturnValue_2) == 0x015F8C, "Member 'UABP_Cat_New_C::CallFunc_InternalBreakBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Event__interpolateAnimation) == 0x015F90, "Member 'UABP_Cat_New_C::K2Node_Event__interpolateAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_14) == 0x015F98, "Member 'UABP_Cat_New_C::K2Node_Select_Default_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x015FA0, "Member 'UABP_Cat_New_C::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_251) == 0x015FA8, "Member 'UABP_Cat_New_C::Temp_object_Variable_251' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_252) == 0x015FB0, "Member 'UABP_Cat_New_C::Temp_object_Variable_252' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x015FB8, "Member 'UABP_Cat_New_C::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_253) == 0x015FC0, "Member 'UABP_Cat_New_C::Temp_object_Variable_253' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_254) == 0x015FC8, "Member 'UABP_Cat_New_C::Temp_object_Variable_254' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_GetCurrentJumpData_ReturnValue) == 0x015FD0, "Member 'UABP_Cat_New_C::CallFunc_GetCurrentJumpData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x016430, "Member 'UABP_Cat_New_C::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_InternalBreakBreakableDelay_ReturnValue_5) == 0x016434, "Member 'UABP_Cat_New_C::CallFunc_InternalBreakBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_GetCurrentJumpData_ReturnValue_1) == 0x016440, "Member 'UABP_Cat_New_C::CallFunc_GetCurrentJumpData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_CustomEvent_Paw) == 0x0168A0, "Member 'UABP_Cat_New_C::K2Node_CustomEvent_Paw' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_15) == 0x0168A1, "Member 'UABP_Cat_New_C::K2Node_Select_Default_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_AsABP_Cat_Cage) == 0x0168A8, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_AsABP_Cat_Cage' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_bSuccess_3) == 0x0168B0, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_16) == 0x0168C0, "Member 'UABP_Cat_New_C::K2Node_Select_Default_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_AsCOMP_Cat_Scratchable_Component) == 0x016910, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_AsCOMP_Cat_Scratchable_Component' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_bSuccess_4) == 0x016918, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_255) == 0x016920, "Member 'UABP_Cat_New_C::Temp_object_Variable_255' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_17) == 0x016928, "Member 'UABP_Cat_New_C::K2Node_Select_Default_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_AsBP_Cat_Button_Pushable_Paint_Bucket) == 0x016938, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_AsBP_Cat_Button_Pushable_Paint_Bucket' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_bSuccess_5) == 0x016940, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_18) == 0x016944, "Member 'UABP_Cat_New_C::K2Node_Select_Default_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_AsBP_Simple_Paint_Splat) == 0x016948, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_AsBP_Simple_Paint_Splat' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_bSuccess_6) == 0x016950, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_19) == 0x016954, "Member 'UABP_Cat_New_C::K2Node_Select_Default_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_20) == 0x016958, "Member 'UABP_Cat_New_C::K2Node_Select_Default_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_21) == 0x016960, "Member 'UABP_Cat_New_C::K2Node_Select_Default_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_AsI_Notifiable_By_Footstep_1) == 0x016968, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_AsI_Notifiable_By_Footstep_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_DynamicCast_bSuccess_7) == 0x016978, "Member 'UABP_Cat_New_C::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_22) == 0x016980, "Member 'UABP_Cat_New_C::K2Node_Select_Default_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_23) == 0x016988, "Member 'UABP_Cat_New_C::K2Node_Select_Default_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, Temp_object_Variable_256) == 0x016990, "Member 'UABP_Cat_New_C::Temp_object_Variable_256' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_24) == 0x016998, "Member 'UABP_Cat_New_C::K2Node_Select_Default_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, K2Node_Select_Default_25) == 0x0169A0, "Member 'UABP_Cat_New_C::K2Node_Select_Default_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector_X_2) == 0x0169A4, "Member 'UABP_Cat_New_C::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector_Y_2) == 0x0169A8, "Member 'UABP_Cat_New_C::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector_Z_2) == 0x0169AC, "Member 'UABP_Cat_New_C::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_GetCurrentJumpBlock_ReturnValue_2) == 0x0169B0, "Member 'UABP_Cat_New_C::CallFunc_GetCurrentJumpBlock_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector2D_X_1) == 0x016A80, "Member 'UABP_Cat_New_C::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_New_C, CallFunc_BreakVector2D_Y_1) == 0x016A84, "Member 'UABP_Cat_New_C::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AN_JumpExit_C_Received_Notify \ static_assert(alignof(AN_JumpExit_C_Received_Notify) == 0x000008, "Wrong alignment on AN_JumpExit_C_Received_Notify"); \ static_assert(sizeof(AN_JumpExit_C_Received_Notify) == 0x000030, "Wrong size on AN_JumpExit_C_Received_Notify"); \ static_assert(offsetof(AN_JumpExit_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_JumpExit_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AN_JumpExit_C_Received_Notify, Animation) == 0x000008, "Member 'AN_JumpExit_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(AN_JumpExit_C_Received_Notify, ReturnValue) == 0x000010, "Member 'AN_JumpExit_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_JumpExit_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'AN_JumpExit_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_JumpExit_C_Received_Notify, K2Node_DynamicCast_AsABP_Cat_New) == 0x000020, "Member 'AN_JumpExit_C_Received_Notify::K2Node_DynamicCast_AsABP_Cat_New' has a wrong offset!"); \ static_assert(offsetof(AN_JumpExit_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AN_JumpExit_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAN_JumpExit_C \ static_assert(alignof(UAN_JumpExit_C) == 0x000008, "Wrong alignment on UAN_JumpExit_C"); \ static_assert(sizeof(UAN_JumpExit_C) == 0x000038, "Wrong size on UAN_JumpExit_C"); \ #define DUMPER7_ASSERTS_AN_EnablePlayerControl_C_Received_Notify \ static_assert(alignof(AN_EnablePlayerControl_C_Received_Notify) == 0x000008, "Wrong alignment on AN_EnablePlayerControl_C_Received_Notify"); \ static_assert(sizeof(AN_EnablePlayerControl_C_Received_Notify) == 0x000030, "Wrong size on AN_EnablePlayerControl_C_Received_Notify"); \ static_assert(offsetof(AN_EnablePlayerControl_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_EnablePlayerControl_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AN_EnablePlayerControl_C_Received_Notify, Animation) == 0x000008, "Member 'AN_EnablePlayerControl_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(AN_EnablePlayerControl_C_Received_Notify, ReturnValue) == 0x000010, "Member 'AN_EnablePlayerControl_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_EnablePlayerControl_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'AN_EnablePlayerControl_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_EnablePlayerControl_C_Received_Notify, K2Node_DynamicCast_AsABP_Cat_New) == 0x000020, "Member 'AN_EnablePlayerControl_C_Received_Notify::K2Node_DynamicCast_AsABP_Cat_New' has a wrong offset!"); \ static_assert(offsetof(AN_EnablePlayerControl_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AN_EnablePlayerControl_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAN_EnablePlayerControl_C \ static_assert(alignof(UAN_EnablePlayerControl_C) == 0x000008, "Wrong alignment on UAN_EnablePlayerControl_C"); \ static_assert(sizeof(UAN_EnablePlayerControl_C) == 0x000038, "Wrong size on UAN_EnablePlayerControl_C"); \ #define DUMPER7_ASSERTS_BP_SimplePaintSplat_C_ExecuteUbergraph_BP_SimplePaintSplat \ static_assert(alignof(BP_SimplePaintSplat_C_ExecuteUbergraph_BP_SimplePaintSplat) == 0x000004, "Wrong alignment on BP_SimplePaintSplat_C_ExecuteUbergraph_BP_SimplePaintSplat"); \ static_assert(sizeof(BP_SimplePaintSplat_C_ExecuteUbergraph_BP_SimplePaintSplat) == 0x000004, "Wrong size on BP_SimplePaintSplat_C_ExecuteUbergraph_BP_SimplePaintSplat"); \ static_assert(offsetof(BP_SimplePaintSplat_C_ExecuteUbergraph_BP_SimplePaintSplat, EntryPoint) == 0x000000, "Member 'BP_SimplePaintSplat_C_ExecuteUbergraph_BP_SimplePaintSplat::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SimplePaintSplat_C_UserConstructionScript \ static_assert(alignof(BP_SimplePaintSplat_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SimplePaintSplat_C_UserConstructionScript"); \ static_assert(sizeof(BP_SimplePaintSplat_C_UserConstructionScript) == 0x000008, "Wrong size on BP_SimplePaintSplat_C_UserConstructionScript"); \ static_assert(offsetof(BP_SimplePaintSplat_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_SimplePaintSplat_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SimplePaintSplat_C \ static_assert(alignof(ABP_SimplePaintSplat_C) == 0x000008, "Wrong alignment on ABP_SimplePaintSplat_C"); \ static_assert(sizeof(ABP_SimplePaintSplat_C) == 0x000268, "Wrong size on ABP_SimplePaintSplat_C"); \ static_assert(offsetof(ABP_SimplePaintSplat_C, UberGraphFrame) == 0x000228, "Member 'ABP_SimplePaintSplat_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SimplePaintSplat_C, Box) == 0x000230, "Member 'ABP_SimplePaintSplat_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_SimplePaintSplat_C, Arrow) == 0x000238, "Member 'ABP_SimplePaintSplat_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_SimplePaintSplat_C, Decal) == 0x000240, "Member 'ABP_SimplePaintSplat_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ABP_SimplePaintSplat_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_SimplePaintSplat_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_SimplePaintSplat_C, DynaMat_Paint) == 0x000250, "Member 'ABP_SimplePaintSplat_C::DynaMat_Paint' has a wrong offset!"); \ static_assert(offsetof(ABP_SimplePaintSplat_C, Color) == 0x000258, "Member 'ABP_SimplePaintSplat_C::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket \ static_assert(alignof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket) == 0x000008, "Wrong alignment on BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket"); \ static_assert(sizeof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket) == 0x000290, "Wrong size on BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, EntryPoint) == 0x000000, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_GetFrameCount_ReturnValue) == 0x000008, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_GetFrameCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x000014, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, Temp_bool_IsClosed_Variable) == 0x00001C, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, Temp_bool_Has_Been_Initd_Variable) == 0x00001D, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, K2Node_DynamicCast_AsLogic_Trigger) == 0x000030, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::K2Node_DynamicCast_AsLogic_Trigger' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_IsValid_ReturnValue_1) == 0x000042, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000050, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, K2Node_CustomEvent_Scripted) == 0x000058, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::K2Node_CustomEvent_Scripted' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, K2Node_CustomEvent_ImpactLocation) == 0x00005C, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::K2Node_CustomEvent_ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, K2Node_CustomEvent_ImpactNormal) == 0x000068, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::K2Node_CustomEvent_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000074, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Add_VectorVector_ReturnValue) == 0x000080, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000090, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000098, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000A4, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0000B0, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000B8, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000140, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, Temp_int_Loop_Counter_Variable) == 0x000148, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Less_IntInt_ReturnValue) == 0x00014C, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Add_IntInt_ReturnValue) == 0x000150, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, Temp_int_Loop_Counter_Variable_1) == 0x000154, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Less_IntInt_ReturnValue_1) == 0x000158, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_Add_IntInt_ReturnValue_1) == 0x00015C, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, K2Node_Event_Hit) == 0x000160, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_bBlockingHit) == 0x0001E8, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001E9, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_Time) == 0x0001EC, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_Distance) == 0x0001F0, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_Location) == 0x0001F4, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_ImpactPoint) == 0x000200, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_Normal) == 0x00020C, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_ImpactNormal) == 0x000218, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_PhysMat) == 0x000228, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_HitActor) == 0x000230, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_HitComponent) == 0x000238, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_HitBoneName) == 0x000240, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_HitItem) == 0x000248, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_ElementIndex) == 0x00024C, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_FaceIndex) == 0x000250, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_TraceStart) == 0x000254, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_BreakHitResult_TraceEnd) == 0x000260, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, K2Node_ComponentBoundEvent__component) == 0x000270, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_RandomFloatInRange_ReturnValue) == 0x000278, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_MakeRotator_ReturnValue) == 0x00027C, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x000288, "Member 'BP_CatButton_PushablePaintBucket_C_ExecuteUbergraph_BP_CatButton_PushablePaintBucket::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushablePaintBucket_C_BndEvt__BP_CatButton_PushablePaintBucket_Streaming_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_CatButton_PushablePaintBucket_C_BndEvt__BP_CatButton_PushablePaintBucket_Streaming_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_PushablePaintBucket_C_BndEvt__BP_CatButton_PushablePaintBucket_Streaming_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_PushablePaintBucket_C_BndEvt__BP_CatButton_PushablePaintBucket_Streaming_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_CatButton_PushablePaintBucket_C_BndEvt__BP_CatButton_PushablePaintBucket_Streaming_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_BndEvt__BP_CatButton_PushablePaintBucket_Streaming_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_CatButton_PushablePaintBucket_C_BndEvt__BP_CatButton_PushablePaintBucket_Streaming_K2Node_ComponentBoundEvent_4_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushablePaintBucket_C_On_Impact \ static_assert(alignof(BP_CatButton_PushablePaintBucket_C_On_Impact) == 0x000004, "Wrong alignment on BP_CatButton_PushablePaintBucket_C_On_Impact"); \ static_assert(sizeof(BP_CatButton_PushablePaintBucket_C_On_Impact) == 0x000088, "Wrong size on BP_CatButton_PushablePaintBucket_C_On_Impact"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_On_Impact, Hit) == 0x000000, "Member 'BP_CatButton_PushablePaintBucket_C_On_Impact::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushablePaintBucket_C_SpreadPaint \ static_assert(alignof(BP_CatButton_PushablePaintBucket_C_SpreadPaint) == 0x000004, "Wrong alignment on BP_CatButton_PushablePaintBucket_C_SpreadPaint"); \ static_assert(sizeof(BP_CatButton_PushablePaintBucket_C_SpreadPaint) == 0x00001C, "Wrong size on BP_CatButton_PushablePaintBucket_C_SpreadPaint"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_SpreadPaint, Scripted) == 0x000000, "Member 'BP_CatButton_PushablePaintBucket_C_SpreadPaint::Scripted' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_SpreadPaint, ImpactLocation) == 0x000004, "Member 'BP_CatButton_PushablePaintBucket_C_SpreadPaint::ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_SpreadPaint, ImpactNormal) == 0x000010, "Member 'BP_CatButton_PushablePaintBucket_C_SpreadPaint::ImpactNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_PushablePaintBucket_C_UserConstructionScript \ static_assert(alignof(BP_CatButton_PushablePaintBucket_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_CatButton_PushablePaintBucket_C_UserConstructionScript"); \ static_assert(sizeof(BP_CatButton_PushablePaintBucket_C_UserConstructionScript) == 0x000030, "Wrong size on BP_CatButton_PushablePaintBucket_C_UserConstructionScript"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_UserConstructionScript, Temp_object_Variable) == 0x000000, "Member 'BP_CatButton_PushablePaintBucket_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_UserConstructionScript, Temp_object_Variable_1) == 0x000008, "Member 'BP_CatButton_PushablePaintBucket_C_UserConstructionScript::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_UserConstructionScript, Temp_int_Variable) == 0x000010, "Member 'BP_CatButton_PushablePaintBucket_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_UserConstructionScript, CallFunc_HashRandom_float) == 0x000014, "Member 'BP_CatButton_PushablePaintBucket_C_UserConstructionScript::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_UserConstructionScript, CallFunc_HashRandom_int) == 0x000018, "Member 'BP_CatButton_PushablePaintBucket_C_UserConstructionScript::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_UserConstructionScript, K2Node_Select_Default) == 0x000020, "Member 'BP_CatButton_PushablePaintBucket_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_PushablePaintBucket_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000028, "Member 'BP_CatButton_PushablePaintBucket_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatButton_PushablePaintBucket_C \ static_assert(alignof(ABP_CatButton_PushablePaintBucket_C) == 0x000008, "Wrong alignment on ABP_CatButton_PushablePaintBucket_C"); \ static_assert(sizeof(ABP_CatButton_PushablePaintBucket_C) == 0x000338, "Wrong size on ABP_CatButton_PushablePaintBucket_C"); \ static_assert(offsetof(ABP_CatButton_PushablePaintBucket_C, UberGraphFrame_BP_CatButton_PushablePaintBucket_C) == 0x0002E0, "Member 'ABP_CatButton_PushablePaintBucket_C::UberGraphFrame_BP_CatButton_PushablePaintBucket_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushablePaintBucket_C, LidMesh) == 0x0002E8, "Member 'ABP_CatButton_PushablePaintBucket_C::LidMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushablePaintBucket_C, FootprintTrigger) == 0x0002F0, "Member 'ABP_CatButton_PushablePaintBucket_C::FootprintTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushablePaintBucket_C, Openable) == 0x0002F8, "Member 'ABP_CatButton_PushablePaintBucket_C::Openable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushablePaintBucket_C, Scripted_Splash) == 0x0002F9, "Member 'ABP_CatButton_PushablePaintBucket_C::Scripted_Splash' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushablePaintBucket_C, SplashesToTrigger) == 0x000300, "Member 'ABP_CatButton_PushablePaintBucket_C::SplashesToTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushablePaintBucket_C, ActorsToTrigger) == 0x000310, "Member 'ABP_CatButton_PushablePaintBucket_C::ActorsToTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushablePaintBucket_C, PaintColor) == 0x000320, "Member 'ABP_CatButton_PushablePaintBucket_C::PaintColor' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_PushablePaintBucket_C, DynaMat_Paint) == 0x000330, "Member 'ABP_CatButton_PushablePaintBucket_C::DynaMat_Paint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent \ static_assert(alignof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent) == 0x000010, "Wrong alignment on COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent"); \ static_assert(sizeof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent) == 0x000680, "Wrong size on COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, EntryPoint) == 0x000000, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetLastMoveToTarget_ReturnValue) == 0x000010, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetLastMoveToTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_byte_Variable) == 0x000040, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000044, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_bool_IsClosed_Variable) == 0x000048, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x000049, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Not_PreBool_ReturnValue) == 0x00004A, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_object_Variable) == 0x000050, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_bool_Has_Been_Initd_Variable) == 0x000058, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_bool_IsClosed_Variable_1) == 0x000059, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_bool_Variable) == 0x00005A, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_bool_Variable_1) == 0x00005B, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Not_PreBool_ReturnValue_1) == 0x00005C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_Event_DeltaSeconds) == 0x000060, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000064, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000070, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_SpawnForceFeedbackAtLocation_ReturnValue) == 0x000080, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_SpawnForceFeedbackAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue) == 0x000088, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_Event__cat_3) == 0x000098, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_Event__cat_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetBackpack_ReturnValue) == 0x0000A0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetDrone_ReturnValue) == 0x0000B0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_Event__cat_2) == 0x0000B8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_Event__cat_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_Event__cat_1) == 0x0000C0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_Event__cat_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue_1) == 0x0000C8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_IsCatButtonPressed_ReturnValue) == 0x0000D0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_IsCatButtonPressed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetState_ReturnValue) == 0x0000D1, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_SwitchEnum_CmpSuccess) == 0x0000D2, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FindHKPlayerController_HKPlayerController) == 0x0000D8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetContextualAxisLeftValue_ReturnValue) == 0x0000E0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetContextualAxisLeftValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_QuadOut_ReturnValue) == 0x0000E4, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_QuadOut_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetContextualAxisRightValue_ReturnValue) == 0x0000E8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetContextualAxisRightValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_QuadOut_ReturnValue_1) == 0x0000EC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_QuadOut_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_bool_Has_Been_Initd_Variable_1) == 0x0000F0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_float_Variable) == 0x0000F4, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x0000F8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakBreakableDelay_ReturnValue_1) == 0x0000FC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000FD, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue_2) == 0x000100, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_IsValid_ReturnValue_2) == 0x000108, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BooleanAND_ReturnValue) == 0x000109, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FindHKPlayerController_HKPlayerController_1) == 0x000110, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FindHKPlayerController_HKPlayerController_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetHUD_ReturnValue) == 0x000118, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_MakeLiteralName_ReturnValue) == 0x000120, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_DynamicCast_AsBP_HKHUD) == 0x000128, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_DynamicCast_AsBP_HKHUD' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_Event__cat) == 0x000138, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_Event__cat' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetBackpack_ReturnValue_1) == 0x000140, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_IsValid_ReturnValue_3) == 0x000148, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetDrone_ReturnValue_1) == 0x000150, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetMoveToTarget__outTargetSocket) == 0x000158, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetMoveToTarget__outTargetSocket' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetMoveToTarget_ReturnValue) == 0x000160, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetMoveToTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_Event_EndPlayReason) == 0x000168, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetSocketTransform_ReturnValue) == 0x000170, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001A0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001A8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_float_Variable_1) == 0x0001B0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetMoveToTarget__outTargetSocket_1) == 0x0001B4, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetMoveToTarget__outTargetSocket_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetMoveToTarget_ReturnValue_1) == 0x0001C0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetMoveToTarget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0001D0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BreakTransform_Location) == 0x000200, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BreakTransform_Rotation) == 0x00020C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BreakTransform_Scale) == 0x000218, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetForwardVector_ReturnValue) == 0x000224, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUpVector_ReturnValue) == 0x000230, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00023C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000248, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetRightVector_ReturnValue) == 0x000254, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_float_Variable_2) == 0x000260, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000264, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_VectorVector_ReturnValue) == 0x000270, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00027C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue_3) == 0x000288, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000290, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetHeadLocation_ReturnValue) == 0x00029C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetHeadLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetBackpack_ReturnValue_2) == 0x0002A8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetBackpack_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_MakeVector_ReturnValue) == 0x0002B0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_IsValid_ReturnValue_4) == 0x0002BC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetDrone_ReturnValue_2) == 0x0002C0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetDrone_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0002C8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_MakeStruct_DroneSpringParams) == 0x0002D4, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_MakeStruct_DroneSpringParams' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0002E0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_MakeRotFromXZ_ReturnValue) == 0x0002EC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_MakeTransform_ReturnValue) == 0x000300, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000330, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0003B8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0003BC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_FloatFloat_ReturnValue) == 0x0003C0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_byte_Variable_1) == 0x0003C4, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_MathExpression_ReturnValue) == 0x0003C8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0003CC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_MathExpression_ReturnValue_1) == 0x0003D0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0003D4, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0003D8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0003DC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_float_Variable_3) == 0x0003E0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_MakeLiteralFloat_ReturnValue) == 0x0003E4, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0003E8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0003EC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x0003F0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x0003F4, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0003F8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x0003FC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000400, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x000404, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000408, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x00040C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FMin_ReturnValue) == 0x000410, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FMin_ReturnValue_1) == 0x000414, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FMin_ReturnValue_2) == 0x000418, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FMin_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FMin_ReturnValue_3) == 0x00041C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FMin_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FMin_ReturnValue_4) == 0x000420, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FMin_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FMin_ReturnValue_5) == 0x000424, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FMin_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x000428, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakBreakableDelay_ReturnValue_2) == 0x00042C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Not_PreBool_ReturnValue_3) == 0x00042D, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x000430, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_SmoothFloat_ReturnValue) == 0x000434, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_SmoothFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue_4) == 0x000438, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Not_PreBool_ReturnValue_4) == 0x000440, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BooleanAND_ReturnValue_1) == 0x000441, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FFloor_ReturnValue) == 0x000444, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FFloor_ReturnValue_1) == 0x000448, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FFloor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Less_IntInt_ReturnValue) == 0x00044C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Not_PreBool_ReturnValue_5) == 0x00044D, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BooleanAND_ReturnValue_2) == 0x00044E, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_float_Variable_4) == 0x000450, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000454, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x000458, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_SelectFloat_ReturnValue) == 0x00045C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakBreakableDelay_ReturnValue_3) == 0x000460, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_MapRangeClamped_ReturnValue) == 0x000464, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, Temp_float_Variable_5) == 0x000468, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_SwitchEnum_CmpSuccess_1) == 0x00046C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_Select_Default) == 0x000470, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_Select_Default_1) == 0x000474, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_MathExpression_ReturnValue_2) == 0x000478, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_MathExpression_ReturnValue_3) == 0x00047C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_MathExpression_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_CustomEvent_velocity) == 0x000480, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_CustomEvent_velocity' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x000484, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Add_FloatFloat_ReturnValue_8) == 0x000488, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Add_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_IsValid_ReturnValue_5) == 0x00048C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FMin_ReturnValue_6) == 0x000490, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FMin_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_Select_Default_2) == 0x000498, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0004A0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue_5) == 0x0004A8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0004B0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue_6) == 0x0004C0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BooleanOR_ReturnValue) == 0x0004C8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue) == 0x0004C9, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_IsCustomAnimationEnabled_ReturnValue) == 0x0004CA, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_IsCustomAnimationEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Not_PreBool_ReturnValue_6) == 0x0004CB, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BooleanOR_ReturnValue_1) == 0x0004CC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_1) == 0x0004CD, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_IsCustomAnimationEnabled_ReturnValue_1) == 0x0004CE, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_IsCustomAnimationEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Not_PreBool_ReturnValue_7) == 0x0004CF, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BooleanOR_ReturnValue_2) == 0x0004D0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_2) == 0x0004D1, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_IsCustomAnimationEnabled_ReturnValue_2) == 0x0004D2, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_IsCustomAnimationEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Not_PreBool_ReturnValue_8) == 0x0004D3, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BooleanOR_ReturnValue_3) == 0x0004D4, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FindHKPlayerController_HKPlayerController_2) == 0x0004D8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FindHKPlayerController_HKPlayerController_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FindHKPlayerController_HKPlayerController_3) == 0x0004E0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FindHKPlayerController_HKPlayerController_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FindHKPlayerController_HKPlayerController_4) == 0x0004E8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FindHKPlayerController_HKPlayerController_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FindHKPlayerController_HKPlayerController_5) == 0x0004F0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FindHKPlayerController_HKPlayerController_5' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_FindHKPlayerController_HKPlayerController_6) == 0x0004F8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_FindHKPlayerController_HKPlayerController_6' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Create_ReturnValue) == 0x000500, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x000508, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakBreakableDelay_ReturnValue_4) == 0x00050C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, K2Node_SwitchEnum_CmpSuccess_2) == 0x00050D, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue_7) == 0x000510, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x000518, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000520, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue_8) == 0x000528, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetSocketTransform_ReturnValue_2) == 0x000530, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetSocketTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetSkeletalMesh_ReturnValue_1) == 0x000560, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetSkeletalMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BreakTransform_Location_1) == 0x000568, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BreakTransform_Rotation_1) == 0x000574, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BreakTransform_Scale_1) == 0x000580, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetSocketTransform_ReturnValue_3) == 0x000590, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetSocketTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BreakTransform_Location_2) == 0x0005C0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BreakTransform_Rotation_2) == 0x0005CC, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_BreakTransform_Scale_2) == 0x0005D8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0005E4, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue_9) == 0x0005E8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetUsingCat_ReturnValue_10) == 0x0005F0, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetUsingCat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetActorForwardVector_ReturnValue) == 0x0005F8, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x000604, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetActorUpVector_ReturnValue) == 0x000610, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_GetActorUpVector_ReturnValue_1) == 0x00061C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_GetActorUpVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_MakeRotFromXZ_ReturnValue_1) == 0x000628, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_MakeRotFromXZ_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000634, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_ComposeRotators_ReturnValue) == 0x000640, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_MakeRotFromXZ_ReturnValue_2) == 0x00064C, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_MakeRotFromXZ_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_ComposeRotators_ReturnValue_1) == 0x000658, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_ComposeRotators_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x000664, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_InternalBreakBreakableDelay_ReturnValue_5) == 0x000668, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_InternalBreakBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000670, "Member 'COMP_CatScratchableComponent_C_ExecuteUbergraph_COMP_CatScratchableComponent::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C_OnScratchSoundEvent \ static_assert(alignof(COMP_CatScratchableComponent_C_OnScratchSoundEvent) == 0x000004, "Wrong alignment on COMP_CatScratchableComponent_C_OnScratchSoundEvent"); \ static_assert(sizeof(COMP_CatScratchableComponent_C_OnScratchSoundEvent) == 0x000004, "Wrong size on COMP_CatScratchableComponent_C_OnScratchSoundEvent"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_OnScratchSoundEvent, Velocity) == 0x000000, "Member 'COMP_CatScratchableComponent_C_OnScratchSoundEvent::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C_ReceiveEndPlay \ static_assert(alignof(COMP_CatScratchableComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on COMP_CatScratchableComponent_C_ReceiveEndPlay"); \ static_assert(sizeof(COMP_CatScratchableComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on COMP_CatScratchableComponent_C_ReceiveEndPlay"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'COMP_CatScratchableComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C__OnAfterUseDone \ static_assert(alignof(COMP_CatScratchableComponent_C__OnAfterUseDone) == 0x000008, "Wrong alignment on COMP_CatScratchableComponent_C__OnAfterUseDone"); \ static_assert(sizeof(COMP_CatScratchableComponent_C__OnAfterUseDone) == 0x000008, "Wrong size on COMP_CatScratchableComponent_C__OnAfterUseDone"); \ static_assert(offsetof(COMP_CatScratchableComponent_C__OnAfterUseDone, _cat) == 0x000000, "Member 'COMP_CatScratchableComponent_C__OnAfterUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C__OnAfterMoveUseStarted \ static_assert(alignof(COMP_CatScratchableComponent_C__OnAfterMoveUseStarted) == 0x000008, "Wrong alignment on COMP_CatScratchableComponent_C__OnAfterMoveUseStarted"); \ static_assert(sizeof(COMP_CatScratchableComponent_C__OnAfterMoveUseStarted) == 0x000008, "Wrong size on COMP_CatScratchableComponent_C__OnAfterMoveUseStarted"); \ static_assert(offsetof(COMP_CatScratchableComponent_C__OnAfterMoveUseStarted, _cat) == 0x000000, "Member 'COMP_CatScratchableComponent_C__OnAfterMoveUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C__OnBeforeUseDone \ static_assert(alignof(COMP_CatScratchableComponent_C__OnBeforeUseDone) == 0x000008, "Wrong alignment on COMP_CatScratchableComponent_C__OnBeforeUseDone"); \ static_assert(sizeof(COMP_CatScratchableComponent_C__OnBeforeUseDone) == 0x000008, "Wrong size on COMP_CatScratchableComponent_C__OnBeforeUseDone"); \ static_assert(offsetof(COMP_CatScratchableComponent_C__OnBeforeUseDone, _cat) == 0x000000, "Member 'COMP_CatScratchableComponent_C__OnBeforeUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C__OnUseStarted \ static_assert(alignof(COMP_CatScratchableComponent_C__OnUseStarted) == 0x000008, "Wrong alignment on COMP_CatScratchableComponent_C__OnUseStarted"); \ static_assert(sizeof(COMP_CatScratchableComponent_C__OnUseStarted) == 0x000008, "Wrong size on COMP_CatScratchableComponent_C__OnUseStarted"); \ static_assert(offsetof(COMP_CatScratchableComponent_C__OnUseStarted, _cat) == 0x000000, "Member 'COMP_CatScratchableComponent_C__OnUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C_ReceiveTick \ static_assert(alignof(COMP_CatScratchableComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on COMP_CatScratchableComponent_C_ReceiveTick"); \ static_assert(sizeof(COMP_CatScratchableComponent_C_ReceiveTick) == 0x000004, "Wrong size on COMP_CatScratchableComponent_C_ReceiveTick"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'COMP_CatScratchableComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C_SetScratchingPoint \ static_assert(alignof(COMP_CatScratchableComponent_C_SetScratchingPoint) == 0x000008, "Wrong alignment on COMP_CatScratchableComponent_C_SetScratchingPoint"); \ static_assert(sizeof(COMP_CatScratchableComponent_C_SetScratchingPoint) == 0x000010, "Wrong size on COMP_CatScratchableComponent_C_SetScratchingPoint"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetScratchingPoint, ScratchingPoint) == 0x000000, "Member 'COMP_CatScratchableComponent_C_SetScratchingPoint::ScratchingPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetScratchingPoint, ScratchingPointSocket) == 0x000008, "Member 'COMP_CatScratchableComponent_C_SetScratchingPoint::ScratchingPointSocket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C_isBeingScratched \ static_assert(alignof(COMP_CatScratchableComponent_C_isBeingScratched) == 0x000001, "Wrong alignment on COMP_CatScratchableComponent_C_isBeingScratched"); \ static_assert(sizeof(COMP_CatScratchableComponent_C_isBeingScratched) == 0x000003, "Wrong size on COMP_CatScratchableComponent_C_isBeingScratched"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_isBeingScratched, isBeingScratched_0) == 0x000000, "Member 'COMP_CatScratchableComponent_C_isBeingScratched::isBeingScratched_0' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_isBeingScratched, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'COMP_CatScratchableComponent_C_isBeingScratched::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_isBeingScratched, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'COMP_CatScratchableComponent_C_isBeingScratched::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C_GetTotalScratchedAmount \ static_assert(alignof(COMP_CatScratchableComponent_C_GetTotalScratchedAmount) == 0x000004, "Wrong alignment on COMP_CatScratchableComponent_C_GetTotalScratchedAmount"); \ static_assert(sizeof(COMP_CatScratchableComponent_C_GetTotalScratchedAmount) == 0x000004, "Wrong size on COMP_CatScratchableComponent_C_GetTotalScratchedAmount"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_GetTotalScratchedAmount, TotalScratchedAmount_0) == 0x000000, "Member 'COMP_CatScratchableComponent_C_GetTotalScratchedAmount::TotalScratchedAmount_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatScratchableComponent_C_SetPS5TriggerActivated \ static_assert(alignof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated) == 0x000008, "Wrong alignment on COMP_CatScratchableComponent_C_SetPS5TriggerActivated"); \ static_assert(sizeof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated) == 0x000028, "Wrong size on COMP_CatScratchableComponent_C_SetPS5TriggerActivated"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated, State) == 0x000000, "Member 'COMP_CatScratchableComponent_C_SetPS5TriggerActivated::State' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated, Side) == 0x000001, "Member 'COMP_CatScratchableComponent_C_SetPS5TriggerActivated::Side' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated, Trigger_State) == 0x000002, "Member 'COMP_CatScratchableComponent_C_SetPS5TriggerActivated::Trigger_State' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated, TriggerSide) == 0x000003, "Member 'COMP_CatScratchableComponent_C_SetPS5TriggerActivated::TriggerSide' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'COMP_CatScratchableComponent_C_SetPS5TriggerActivated::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated, K2Node_SwitchEnum_CmpSuccess_1) == 0x000005, "Member 'COMP_CatScratchableComponent_C_SetPS5TriggerActivated::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000008, "Member 'COMP_CatScratchableComponent_C_SetPS5TriggerActivated::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000010, "Member 'COMP_CatScratchableComponent_C_SetPS5TriggerActivated::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated, CallFunc_FindHKPlayerController_HKPlayerController_1) == 0x000018, "Member 'COMP_CatScratchableComponent_C_SetPS5TriggerActivated::CallFunc_FindHKPlayerController_HKPlayerController_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatScratchableComponent_C_SetPS5TriggerActivated, CallFunc_EqualEqual_BoolBool_ReturnValue_1) == 0x000020, "Member 'COMP_CatScratchableComponent_C_SetPS5TriggerActivated::CallFunc_EqualEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_CatScratchableComponent_C \ static_assert(alignof(UCOMP_CatScratchableComponent_C) == 0x000010, "Wrong alignment on UCOMP_CatScratchableComponent_C"); \ static_assert(sizeof(UCOMP_CatScratchableComponent_C) == 0x0006A0, "Wrong size on UCOMP_CatScratchableComponent_C"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, UberGraphFrame) == 0x0005A0, "Member 'UCOMP_CatScratchableComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, Mode) == 0x0005A8, "Member 'UCOMP_CatScratchableComponent_C::Mode' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, HasEntered) == 0x0005A9, "Member 'UCOMP_CatScratchableComponent_C::HasEntered' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, ShouldExit) == 0x0005AA, "Member 'UCOMP_CatScratchableComponent_C::ShouldExit' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, ForceFeedback) == 0x0005B0, "Member 'UCOMP_CatScratchableComponent_C::ForceFeedback' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, LeftAxisValue) == 0x0005B8, "Member 'UCOMP_CatScratchableComponent_C::LeftAxisValue' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, RightAxisValue) == 0x0005BC, "Member 'UCOMP_CatScratchableComponent_C::RightAxisValue' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, HUDWidget) == 0x0005C0, "Member 'UCOMP_CatScratchableComponent_C::HUDWidget' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, OnScratched) == 0x0005C8, "Member 'UCOMP_CatScratchableComponent_C::OnScratched' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, AlignWithTarget) == 0x0005D8, "Member 'UCOMP_CatScratchableComponent_C::AlignWithTarget' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, PreviousTotalScratchedAmount) == 0x0005DC, "Member 'UCOMP_CatScratchableComponent_C::PreviousTotalScratchedAmount' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, TotalScratchedAmount) == 0x0005E0, "Member 'UCOMP_CatScratchableComponent_C::TotalScratchedAmount' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, PreviousProgression) == 0x0005E4, "Member 'UCOMP_CatScratchableComponent_C::PreviousProgression' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, DroneSocket) == 0x0005E8, "Member 'UCOMP_CatScratchableComponent_C::DroneSocket' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, PreviousLeftAxisValue) == 0x0005F0, "Member 'UCOMP_CatScratchableComponent_C::PreviousLeftAxisValue' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, PreviousRightAxisValue) == 0x0005F4, "Member 'UCOMP_CatScratchableComponent_C::PreviousRightAxisValue' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, UseTime) == 0x0005F8, "Member 'UCOMP_CatScratchableComponent_C::UseTime' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, ScratchFactor) == 0x0005FC, "Member 'UCOMP_CatScratchableComponent_C::ScratchFactor' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, FeedbackPeriod) == 0x000600, "Member 'UCOMP_CatScratchableComponent_C::FeedbackPeriod' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, ExitTime) == 0x000604, "Member 'UCOMP_CatScratchableComponent_C::ExitTime' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, InAnimation) == 0x000608, "Member 'UCOMP_CatScratchableComponent_C::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, LoopAnimation) == 0x000610, "Member 'UCOMP_CatScratchableComponent_C::LoopAnimation' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, OutAnimation) == 0x000618, "Member 'UCOMP_CatScratchableComponent_C::OutAnimation' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, PlayRateDecaySmoother) == 0x000620, "Member 'UCOMP_CatScratchableComponent_C::PlayRateDecaySmoother' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, Use_Default_Scratch_Sound) == 0x00062C, "Member 'UCOMP_CatScratchableComponent_C::Use_Default_Scratch_Sound' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, SfxScratchCueOverride) == 0x000630, "Member 'UCOMP_CatScratchableComponent_C::SfxScratchCueOverride' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, PS5LeftTriggerActivated) == 0x000638, "Member 'UCOMP_CatScratchableComponent_C::PS5LeftTriggerActivated' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, PS5RightTriggerActivated) == 0x000639, "Member 'UCOMP_CatScratchableComponent_C::PS5RightTriggerActivated' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, PS5Vibration) == 0x000640, "Member 'UCOMP_CatScratchableComponent_C::PS5Vibration' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, FXLocation) == 0x000648, "Member 'UCOMP_CatScratchableComponent_C::FXLocation' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, DecalRotation) == 0x000654, "Member 'UCOMP_CatScratchableComponent_C::DecalRotation' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, ScratchDecals) == 0x000660, "Member 'UCOMP_CatScratchableComponent_C::ScratchDecals' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, ScratchParticles) == 0x000661, "Member 'UCOMP_CatScratchableComponent_C::ScratchParticles' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatScratchableComponent_C, MoveToTarget) == 0x000670, "Member 'UCOMP_CatScratchableComponent_C::MoveToTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush \ static_assert(alignof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush) == 0x000008, "Wrong alignment on ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush"); \ static_assert(sizeof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush) == 0x0000B0, "Wrong size on ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, EntryPoint) == 0x000000, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, Temp_bool_Variable) == 0x000004, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, Temp_bool_Variable_1) == 0x000007, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_BooleanAND_ReturnValue_1) == 0x000008, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue) == 0x00000C, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, Temp_bool_Variable_2) == 0x000011, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, Temp_bool_Variable_3) == 0x000013, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_1) == 0x000014, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000018, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_BooleanOR_ReturnValue_1) == 0x000019, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_Event_DeltaTimeX) == 0x00001C, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_DynamicCast_AsCOMP_Cat_Move_to_Pushable) == 0x000028, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_DynamicCast_AsCOMP_Cat_Move_to_Pushable' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_DynamicCast_AsCOMP_Cat_Paw_Pushable) == 0x000038, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_DynamicCast_AsCOMP_Cat_Paw_Pushable' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000044, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_FClamp_ReturnValue) == 0x000048, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_MakeVector2D_ReturnValue) == 0x00004C, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_FClamp_ReturnValue_1) == 0x000054, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_FClamp_ReturnValue_2) == 0x000058, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_NormalizeToRange_ReturnValue) == 0x00005C, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000060, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_MakeVector2D_ReturnValue_1) == 0x000064, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_DynamicCast_AsCOMP_Cat_Move_to_Pushable_1) == 0x000070, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_DynamicCast_AsCOMP_Cat_Move_to_Pushable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_DynamicCast_AsCOMP_Cat_Paw_Pushable_1) == 0x000080, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_DynamicCast_AsCOMP_Cat_Paw_Pushable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_Select_Default) == 0x00008C, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_Select_Default_1) == 0x000094, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_Select_Default_2) == 0x000098, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, K2Node_Select_Default_3) == 0x0000A0, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000A4, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_MakeLiteralFloat_ReturnValue) == 0x0000A8, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000AC, "Member 'ABP_Cat_PawPush_C_ExecuteUbergraph_ABP_Cat_PawPush::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_PawPush_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Cat_PawPush_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Cat_PawPush_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Cat_PawPush_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Cat_PawPush_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Cat_PawPush_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Cat_PawPush_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_PawPush_C_StartPush \ static_assert(alignof(ABP_Cat_PawPush_C_StartPush) == 0x000008, "Wrong alignment on ABP_Cat_PawPush_C_StartPush"); \ static_assert(sizeof(ABP_Cat_PawPush_C_StartPush) == 0x000010, "Wrong size on ABP_Cat_PawPush_C_StartPush"); \ static_assert(offsetof(ABP_Cat_PawPush_C_StartPush, PushableComp) == 0x000000, "Member 'ABP_Cat_PawPush_C_StartPush::PushableComp' has a wrong offset!"); \ static_assert(offsetof(ABP_Cat_PawPush_C_StartPush, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'ABP_Cat_PawPush_C_StartPush::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_PawPush_C_AnimGraph \ static_assert(alignof(ABP_Cat_PawPush_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Cat_PawPush_C_AnimGraph"); \ static_assert(sizeof(ABP_Cat_PawPush_C_AnimGraph) == 0x000010, "Wrong size on ABP_Cat_PawPush_C_AnimGraph"); \ static_assert(offsetof(ABP_Cat_PawPush_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Cat_PawPush_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Cat_PawPush_C \ static_assert(alignof(UABP_Cat_PawPush_C) == 0x000010, "Wrong alignment on UABP_Cat_PawPush_C"); \ static_assert(sizeof(UABP_Cat_PawPush_C) == 0x000A70, "Wrong size on UABP_Cat_PawPush_C"); \ static_assert(offsetof(UABP_Cat_PawPush_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Cat_PawPush_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_TransitionResult_3) == 0x0002F8, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_TransitionResult_2) == 0x000320, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_TransitionResult_1) == 0x000348, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_TransitionResult) == 0x000370, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_BlendListByBool_1) == 0x000398, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_BlendSpacePlayer_3) == 0x000438, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_BlendSpacePlayer_2) == 0x000520, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_StateResult_2) == 0x000608, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_BlendListByBool) == 0x000638, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_BlendSpacePlayer_1) == 0x0006D8, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_BlendSpacePlayer) == 0x0007C0, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_StateResult_1) == 0x0008A8, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_SequencePlayer) == 0x0008D8, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_StateResult) == 0x000958, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AnimGraphNode_StateMachine) == 0x000988, "Member 'UABP_Cat_PawPush_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, PushableComponent) == 0x000A38, "Member 'UABP_Cat_PawPush_C::PushableComponent' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, ShouldPush) == 0x000A40, "Member 'UABP_Cat_PawPush_C::ShouldPush' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, XAngle) == 0x000A44, "Member 'UABP_Cat_PawPush_C::XAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, YAngle) == 0x000A48, "Member 'UABP_Cat_PawPush_C::YAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, UseRightPawA) == 0x000A4C, "Member 'UABP_Cat_PawPush_C::UseRightPawA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, UseRightPawB) == 0x000A4D, "Member 'UABP_Cat_PawPush_C::UseRightPawB' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, ShouldExit) == 0x000A4E, "Member 'UABP_Cat_PawPush_C::ShouldExit' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, PushAnimationTimer) == 0x000A50, "Member 'UABP_Cat_PawPush_C::PushAnimationTimer' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, CanCancel) == 0x000A54, "Member 'UABP_Cat_PawPush_C::CanCancel' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, IsPushA) == 0x000A55, "Member 'UABP_Cat_PawPush_C::IsPushA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AngleA) == 0x000A58, "Member 'UABP_Cat_PawPush_C::AngleA' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_PawPush_C, AngleB) == 0x000A60, "Member 'UABP_Cat_PawPush_C::AngleB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CameraSplinesDefault_C \ static_assert(alignof(ABP_CameraSplinesDefault_C) == 0x000008, "Wrong alignment on ABP_CameraSplinesDefault_C"); \ static_assert(sizeof(ABP_CameraSplinesDefault_C) == 0x000240, "Wrong size on ABP_CameraSplinesDefault_C"); \ static_assert(offsetof(ABP_CameraSplinesDefault_C, CatMesh) == 0x000238, "Member 'ABP_CameraSplinesDefault_C::CatMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraTarget_C_ExecuteUbergraph_BP_CameraTarget \ static_assert(alignof(BP_CameraTarget_C_ExecuteUbergraph_BP_CameraTarget) == 0x000004, "Wrong alignment on BP_CameraTarget_C_ExecuteUbergraph_BP_CameraTarget"); \ static_assert(sizeof(BP_CameraTarget_C_ExecuteUbergraph_BP_CameraTarget) == 0x000008, "Wrong size on BP_CameraTarget_C_ExecuteUbergraph_BP_CameraTarget"); \ static_assert(offsetof(BP_CameraTarget_C_ExecuteUbergraph_BP_CameraTarget, EntryPoint) == 0x000000, "Member 'BP_CameraTarget_C_ExecuteUbergraph_BP_CameraTarget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CameraTarget_C_ExecuteUbergraph_BP_CameraTarget, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_CameraTarget_C_ExecuteUbergraph_BP_CameraTarget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CameraTarget_C \ static_assert(alignof(ABP_CameraTarget_C) == 0x000008, "Wrong alignment on ABP_CameraTarget_C"); \ static_assert(sizeof(ABP_CameraTarget_C) == 0x000240, "Wrong size on ABP_CameraTarget_C"); \ static_assert(offsetof(ABP_CameraTarget_C, UberGraphFrame) == 0x000228, "Member 'ABP_CameraTarget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraTarget_C, Cube) == 0x000230, "Member 'ABP_CameraTarget_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraTarget_C, COMP_CameraTarget) == 0x000238, "Member 'ABP_CameraTarget_C::COMP_CameraTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement \ static_assert(alignof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement) == 0x000008, "Wrong alignment on BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement"); \ static_assert(sizeof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement) == 0x000028, "Wrong size on BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, EntryPoint) == 0x000000, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, K2Node_DynamicCast_AsBP_Droid) == 0x000018, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, CallFunc_GetBlackboardValueAsEnum_ReturnValue) == 0x000021, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::CallFunc_GetBlackboardValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, CallFunc_GetValidValue_ReturnValue) == 0x000022, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, CallFunc_GetBlackboardValueAsEnum_ReturnValue_1) == 0x000023, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::CallFunc_GetBlackboardValueAsEnum_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, CallFunc_GetValidValue_ReturnValue_1) == 0x000024, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000025, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000026, "Member 'BTT_Droid_StopMovement_C_ExecuteUbergraph_BTT_Droid_StopMovement::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Droid_StopMovement_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Droid_StopMovement_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Droid_StopMovement_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Droid_StopMovement_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Droid_StopMovement_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Droid_StopMovement_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_StopMovement_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Droid_StopMovement_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Droid_StopMovement_C \ static_assert(alignof(UBTT_Droid_StopMovement_C) == 0x000008, "Wrong alignment on UBTT_Droid_StopMovement_C"); \ static_assert(sizeof(UBTT_Droid_StopMovement_C) == 0x0000F8, "Wrong size on UBTT_Droid_StopMovement_C"); \ static_assert(offsetof(UBTT_Droid_StopMovement_C, UberGraphFrame_BTT_Droid_StopMovement_C) == 0x0000C0, "Member 'UBTT_Droid_StopMovement_C::UberGraphFrame_BTT_Droid_StopMovement_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_StopMovement_C, MaximumTaskDuration) == 0x0000C8, "Member 'UBTT_Droid_StopMovement_C::MaximumTaskDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_StopMovement_C, CurrentMovementStateKeySelector) == 0x0000D0, "Member 'UBTT_Droid_StopMovement_C::CurrentMovementStateKeySelector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher \ static_assert(alignof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher) == 0x000008, "Wrong alignment on CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher"); \ static_assert(sizeof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher) == 0x000208, "Wrong size on CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, EntryPoint) == 0x000000, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_GetCameraThirdPerson_ReturnValue) == 0x000008, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_GetCameraThirdPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_SwitchName_CmpSuccess) == 0x000010, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000011, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_MakeStruct_CACA_CamCurvesSwitcherData) == 0x000018, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_MakeStruct_CACA_CamCurvesSwitcherData' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000B8, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsRunning_ReturnValue) == 0x0000B9, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_GetBackpack_ReturnValue) == 0x0000C0, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_GetCurrentInteraction_ReturnValue) == 0x0000D0, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_GetCurrentInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_DynamicCast_AsTalkable_Component) == 0x0000D8, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_DynamicCast_AsTalkable_Component' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsWithinDialog_ReturnValue) == 0x0000E1, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsWithinDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_GetOwner_ReturnValue) == 0x0000E8, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_GetObjectClass_ReturnValue) == 0x0000F0, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_GetDrone_ReturnValue) == 0x0000F8, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000100, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsValid_ReturnValue_1) == 0x000101, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsWeakLightOn_ReturnValue) == 0x000102, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsWeakLightOn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsStrongLightOn_ReturnValue) == 0x000103, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsStrongLightOn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000104, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_BooleanOR_ReturnValue) == 0x000105, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsOnRail_ReturnValue) == 0x000106, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_GetBackpack_ReturnValue_1) == 0x000108, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsValid_ReturnValue_2) == 0x000110, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsWithinDialog_ReturnValue_1) == 0x000111, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsWithinDialog_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_Event_EndPlayReason) == 0x000112, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_GetCameraThirdPerson_ReturnValue_1) == 0x000118, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_GetCameraThirdPerson_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_MakeStruct_CACA_CamCurvesSwitcherData_1) == 0x000120, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_MakeStruct_CACA_CamCurvesSwitcherData_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x0001C0, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsJumping_ReturnValue) == 0x0001C1, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_FindPlayerCatPawn_Cat) == 0x0001C8, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, Temp_bool_Has_Been_Initd_Variable) == 0x0001D0, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, Temp_bool_IsClosed_Variable) == 0x0001D1, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsValid_ReturnValue_3) == 0x0001D2, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsValid_ReturnValue_4) == 0x0001D3, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_DynamicCast_AsBP_Camera_Third_Person) == 0x0001D8, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_DynamicCast_AsBP_Camera_Third_Person' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_DynamicCast_bSuccess_1) == 0x0001E0, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsValid_ReturnValue_5) == 0x0001E1, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_DynamicCast_AsBP_Camera_Third_Person_1) == 0x0001E8, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_DynamicCast_AsBP_Camera_Third_Person_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, K2Node_DynamicCast_bSuccess_2) == 0x0001F0, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_FindPlayerCatPawn_Cat_1) == 0x0001F8, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher, CallFunc_IsValid_ReturnValue_6) == 0x000200, "Member 'CACA_BP_CamCurvesSwitcher_C_ExecuteUbergraph_CACA_BP_CamCurvesSwitcher::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_BP_CamCurvesSwitcher_C_ReceiveEndPlay \ static_assert(alignof(CACA_BP_CamCurvesSwitcher_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on CACA_BP_CamCurvesSwitcher_C_ReceiveEndPlay"); \ static_assert(sizeof(CACA_BP_CamCurvesSwitcher_C_ReceiveEndPlay) == 0x000001, "Wrong size on CACA_BP_CamCurvesSwitcher_C_ReceiveEndPlay"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'CACA_BP_CamCurvesSwitcher_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_BP_CamCurvesSwitcher_C_ReceiveTick \ static_assert(alignof(CACA_BP_CamCurvesSwitcher_C_ReceiveTick) == 0x000004, "Wrong alignment on CACA_BP_CamCurvesSwitcher_C_ReceiveTick"); \ static_assert(sizeof(CACA_BP_CamCurvesSwitcher_C_ReceiveTick) == 0x000004, "Wrong size on CACA_BP_CamCurvesSwitcher_C_ReceiveTick"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'CACA_BP_CamCurvesSwitcher_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_BP_CamCurvesSwitcher_C_BlendCam \ static_assert(alignof(CACA_BP_CamCurvesSwitcher_C_BlendCam) == 0x000008, "Wrong alignment on CACA_BP_CamCurvesSwitcher_C_BlendCam"); \ static_assert(sizeof(CACA_BP_CamCurvesSwitcher_C_BlendCam) == 0x0000A8, "Wrong size on CACA_BP_CamCurvesSwitcher_C_BlendCam"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_BlendCam, Data) == 0x000000, "Member 'CACA_BP_CamCurvesSwitcher_C_BlendCam::Data' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_BlendCam, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'CACA_BP_CamCurvesSwitcher_C_BlendCam::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_BlendCam, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000A1, "Member 'CACA_BP_CamCurvesSwitcher_C_BlendCam::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_BlendCam, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000A2, "Member 'CACA_BP_CamCurvesSwitcher_C_BlendCam::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_BP_CamCurvesSwitcher_C_DialogueTarget \ static_assert(alignof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget) == 0x000008, "Wrong alignment on CACA_BP_CamCurvesSwitcher_C_DialogueTarget"); \ static_assert(sizeof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget) == 0x000168, "Wrong size on CACA_BP_CamCurvesSwitcher_C_DialogueTarget"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_MakeVector_ReturnValue) == 0x000004, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000010, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_GetBackpack_ReturnValue) == 0x000020, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_X) == 0x000028, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_Y) == 0x00002C, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_Z) == 0x000030, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_GetDrone_ReturnValue) == 0x000038, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Add_FloatFloat_ReturnValue) == 0x000040, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000044, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000050, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00005C, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_VSize_ReturnValue) == 0x000068, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00006C, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000078, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_X_1) == 0x00007C, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_Y_1) == 0x000080, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_Z_1) == 0x000084, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000088, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000094, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Add_VectorVector_ReturnValue) == 0x000098, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_X_2) == 0x0000A4, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_Y_2) == 0x0000A8, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_Z_2) == 0x0000AC, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, K2Node_DynamicCast_AsBP_Droid) == 0x0000B0, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_FClamp_ReturnValue) == 0x0000BC, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_MakeVector_ReturnValue_1) == 0x0000C0, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_GetSocketLocation_ReturnValue) == 0x0000CC, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_TimeIndependentLerpVector_ReturnValue) == 0x0000D8, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_TimeIndependentLerpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000E4, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000F0, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_GetDirectionUnitVector_ReturnValue_1) == 0x0000FC, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_GetDirectionUnitVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_VSize_ReturnValue_1) == 0x000108, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_MapRangeClamped_ReturnValue) == 0x00010C, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_GetObjectClass_ReturnValue) == 0x000110, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000118, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x00011C, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000120, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_Add_VectorVector_ReturnValue_2) == 0x00012C, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000138, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_X_3) == 0x00013C, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_Y_3) == 0x000140, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_BreakVector_Z_3) == 0x000144, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_FClamp_ReturnValue_1) == 0x000148, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_MakeVector_ReturnValue_2) == 0x00014C, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_DialogueTarget, CallFunc_TimeIndependentLerpVector_ReturnValue_1) == 0x000158, "Member 'CACA_BP_CamCurvesSwitcher_C_DialogueTarget::CallFunc_TimeIndependentLerpVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget \ static_assert(alignof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget) == 0x000008, "Wrong alignment on CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget"); \ static_assert(sizeof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget) == 0x000130, "Wrong size on CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000004, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_MakeVector_ReturnValue) == 0x000008, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_GetBackpack_ReturnValue) == 0x000018, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_GetDrone_ReturnValue) == 0x000020, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000034, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000038, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00003C, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_TimeIndependentLerpVector_ReturnValue) == 0x000048, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_TimeIndependentLerpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_BreakVector_X) == 0x000054, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_BreakVector_Y) == 0x000058, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_BreakVector_Z) == 0x00005C, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_Add_FloatFloat_ReturnValue) == 0x000060, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, K2Node_DynamicCast_AsBP_Droid) == 0x000068, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_GetObjectClass_ReturnValue) == 0x000078, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000080, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_GetSocketLocation_ReturnValue) == 0x000084, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_Add_VectorVector_ReturnValue) == 0x000090, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_GetSocketLocation_ReturnValue_1) == 0x00009C, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000A8, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000B4, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_VSize_ReturnValue) == 0x0000C0, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_BreakVector_X_1) == 0x0000C4, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_BreakVector_Y_1) == 0x0000C8, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_BreakVector_Z_1) == 0x0000CC, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_MapRangeClamped_ReturnValue) == 0x0000D0, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000D4, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000D8, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0000DC, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x0000E8, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000EC, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000F8, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_BreakVector_X_2) == 0x000104, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_BreakVector_Y_2) == 0x000108, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_BreakVector_Z_2) == 0x00010C, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_FClamp_ReturnValue) == 0x000110, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_MakeVector_ReturnValue_1) == 0x000114, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget, CallFunc_TimeIndependentLerpVector_ReturnValue_1) == 0x000120, "Member 'CACA_BP_CamCurvesSwitcher_C_IntitDialogueTarget::CallFunc_TimeIndependentLerpVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACACA_BP_CamCurvesSwitcher_C \ static_assert(alignof(ACACA_BP_CamCurvesSwitcher_C) == 0x000008, "Wrong alignment on ACACA_BP_CamCurvesSwitcher_C"); \ static_assert(sizeof(ACACA_BP_CamCurvesSwitcher_C) == 0x0006E8, "Wrong size on ACACA_BP_CamCurvesSwitcher_C"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, UberGraphFrame) == 0x000228, "Member 'ACACA_BP_CamCurvesSwitcher_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, DefaultSceneRoot) == 0x000230, "Member 'ACACA_BP_CamCurvesSwitcher_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, Cam_Target_Blend_NewTrack_0_6FE7F6BC46994E95831539ADAEF53B5F) == 0x000238, "Member 'ACACA_BP_CamCurvesSwitcher_C::Cam_Target_Blend_NewTrack_0_6FE7F6BC46994E95831539ADAEF53B5F' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, Cam_Target_Blend__Direction_6FE7F6BC46994E95831539ADAEF53B5F) == 0x00023C, "Member 'ACACA_BP_CamCurvesSwitcher_C::Cam_Target_Blend__Direction_6FE7F6BC46994E95831539ADAEF53B5F' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, Cam_Target_Blend) == 0x000240, "Member 'ACACA_BP_CamCurvesSwitcher_C::Cam_Target_Blend' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, CatPawn) == 0x000248, "Member 'ACACA_BP_CamCurvesSwitcher_C::CatPawn' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, Camera_Third_Person) == 0x000250, "Member 'ACACA_BP_CamCurvesSwitcher_C::Camera_Third_Person' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, CurrentCamData) == 0x000258, "Member 'ACACA_BP_CamCurvesSwitcher_C::CurrentCamData' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, CamRailData) == 0x0002F8, "Member 'ACACA_BP_CamCurvesSwitcher_C::CamRailData' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, CamTorchlightData) == 0x000398, "Member 'ACACA_BP_CamCurvesSwitcher_C::CamTorchlightData' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, CamRunData) == 0x000438, "Member 'ACACA_BP_CamCurvesSwitcher_C::CamRunData' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, CamCrouchData) == 0x0004D8, "Member 'ACACA_BP_CamCurvesSwitcher_C::CamCrouchData' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, CamDialData) == 0x000578, "Member 'ACACA_BP_CamCurvesSwitcher_C::CamDialData' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, CamDialB12Data) == 0x000618, "Member 'ACACA_BP_CamCurvesSwitcher_C::CamDialB12Data' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, New_Cam) == 0x0006B8, "Member 'ACACA_BP_CamCurvesSwitcher_C::New_Cam' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, Current_Cam) == 0x0006C0, "Member 'ACACA_BP_CamCurvesSwitcher_C::Current_Cam' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, TalkingOwner) == 0x0006C8, "Member 'ACACA_BP_CamCurvesSwitcher_C::TalkingOwner' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, BP_Camera_Third) == 0x0006D0, "Member 'ACACA_BP_CamCurvesSwitcher_C::BP_Camera_Third' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, off) == 0x0006D8, "Member 'ACACA_BP_CamCurvesSwitcher_C::off' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, Cam_Target_Alpha_IN) == 0x0006DC, "Member 'ACACA_BP_CamCurvesSwitcher_C::Cam_Target_Alpha_IN' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, Cam_Target_Alpha_OUT) == 0x0006E0, "Member 'ACACA_BP_CamCurvesSwitcher_C::Cam_Target_Alpha_OUT' has a wrong offset!"); \ static_assert(offsetof(ACACA_BP_CamCurvesSwitcher_C, InitDialZ) == 0x0006E4, "Member 'ACACA_BP_CamCurvesSwitcher_C::InitDialZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton \ static_assert(alignof(UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton) == 0x000004, "Wrong alignment on UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton"); \ static_assert(sizeof(UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton) == 0x000044, "Wrong size on UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton"); \ static_assert(offsetof(UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton, EntryPoint) == 0x000000, "Member 'UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton, K2Node_Event_MyGeometry) == 0x000004, "Member 'UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton, CallFunc_GetShakeMode_ReturnValue) == 0x000040, "Member 'UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton::CallFunc_GetShakeMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000041, "Member 'UMG_StruggleButton_C_ExecuteUbergraph_UMG_StruggleButton::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_StruggleButton_C_Tick \ static_assert(alignof(UMG_StruggleButton_C_Tick) == 0x000004, "Wrong alignment on UMG_StruggleButton_C_Tick"); \ static_assert(sizeof(UMG_StruggleButton_C_Tick) == 0x00003C, "Wrong size on UMG_StruggleButton_C_Tick"); \ static_assert(offsetof(UMG_StruggleButton_C_Tick, MyGeometry) == 0x000000, "Member 'UMG_StruggleButton_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C_Tick, InDeltaTime) == 0x000038, "Member 'UMG_StruggleButton_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_StruggleButton_C_GetWidgetVisibility \ static_assert(alignof(UMG_StruggleButton_C_GetWidgetVisibility) == 0x000001, "Wrong alignment on UMG_StruggleButton_C_GetWidgetVisibility"); \ static_assert(sizeof(UMG_StruggleButton_C_GetWidgetVisibility) == 0x000006, "Wrong size on UMG_StruggleButton_C_GetWidgetVisibility"); \ static_assert(offsetof(UMG_StruggleButton_C_GetWidgetVisibility, ReturnValue) == 0x000000, "Member 'UMG_StruggleButton_C_GetWidgetVisibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C_GetWidgetVisibility, Temp_bool_Variable) == 0x000001, "Member 'UMG_StruggleButton_C_GetWidgetVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C_GetWidgetVisibility, Temp_byte_Variable) == 0x000002, "Member 'UMG_StruggleButton_C_GetWidgetVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C_GetWidgetVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'UMG_StruggleButton_C_GetWidgetVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C_GetWidgetVisibility, CallFunc_GetHUDEnabled_ReturnValue) == 0x000004, "Member 'UMG_StruggleButton_C_GetWidgetVisibility::CallFunc_GetHUDEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C_GetWidgetVisibility, K2Node_Select_Default) == 0x000005, "Member 'UMG_StruggleButton_C_GetWidgetVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_StruggleButton_C__RefreshAnimation \ static_assert(alignof(UMG_StruggleButton_C__RefreshAnimation) == 0x000008, "Wrong alignment on UMG_StruggleButton_C__RefreshAnimation"); \ static_assert(sizeof(UMG_StruggleButton_C__RefreshAnimation) == 0x000018, "Wrong size on UMG_StruggleButton_C__RefreshAnimation"); \ static_assert(offsetof(UMG_StruggleButton_C__RefreshAnimation, ShakeMode) == 0x000000, "Member 'UMG_StruggleButton_C__RefreshAnimation::ShakeMode' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C__RefreshAnimation, Temp_byte_Variable) == 0x000001, "Member 'UMG_StruggleButton_C__RefreshAnimation::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C__RefreshAnimation, CallFunc_GetShakeMode_ReturnValue) == 0x000002, "Member 'UMG_StruggleButton_C__RefreshAnimation::CallFunc_GetShakeMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C__RefreshAnimation, K2Node_Select_Default) == 0x000008, "Member 'UMG_StruggleButton_C__RefreshAnimation::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UMG_StruggleButton_C__RefreshAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UMG_StruggleButton_C__RefreshAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_StruggleButton_C \ static_assert(alignof(UUMG_StruggleButton_C) == 0x000008, "Wrong alignment on UUMG_StruggleButton_C"); \ static_assert(sizeof(UUMG_StruggleButton_C) == 0x000290, "Wrong size on UUMG_StruggleButton_C"); \ static_assert(offsetof(UUMG_StruggleButton_C, UberGraphFrame) == 0x000260, "Member 'UUMG_StruggleButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_StruggleButton_C, StruggleHold) == 0x000268, "Member 'UUMG_StruggleButton_C::StruggleHold' has a wrong offset!"); \ static_assert(offsetof(UUMG_StruggleButton_C, StruggleSingleTap) == 0x000270, "Member 'UUMG_StruggleButton_C::StruggleSingleTap' has a wrong offset!"); \ static_assert(offsetof(UUMG_StruggleButton_C, StruggleRapidTap) == 0x000278, "Member 'UUMG_StruggleButton_C::StruggleRapidTap' has a wrong offset!"); \ static_assert(offsetof(UUMG_StruggleButton_C, UMG_BindingIcon) == 0x000280, "Member 'UUMG_StruggleButton_C::UMG_BindingIcon' has a wrong offset!"); \ static_assert(offsetof(UUMG_StruggleButton_C, m_shakeMode) == 0x000288, "Member 'UUMG_StruggleButton_C::m_shakeMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Sentinel_TargetPoint_C \ static_assert(alignof(ABP_Sentinel_TargetPoint_C) == 0x000008, "Wrong alignment on ABP_Sentinel_TargetPoint_C"); \ static_assert(sizeof(ABP_Sentinel_TargetPoint_C) == 0x000238, "Wrong size on ABP_Sentinel_TargetPoint_C"); \ static_assert(offsetof(ABP_Sentinel_TargetPoint_C, ScanAngle) == 0x000228, "Member 'ABP_Sentinel_TargetPoint_C::ScanAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_TargetPoint_C, TimePerScan) == 0x00022C, "Member 'ABP_Sentinel_TargetPoint_C::TimePerScan' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_TargetPoint_C, ScanCount) == 0x000230, "Member 'ABP_Sentinel_TargetPoint_C::ScanCount' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_TargetPoint_C, TimeToWaitBetweenScan) == 0x000234, "Member 'ABP_Sentinel_TargetPoint_C::TimeToWaitBetweenScan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base \ static_assert(alignof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base) == 0x000008, "Wrong alignment on BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base"); \ static_assert(sizeof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base) == 0x000058, "Wrong size on BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base, EntryPoint) == 0x000000, "Member 'BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base, K2Node_Event_OwnerController_1) == 0x000018, "Member 'BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base, K2Node_CustomEvent_duration) == 0x000028, "Member 'BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base::K2Node_CustomEvent_duration' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000030, "Member 'BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base, K2Node_Event_OwnerController) == 0x000048, "Member 'BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base, K2Node_Event_ControlledPawn) == 0x000050, "Member 'BTT_SentinelAi_Waits_Base_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Base::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Waits_Base_C_ReceiveAbortAI \ static_assert(alignof(BTT_SentinelAi_Waits_Base_C_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTT_SentinelAi_Waits_Base_C_ReceiveAbortAI"); \ static_assert(sizeof(BTT_SentinelAi_Waits_Base_C_ReceiveAbortAI) == 0x000010, "Wrong size on BTT_SentinelAi_Waits_Base_C_ReceiveAbortAI"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAi_Waits_Base_C_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAi_Waits_Base_C_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Waits_Base_C_Wait \ static_assert(alignof(BTT_SentinelAi_Waits_Base_C_Wait) == 0x000004, "Wrong alignment on BTT_SentinelAi_Waits_Base_C_Wait"); \ static_assert(sizeof(BTT_SentinelAi_Waits_Base_C_Wait) == 0x000004, "Wrong size on BTT_SentinelAi_Waits_Base_C_Wait"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_Wait, Duration) == 0x000000, "Member 'BTT_SentinelAi_Waits_Base_C_Wait::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Waits_Base_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAi_Waits_Base_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAi_Waits_Base_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAi_Waits_Base_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAi_Waits_Base_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAi_Waits_Base_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Base_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAi_Waits_Base_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAi_Waits_Base_C \ static_assert(alignof(UBTT_SentinelAi_Waits_Base_C) == 0x000008, "Wrong alignment on UBTT_SentinelAi_Waits_Base_C"); \ static_assert(sizeof(UBTT_SentinelAi_Waits_Base_C) == 0x0000C0, "Wrong size on UBTT_SentinelAi_Waits_Base_C"); \ static_assert(offsetof(UBTT_SentinelAi_Waits_Base_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SentinelAi_Waits_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_Waits_Base_C, BP_SentinelAI) == 0x0000B0, "Member 'UBTT_SentinelAi_Waits_Base_C::BP_SentinelAI' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_Waits_Base_C, WaitTimerHandle) == 0x0000B8, "Member 'UBTT_SentinelAi_Waits_Base_C::WaitTimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_NQF_Sentinel_C \ static_assert(alignof(UBP_NQF_Sentinel_C) == 0x000008, "Wrong alignment on UBP_NQF_Sentinel_C"); \ static_assert(sizeof(UBP_NQF_Sentinel_C) == 0x000048, "Wrong size on UBP_NQF_Sentinel_C"); \ #define DUMPER7_ASSERTS_BP_CatFallOnToyo_Manager1_C_ExecuteUbergraph_BP_CatFallOnToyo_Manager1 \ static_assert(alignof(BP_CatFallOnToyo_Manager1_C_ExecuteUbergraph_BP_CatFallOnToyo_Manager1) == 0x000004, "Wrong alignment on BP_CatFallOnToyo_Manager1_C_ExecuteUbergraph_BP_CatFallOnToyo_Manager1"); \ static_assert(sizeof(BP_CatFallOnToyo_Manager1_C_ExecuteUbergraph_BP_CatFallOnToyo_Manager1) == 0x000004, "Wrong size on BP_CatFallOnToyo_Manager1_C_ExecuteUbergraph_BP_CatFallOnToyo_Manager1"); \ static_assert(offsetof(BP_CatFallOnToyo_Manager1_C_ExecuteUbergraph_BP_CatFallOnToyo_Manager1, EntryPoint) == 0x000000, "Member 'BP_CatFallOnToyo_Manager1_C_ExecuteUbergraph_BP_CatFallOnToyo_Manager1::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatFallOnToyo_Manager1_C \ static_assert(alignof(ABP_CatFallOnToyo_Manager1_C) == 0x000008, "Wrong alignment on ABP_CatFallOnToyo_Manager1_C"); \ static_assert(sizeof(ABP_CatFallOnToyo_Manager1_C) == 0x0002A8, "Wrong size on ABP_CatFallOnToyo_Manager1_C"); \ static_assert(offsetof(ABP_CatFallOnToyo_Manager1_C, UberGraphFrame_BP_CatFallOnToyo_Manager1_C) == 0x0002A0, "Member 'ABP_CatFallOnToyo_Manager1_C::UberGraphFrame_BP_CatFallOnToyo_Manager1_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EnvQuerySentinelContext_C_ProvideSingleLocation \ static_assert(alignof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on BP_EnvQuerySentinelContext_C_ProvideSingleLocation"); \ static_assert(sizeof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation) == 0x000080, "Wrong size on BP_EnvQuerySentinelContext_C_ProvideSingleLocation"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, CallFunc_GetAIController_ReturnValue) == 0x000020, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000028, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller) == 0x000038, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, CallFunc_GetSelectedNavMeshRecastActor_ReturnValue) == 0x000048, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::CallFunc_GetSelectedNavMeshRecastActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, CallFunc_GetBlackboard_ReturnValue) == 0x000050, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, CallFunc_GetValueAsVector_ReturnValue) == 0x000058, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::CallFunc_GetValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x000064, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x000070, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQuerySentinelContext_C_ProvideSingleLocation, CallFunc_SelectVector_ReturnValue) == 0x000074, "Member 'BP_EnvQuerySentinelContext_C_ProvideSingleLocation::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_EnvQuerySentinelContext_C \ static_assert(alignof(UBP_EnvQuerySentinelContext_C) == 0x000008, "Wrong alignment on UBP_EnvQuerySentinelContext_C"); \ static_assert(sizeof(UBP_EnvQuerySentinelContext_C) == 0x000030, "Wrong size on UBP_EnvQuerySentinelContext_C"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing \ static_assert(alignof(BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing) == 0x000008, "Wrong alignment on BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing"); \ static_assert(sizeof(BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing) == 0x000018, "Wrong size on BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing"); \ static_assert(offsetof(BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing, EntryPoint) == 0x000000, "Member 'BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_VisionDetection_To_Chasing::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAi_Waits_VisionDetection_To_Chasing_C \ static_assert(alignof(UBTT_SentinelAi_Waits_VisionDetection_To_Chasing_C) == 0x000008, "Wrong alignment on UBTT_SentinelAi_Waits_VisionDetection_To_Chasing_C"); \ static_assert(sizeof(UBTT_SentinelAi_Waits_VisionDetection_To_Chasing_C) == 0x0000C8, "Wrong size on UBTT_SentinelAi_Waits_VisionDetection_To_Chasing_C"); \ static_assert(offsetof(UBTT_SentinelAi_Waits_VisionDetection_To_Chasing_C, UberGraphFrame_BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C) == 0x0000C0, "Member 'UBTT_SentinelAi_Waits_VisionDetection_To_Chasing_C::UberGraphFrame_BTT_SentinelAi_Waits_VisionDetection_To_Chasing_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing \ static_assert(alignof(BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing) == 0x000008, "Wrong alignment on BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing"); \ static_assert(sizeof(BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing) == 0x000018, "Wrong size on BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing"); \ static_assert(offsetof(BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing, EntryPoint) == 0x000000, "Member 'BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ExecuteUbergraph_BTT_SentinelAi_Waits_SearchingView_To_Chasing::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAi_Waits_SearchingView_To_Chasing_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAi_Waits_SearchingView_To_Chasing_C \ static_assert(alignof(UBTT_SentinelAi_Waits_SearchingView_To_Chasing_C) == 0x000008, "Wrong alignment on UBTT_SentinelAi_Waits_SearchingView_To_Chasing_C"); \ static_assert(sizeof(UBTT_SentinelAi_Waits_SearchingView_To_Chasing_C) == 0x0000C8, "Wrong size on UBTT_SentinelAi_Waits_SearchingView_To_Chasing_C"); \ static_assert(offsetof(UBTT_SentinelAi_Waits_SearchingView_To_Chasing_C, UberGraphFrame_BTT_SentinelAi_Waits_SearchingView_To_Chasing_C) == 0x0000C0, "Member 'UBTT_SentinelAi_Waits_SearchingView_To_Chasing_C::UberGraphFrame_BTT_SentinelAi_Waits_SearchingView_To_Chasing_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol \ static_assert(alignof(BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol) == 0x000008, "Wrong alignment on BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol"); \ static_assert(sizeof(BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol) == 0x000018, "Wrong size on BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol, EntryPoint) == 0x000000, "Member 'BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_SentinelAi_Waits_Detection_To_Patrol_C_ExecuteUbergraph_BTT_SentinelAi_Waits_Detection_To_Patrol::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Waits_Detection_To_Patrol_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAi_Waits_Detection_To_Patrol_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAi_Waits_Detection_To_Patrol_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAi_Waits_Detection_To_Patrol_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAi_Waits_Detection_To_Patrol_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Detection_To_Patrol_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAi_Waits_Detection_To_Patrol_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Waits_Detection_To_Patrol_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAi_Waits_Detection_To_Patrol_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAi_Waits_Detection_To_Patrol_C \ static_assert(alignof(UBTT_SentinelAi_Waits_Detection_To_Patrol_C) == 0x000008, "Wrong alignment on UBTT_SentinelAi_Waits_Detection_To_Patrol_C"); \ static_assert(sizeof(UBTT_SentinelAi_Waits_Detection_To_Patrol_C) == 0x0000C8, "Wrong size on UBTT_SentinelAi_Waits_Detection_To_Patrol_C"); \ static_assert(offsetof(UBTT_SentinelAi_Waits_Detection_To_Patrol_C, UberGraphFrame_BTT_SentinelAi_Waits_Detection_To_Patrol_C) == 0x0000C0, "Member 'UBTT_SentinelAi_Waits_Detection_To_Patrol_C::UberGraphFrame_BTT_SentinelAi_Waits_Detection_To_Patrol_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search \ static_assert(alignof(BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search) == 0x000008, "Wrong alignment on BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search"); \ static_assert(sizeof(BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search) == 0x000018, "Wrong size on BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search"); \ static_assert(offsetof(BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search, EntryPoint) == 0x000000, "Member 'BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_SentinelAi_Wait_DetectSound_To_Search_C_ExecuteUbergraph_BTT_SentinelAi_Wait_DetectSound_To_Search::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_Wait_DetectSound_To_Search_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAi_Wait_DetectSound_To_Search_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAi_Wait_DetectSound_To_Search_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAi_Wait_DetectSound_To_Search_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAi_Wait_DetectSound_To_Search_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAi_Wait_DetectSound_To_Search_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAi_Wait_DetectSound_To_Search_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_Wait_DetectSound_To_Search_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAi_Wait_DetectSound_To_Search_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAi_Wait_DetectSound_To_Search_C \ static_assert(alignof(UBTT_SentinelAi_Wait_DetectSound_To_Search_C) == 0x000008, "Wrong alignment on UBTT_SentinelAi_Wait_DetectSound_To_Search_C"); \ static_assert(sizeof(UBTT_SentinelAi_Wait_DetectSound_To_Search_C) == 0x0000C8, "Wrong size on UBTT_SentinelAi_Wait_DetectSound_To_Search_C"); \ static_assert(offsetof(UBTT_SentinelAi_Wait_DetectSound_To_Search_C, UberGraphFrame_BTT_SentinelAi_Wait_DetectSound_To_Search_C) == 0x0000C0, "Member 'UBTT_SentinelAi_Wait_DetectSound_To_Search_C::UberGraphFrame_BTT_SentinelAi_Wait_DetectSound_To_Search_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor \ static_assert(alignof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor) == 0x000008, "Wrong alignment on BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor"); \ static_assert(sizeof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor) == 0x0000B0, "Wrong size on BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, EntryPoint) == 0x000000, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000008, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, K2Node_Event_OwnerController_1) == 0x000010, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, K2Node_Event_ControlledPawn_1) == 0x000018, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000030, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_GetBlackboardValueAsActor_ReturnValue_1) == 0x000040, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_GetBlackboardValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, K2Node_Event_OwnerController) == 0x000050, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, K2Node_Event_ControlledPawn) == 0x000058, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, K2Node_Event_DeltaSeconds) == 0x000060, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_GetBlackboardValueAsActor_ReturnValue_2) == 0x000068, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_GetBlackboardValueAsActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_IsValid_ReturnValue_1) == 0x000070, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_GetSettings_ReturnValue) == 0x000078, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, Temp_bool_Variable) == 0x000080, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000081, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000082, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, K2Node_Select_Default) == 0x000084, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_BooleanOR_ReturnValue) == 0x000088, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_BooleanAND_ReturnValue) == 0x000089, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_GetBlackboardValueAsActor_ReturnValue_3) == 0x000090, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_GetBlackboardValueAsActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000098, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor, CallFunc_GetBlackboardValueAsActor_ReturnValue_4) == 0x0000A8, "Member 'BTT_SentinelAi_VisionTrackActor_C_ExecuteUbergraph_BTT_SentinelAi_VisionTrackActor::CallFunc_GetBlackboardValueAsActor_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI \ static_assert(alignof(BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_SentinelAi_VisionTrackActor_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_VisionTrackActor_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAi_VisionTrackActor_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAi_VisionTrackActor_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAi_VisionTrackActor_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAi_VisionTrackActor_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAi_VisionTrackActor_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_VisionTrackActor_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAi_VisionTrackActor_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAi_VisionTrackActor_C \ static_assert(alignof(UBTT_SentinelAi_VisionTrackActor_C) == 0x000008, "Wrong alignment on UBTT_SentinelAi_VisionTrackActor_C"); \ static_assert(sizeof(UBTT_SentinelAi_VisionTrackActor_C) == 0x0000F0, "Wrong size on UBTT_SentinelAi_VisionTrackActor_C"); \ static_assert(offsetof(UBTT_SentinelAi_VisionTrackActor_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SentinelAi_VisionTrackActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_VisionTrackActor_C, ActorToTrackKeySelector) == 0x0000B0, "Member 'UBTT_SentinelAi_VisionTrackActor_C::ActorToTrackKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_VisionTrackActor_C, BP_Sentinel) == 0x0000D8, "Member 'UBTT_SentinelAi_VisionTrackActor_C::BP_Sentinel' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_VisionTrackActor_C, BodyRotateSpeed) == 0x0000E0, "Member 'UBTT_SentinelAi_VisionTrackActor_C::BodyRotateSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_VisionTrackActor_C, OverrideVisionRotationSpeed) == 0x0000E4, "Member 'UBTT_SentinelAi_VisionTrackActor_C::OverrideVisionRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_VisionTrackActor_C, VisionRotationSpeed) == 0x0000E8, "Member 'UBTT_SentinelAi_VisionTrackActor_C::VisionRotationSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot \ static_assert(alignof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot) == 0x000008, "Wrong alignment on BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot"); \ static_assert(sizeof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot) == 0x000070, "Wrong size on BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, EntryPoint) == 0x000000, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, CallFunc_GetSettings_ReturnValue) == 0x000008, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, K2Node_Event_OwnerController_1) == 0x000010, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, K2Node_Event_ControlledPawn_1) == 0x000018, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000020, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller) == 0x000030, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, K2Node_Event_OwnerController) == 0x000040, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, K2Node_Event_ControlledPawn) == 0x000048, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000058, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'BTT_SentinelAI_Shoot_C_ExecuteUbergraph_BTT_SentinelAI_Shoot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_Shoot_C_ReceiveTickAI \ static_assert(alignof(BTT_SentinelAI_Shoot_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_Shoot_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_SentinelAI_Shoot_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_SentinelAI_Shoot_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_Shoot_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_Shoot_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_SentinelAI_Shoot_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_Shoot_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAI_Shoot_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_Shoot_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAI_Shoot_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAI_Shoot_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_Shoot_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Shoot_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_Shoot_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAI_Shoot_C \ static_assert(alignof(UBTT_SentinelAI_Shoot_C) == 0x000008, "Wrong alignment on UBTT_SentinelAI_Shoot_C"); \ static_assert(sizeof(UBTT_SentinelAI_Shoot_C) == 0x0000E8, "Wrong size on UBTT_SentinelAI_Shoot_C"); \ static_assert(offsetof(UBTT_SentinelAI_Shoot_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SentinelAI_Shoot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_Shoot_C, ActorToShootKeySelector) == 0x0000B0, "Member 'UBTT_SentinelAI_Shoot_C::ActorToShootKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_Shoot_C, SentinelPawn) == 0x0000D8, "Member 'UBTT_SentinelAI_Shoot_C::SentinelPawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_Shoot_C, SentinelAIC) == 0x0000E0, "Member 'UBTT_SentinelAI_Shoot_C::SentinelAIC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState \ static_assert(alignof(BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState) == 0x000008, "Wrong alignment on BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState"); \ static_assert(sizeof(BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState) == 0x000028, "Wrong size on BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState"); \ static_assert(offsetof(BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState, EntryPoint) == 0x000000, "Member 'BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState, K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller) == 0x000018, "Member 'BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState::K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_SentinelAI_SetState_C_ExecuteUbergraph_BTT_SentinelAI_SetState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_SetState_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAI_SetState_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_SetState_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAI_SetState_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAI_SetState_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAI_SetState_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_SetState_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SetState_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_SetState_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAI_SetState_C \ static_assert(alignof(UBTT_SentinelAI_SetState_C) == 0x000008, "Wrong alignment on UBTT_SentinelAI_SetState_C"); \ static_assert(sizeof(UBTT_SentinelAI_SetState_C) == 0x0000B8, "Wrong size on UBTT_SentinelAI_SetState_C"); \ static_assert(offsetof(UBTT_SentinelAI_SetState_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SentinelAI_SetState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_SetState_C, TargetState) == 0x0000B0, "Member 'UBTT_SentinelAI_SetState_C::TargetState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint \ static_assert(alignof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint) == 0x000008, "Wrong alignment on BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint"); \ static_assert(sizeof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint) == 0x0000E0, "Wrong size on BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, EntryPoint) == 0x000000, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, Temp_bool_Variable) == 0x000004, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, K2Node_Event_OwnerController) == 0x000030, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, K2Node_Event_ControlledPawn) == 0x000038, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000040, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Array_Find_ReturnValue) == 0x000050, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Percent_IntInt_ReturnValue) == 0x00005C, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Array_Get_Item) == 0x000068, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, K2Node_DynamicCast_AsBP_Sentinel_Target_Point) == 0x000070, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::K2Node_DynamicCast_AsBP_Sentinel_Target_Point' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00007C, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000088, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, K2Node_DynamicCast_AsBP_Sentinel_Target_Point_1) == 0x000090, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::K2Node_DynamicCast_AsBP_Sentinel_Target_Point_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, K2Node_DynamicCast_bSuccess_2) == 0x000098, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, Temp_int_Variable) == 0x00009C, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Array_Length_ReturnValue_2) == 0x0000A0, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A4, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Percent_IntInt_ReturnValue_1) == 0x0000A8, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B8, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, K2Node_DynamicCast_AsBP_Sentinel_Target_Point_2) == 0x0000C0, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::K2Node_DynamicCast_AsBP_Sentinel_Target_Point_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, K2Node_DynamicCast_bSuccess_3) == 0x0000C8, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000C9, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000CC, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint, CallFunc_BooleanAND_ReturnValue) == 0x0000D8, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ExecuteUbergraph_BTT_SentinelAI_SelectNextWaypoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_SelectNextWaypoint_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAI_SelectNextWaypoint_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_SelectNextWaypoint_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAI_SelectNextWaypoint_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAI_SelectNextWaypoint_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_SelectNextWaypoint_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_SelectNextWaypoint_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAI_SelectNextWaypoint_C \ static_assert(alignof(UBTT_SentinelAI_SelectNextWaypoint_C) == 0x000008, "Wrong alignment on UBTT_SentinelAI_SelectNextWaypoint_C"); \ static_assert(sizeof(UBTT_SentinelAI_SelectNextWaypoint_C) == 0x000110, "Wrong size on UBTT_SentinelAI_SelectNextWaypoint_C"); \ static_assert(offsetof(UBTT_SentinelAI_SelectNextWaypoint_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SentinelAI_SelectNextWaypoint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_SelectNextWaypoint_C, BP_SentinelPawn) == 0x0000B0, "Member 'UBTT_SentinelAI_SelectNextWaypoint_C::BP_SentinelPawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_SelectNextWaypoint_C, CurrentWaypoint) == 0x0000B8, "Member 'UBTT_SentinelAI_SelectNextWaypoint_C::CurrentWaypoint' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_SelectNextWaypoint_C, CurrentWaypointKeySelector) == 0x0000C0, "Member 'UBTT_SentinelAI_SelectNextWaypoint_C::CurrentWaypointKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_SelectNextWaypoint_C, MoveToLocationKeySelector) == 0x0000E8, "Member 'UBTT_SentinelAI_SelectNextWaypoint_C::MoveToLocationKeySelector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point \ static_assert(alignof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point) == 0x000008, "Wrong alignment on BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point"); \ static_assert(sizeof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point) == 0x0000E0, "Wrong size on BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, EntryPoint) == 0x000000, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_GetSettings_ReturnValue) == 0x000008, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, Temp_int_Variable) == 0x000014, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, Temp_bool_IsClosed_Variable) == 0x000018, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, Temp_bool_Has_Been_Initd_Variable) == 0x000019, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, Temp_bool_Has_Been_Initd_Variable_1) == 0x00001A, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, K2Node_Event_OwnerController_1) == 0x000020, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, K2Node_Event_ControlledPawn_1) == 0x000028, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, K2Node_Event_OwnerController) == 0x000030, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, K2Node_Event_ControlledPawn) == 0x000038, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, K2Node_Event_DeltaSeconds) == 0x000040, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000048, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller) == 0x000058, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, Temp_bool_IsClosed_Variable_1) == 0x000061, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_GetActorForwardVector_ReturnValue) == 0x000064, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000074, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_Percent_IntInt_ReturnValue) == 0x000078, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00007C, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, Temp_bool_Variable) == 0x00007D, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_GetSettings_ReturnValue_1) == 0x000080, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_GetSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, K2Node_Select_Default) == 0x000088, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_MakeRotator_ReturnValue) == 0x00008C, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_MakeRotator_ReturnValue_1) == 0x000098, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0000A4, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x0000B0, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_GetSettings_ReturnValue_2) == 0x0000C0, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_GetSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_GetSettings_ReturnValue_3) == 0x0000C8, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_GetSettings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_FMax_ReturnValue) == 0x0000D0, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_FMax_ReturnValue_1) == 0x0000D4, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000D8, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ExecuteUbergraph_BTT_SentinelAI_Searching_Wait_On_Point::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI \ static_assert(alignof(BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_Searching_Wait_On_Point_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAI_Searching_Wait_On_Point_C \ static_assert(alignof(UBTT_SentinelAI_Searching_Wait_On_Point_C) == 0x000008, "Wrong alignment on UBTT_SentinelAI_Searching_Wait_On_Point_C"); \ static_assert(sizeof(UBTT_SentinelAI_Searching_Wait_On_Point_C) == 0x0000D0, "Wrong size on UBTT_SentinelAI_Searching_Wait_On_Point_C"); \ static_assert(offsetof(UBTT_SentinelAI_Searching_Wait_On_Point_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SentinelAI_Searching_Wait_On_Point_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_Searching_Wait_On_Point_C, SentinelPawn) == 0x0000B0, "Member 'UBTT_SentinelAI_Searching_Wait_On_Point_C::SentinelPawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_Searching_Wait_On_Point_C, SentinelAIController) == 0x0000B8, "Member 'UBTT_SentinelAI_Searching_Wait_On_Point_C::SentinelAIController' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_Searching_Wait_On_Point_C, StartDirection) == 0x0000C0, "Member 'UBTT_SentinelAI_Searching_Wait_On_Point_C::StartDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_Searching_Wait_On_Point_C, CurrentScanCount) == 0x0000CC, "Member 'UBTT_SentinelAI_Searching_Wait_On_Point_C::CurrentScanCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight \ static_assert(alignof(BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight) == 0x000008, "Wrong alignment on BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight"); \ static_assert(sizeof(BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight) == 0x000028, "Wrong size on BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight"); \ static_assert(offsetof(BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight, EntryPoint) == 0x000000, "Member 'BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000018, "Member 'BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_SentinelAi_ResetVisionLight_C_ExecuteUbergraph_BTT_SentinelAi_ResetVisionLight::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAi_ResetVisionLight_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAi_ResetVisionLight_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAi_ResetVisionLight_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAi_ResetVisionLight_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAi_ResetVisionLight_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAi_ResetVisionLight_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAi_ResetVisionLight_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAi_ResetVisionLight_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAi_ResetVisionLight_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAi_ResetVisionLight_C \ static_assert(alignof(UBTT_SentinelAi_ResetVisionLight_C) == 0x000008, "Wrong alignment on UBTT_SentinelAi_ResetVisionLight_C"); \ static_assert(sizeof(UBTT_SentinelAi_ResetVisionLight_C) == 0x0000B8, "Wrong size on UBTT_SentinelAi_ResetVisionLight_C"); \ static_assert(offsetof(UBTT_SentinelAi_ResetVisionLight_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SentinelAi_ResetVisionLight_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAi_ResetVisionLight_C, Time) == 0x0000B0, "Member 'UBTT_SentinelAi_ResetVisionLight_C::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo \ static_assert(alignof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo) == 0x000008, "Wrong alignment on BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo"); \ static_assert(sizeof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo) == 0x000170, "Wrong size on BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, EntryPoint) == 0x000000, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, Temp_int_Variable) == 0x000004, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_K2_TimerExistsHandle_ReturnValue) == 0x000028, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_K2_TimerExistsHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_Event_OwnerController_1) == 0x000030, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_Event_ControlledPawn_1) == 0x000038, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_Event_OwnerController) == 0x000040, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_Event_ControlledPawn) == 0x000048, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000058, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller) == 0x000068, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, Temp_bool_Variable) == 0x000071, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x000074, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_Not_PreBool_ReturnValue) == 0x000080, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_GetZOffsetByState_World_Z_Offset) == 0x000084, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_GetZOffsetByState_World_Z_Offset' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_GetVelocity_ReturnValue) == 0x000088, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, Temp_int_Variable_1) == 0x000094, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_VSize_ReturnValue) == 0x000098, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00009C, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000A0, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000A4, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000A8, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_BooleanAND_ReturnValue) == 0x0000A9, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_GetBlackboardValueAsVector_ReturnValue_1) == 0x0000AC, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_GetBlackboardValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x0000B8, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x0000C4, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C8, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_GetBlackboardValueAsVector_ReturnValue_2) == 0x0000D4, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_GetBlackboardValueAsVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_VLerp_ReturnValue) == 0x0000E0, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_1) == 0x0000EC, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_K2_ProjectPointToNavigation_ReturnValue_1) == 0x0000F8, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_K2_ProjectPointToNavigation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x0000F9, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000FC, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x00010C, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x000118, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000124, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000128, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_RunEQSQuery_ReturnValue) == 0x000130, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_CustomEvent_QueryInstance) == 0x000138, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, K2Node_CustomEvent_QueryStatus) == 0x000140, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000148, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000158, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_SelectVector_ReturnValue) == 0x00015C, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo, CallFunc_MoveTo_ReturnValue) == 0x000168, "Member 'BTT_SentinelAI_MoveTo_C_ExecuteUbergraph_BTT_SentinelAI_MoveTo::CallFunc_MoveTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_MoveTo_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(BTT_SentinelAI_MoveTo_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on BTT_SentinelAI_MoveTo_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(BTT_SentinelAI_MoveTo_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on BTT_SentinelAI_MoveTo_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'BTT_SentinelAI_MoveTo_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'BTT_SentinelAI_MoveTo_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_MoveTo_C_ReceiveTickAI \ static_assert(alignof(BTT_SentinelAI_MoveTo_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_MoveTo_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_SentinelAI_MoveTo_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_SentinelAI_MoveTo_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_MoveTo_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_MoveTo_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_SentinelAI_MoveTo_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SentinelAI_MoveTo_C_ReceiveExecuteAI \ static_assert(alignof(BTT_SentinelAI_MoveTo_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_SentinelAI_MoveTo_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_SentinelAI_MoveTo_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_SentinelAI_MoveTo_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_SentinelAI_MoveTo_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_SentinelAI_MoveTo_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_SentinelAI_MoveTo_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SentinelAI_MoveTo_C \ static_assert(alignof(UBTT_SentinelAI_MoveTo_C) == 0x000008, "Wrong alignment on UBTT_SentinelAI_MoveTo_C"); \ static_assert(sizeof(UBTT_SentinelAI_MoveTo_C) == 0x000108, "Wrong size on UBTT_SentinelAI_MoveTo_C"); \ static_assert(offsetof(UBTT_SentinelAI_MoveTo_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SentinelAI_MoveTo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_MoveTo_C, BP_SentinelPawn) == 0x0000B0, "Member 'UBTT_SentinelAI_MoveTo_C::BP_SentinelPawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_MoveTo_C, BP_SentinelAIC) == 0x0000B8, "Member 'UBTT_SentinelAI_MoveTo_C::BP_SentinelAIC' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_MoveTo_C, RotateToVelocity) == 0x0000C0, "Member 'UBTT_SentinelAI_MoveTo_C::RotateToVelocity' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_MoveTo_C, MoveToLocationKeySelector) == 0x0000C8, "Member 'UBTT_SentinelAI_MoveTo_C::MoveToLocationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_MoveTo_C, SentinelVelocityStuckErrorTolerance) == 0x0000F0, "Member 'UBTT_SentinelAI_MoveTo_C::SentinelVelocityStuckErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_MoveTo_C, DrawDebug) == 0x0000F4, "Member 'UBTT_SentinelAI_MoveTo_C::DrawDebug' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_MoveTo_C, bRunMoveToVisiblePoint_EQS) == 0x0000F5, "Member 'UBTT_SentinelAI_MoveTo_C::bRunMoveToVisiblePoint_EQS' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_MoveTo_C, EQS_Interval) == 0x0000F8, "Member 'UBTT_SentinelAI_MoveTo_C::EQS_Interval' has a wrong offset!"); \ static_assert(offsetof(UBTT_SentinelAI_MoveTo_C, MoveToEqsLocation) == 0x0000FC, "Member 'UBTT_SentinelAI_MoveTo_C::MoveToEqsLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode \ static_assert(alignof(BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode) == 0x000008, "Wrong alignment on BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode"); \ static_assert(sizeof(BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode) == 0x000028, "Wrong size on BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode"); \ static_assert(offsetof(BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode, EntryPoint) == 0x000000, "Member 'BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000018, "Member 'BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode, CallFunc_GetTazerMode_ReturnValue) == 0x000021, "Member 'BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode::CallFunc_GetTazerMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000022, "Member 'BTT_Sentinel_SetTazerMode_C_ExecuteUbergraph_BTT_Sentinel_SetTazerMode::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Sentinel_SetTazerMode_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Sentinel_SetTazerMode_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Sentinel_SetTazerMode_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Sentinel_SetTazerMode_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Sentinel_SetTazerMode_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Sentinel_SetTazerMode_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Sentinel_SetTazerMode_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Sentinel_SetTazerMode_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Sentinel_SetTazerMode_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Sentinel_SetTazerMode_C \ static_assert(alignof(UBTT_Sentinel_SetTazerMode_C) == 0x000008, "Wrong alignment on UBTT_Sentinel_SetTazerMode_C"); \ static_assert(sizeof(UBTT_Sentinel_SetTazerMode_C) == 0x0000B8, "Wrong size on UBTT_Sentinel_SetTazerMode_C"); \ static_assert(offsetof(UBTT_Sentinel_SetTazerMode_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Sentinel_SetTazerMode_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Sentinel_SetTazerMode_C, NewTazerMode) == 0x0000B0, "Member 'UBTT_Sentinel_SetTazerMode_C::NewTazerMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision \ static_assert(alignof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision) == 0x000008, "Wrong alignment on BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision"); \ static_assert(sizeof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision) == 0x000280, "Wrong size on BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, EntryPoint) == 0x000000, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_Event_OwnerController) == 0x000008, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_Event_OwnerController_1) == 0x000020, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_Event_ControlledPawn_1) == 0x000028, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetForwardVector_ReturnValue) == 0x000030, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000040, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller) == 0x000050, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetForwardVector_ReturnValue_1) == 0x00005C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000074, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetSettings_ReturnValue) == 0x000080, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, Temp_int_Array_Index_Variable) == 0x000088, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, Temp_int_Loop_Counter_Variable) == 0x00008C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetBlackboardValueAsEnum_ReturnValue) == 0x000090, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetBlackboardValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Add_IntInt_ReturnValue) == 0x000094, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetValidValue_ReturnValue) == 0x000098, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000099, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_CreateDelegate_OutputDelegate) == 0x00009C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetVelocity_ReturnValue) == 0x0000B8, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetForwardVector_ReturnValue_2) == 0x0000C4, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetForwardVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Normal_ReturnValue) == 0x0000D0, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetXY_ReturnValue) == 0x0000DC, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_IsActorInVision_ReturnValue) == 0x0000E8, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_IsActorInVision_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000EC, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000F8, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_DynamicCast_AsCat_Pawn) == 0x000108, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_DynamicCast_bSuccess_2) == 0x000110, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000114, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_DynamicCast_AsCat_Pawn_1) == 0x000120, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_DynamicCast_AsCat_Pawn_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_DynamicCast_bSuccess_3) == 0x000128, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_VSizeXY_ReturnValue) == 0x00012C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000130, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00013C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetVelocity_ReturnValue_1) == 0x000140, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_IsDead_ReturnValue) == 0x00014C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Normal_ReturnValue_1) == 0x000150, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Not_PreBool_ReturnValue) == 0x00015C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetXY_ReturnValue_1) == 0x000160, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetXY_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x00016C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_IsActorInVision_ReturnValue_1) == 0x000178, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_IsActorInVision_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Is_Point_In_Cone_Return_Value) == 0x000179, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Is_Point_In_Cone_Return_Value' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Array_Length_ReturnValue) == 0x00017C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Less_IntInt_ReturnValue) == 0x000180, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetBlackboardValueAsBool_ReturnValue) == 0x000181, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetBlackboardValueAsBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000184, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000191, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000198, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetSettings_ReturnValue_1) == 0x0001A0, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_IsValid_ReturnValue_1) == 0x0001A8, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001B0, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetVelocity_ReturnValue_2) == 0x0001B8, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetVelocity_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Normal_ReturnValue_2) == 0x0001C4, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Normal_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x0001D0, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetXY_ReturnValue_2) == 0x0001DC, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetXY_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_IsAggressive_ReturnValue) == 0x0001E8, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_IsAggressive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x0001EC, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetVisionLightEnabled_ReturnValue) == 0x0001F8, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetVisionLightEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetBlackboardValueAsEnum_ReturnValue_1) == 0x0001F9, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetBlackboardValueAsEnum_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetValidValue_ReturnValue_1) == 0x0001FA, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_IsValid_ReturnValue_2) == 0x0001FB, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001FC, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetLockedTargetActor_ReturnValue) == 0x000200, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetLockedTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_IsValid_ReturnValue_3) == 0x000208, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_CreateDelegate_OutputDelegate_1) == 0x00020C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000220, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_IsTimerActiveHandle_ReturnValue_1) == 0x000228, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_IsTimerActiveHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_DynamicCast_AsCat_Pawn_2) == 0x000230, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_DynamicCast_AsCat_Pawn_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, K2Node_DynamicCast_bSuccess_4) == 0x000238, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_IsValid_ReturnValue_4) == 0x000239, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetVelocity_ReturnValue_3) == 0x00023C, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetVelocity_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_Normal_ReturnValue_3) == 0x000248, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_Normal_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x000254, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetXY_ReturnValue_3) == 0x000260, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetXY_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_GetHideoutActor_ReturnValue) == 0x000270, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_GetHideoutActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision, CallFunc_IsValid_ReturnValue_5) == 0x000278, "Member 'BTS_Sentinel_Vision_C_ExecuteUbergraph_BTS_Sentinel_Vision::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Sentinel_Vision_C_ReceiveTickAI \ static_assert(alignof(BTS_Sentinel_Vision_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_Sentinel_Vision_C_ReceiveTickAI"); \ static_assert(sizeof(BTS_Sentinel_Vision_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_Sentinel_Vision_C_ReceiveTickAI"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_Sentinel_Vision_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_Sentinel_Vision_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_Sentinel_Vision_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Sentinel_Vision_C_ReceiveActivationAI \ static_assert(alignof(BTS_Sentinel_Vision_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_Sentinel_Vision_C_ReceiveActivationAI"); \ static_assert(sizeof(BTS_Sentinel_Vision_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_Sentinel_Vision_C_ReceiveActivationAI"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_Sentinel_Vision_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Vision_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_Sentinel_Vision_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Sentinel_Vision_C \ static_assert(alignof(UBTS_Sentinel_Vision_C) == 0x000008, "Wrong alignment on UBTS_Sentinel_Vision_C"); \ static_assert(sizeof(UBTS_Sentinel_Vision_C) == 0x0001E8, "Wrong size on UBTS_Sentinel_Vision_C"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, UberGraphFrame) == 0x000098, "Member 'UBTS_Sentinel_Vision_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, BP_Sentinel) == 0x0000A0, "Member 'UBTS_Sentinel_Vision_C::BP_Sentinel' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, BP_Sentinel_AiController) == 0x0000A8, "Member 'UBTS_Sentinel_Vision_C::BP_Sentinel_AiController' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, ActorInVisionRange) == 0x0000B0, "Member 'UBTS_Sentinel_Vision_C::ActorInVisionRange' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, TargetActorKeySelector) == 0x0000C0, "Member 'UBTS_Sentinel_Vision_C::TargetActorKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, TargetIsCurrentlyVisibleKeySelector) == 0x0000E8, "Member 'UBTS_Sentinel_Vision_C::TargetIsCurrentlyVisibleKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, LastTargetLocationKeySelector) == 0x000110, "Member 'UBTS_Sentinel_Vision_C::LastTargetLocationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, LastTargetVelocityKeySelector) == 0x000138, "Member 'UBTS_Sentinel_Vision_C::LastTargetVelocityKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, CurrentStateKeySelector) == 0x000160, "Member 'UBTS_Sentinel_Vision_C::CurrentStateKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, TempTargetActor) == 0x000188, "Member 'UBTS_Sentinel_Vision_C::TempTargetActor' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, WasChasingKeySelector) == 0x000190, "Member 'UBTS_Sentinel_Vision_C::WasChasingKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, LostVisionTimerHandle) == 0x0001B8, "Member 'UBTS_Sentinel_Vision_C::LostVisionTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Vision_C, LastVisibleTargetLocation) == 0x0001C0, "Member 'UBTS_Sentinel_Vision_C::LastVisibleTargetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic \ static_assert(alignof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic) == 0x000008, "Wrong alignment on BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic"); \ static_assert(sizeof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic) == 0x000228, "Wrong size on BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, EntryPoint) == 0x000000, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_Event_OwnerController) == 0x000020, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_Event_ControlledPawn) == 0x000028, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000030, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller) == 0x000040, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000050, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsBool_ReturnValue) == 0x000058, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsEnum_ReturnValue) == 0x00005A, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetValidValue_ReturnValue) == 0x00005B, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_SwitchEnum_CmpSuccess) == 0x00005C, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_Array_Get_Item) == 0x000068, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_DynamicCast_AsBP_Sentinel_Target_Point) == 0x000078, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_DynamicCast_AsBP_Sentinel_Target_Point' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000084, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue_1) == 0x000090, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetVelocity_ReturnValue) == 0x00009C, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000A8, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B4, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x0000C0, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, Temp_bool_Has_Been_Initd_Variable) == 0x0000CC, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetZOffsetByState_World_Z_Offset) == 0x0000D0, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetZOffsetByState_World_Z_Offset' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetLocationAtTime_ReturnValue) == 0x0000D4, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetLocationAtTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_MoveTo_ReturnValue) == 0x0000E0, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_MoveTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetZOffsetByState_World_Z_Offset_1) == 0x0000E4, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetZOffsetByState_World_Z_Offset_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetLocationAtTime_ReturnValue_1) == 0x0000E8, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetLocationAtTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_MoveTo_ReturnValue_1) == 0x0000F4, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_MoveTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsVector_ReturnValue_1) == 0x0000F8, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue_2) == 0x000108, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetClosestLocationOnPatrolPath_ReturnValue) == 0x000110, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetClosestLocationOnPatrolPath_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_IsValid_ReturnValue_2) == 0x00011C, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000120, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsVector_ReturnValue_2) == 0x00012C, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetXY_ReturnValue) == 0x000138, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000144, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetXY_ReturnValue_1) == 0x000150, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetXY_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00015C, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsVector_ReturnValue_3) == 0x000168, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_VSize_ReturnValue) == 0x000174, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetNextWaypointFromLocation_ReturnValue) == 0x000178, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetNextWaypointFromLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetSettings_ReturnValue) == 0x000180, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_Add_FloatFloat_ReturnValue) == 0x000188, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00018C, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsBool_ReturnValue_1) == 0x00018D, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue_3) == 0x000190, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_IsValid_ReturnValue_3) == 0x000198, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetAnimInstance_ReturnValue) == 0x0001A0, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0001A8, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_DynamicCast_AsABP_Sentinel) == 0x0001B8, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_DynamicCast_AsABP_Sentinel' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, K2Node_DynamicCast_bSuccess_3) == 0x0001C0, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue_4) == 0x0001C8, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_IsValid_ReturnValue_4) == 0x0001D0, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0001D4, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue_5) == 0x0001E0, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x0001E8, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x0001F4, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, Temp_bool_IsClosed_Variable) == 0x000200, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue_6) == 0x000208, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x000210, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic, CallFunc_GetLockedTargetActor_ReturnValue) == 0x000220, "Member 'BTS_Sentinel_UpdateLogic_C_ExecuteUbergraph_BTS_Sentinel_UpdateLogic::CallFunc_GetLockedTargetActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Sentinel_UpdateLogic_C_ReceiveActivationAI \ static_assert(alignof(BTS_Sentinel_UpdateLogic_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_Sentinel_UpdateLogic_C_ReceiveActivationAI"); \ static_assert(sizeof(BTS_Sentinel_UpdateLogic_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_Sentinel_UpdateLogic_C_ReceiveActivationAI"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_Sentinel_UpdateLogic_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_Sentinel_UpdateLogic_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Sentinel_UpdateLogic_C_ReceiveTickAI \ static_assert(alignof(BTS_Sentinel_UpdateLogic_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_Sentinel_UpdateLogic_C_ReceiveTickAI"); \ static_assert(sizeof(BTS_Sentinel_UpdateLogic_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_Sentinel_UpdateLogic_C_ReceiveTickAI"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_Sentinel_UpdateLogic_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_Sentinel_UpdateLogic_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_Sentinel_UpdateLogic_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Sentinel_UpdateLogic_C_SetAiState \ static_assert(alignof(BTS_Sentinel_UpdateLogic_C_SetAiState) == 0x000001, "Wrong alignment on BTS_Sentinel_UpdateLogic_C_SetAiState"); \ static_assert(sizeof(BTS_Sentinel_UpdateLogic_C_SetAiState) == 0x000001, "Wrong size on BTS_Sentinel_UpdateLogic_C_SetAiState"); \ static_assert(offsetof(BTS_Sentinel_UpdateLogic_C_SetAiState, TargetState) == 0x000000, "Member 'BTS_Sentinel_UpdateLogic_C_SetAiState::TargetState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Sentinel_UpdateLogic_C \ static_assert(alignof(UBTS_Sentinel_UpdateLogic_C) == 0x000008, "Wrong alignment on UBTS_Sentinel_UpdateLogic_C"); \ static_assert(sizeof(UBTS_Sentinel_UpdateLogic_C) == 0x0002F0, "Wrong size on UBTS_Sentinel_UpdateLogic_C"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, UberGraphFrame) == 0x000098, "Member 'UBTS_Sentinel_UpdateLogic_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, BP_SentinelPawn) == 0x0000A0, "Member 'UBTS_Sentinel_UpdateLogic_C::BP_SentinelPawn' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, BP_SentinelAiController) == 0x0000A8, "Member 'UBTS_Sentinel_UpdateLogic_C::BP_SentinelAiController' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, BP_SentinelAnimInstance) == 0x0000B0, "Member 'UBTS_Sentinel_UpdateLogic_C::BP_SentinelAnimInstance' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, TargetActorKeySelector) == 0x0000B8, "Member 'UBTS_Sentinel_UpdateLogic_C::TargetActorKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, HasDetectedSoundKeySelector) == 0x0000E0, "Member 'UBTS_Sentinel_UpdateLogic_C::HasDetectedSoundKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, CurrentStateKeySelector) == 0x000108, "Member 'UBTS_Sentinel_UpdateLogic_C::CurrentStateKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, bTargetIsVisible) == 0x000130, "Member 'UBTS_Sentinel_UpdateLogic_C::bTargetIsVisible' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, bSoundHeared) == 0x000131, "Member 'UBTS_Sentinel_UpdateLogic_C::bSoundHeared' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, CurrentAiState) == 0x000132, "Member 'UBTS_Sentinel_UpdateLogic_C::CurrentAiState' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, CurrentMovementSpeedKeySelector) == 0x000138, "Member 'UBTS_Sentinel_UpdateLogic_C::CurrentMovementSpeedKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, MoveToTargetLocationKeySelector) == 0x000160, "Member 'UBTS_Sentinel_UpdateLogic_C::MoveToTargetLocationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, LastSoundDetectedLocation) == 0x000188, "Member 'UBTS_Sentinel_UpdateLogic_C::LastSoundDetectedLocation' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, TargetAiStateKeySelector) == 0x0001B0, "Member 'UBTS_Sentinel_UpdateLogic_C::TargetAiStateKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, TargetDirectionKeySelector) == 0x0001D8, "Member 'UBTS_Sentinel_UpdateLogic_C::TargetDirectionKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, CurrentWaypointKeySelector) == 0x000200, "Member 'UBTS_Sentinel_UpdateLogic_C::CurrentWaypointKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, IsReturnningToPatrolKeySelector) == 0x000228, "Member 'UBTS_Sentinel_UpdateLogic_C::IsReturnningToPatrolKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, WasChasingKeySelector) == 0x000250, "Member 'UBTS_Sentinel_UpdateLogic_C::WasChasingKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, TargetIsCurrentlyVisibleKeySelector) == 0x000278, "Member 'UBTS_Sentinel_UpdateLogic_C::TargetIsCurrentlyVisibleKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, LastVisibleTargetLocationKeySelector) == 0x0002A0, "Member 'UBTS_Sentinel_UpdateLogic_C::LastVisibleTargetLocationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_UpdateLogic_C, MoveToEqsLocationKeySelector) == 0x0002C8, "Member 'UBTS_Sentinel_UpdateLogic_C::MoveToEqsLocationKeySelector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing \ static_assert(alignof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing) == 0x000008, "Wrong alignment on BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing"); \ static_assert(sizeof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing) == 0x000058, "Wrong size on BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, EntryPoint) == 0x000000, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, K2Node_Event_OwnerController) == 0x000008, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, CallFunc_IsAggressive_ReturnValue) == 0x000018, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::CallFunc_IsAggressive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000020, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller) == 0x000030, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::K2Node_DynamicCast_AsBP_Sentinel_Ai_Controller' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, K2Node_Event_OwnerController_1) == 0x000040, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, K2Node_Event_ControlledPawn_1) == 0x000048, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing, CallFunc_HasHearedSound_HasHearedSound) == 0x000054, "Member 'BTS_Sentinel_Hearing_C_ExecuteUbergraph_BTS_Sentinel_Hearing::CallFunc_HasHearedSound_HasHearedSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Sentinel_Hearing_C_ReceiveActivationAI \ static_assert(alignof(BTS_Sentinel_Hearing_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_Sentinel_Hearing_C_ReceiveActivationAI"); \ static_assert(sizeof(BTS_Sentinel_Hearing_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_Sentinel_Hearing_C_ReceiveActivationAI"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_Sentinel_Hearing_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_Sentinel_Hearing_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Sentinel_Hearing_C_ReceiveTickAI \ static_assert(alignof(BTS_Sentinel_Hearing_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_Sentinel_Hearing_C_ReceiveTickAI"); \ static_assert(sizeof(BTS_Sentinel_Hearing_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_Sentinel_Hearing_C_ReceiveTickAI"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_Sentinel_Hearing_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_Sentinel_Hearing_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Sentinel_Hearing_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_Sentinel_Hearing_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Sentinel_Hearing_C \ static_assert(alignof(UBTS_Sentinel_Hearing_C) == 0x000008, "Wrong alignment on UBTS_Sentinel_Hearing_C"); \ static_assert(sizeof(UBTS_Sentinel_Hearing_C) == 0x000100, "Wrong size on UBTS_Sentinel_Hearing_C"); \ static_assert(offsetof(UBTS_Sentinel_Hearing_C, UberGraphFrame) == 0x000098, "Member 'UBTS_Sentinel_Hearing_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Hearing_C, BP_SentinelPawn) == 0x0000A0, "Member 'UBTS_Sentinel_Hearing_C::BP_SentinelPawn' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Hearing_C, BP_SentinelAiController) == 0x0000A8, "Member 'UBTS_Sentinel_Hearing_C::BP_SentinelAiController' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Hearing_C, HasDetectedSoundKeySelector) == 0x0000B0, "Member 'UBTS_Sentinel_Hearing_C::HasDetectedSoundKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Sentinel_Hearing_C, LastSoundDetectedLocationKeySelector) == 0x0000D8, "Member 'UBTS_Sentinel_Hearing_C::LastSoundDetectedLocationKeySelector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough \ static_assert(alignof(BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough) == 0x000008, "Wrong alignment on BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough"); \ static_assert(sizeof(BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough) == 0x000018, "Wrong size on BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough, EntryPoint) == 0x000000, "Member 'BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough, K2Node_Event_OwnerController) == 0x000008, "Member 'BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTD_SentinelAi_IsCloseEnough_C_ExecuteUbergraph_BTD_SentinelAi_IsCloseEnough::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_SentinelAi_IsCloseEnough_C_ReceiveObserverActivatedAI \ static_assert(alignof(BTD_SentinelAi_IsCloseEnough_C_ReceiveObserverActivatedAI) == 0x000008, "Wrong alignment on BTD_SentinelAi_IsCloseEnough_C_ReceiveObserverActivatedAI"); \ static_assert(sizeof(BTD_SentinelAi_IsCloseEnough_C_ReceiveObserverActivatedAI) == 0x000010, "Wrong size on BTD_SentinelAi_IsCloseEnough_C_ReceiveObserverActivatedAI"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_ReceiveObserverActivatedAI, OwnerController) == 0x000000, "Member 'BTD_SentinelAi_IsCloseEnough_C_ReceiveObserverActivatedAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_ReceiveObserverActivatedAI, ControlledPawn) == 0x000008, "Member 'BTD_SentinelAi_IsCloseEnough_C_ReceiveObserverActivatedAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI \ static_assert(alignof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI) == 0x000070, "Wrong size on BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, DistanceFromTargetLocation) == 0x000014, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::DistanceFromTargetLocation' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000018, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, CallFunc_GetSettings_ReturnValue) == 0x000028, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, CallFunc_GetSettings_ReturnValue_1) == 0x000038, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::CallFunc_GetSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000040, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000041, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000044, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x000050, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00005C, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI, CallFunc_VSize_ReturnValue) == 0x000068, "Member 'BTD_SentinelAi_IsCloseEnough_C_PerformConditionCheckAI::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_SentinelAi_IsCloseEnough_C \ static_assert(alignof(UBTD_SentinelAi_IsCloseEnough_C) == 0x000008, "Wrong alignment on UBTD_SentinelAi_IsCloseEnough_C"); \ static_assert(sizeof(UBTD_SentinelAi_IsCloseEnough_C) == 0x0000E8, "Wrong size on UBTD_SentinelAi_IsCloseEnough_C"); \ static_assert(offsetof(UBTD_SentinelAi_IsCloseEnough_C, UberGraphFrame) == 0x0000A0, "Member 'UBTD_SentinelAi_IsCloseEnough_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTD_SentinelAi_IsCloseEnough_C, CloseEnoughFromThisLocationKeySelector) == 0x0000A8, "Member 'UBTD_SentinelAi_IsCloseEnough_C::CloseEnoughFromThisLocationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTD_SentinelAi_IsCloseEnough_C, SentinelPawn) == 0x0000D0, "Member 'UBTD_SentinelAi_IsCloseEnough_C::SentinelPawn' has a wrong offset!"); \ static_assert(offsetof(UBTD_SentinelAi_IsCloseEnough_C, bUseHysteresis) == 0x0000D8, "Member 'UBTD_SentinelAi_IsCloseEnough_C::bUseHysteresis' has a wrong offset!"); \ static_assert(offsetof(UBTD_SentinelAi_IsCloseEnough_C, HysteresisSmoother) == 0x0000DC, "Member 'UBTD_SentinelAi_IsCloseEnough_C::HysteresisSmoother' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI \ static_assert(alignof(BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI) == 0x000028, "Wrong size on BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000018, "Member 'BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI, CallFunc_GetTazerMode_ReturnValue) == 0x000022, "Member 'BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI::CallFunc_GetTazerMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000023, "Member 'BTD_Sentinel_GetTazerMode_C_PerformConditionCheckAI::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Sentinel_GetTazerMode_C \ static_assert(alignof(UBTD_Sentinel_GetTazerMode_C) == 0x000008, "Wrong alignment on UBTD_Sentinel_GetTazerMode_C"); \ static_assert(sizeof(UBTD_Sentinel_GetTazerMode_C) == 0x0000B0, "Wrong size on UBTD_Sentinel_GetTazerMode_C"); \ static_assert(offsetof(UBTD_Sentinel_GetTazerMode_C, SentinelAI) == 0x0000A0, "Member 'UBTD_Sentinel_GetTazerMode_C::SentinelAI' has a wrong offset!"); \ static_assert(offsetof(UBTD_Sentinel_GetTazerMode_C, TazerMode) == 0x0000A8, "Member 'UBTD_Sentinel_GetTazerMode_C::TazerMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController \ static_assert(alignof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController) == 0x000010, "Wrong alignment on BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController"); \ static_assert(sizeof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController) == 0x0000D0, "Wrong size on BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, EntryPoint) == 0x000000, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, CallFunc_RunBehaviorTree_ReturnValue) == 0x000024, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::CallFunc_RunBehaviorTree_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, K2Node_Event_PossessedPawn) == 0x000028, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000040, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, CallFunc_K2_GetPawn_ReturnValue) == 0x000050, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, CallFunc_GetTransform_ReturnValue) == 0x000060, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, K2Node_Event_UnpossessedPawn) == 0x000090, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::K2Node_Event_UnpossessedPawn' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, CallFunc_IsActive_ReturnValue) == 0x000098, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000099, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, CallFunc_MakeLiteralByte_ReturnValue) == 0x00009A, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, CallFunc_IsValid_ReturnValue) == 0x00009B, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, CallFunc_GetSettings_ReturnValue) == 0x0000A0, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, K2Node_CustomEvent_status) == 0x0000A8, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::K2Node_CustomEvent_status' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, K2Node_CustomEvent__targetActor) == 0x0000B0, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::K2Node_CustomEvent__targetActor' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController, CallFunc_FindPlayerCatPawn_Cat) == 0x0000C0, "Member 'BP_Sentinel_AiController_C_ExecuteUbergraph_BP_Sentinel_AiController::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Sentinel_AiController_C_OnSentinelLockedTargetChanged_Event_0 \ static_assert(alignof(BP_Sentinel_AiController_C_OnSentinelLockedTargetChanged_Event_0) == 0x000008, "Wrong alignment on BP_Sentinel_AiController_C_OnSentinelLockedTargetChanged_Event_0"); \ static_assert(sizeof(BP_Sentinel_AiController_C_OnSentinelLockedTargetChanged_Event_0) == 0x000008, "Wrong size on BP_Sentinel_AiController_C_OnSentinelLockedTargetChanged_Event_0"); \ static_assert(offsetof(BP_Sentinel_AiController_C_OnSentinelLockedTargetChanged_Event_0, _targetActor) == 0x000000, "Member 'BP_Sentinel_AiController_C_OnSentinelLockedTargetChanged_Event_0::_targetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Sentinel_AiController_C_OnSentinelActivityChanged \ static_assert(alignof(BP_Sentinel_AiController_C_OnSentinelActivityChanged) == 0x000001, "Wrong alignment on BP_Sentinel_AiController_C_OnSentinelActivityChanged"); \ static_assert(sizeof(BP_Sentinel_AiController_C_OnSentinelActivityChanged) == 0x000001, "Wrong size on BP_Sentinel_AiController_C_OnSentinelActivityChanged"); \ static_assert(offsetof(BP_Sentinel_AiController_C_OnSentinelActivityChanged, status) == 0x000000, "Member 'BP_Sentinel_AiController_C_OnSentinelActivityChanged::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Sentinel_AiController_C_ReceiveUnPossess \ static_assert(alignof(BP_Sentinel_AiController_C_ReceiveUnPossess) == 0x000008, "Wrong alignment on BP_Sentinel_AiController_C_ReceiveUnPossess"); \ static_assert(sizeof(BP_Sentinel_AiController_C_ReceiveUnPossess) == 0x000008, "Wrong size on BP_Sentinel_AiController_C_ReceiveUnPossess"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ReceiveUnPossess, UnpossessedPawn) == 0x000000, "Member 'BP_Sentinel_AiController_C_ReceiveUnPossess::UnpossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Sentinel_AiController_C_ReceivePossess \ static_assert(alignof(BP_Sentinel_AiController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_Sentinel_AiController_C_ReceivePossess"); \ static_assert(sizeof(BP_Sentinel_AiController_C_ReceivePossess) == 0x000008, "Wrong size on BP_Sentinel_AiController_C_ReceivePossess"); \ static_assert(offsetof(BP_Sentinel_AiController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_Sentinel_AiController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Sentinel_AiController_C_SetAiState \ static_assert(alignof(BP_Sentinel_AiController_C_SetAiState) == 0x000008, "Wrong alignment on BP_Sentinel_AiController_C_SetAiState"); \ static_assert(sizeof(BP_Sentinel_AiController_C_SetAiState) == 0x000078, "Wrong size on BP_Sentinel_AiController_C_SetAiState"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, TargetState) == 0x000000, "Member 'BP_Sentinel_AiController_C_SetAiState::TargetState' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CurrentAiState) == 0x000001, "Member 'BP_Sentinel_AiController_C_SetAiState::CurrentAiState' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable) == 0x000002, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable_1) == 0x000003, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable_2) == 0x000004, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable_3) == 0x000005, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable_4) == 0x000006, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable_5) == 0x000007, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable_6) == 0x000008, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable_7) == 0x000009, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_FindPlayerCatPawn_Cat) == 0x000010, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_GetValueAsObject_ReturnValue) == 0x000018, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_Sentinel_AiController_C_SetAiState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, K2Node_DynamicCast_AsCat_Pawn) == 0x000028, "Member 'BP_Sentinel_AiController_C_SetAiState::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_Sentinel_AiController_C_SetAiState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable_8) == 0x000031, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000032, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_K2_GetPawn_ReturnValue) == 0x000038, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000040, "Member 'BP_Sentinel_AiController_C_SetAiState::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_Sentinel_AiController_C_SetAiState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_GetSettings_ReturnValue) == 0x000050, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, K2Node_Select_Default) == 0x000058, "Member 'BP_Sentinel_AiController_C_SetAiState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable_9) == 0x00005C, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_GetValueAsEnum_ReturnValue) == 0x00005D, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_GetValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_GetValidValue_ReturnValue) == 0x00005E, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_GetIsInSentinelPattern_ReturnValue) == 0x00005F, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_GetIsInSentinelPattern_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000061, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, Temp_byte_Variable_10) == 0x000062, "Member 'BP_Sentinel_AiController_C_SetAiState::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, K2Node_Select_Default_1) == 0x000063, "Member 'BP_Sentinel_AiController_C_SetAiState::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_GetValueAsEnum_ReturnValue_1) == 0x000064, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_GetValueAsEnum_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000068, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_SetAiState, CallFunc_GetValidValue_ReturnValue_1) == 0x000070, "Member 'BP_Sentinel_AiController_C_SetAiState::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Sentinel_AiController_C_GetZOffsetByState \ static_assert(alignof(BP_Sentinel_AiController_C_GetZOffsetByState) == 0x000008, "Wrong alignment on BP_Sentinel_AiController_C_GetZOffsetByState"); \ static_assert(sizeof(BP_Sentinel_AiController_C_GetZOffsetByState) == 0x000018, "Wrong size on BP_Sentinel_AiController_C_GetZOffsetByState"); \ static_assert(offsetof(BP_Sentinel_AiController_C_GetZOffsetByState, World_Z_Offset) == 0x000000, "Member 'BP_Sentinel_AiController_C_GetZOffsetByState::World_Z_Offset' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_GetZOffsetByState, Temp_byte_Variable) == 0x000004, "Member 'BP_Sentinel_AiController_C_GetZOffsetByState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_GetZOffsetByState, CallFunc_GetSettings_ReturnValue) == 0x000008, "Member 'BP_Sentinel_AiController_C_GetZOffsetByState::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_GetZOffsetByState, CallFunc_GetValueAsEnum_ReturnValue) == 0x000010, "Member 'BP_Sentinel_AiController_C_GetZOffsetByState::CallFunc_GetValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_GetZOffsetByState, CallFunc_GetValidValue_ReturnValue) == 0x000011, "Member 'BP_Sentinel_AiController_C_GetZOffsetByState::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_GetZOffsetByState, K2Node_Select_Default) == 0x000014, "Member 'BP_Sentinel_AiController_C_GetZOffsetByState::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Sentinel_AiController_C_UpdateSettings \ static_assert(alignof(BP_Sentinel_AiController_C_UpdateSettings) == 0x000008, "Wrong alignment on BP_Sentinel_AiController_C_UpdateSettings"); \ static_assert(sizeof(BP_Sentinel_AiController_C_UpdateSettings) == 0x000060, "Wrong size on BP_Sentinel_AiController_C_UpdateSettings"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, Target_State) == 0x000000, "Member 'BP_Sentinel_AiController_C_UpdateSettings::Target_State' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, Temp_byte_Variable) == 0x000001, "Member 'BP_Sentinel_AiController_C_UpdateSettings::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, Temp_byte_Variable_1) == 0x000002, "Member 'BP_Sentinel_AiController_C_UpdateSettings::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, Temp_float_Variable) == 0x000004, "Member 'BP_Sentinel_AiController_C_UpdateSettings::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, CallFunc_GetValueAsEnum_ReturnValue) == 0x000008, "Member 'BP_Sentinel_AiController_C_UpdateSettings::CallFunc_GetValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, CallFunc_GetValidValue_ReturnValue) == 0x000009, "Member 'BP_Sentinel_AiController_C_UpdateSettings::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x00000C, "Member 'BP_Sentinel_AiController_C_UpdateSettings::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, Temp_float_Variable_1) == 0x000018, "Member 'BP_Sentinel_AiController_C_UpdateSettings::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, CallFunc_GetSettings_ReturnValue) == 0x000020, "Member 'BP_Sentinel_AiController_C_UpdateSettings::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, CallFunc_GetSettings_ReturnValue_1) == 0x000028, "Member 'BP_Sentinel_AiController_C_UpdateSettings::CallFunc_GetSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, CallFunc_GetSettings_ReturnValue_2) == 0x000030, "Member 'BP_Sentinel_AiController_C_UpdateSettings::CallFunc_GetSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, K2Node_Select_Default) == 0x000038, "Member 'BP_Sentinel_AiController_C_UpdateSettings::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, K2Node_Select_Default_1) == 0x00003C, "Member 'BP_Sentinel_AiController_C_UpdateSettings::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, CallFunc_Conv_LinearColorToVector_ReturnValue_1) == 0x00004C, "Member 'BP_Sentinel_AiController_C_UpdateSettings::CallFunc_Conv_LinearColorToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000058, "Member 'BP_Sentinel_AiController_C_UpdateSettings::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, Temp_byte_Variable_2) == 0x000059, "Member 'BP_Sentinel_AiController_C_UpdateSettings::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Sentinel_AiController_C_UpdateSettings, K2Node_Select_Default_2) == 0x00005C, "Member 'BP_Sentinel_AiController_C_UpdateSettings::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Sentinel_AiController_C \ static_assert(alignof(ABP_Sentinel_AiController_C) == 0x000010, "Wrong alignment on ABP_Sentinel_AiController_C"); \ static_assert(sizeof(ABP_Sentinel_AiController_C) == 0x0003D0, "Wrong size on ABP_Sentinel_AiController_C"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, UberGraphFrame) == 0x000330, "Member 'ABP_Sentinel_AiController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, InitialTransform) == 0x000340, "Member 'ABP_Sentinel_AiController_C::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, BP_SentinelAI) == 0x000370, "Member 'ABP_Sentinel_AiController_C::BP_SentinelAI' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, Blackboard_CurrentAiState_KeyName) == 0x000378, "Member 'ABP_Sentinel_AiController_C::Blackboard_CurrentAiState_KeyName' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, Blackboard_CurrentMovementSpeed_KeyName) == 0x000380, "Member 'ABP_Sentinel_AiController_C::Blackboard_CurrentMovementSpeed_KeyName' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, Blackboard_CurrentWaypoint_KeyName) == 0x000388, "Member 'ABP_Sentinel_AiController_C::Blackboard_CurrentWaypoint_KeyName' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, Blackboard_TargetActor_KeyName) == 0x000390, "Member 'ABP_Sentinel_AiController_C::Blackboard_TargetActor_KeyName' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, Blackboard_MoveToLocation_KeyName) == 0x000398, "Member 'ABP_Sentinel_AiController_C::Blackboard_MoveToLocation_KeyName' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, Blackboard_LastHearedSound_KeyName) == 0x0003A0, "Member 'ABP_Sentinel_AiController_C::Blackboard_LastHearedSound_KeyName' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, Blackboard_HasDetectedSound_KeyName) == 0x0003A8, "Member 'ABP_Sentinel_AiController_C::Blackboard_HasDetectedSound_KeyName' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, Blackboard_LastTargetLocation_KeyName) == 0x0003B0, "Member 'ABP_Sentinel_AiController_C::Blackboard_LastTargetLocation_KeyName' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_AiController_C, OnSentinelDetectCat) == 0x0003B8, "Member 'ABP_Sentinel_AiController_C::OnSentinelDetectCat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile \ static_assert(alignof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile) == 0x000008, "Wrong alignment on BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile"); \ static_assert(sizeof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile) == 0x0002B8, "Wrong size on BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, EntryPoint) == 0x000000, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, K2Node_Event__hitResult) == 0x000004, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::K2Node_Event__hitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_bBlockingHit) == 0x00008C, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_bInitialOverlap) == 0x00008D, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_Time) == 0x000090, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_Distance) == 0x000094, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_Location) == 0x000098, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A4, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_Normal) == 0x0000B0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_ImpactNormal) == 0x0000BC, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_PhysMat) == 0x0000C8, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_HitActor) == 0x0000D0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_HitComponent) == 0x0000D8, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_HitBoneName) == 0x0000E0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_HitItem) == 0x0000E8, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_ElementIndex) == 0x0000EC, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_FaceIndex) == 0x0000F0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_TraceStart) == 0x0000F4, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_BreakHitResult_TraceEnd) == 0x000100, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00010C, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, K2Node_Event__dt) == 0x000118, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::K2Node_Event__dt' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_GetForwardVector_ReturnValue) == 0x00011C, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_GetForwardVector_ReturnValue_1) == 0x000128, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000134, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_MakeRotFromXY_ReturnValue) == 0x000140, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_MakeRotFromXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, K2Node_Event__dt_1) == 0x00014C, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::K2Node_Event__dt_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_RandomFloatInRange_ReturnValue) == 0x000150, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_MakeVector_ReturnValue) == 0x000154, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000160, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_SpawnSoundAtLocation_ReturnValue_1) == 0x000168, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_SpawnSoundAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_Add_VectorVector_ReturnValue) == 0x000170, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000180, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000188, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000198, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0001A0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x0001B0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_IsValid_ReturnValue) == 0x0001B8, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_SpawnEmitterAttached_ReturnValue_1) == 0x0001C0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_SpawnEmitterAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x0001C8, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, K2Node_DynamicCast_bSuccess) == 0x0001D0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_IsValid_ReturnValue_1) == 0x0001D1, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, Temp_byte_Variable) == 0x0001D2, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_FindClosestBone_K2_BoneLocation) == 0x0001D4, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_FindClosestBone_K2_BoneLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_FindClosestBone_K2_ReturnValue) == 0x0001E0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_FindClosestBone_K2_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0001E8, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0001F4, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_GetPlayerController_ReturnValue) == 0x000280, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000288, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_FindHKPlayerController_HKPlayerController_1) == 0x000290, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_FindHKPlayerController_HKPlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000298, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, K2Node_DynamicCast_bSuccess_1) == 0x0002A0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_FindClosestBone_K2_BoneLocation_1) == 0x0002A4, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_FindClosestBone_K2_BoneLocation_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile, CallFunc_FindClosestBone_K2_ReturnValue_1) == 0x0002B0, "Member 'BP_SentinelProjectile_C_ExecuteUbergraph_BP_SentinelProjectile::CallFunc_FindClosestBone_K2_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelProjectile_C_Projectile_InAir_Tick \ static_assert(alignof(BP_SentinelProjectile_C_Projectile_InAir_Tick) == 0x000004, "Wrong alignment on BP_SentinelProjectile_C_Projectile_InAir_Tick"); \ static_assert(sizeof(BP_SentinelProjectile_C_Projectile_InAir_Tick) == 0x000004, "Wrong size on BP_SentinelProjectile_C_Projectile_InAir_Tick"); \ static_assert(offsetof(BP_SentinelProjectile_C_Projectile_InAir_Tick, _dt) == 0x000000, "Member 'BP_SentinelProjectile_C_Projectile_InAir_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelProjectile_C_OnProjectileHit \ static_assert(alignof(BP_SentinelProjectile_C_OnProjectileHit) == 0x000004, "Wrong alignment on BP_SentinelProjectile_C_OnProjectileHit"); \ static_assert(sizeof(BP_SentinelProjectile_C_OnProjectileHit) == 0x000088, "Wrong size on BP_SentinelProjectile_C_OnProjectileHit"); \ static_assert(offsetof(BP_SentinelProjectile_C_OnProjectileHit, _hitResult) == 0x000000, "Member 'BP_SentinelProjectile_C_OnProjectileHit::_hitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelProjectile_C_Projectile_Snapped_Tick \ static_assert(alignof(BP_SentinelProjectile_C_Projectile_Snapped_Tick) == 0x000004, "Wrong alignment on BP_SentinelProjectile_C_Projectile_Snapped_Tick"); \ static_assert(sizeof(BP_SentinelProjectile_C_Projectile_Snapped_Tick) == 0x000004, "Wrong size on BP_SentinelProjectile_C_Projectile_Snapped_Tick"); \ static_assert(offsetof(BP_SentinelProjectile_C_Projectile_Snapped_Tick, _dt) == 0x000000, "Member 'BP_SentinelProjectile_C_Projectile_Snapped_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SentinelProjectile_C \ static_assert(alignof(ABP_SentinelProjectile_C) == 0x000008, "Wrong alignment on ABP_SentinelProjectile_C"); \ static_assert(sizeof(ABP_SentinelProjectile_C) == 0x000348, "Wrong size on ABP_SentinelProjectile_C"); \ static_assert(offsetof(ABP_SentinelProjectile_C, UberGraphFrame) == 0x000300, "Member 'ABP_SentinelProjectile_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelProjectile_C, ElectricalVibration) == 0x000308, "Member 'ABP_SentinelProjectile_C::ElectricalVibration' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelProjectile_C, ElectricalSound) == 0x000310, "Member 'ABP_SentinelProjectile_C::ElectricalSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelProjectile_C, TrailParticleExample) == 0x000318, "Member 'ABP_SentinelProjectile_C::TrailParticleExample' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelProjectile_C, StaticMesh) == 0x000320, "Member 'ABP_SentinelProjectile_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelProjectile_C, Impact_Point) == 0x000328, "Member 'ABP_SentinelProjectile_C::Impact_Point' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelProjectile_C, Hit_Component) == 0x000338, "Member 'ABP_SentinelProjectile_C::Hit_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelProjectile_C, Hit_Actor) == 0x000340, "Member 'ABP_SentinelProjectile_C::Hit_Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel \ static_assert(alignof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel) == 0x000008, "Wrong alignment on ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel"); \ static_assert(sizeof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel) == 0x0000F8, "Wrong size on ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, EntryPoint) == 0x000000, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_IsSentinelActive_ReturnValue) == 0x000004, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_IsSentinelActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000008, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable) == 0x00000C, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000010, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_byte_Variable) == 0x000011, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000012, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000013, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000014, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000016, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_byte_Variable_1) == 0x000017, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000018, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000019, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_BooleanAND_ReturnValue_1) == 0x00001A, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_1) == 0x00001C, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_2) == 0x000020, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_BreakVector_X) == 0x000024, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_BreakVector_Y) == 0x000028, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_BreakVector_Z) == 0x00002C, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000030, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_3) == 0x000034, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_FClamp_ReturnValue) == 0x000038, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_4) == 0x00003C, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_5) == 0x000040, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_6) == 0x000044, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_7) == 0x000048, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_8) == 0x00004C, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_9) == 0x000050, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_10) == 0x000054, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_byte_Variable_2) == 0x000058, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, K2Node_Select_Default) == 0x00005C, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_11) == 0x000060, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, K2Node_Event_DeltaTimeX) == 0x000064, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000068, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_TryGetPawnOwner_ReturnValue_1) == 0x000070, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_TryGetPawnOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_GetActorRightVector_ReturnValue) == 0x000078, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, K2Node_DynamicCast_AsBP_Sentinel_AI) == 0x000088, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::K2Node_DynamicCast_AsBP_Sentinel_AI' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_GetActorForwardVector_ReturnValue) == 0x000094, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_12) == 0x0000A0, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_IsValid_ReturnValue) == 0x0000A4, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000A8, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x0000AC, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B0, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000BC, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000C8, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, Temp_float_Variable_13) == 0x0000D4, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_IsSentinelActive_ReturnValue_1) == 0x0000D8, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_IsSentinelActive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, K2Node_Select_Default_1) == 0x0000DC, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_NormalizeToRange_ReturnValue) == 0x0000E0, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_NormalizeToRange_ReturnValue_1) == 0x0000E4, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_NormalizeToRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000E8, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000EC, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0000F0, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0000F4, "Member 'ABP_Sentinel_C_ExecuteUbergraph_ABP_Sentinel::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Sentinel_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Sentinel_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Sentinel_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Sentinel_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Sentinel_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Sentinel_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Sentinel_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Sentinel_C_AnimGraph \ static_assert(alignof(ABP_Sentinel_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Sentinel_C_AnimGraph"); \ static_assert(sizeof(ABP_Sentinel_C_AnimGraph) == 0x000010, "Wrong size on ABP_Sentinel_C_AnimGraph"); \ static_assert(offsetof(ABP_Sentinel_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Sentinel_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Sentinel_C \ static_assert(alignof(UABP_Sentinel_C) == 0x000010, "Wrong alignment on UABP_Sentinel_C"); \ static_assert(sizeof(UABP_Sentinel_C) == 0x000DE0, "Wrong size on UABP_Sentinel_C"); \ static_assert(offsetof(UABP_Sentinel_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Sentinel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Sentinel_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_TransitionResult_5) == 0x0002F8, "Member 'UABP_Sentinel_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_TransitionResult_4) == 0x000320, "Member 'UABP_Sentinel_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_TransitionResult_3) == 0x000348, "Member 'UABP_Sentinel_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_TransitionResult_2) == 0x000370, "Member 'UABP_Sentinel_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_TransitionResult_1) == 0x000398, "Member 'UABP_Sentinel_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_TransitionResult) == 0x0003C0, "Member 'UABP_Sentinel_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_BlendSpacePlayer_2) == 0x0003E8, "Member 'UABP_Sentinel_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_StateResult_2) == 0x0004D0, "Member 'UABP_Sentinel_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_SequencePlayer) == 0x000500, "Member 'UABP_Sentinel_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_StateResult_1) == 0x000580, "Member 'UABP_Sentinel_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_RotationOffsetBlendSpace_1) == 0x0005B0, "Member 'UABP_Sentinel_C::AnimGraphNode_RotationOffsetBlendSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_BlendSpacePlayer_1) == 0x000740, "Member 'UABP_Sentinel_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_StateResult) == 0x000828, "Member 'UABP_Sentinel_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_StateMachine) == 0x000858, "Member 'UABP_Sentinel_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_SaveCachedPose) == 0x000908, "Member 'UABP_Sentinel_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_UseCachedPose) == 0x000A60, "Member 'UABP_Sentinel_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_BlendListByBool) == 0x000A88, "Member 'UABP_Sentinel_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_BlendSpacePlayer) == 0x000B28, "Member 'UABP_Sentinel_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, AnimGraphNode_RotationOffsetBlendSpace) == 0x000C10, "Member 'UABP_Sentinel_C::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, FrontVelocity) == 0x000DA0, "Member 'UABP_Sentinel_C::FrontVelocity' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, LateralVelocity) == 0x000DA4, "Member 'UABP_Sentinel_C::LateralVelocity' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, CurrentAiStatus) == 0x000DA8, "Member 'UABP_Sentinel_C::CurrentAiStatus' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, bIsSeeingTarget) == 0x000DA9, "Member 'UABP_Sentinel_C::bIsSeeingTarget' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, BP_SentinelPawn) == 0x000DB0, "Member 'UABP_Sentinel_C::BP_SentinelPawn' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, LastFramePawnLocation) == 0x000DB8, "Member 'UABP_Sentinel_C::LastFramePawnLocation' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, DeltaFrameLocation) == 0x000DC4, "Member 'UABP_Sentinel_C::DeltaFrameLocation' has a wrong offset!"); \ static_assert(offsetof(UABP_Sentinel_C, IsActive) == 0x000DD0, "Member 'UABP_Sentinel_C::IsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FF_sfx_syllabe \ static_assert(alignof(FF_sfx_syllabe) == 0x000004, "Wrong alignment on FF_sfx_syllabe"); \ static_assert(sizeof(FF_sfx_syllabe) == 0x000010, "Wrong size on FF_sfx_syllabe"); \ static_assert(offsetof(FF_sfx_syllabe, type_12_7F5826B843FD204E30DAFE8DF60C6CE6) == 0x000000, "Member 'FF_sfx_syllabe::type_12_7F5826B843FD204E30DAFE8DF60C6CE6' has a wrong offset!"); \ static_assert(offsetof(FF_sfx_syllabe, id_9_94B1B3BA4387E1D9CBF9868F40A328F8) == 0x000004, "Member 'FF_sfx_syllabe::id_9_94B1B3BA4387E1D9CBF9868F40A328F8' has a wrong offset!"); \ static_assert(offsetof(FF_sfx_syllabe, pitch_10_4896F3794AFAD0CE08F2DF93EF4BE222) == 0x000008, "Member 'FF_sfx_syllabe::pitch_10_4896F3794AFAD0CE08F2DF93EF4BE222' has a wrong offset!"); \ static_assert(offsetof(FF_sfx_syllabe, length_11_E2B227414B645E3C0593F6AB727085F6) == 0x00000C, "Member 'FF_sfx_syllabe::length_11_E2B227414B645E3C0593F6AB727085F6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPAN_AudioManagerPlaySound_C_Received_Notify \ static_assert(alignof(BPAN_AudioManagerPlaySound_C_Received_Notify) == 0x000008, "Wrong alignment on BPAN_AudioManagerPlaySound_C_Received_Notify"); \ static_assert(sizeof(BPAN_AudioManagerPlaySound_C_Received_Notify) == 0x000038, "Wrong size on BPAN_AudioManagerPlaySound_C_Received_Notify"); \ static_assert(offsetof(BPAN_AudioManagerPlaySound_C_Received_Notify, MeshComp) == 0x000000, "Member 'BPAN_AudioManagerPlaySound_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(BPAN_AudioManagerPlaySound_C_Received_Notify, Animation) == 0x000008, "Member 'BPAN_AudioManagerPlaySound_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(BPAN_AudioManagerPlaySound_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BPAN_AudioManagerPlaySound_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPAN_AudioManagerPlaySound_C_Received_Notify, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'BPAN_AudioManagerPlaySound_C_Received_Notify::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPAN_AudioManagerPlaySound_C_Received_Notify, K2Node_SwitchString_CmpSuccess) == 0x000020, "Member 'BPAN_AudioManagerPlaySound_C_Received_Notify::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BPAN_AudioManagerPlaySound_C_Received_Notify, CallFunc_GetAudioManager_AudioManager) == 0x000028, "Member 'BPAN_AudioManagerPlaySound_C_Received_Notify::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(BPAN_AudioManagerPlaySound_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BPAN_AudioManagerPlaySound_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPAN_AudioManagerPlaySound_C \ static_assert(alignof(UBPAN_AudioManagerPlaySound_C) == 0x000008, "Wrong alignment on UBPAN_AudioManagerPlaySound_C"); \ static_assert(sizeof(UBPAN_AudioManagerPlaySound_C) == 0x000048, "Wrong size on UBPAN_AudioManagerPlaySound_C"); \ static_assert(offsetof(UBPAN_AudioManagerPlaySound_C, Type) == 0x000038, "Member 'UBPAN_AudioManagerPlaySound_C::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base \ static_assert(alignof(BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base) == 0x000008, "Wrong alignment on BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base"); \ static_assert(sizeof(BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base) == 0x000038, "Wrong size on BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base"); \ static_assert(offsetof(BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base, EntryPoint) == 0x000000, "Member 'BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base, K2Node_Event_OwnerController) == 0x000008, "Member 'BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader) == 0x000018, "Member 'BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base, K2Node_DynamicCast_AsBP_Zurg_Leader_AIController) == 0x000028, "Member 'BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base::K2Node_DynamicCast_AsBP_Zurg_Leader_AIController' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTD_Zurg_Base_C_ExecuteUbergraph_BTD_Zurg_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Zurg_Base_C_ReceiveExecutionStartAI \ static_assert(alignof(BTD_Zurg_Base_C_ReceiveExecutionStartAI) == 0x000008, "Wrong alignment on BTD_Zurg_Base_C_ReceiveExecutionStartAI"); \ static_assert(sizeof(BTD_Zurg_Base_C_ReceiveExecutionStartAI) == 0x000010, "Wrong size on BTD_Zurg_Base_C_ReceiveExecutionStartAI"); \ static_assert(offsetof(BTD_Zurg_Base_C_ReceiveExecutionStartAI, OwnerController) == 0x000000, "Member 'BTD_Zurg_Base_C_ReceiveExecutionStartAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_ReceiveExecutionStartAI, ControlledPawn) == 0x000008, "Member 'BTD_Zurg_Base_C_ReceiveExecutionStartAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Zurg_Base_C_PerformConditionCheckAI \ static_assert(alignof(BTD_Zurg_Base_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Zurg_Base_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_Zurg_Base_C_PerformConditionCheckAI) == 0x000038, "Wrong size on BTD_Zurg_Base_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_Zurg_Base_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Zurg_Base_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Zurg_Base_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Zurg_Base_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_PerformConditionCheckAI, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader) == 0x000018, "Member 'BTD_Zurg_Base_C_PerformConditionCheckAI::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTD_Zurg_Base_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_PerformConditionCheckAI, K2Node_DynamicCast_AsBP_Zurg_Leader_AIController) == 0x000028, "Member 'BTD_Zurg_Base_C_PerformConditionCheckAI::K2Node_DynamicCast_AsBP_Zurg_Leader_AIController' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_Base_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTD_Zurg_Base_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Zurg_Base_C \ static_assert(alignof(UBTD_Zurg_Base_C) == 0x000008, "Wrong alignment on UBTD_Zurg_Base_C"); \ static_assert(sizeof(UBTD_Zurg_Base_C) == 0x0000B8, "Wrong size on UBTD_Zurg_Base_C"); \ static_assert(offsetof(UBTD_Zurg_Base_C, UberGraphFrame) == 0x0000A0, "Member 'UBTD_Zurg_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTD_Zurg_Base_C, ZurgLeaderAIC) == 0x0000A8, "Member 'UBTD_Zurg_Base_C::ZurgLeaderAIC' has a wrong offset!"); \ static_assert(offsetof(UBTD_Zurg_Base_C, ZurgLeaderPawn) == 0x0000B0, "Member 'UBTD_Zurg_Base_C::ZurgLeaderPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base \ static_assert(alignof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base) == 0x000008, "Wrong alignment on BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base"); \ static_assert(sizeof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base) == 0x000050, "Wrong size on BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base, EntryPoint) == 0x000000, "Member 'BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base, K2Node_Event_OwnerController) == 0x000018, "Member 'BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base, K2Node_Event_ControlledPawn) == 0x000020, "Member 'BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader) == 0x000030, "Member 'BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base, K2Node_DynamicCast_AsBP_Zurg_Leader_AIController) == 0x000040, "Member 'BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base::K2Node_DynamicCast_AsBP_Zurg_Leader_AIController' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTS_Zurg_Leader_Base_C_ExecuteUbergraph_BTS_Zurg_Leader_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Zurg_Leader_Base_C_ReceiveTickAI \ static_assert(alignof(BTS_Zurg_Leader_Base_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_Zurg_Leader_Base_C_ReceiveTickAI"); \ static_assert(sizeof(BTS_Zurg_Leader_Base_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_Zurg_Leader_Base_C_ReceiveTickAI"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_Zurg_Leader_Base_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_Zurg_Leader_Base_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_Zurg_Leader_Base_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Zurg_Leader_Base_C_ReceiveActivationAI \ static_assert(alignof(BTS_Zurg_Leader_Base_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_Zurg_Leader_Base_C_ReceiveActivationAI"); \ static_assert(sizeof(BTS_Zurg_Leader_Base_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_Zurg_Leader_Base_C_ReceiveActivationAI"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_Zurg_Leader_Base_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_Base_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_Zurg_Leader_Base_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Zurg_Leader_Base_C \ static_assert(alignof(UBTS_Zurg_Leader_Base_C) == 0x000008, "Wrong alignment on UBTS_Zurg_Leader_Base_C"); \ static_assert(sizeof(UBTS_Zurg_Leader_Base_C) == 0x0000B0, "Wrong size on UBTS_Zurg_Leader_Base_C"); \ static_assert(offsetof(UBTS_Zurg_Leader_Base_C, UberGraphFrame) == 0x000098, "Member 'UBTS_Zurg_Leader_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_Base_C, ZurgLeaderPawn) == 0x0000A0, "Member 'UBTS_Zurg_Leader_Base_C::ZurgLeaderPawn' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_Base_C, ZurgLeaderAIC) == 0x0000A8, "Member 'UBTS_Zurg_Leader_Base_C::ZurgLeaderAIC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation \ static_assert(alignof(BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation"); \ static_assert(sizeof(BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation) == 0x000050, "Wrong size on BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation"); \ static_assert(offsetof(BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation, CallFunc_GetAIController_ReturnValue) == 0x000020, "Member 'BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation, K2Node_DynamicCast_AsBP_Zurg_Leader_AIController) == 0x000028, "Member 'BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation::K2Node_DynamicCast_AsBP_Zurg_Leader_AIController' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation, CallFunc_GetBlackboard_ReturnValue) == 0x000038, "Member 'BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation, CallFunc_GetValueAsVector_ReturnValue) == 0x000040, "Member 'BP_EnvQueryZurgLeaderContext_C_ProvideSingleLocation::CallFunc_GetValueAsVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_EnvQueryZurgLeaderContext_C \ static_assert(alignof(UBP_EnvQueryZurgLeaderContext_C) == 0x000008, "Wrong alignment on UBP_EnvQueryZurgLeaderContext_C"); \ static_assert(sizeof(UBP_EnvQueryZurgLeaderContext_C) == 0x000030, "Wrong size on UBP_EnvQueryZurgLeaderContext_C"); \ #define DUMPER7_ASSERTS_BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base \ static_assert(alignof(BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base) == 0x000008, "Wrong alignment on BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base"); \ static_assert(sizeof(BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base) == 0x000038, "Wrong size on BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base"); \ static_assert(offsetof(BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base, EntryPoint) == 0x000000, "Member 'BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base, K2Node_DynamicCast_AsBP_Zurg_Leader_AIController) == 0x000018, "Member 'BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base::K2Node_DynamicCast_AsBP_Zurg_Leader_AIController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader) == 0x000028, "Member 'BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Zurg_Base_C_ExecuteUbergraph_BTT_Zurg_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_Base_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Zurg_Base_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Zurg_Base_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Zurg_Base_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Zurg_Base_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Zurg_Base_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Zurg_Base_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_Base_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Zurg_Base_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Zurg_Base_C \ static_assert(alignof(UBTT_Zurg_Base_C) == 0x000008, "Wrong alignment on UBTT_Zurg_Base_C"); \ static_assert(sizeof(UBTT_Zurg_Base_C) == 0x0000C0, "Wrong size on UBTT_Zurg_Base_C"); \ static_assert(offsetof(UBTT_Zurg_Base_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Zurg_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_Base_C, ZurgLeaderPawn) == 0x0000B0, "Member 'UBTT_Zurg_Base_C::ZurgLeaderPawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_Base_C, ZurgLeaderAIC) == 0x0000B8, "Member 'UBTT_Zurg_Base_C::ZurgLeaderAIC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory \ static_assert(alignof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory) == 0x000010, "Wrong alignment on COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory"); \ static_assert(sizeof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory) == 0x000290, "Wrong size on COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, EntryPoint) == 0x000000, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_FindPlayerCatPawn_Cat) == 0x000008, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetDialog_ReturnValue) == 0x000010, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, Temp_float_Variable) == 0x00001C, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, Temp_bool_Variable) == 0x000020, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_MakeLiteralByte_ReturnValue) == 0x000021, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_IsValidClass_ReturnValue) == 0x000022, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x000028, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_StartEasingInterpolator_ReturnValue) == 0x000030, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_IsValid_ReturnValue_2) == 0x000038, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, Temp_wildcard_Variable) == 0x000040, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, K2Node_CustomEvent_Ratio) == 0x000048, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_InternalBreakableDelay_ReturnValue) == 0x00004C, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, K2Node_Event_EndPlayReason) == 0x000050, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetB12MemoriesData_ReturnValue) == 0x000058, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetB12MemoriesData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000060, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, K2Node_CreateDelegate_OutputDelegate) == 0x000090, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetOwner_ReturnValue) == 0x0000A0, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000A8, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000B0, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_FindMemoryData__outMemoryData) == 0x0000B8, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_FindMemoryData__outMemoryData' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_FindMemoryData_ReturnValue) == 0x000108, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_FindMemoryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000110, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetAudioManager_AudioManager) == 0x000118, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000120, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, K2Node_Event__drone) == 0x000128, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::K2Node_Event__drone' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_NotEqual_NameName_ReturnValue) == 0x000130, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, K2Node_Event__cat_1) == 0x000138, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::K2Node_Event__cat_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetBackpack_ReturnValue) == 0x000140, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetDrone_ReturnValue) == 0x000148, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, K2Node_Event__cat) == 0x000150, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::K2Node_Event__cat' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, K2Node_DynamicCast_AsBP_Drone) == 0x000158, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::K2Node_DynamicCast_AsBP_Drone' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetUserDrone_ReturnValue) == 0x000168, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetUserDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetUsePosition__outSocket) == 0x000170, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetUsePosition__outSocket' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetUsePosition_ReturnValue) == 0x000178, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetUsePosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_HasReachedTarget_ReturnValue) == 0x000180, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_HasReachedTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetUsePosition__outSocket_1) == 0x000184, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetUsePosition__outSocket_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetUsePosition_ReturnValue_1) == 0x000190, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetUsePosition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetUserDrone_ReturnValue_1) == 0x000198, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetUserDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x0001A0, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_HasReachedTarget_ReturnValue_1) == 0x0001A4, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_HasReachedTarget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_FindPlayerDrone_Drone) == 0x0001A8, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_FindPlayerDrone_Drone' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0001B0, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, Temp_float_Variable_1) == 0x0001B8, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0001C0, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetOwner_ReturnValue_1) == 0x0001C8, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1) == 0x0001D0, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetComponentByClass_ReturnValue) == 0x0001D8, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0001E0, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_IsMemoryUnlocked_ReturnValue) == 0x0001E8, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_IsMemoryUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001EC, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetUserDrone_ReturnValue_2) == 0x000200, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetUserDrone_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000208, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_Add_VectorVector_ReturnValue) == 0x000214, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000220, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_MapRangeClamped_ReturnValue) == 0x00022C, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000230, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x00023C, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_GetDialog_ReturnValue_1) == 0x000240, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_GetDialog_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_FindPlayerCatPawn_Cat_1) == 0x000248, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, CallFunc_FindPlayerDrone_Drone_1) == 0x000250, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::CallFunc_FindPlayerDrone_Drone_1' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory, K2Node_MakeStruct_LookAtData) == 0x000258, "Member 'COMP_UsableDroneMemory_C_ExecuteUbergraph_COMP_UsableDroneMemory::K2Node_MakeStruct_LookAtData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_UsableDroneMemory_C__OnUseStarted \ static_assert(alignof(COMP_UsableDroneMemory_C__OnUseStarted) == 0x000008, "Wrong alignment on COMP_UsableDroneMemory_C__OnUseStarted"); \ static_assert(sizeof(COMP_UsableDroneMemory_C__OnUseStarted) == 0x000008, "Wrong size on COMP_UsableDroneMemory_C__OnUseStarted"); \ static_assert(offsetof(COMP_UsableDroneMemory_C__OnUseStarted, _cat) == 0x000000, "Member 'COMP_UsableDroneMemory_C__OnUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_UsableDroneMemory_C__OnAfterUseDone \ static_assert(alignof(COMP_UsableDroneMemory_C__OnAfterUseDone) == 0x000008, "Wrong alignment on COMP_UsableDroneMemory_C__OnAfterUseDone"); \ static_assert(sizeof(COMP_UsableDroneMemory_C__OnAfterUseDone) == 0x000008, "Wrong size on COMP_UsableDroneMemory_C__OnAfterUseDone"); \ static_assert(offsetof(COMP_UsableDroneMemory_C__OnAfterUseDone, _cat) == 0x000000, "Member 'COMP_UsableDroneMemory_C__OnAfterUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_UsableDroneMemory_C__OnDroneUseStarted \ static_assert(alignof(COMP_UsableDroneMemory_C__OnDroneUseStarted) == 0x000008, "Wrong alignment on COMP_UsableDroneMemory_C__OnDroneUseStarted"); \ static_assert(sizeof(COMP_UsableDroneMemory_C__OnDroneUseStarted) == 0x000008, "Wrong size on COMP_UsableDroneMemory_C__OnDroneUseStarted"); \ static_assert(offsetof(COMP_UsableDroneMemory_C__OnDroneUseStarted, _drone) == 0x000000, "Member 'COMP_UsableDroneMemory_C__OnDroneUseStarted::_drone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_UsableDroneMemory_C_ReceiveEndPlay \ static_assert(alignof(COMP_UsableDroneMemory_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on COMP_UsableDroneMemory_C_ReceiveEndPlay"); \ static_assert(sizeof(COMP_UsableDroneMemory_C_ReceiveEndPlay) == 0x000001, "Wrong size on COMP_UsableDroneMemory_C_ReceiveEndPlay"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'COMP_UsableDroneMemory_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_UsableDroneMemory_C_Tick_6246EF4646E19036986D72BA2282118B \ static_assert(alignof(COMP_UsableDroneMemory_C_Tick_6246EF4646E19036986D72BA2282118B) == 0x000004, "Wrong alignment on COMP_UsableDroneMemory_C_Tick_6246EF4646E19036986D72BA2282118B"); \ static_assert(sizeof(COMP_UsableDroneMemory_C_Tick_6246EF4646E19036986D72BA2282118B) == 0x000004, "Wrong size on COMP_UsableDroneMemory_C_Tick_6246EF4646E19036986D72BA2282118B"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_Tick_6246EF4646E19036986D72BA2282118B, Ratio) == 0x000000, "Member 'COMP_UsableDroneMemory_C_Tick_6246EF4646E19036986D72BA2282118B::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_UsableDroneMemory_C_GetFinalUseSocket \ static_assert(alignof(COMP_UsableDroneMemory_C_GetFinalUseSocket) == 0x000008, "Wrong alignment on COMP_UsableDroneMemory_C_GetFinalUseSocket"); \ static_assert(sizeof(COMP_UsableDroneMemory_C_GetFinalUseSocket) == 0x000030, "Wrong size on COMP_UsableDroneMemory_C_GetFinalUseSocket"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_GetFinalUseSocket, _outSocket) == 0x000000, "Member 'COMP_UsableDroneMemory_C_GetFinalUseSocket::_outSocket' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_GetFinalUseSocket, ReturnValue) == 0x000008, "Member 'COMP_UsableDroneMemory_C_GetFinalUseSocket::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_GetFinalUseSocket, CallFunc_FindPlayerBackpack_backpack) == 0x000010, "Member 'COMP_UsableDroneMemory_C_GetFinalUseSocket::CallFunc_FindPlayerBackpack_backpack' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_GetFinalUseSocket, CallFunc_GetTalkableComponent_ReturnValue) == 0x000018, "Member 'COMP_UsableDroneMemory_C_GetFinalUseSocket::CallFunc_GetTalkableComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_GetFinalUseSocket, CallFunc_GetFinalUseSocket__outSocket) == 0x000020, "Member 'COMP_UsableDroneMemory_C_GetFinalUseSocket::CallFunc_GetFinalUseSocket__outSocket' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_GetFinalUseSocket, CallFunc_GetFinalUseSocket_ReturnValue) == 0x000028, "Member 'COMP_UsableDroneMemory_C_GetFinalUseSocket::CallFunc_GetFinalUseSocket_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_UsableDroneMemory_C__CanStartUse \ static_assert(alignof(COMP_UsableDroneMemory_C__CanStartUse) == 0x000001, "Wrong alignment on COMP_UsableDroneMemory_C__CanStartUse"); \ static_assert(sizeof(COMP_UsableDroneMemory_C__CanStartUse) == 0x000001, "Wrong size on COMP_UsableDroneMemory_C__CanStartUse"); \ static_assert(offsetof(COMP_UsableDroneMemory_C__CanStartUse, ReturnValue) == 0x000000, "Member 'COMP_UsableDroneMemory_C__CanStartUse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_UsableDroneMemory_C_IsEnabled \ static_assert(alignof(COMP_UsableDroneMemory_C_IsEnabled) == 0x000008, "Wrong alignment on COMP_UsableDroneMemory_C_IsEnabled"); \ static_assert(sizeof(COMP_UsableDroneMemory_C_IsEnabled) == 0x000030, "Wrong size on COMP_UsableDroneMemory_C_IsEnabled"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_IsEnabled, ReturnValue) == 0x000000, "Member 'COMP_UsableDroneMemory_C_IsEnabled::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_IsEnabled, CallFunc_IsEnabled_ReturnValue) == 0x000001, "Member 'COMP_UsableDroneMemory_C_IsEnabled::CallFunc_IsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_IsEnabled, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000008, "Member 'COMP_UsableDroneMemory_C_IsEnabled::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_IsEnabled, CallFunc_FindPlayerCatPawn_Cat) == 0x000010, "Member 'COMP_UsableDroneMemory_C_IsEnabled::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_IsEnabled, CallFunc_IsMemoryUnlocked_ReturnValue) == 0x000018, "Member 'COMP_UsableDroneMemory_C_IsEnabled::CallFunc_IsMemoryUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_IsEnabled, CallFunc_GetBackpack_ReturnValue) == 0x000020, "Member 'COMP_UsableDroneMemory_C_IsEnabled::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_IsEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'COMP_UsableDroneMemory_C_IsEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_IsEnabled, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'COMP_UsableDroneMemory_C_IsEnabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_IsEnabled, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'COMP_UsableDroneMemory_C_IsEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_UsableDroneMemory_C_IsEnabled, CallFunc_BooleanAND_ReturnValue_1) == 0x00002B, "Member 'COMP_UsableDroneMemory_C_IsEnabled::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_UsableDroneMemory_C \ static_assert(alignof(UCOMP_UsableDroneMemory_C) == 0x000010, "Wrong alignment on UCOMP_UsableDroneMemory_C"); \ static_assert(sizeof(UCOMP_UsableDroneMemory_C) == 0x000710, "Wrong size on UCOMP_UsableDroneMemory_C"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, UberGraphFrame) == 0x000670, "Member 'UCOMP_UsableDroneMemory_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, memoryId) == 0x000678, "Member 'UCOMP_UsableDroneMemory_C::memoryId' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, MemoryData) == 0x000680, "Member 'UCOMP_UsableDroneMemory_C::MemoryData' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, IsValid_0) == 0x0006D0, "Member 'UCOMP_UsableDroneMemory_C::IsValid_0' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, IsInDialogPhase) == 0x0006D1, "Member 'UCOMP_UsableDroneMemory_C::IsInDialogPhase' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, MemoriesPopupWidget) == 0x0006D8, "Member 'UCOMP_UsableDroneMemory_C::MemoriesPopupWidget' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, actorId_of_sfx_to_play) == 0x0006E0, "Member 'UCOMP_UsableDroneMemory_C::actorId_of_sfx_to_play' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, sfx_play_delay) == 0x0006E8, "Member 'UCOMP_UsableDroneMemory_C::sfx_play_delay' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, Light) == 0x0006F0, "Member 'UCOMP_UsableDroneMemory_C::Light' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, FX) == 0x0006F8, "Member 'UCOMP_UsableDroneMemory_C::FX' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, LightIntensity) == 0x000700, "Member 'UCOMP_UsableDroneMemory_C::LightIntensity' has a wrong offset!"); \ static_assert(offsetof(UCOMP_UsableDroneMemory_C, FirefliesSoundLoop) == 0x000708, "Member 'UCOMP_UsableDroneMemory_C::FirefliesSoundLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm \ static_assert(alignof(BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm) == 0x000008, "Wrong alignment on BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm"); \ static_assert(sizeof(BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm) == 0x000018, "Wrong size on BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm"); \ static_assert(offsetof(BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm, EntryPoint) == 0x000000, "Member 'BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_ZurgStopSwarm_C_ExecuteUbergraph_BTT_ZurgStopSwarm::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ZurgStopSwarm_C_ReceiveExecuteAI \ static_assert(alignof(BTT_ZurgStopSwarm_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_ZurgStopSwarm_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_ZurgStopSwarm_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_ZurgStopSwarm_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_ZurgStopSwarm_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_ZurgStopSwarm_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgStopSwarm_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_ZurgStopSwarm_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ZurgStopSwarm_C \ static_assert(alignof(UBTT_ZurgStopSwarm_C) == 0x000008, "Wrong alignment on UBTT_ZurgStopSwarm_C"); \ static_assert(sizeof(UBTT_ZurgStopSwarm_C) == 0x0000C8, "Wrong size on UBTT_ZurgStopSwarm_C"); \ static_assert(offsetof(UBTT_ZurgStopSwarm_C, UberGraphFrame_BTT_ZurgStopSwarm_C) == 0x0000C0, "Member 'UBTT_ZurgStopSwarm_C::UberGraphFrame_BTT_ZurgStopSwarm_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState \ static_assert(alignof(BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState) == 0x000008, "Wrong alignment on BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState"); \ static_assert(sizeof(BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState) == 0x000040, "Wrong size on BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState"); \ static_assert(offsetof(BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState, EntryPoint) == 0x000000, "Member 'BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState, CallFunc_GetSlaves_ReturnValue) == 0x000018, "Member 'BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState::CallFunc_GetSlaves_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState, CallFunc_Array_LastIndex_ReturnValue) == 0x000028, "Member 'BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState, CallFunc_Array_Get_Item) == 0x000030, "Member 'BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000039, "Member 'BTT_ZurgSetState_C_ExecuteUbergraph_BTT_ZurgSetState::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ZurgSetState_C_ReceiveExecuteAI \ static_assert(alignof(BTT_ZurgSetState_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_ZurgSetState_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_ZurgSetState_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_ZurgSetState_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_ZurgSetState_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_ZurgSetState_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetState_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_ZurgSetState_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ZurgSetState_C \ static_assert(alignof(UBTT_ZurgSetState_C) == 0x000008, "Wrong alignment on UBTT_ZurgSetState_C"); \ static_assert(sizeof(UBTT_ZurgSetState_C) == 0x0000D0, "Wrong size on UBTT_ZurgSetState_C"); \ static_assert(offsetof(UBTT_ZurgSetState_C, UberGraphFrame_BTT_ZurgSetState_C) == 0x0000C0, "Member 'UBTT_ZurgSetState_C::UberGraphFrame_BTT_ZurgSetState_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_ZurgSetState_C, NewSwarmState) == 0x0000C8, "Member 'UBTT_ZurgSetState_C::NewSwarmState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState \ static_assert(alignof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState) == 0x000008, "Wrong alignment on BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState"); \ static_assert(sizeof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState) == 0x000048, "Wrong size on BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState, EntryPoint) == 0x000000, "Member 'BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState, Temp_bool_Variable) == 0x000004, "Member 'BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState, Temp_object_Variable) == 0x000008, "Member 'BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState, K2Node_Event_OwnerController) == 0x000010, "Member 'BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState, CallFunc_GetSlaves_ReturnValue) == 0x000020, "Member 'BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState::CallFunc_GetSlaves_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState, CallFunc_Array_Get_Item) == 0x000030, "Member 'BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState, CallFunc_Greater_IntInt_ReturnValue) == 0x00003C, "Member 'BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState, K2Node_Select_Default) == 0x000040, "Member 'BTT_ZurgSetInitialState_C_ExecuteUbergraph_BTT_ZurgSetInitialState::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ZurgSetInitialState_C_ReceiveExecuteAI \ static_assert(alignof(BTT_ZurgSetInitialState_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_ZurgSetInitialState_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_ZurgSetInitialState_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_ZurgSetInitialState_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_ZurgSetInitialState_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_ZurgSetInitialState_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_ZurgSetInitialState_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ZurgSetInitialState_C \ static_assert(alignof(UBTT_ZurgSetInitialState_C) == 0x000008, "Wrong alignment on UBTT_ZurgSetInitialState_C"); \ static_assert(sizeof(UBTT_ZurgSetInitialState_C) == 0x000140, "Wrong size on UBTT_ZurgSetInitialState_C"); \ static_assert(offsetof(UBTT_ZurgSetInitialState_C, UberGraphFrame_BTT_ZurgSetInitialState_C) == 0x0000C0, "Member 'UBTT_ZurgSetInitialState_C::UberGraphFrame_BTT_ZurgSetInitialState_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_ZurgSetInitialState_C, SeenSensedActorKeySelector) == 0x0000C8, "Member 'UBTT_ZurgSetInitialState_C::SeenSensedActorKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_ZurgSetInitialState_C, ProximitySensedActorKeySelector) == 0x0000F0, "Member 'UBTT_ZurgSetInitialState_C::ProximitySensedActorKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_ZurgSetInitialState_C, HeardSensedActorKeySelector) == 0x000118, "Member 'UBTT_ZurgSetInitialState_C::HeardSensedActorKeySelector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack \ static_assert(alignof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack) == 0x000008, "Wrong alignment on BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack"); \ static_assert(sizeof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack) == 0x000160, "Wrong size on BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, EntryPoint) == 0x000000, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000018, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, K2Node_DynamicCast_AsCat_Pawn) == 0x000020, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_IsFreeZurgSlotAvailable_ReturnValue) == 0x000029, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_IsFreeZurgSlotAvailable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_GetBlackboardValueAsActor_ReturnValue_1) == 0x000030, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_GetBlackboardValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_GetBlackboardValueAsActor_ReturnValue_2) == 0x000040, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_GetBlackboardValueAsActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000048, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_BooleanAND_ReturnValue) == 0x000065, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Greater_IntInt_ReturnValue) == 0x00006C, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_MakeVector_ReturnValue) == 0x000070, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_IsDisplayingDebug_ReturnValue) == 0x00007C, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_IsDisplayingDebug_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_NegateVector_ReturnValue) == 0x000080, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_NegateVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_MakeVector_ReturnValue_1) == 0x00008C, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_NegateVector_ReturnValue_1) == 0x000098, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_NegateVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_GetSlavesAbleToAttack_ReturnValue) == 0x0000A8, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_GetSlavesAbleToAttack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_GetBlackboardValueAsActor_ReturnValue_3) == 0x0000B8, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_GetBlackboardValueAsActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C0, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_GetClosestSlaveFromLocation_ReturnValue) == 0x0000D0, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_GetClosestSlaveFromLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_GetSlavesAbleToAttack_ReturnValue_1) == 0x0000D8, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_GetSlavesAbleToAttack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Attack_ReturnValue) == 0x0000E8, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Attack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_IsValid_ReturnValue_1) == 0x0000F4, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F8, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000104, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000110, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Add_VectorVector_ReturnValue_3) == 0x00011C, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, Temp_int_Array_Index_Variable) == 0x000128, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_Array_Get_Item) == 0x000130, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_GetAttachedZurg_ReturnValue) == 0x000138, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_GetAttachedZurg_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000140, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_IsValid_ReturnValue_2) == 0x00014C, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_GetClosestSlaveFromLocation_ReturnValue_1) == 0x000150, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_GetClosestSlaveFromLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_IsValid_ReturnValue_3) == 0x000158, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_AttackPoint_ReturnValue) == 0x000159, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_AttackPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack, CallFunc_IsActive_ReturnValue) == 0x00015A, "Member 'BTT_Zurg_TryAttack_C_ExecuteUbergraph_BTT_Zurg_TryAttack::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_TryAttack_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Zurg_TryAttack_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Zurg_TryAttack_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Zurg_TryAttack_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Zurg_TryAttack_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Zurg_TryAttack_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Zurg_TryAttack_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_TryAttack_C_ActorIsReachable \ static_assert(alignof(BTT_Zurg_TryAttack_C_ActorIsReachable) == 0x000008, "Wrong alignment on BTT_Zurg_TryAttack_C_ActorIsReachable"); \ static_assert(sizeof(BTT_Zurg_TryAttack_C_ActorIsReachable) == 0x000050, "Wrong size on BTT_Zurg_TryAttack_C_ActorIsReachable"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ActorIsReachable, Actor) == 0x000000, "Member 'BTT_Zurg_TryAttack_C_ActorIsReachable::Actor' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ActorIsReachable, ReturnValue) == 0x000008, "Member 'BTT_Zurg_TryAttack_C_ActorIsReachable::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ActorIsReachable, CallFunc_GetNavMesh_ReturnValue) == 0x000010, "Member 'BTT_Zurg_TryAttack_C_ActorIsReachable::CallFunc_GetNavMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ActorIsReachable, CallFunc_GetActorBounds_Origin) == 0x000018, "Member 'BTT_Zurg_TryAttack_C_ActorIsReachable::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ActorIsReachable, CallFunc_GetActorBounds_BoxExtent) == 0x000024, "Member 'BTT_Zurg_TryAttack_C_ActorIsReachable::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ActorIsReachable, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BTT_Zurg_TryAttack_C_ActorIsReachable::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ActorIsReachable, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x00003C, "Member 'BTT_Zurg_TryAttack_C_ActorIsReachable::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_ActorIsReachable, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x000048, "Member 'BTT_Zurg_TryAttack_C_ActorIsReachable::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_TryAttack_C_GetZurgAbleToAttack \ static_assert(alignof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack) == 0x000008, "Wrong alignment on BTT_Zurg_TryAttack_C_GetZurgAbleToAttack"); \ static_assert(sizeof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack) == 0x000068, "Wrong size on BTT_Zurg_TryAttack_C_GetZurgAbleToAttack"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, ZurgPawn) == 0x000000, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::ZurgPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, ZurgAbleToAttack) == 0x000008, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::ZurgAbleToAttack' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_Array_Get_Item) == 0x000028, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_CanAttack_ReturnValue) == 0x000030, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_CanAttack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_CanGrab_ReturnValue) == 0x000031, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_CanGrab_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_IsKamikaze_ReturnValue) == 0x000032, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_IsKamikaze_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000040, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_GetBlackboardValueAsActor_ReturnValue_1) == 0x000058, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_GetBlackboardValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_TryAttack_C_GetZurgAbleToAttack, CallFunc_ActorIsReachable_ReturnValue) == 0x000060, "Member 'BTT_Zurg_TryAttack_C_GetZurgAbleToAttack::CallFunc_ActorIsReachable_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Zurg_TryAttack_C \ static_assert(alignof(UBTT_Zurg_TryAttack_C) == 0x000008, "Wrong alignment on UBTT_Zurg_TryAttack_C"); \ static_assert(sizeof(UBTT_Zurg_TryAttack_C) == 0x000108, "Wrong size on UBTT_Zurg_TryAttack_C"); \ static_assert(offsetof(UBTT_Zurg_TryAttack_C, UberGraphFrame_BTT_Zurg_TryAttack_C) == 0x0000C0, "Member 'UBTT_Zurg_TryAttack_C::UberGraphFrame_BTT_Zurg_TryAttack_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_TryAttack_C, SeenActorKeySelector) == 0x0000C8, "Member 'UBTT_Zurg_TryAttack_C::SeenActorKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_TryAttack_C, ZurgClosestToLocation) == 0x0000F0, "Member 'UBTT_Zurg_TryAttack_C::ZurgClosestToLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_TryAttack_C, BPCatPawn) == 0x000100, "Member 'UBTT_Zurg_TryAttack_C::BPCatPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo \ static_assert(alignof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo) == 0x000010, "Wrong alignment on BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo"); \ static_assert(sizeof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo) == 0x0005B0, "Wrong size on BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, EntryPoint) == 0x000000, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_AppendMultiple_ReturnValue) == 0x000018, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_Event_OwnerController_2) == 0x000028, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_Event_OwnerController_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_Event_ControlledPawn_2) == 0x000030, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_Event_OwnerController_1) == 0x000038, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_Event_ControlledPawn_1) == 0x000040, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_Event_DeltaSeconds) == 0x000048, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_DynamicCast_AsBP_Droid) == 0x000050, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_DynamicCast_AsBP_Droid_AIController) == 0x000060, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_DynamicCast_AsBP_Droid_AIController' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_Event_OwnerController) == 0x000070, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_Event_ControlledPawn) == 0x000078, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetSelectedNavMeshRecastActor_ReturnValue) == 0x000080, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetSelectedNavMeshRecastActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, Temp_bool_IsClosed_Variable) == 0x000088, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00008C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetStopDistance_ReturnValue) == 0x00009C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetStopDistance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetCollisionEnabled_ReturnValue) == 0x0000A0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetCollisionEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_SwitchEnum_CmpSuccess) == 0x0000A1, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000A4, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BooleanOR_ReturnValue) == 0x0000B0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B4, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000C0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_IsInPreciseMoveTo_ReturnValue) == 0x0000CC, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_IsInPreciseMoveTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetPreciseMoveToTransform_ReturnValue) == 0x0000D0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetPreciseMoveToTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BreakTransform_Location) == 0x000100, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BreakTransform_Rotation) == 0x00010C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BreakTransform_Scale) == 0x000118, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetForwardVector_ReturnValue) == 0x000124, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_MakeLiteralName_ReturnValue) == 0x000130, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000138, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000144, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000150, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetOwnersBlackboard_ReturnValue) == 0x000160, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetOwnersBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_MakeTransform_ReturnValue) == 0x000170, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetValueAsObject_ReturnValue) == 0x0001A0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_DynamicCast_AsActor) == 0x0001A8, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_DynamicCast_bSuccess_2) == 0x0001B0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetDisplayName_ReturnValue_1) == 0x0001B8, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetDroidMovementState_ReturnValue) == 0x0001C8, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetDroidMovementState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_AppendMultiple_ReturnValue_1) == 0x0001D0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0001E0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_AppendMultiple_ReturnValue_2) == 0x0001F0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_AppendMultiple_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Concat_StrStr_ReturnValue) == 0x000200, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000210, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Add_VectorVector_ReturnValue_4) == 0x00021C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetDisplayName_ReturnValue_2) == 0x000228, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000238, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetSplineLength_ReturnValue) == 0x000248, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x00024C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Greater_IntInt_ReturnValue) == 0x000250, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetMoveToLocation_ReturnValue) == 0x000254, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetMoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000260, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_MakeArray_Array) == 0x000270, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000280, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetVectorArrayAverage_ReturnValue) == 0x00028C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetVectorArrayAverage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000298, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Add_VectorVector_ReturnValue_6) == 0x0002A4, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Add_VectorVector_ReturnValue_7) == 0x0002B0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetSelectedNavMeshRecastActor_ReturnValue_1) == 0x0002C0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetSelectedNavMeshRecastActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x0002C8, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetDisplayName_ReturnValue_3) == 0x0002D8, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue) == 0x0002E8, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_AppendMultiple_ReturnValue_3) == 0x0002F0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_AppendMultiple_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000300, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Conv_FloatToString_ReturnValue) == 0x000308, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_AppendMultiple_ReturnValue_4) == 0x000318, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_AppendMultiple_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetMoveToLocation_ReturnValue_1) == 0x000328, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetMoveToLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_SelectString_ReturnValue) == 0x000338, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x000348, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetSplineLength_ReturnValue_1) == 0x000354, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetSplineLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_CustomEvent_newMovementState) == 0x000358, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_CustomEvent_newMovementState' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x00035C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000368, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Vector_Distance2D_ReturnValue) == 0x00036C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Vector_Distance2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_IsValid_ReturnValue_1) == 0x000370, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, Temp_int_Variable) == 0x000374, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Subtract_IntInt_ReturnValue) == 0x000378, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00037C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000380, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x00038C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000398, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Add_IntInt_ReturnValue) == 0x00039C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetPreciseMoveToTransform_ReturnValue_1) == 0x0003A0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetPreciseMoveToTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BreakTransform_Location_1) == 0x0003D0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BreakTransform_Rotation_1) == 0x0003DC, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BreakTransform_Scale_1) == 0x0003E8, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0003F4, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Vector_Distance2D_ReturnValue_1) == 0x000400, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Vector_Distance2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000404, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetDroidMovementState_ReturnValue_1) == 0x000405, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetDroidMovementState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000406, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_CreateDelegate_OutputDelegate) == 0x000408, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_IsWaitingInterlocutor_ReturnValue) == 0x000418, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_IsWaitingInterlocutor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Not_PreBool_ReturnValue) == 0x000419, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_IsWaitingDialog_ReturnValue) == 0x00041A, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_IsWaitingDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetMoveToTargetTransform_TargetTransform1) == 0x000420, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetMoveToTargetTransform_TargetTransform1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Not_PreBool_ReturnValue_1) == 0x000450, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BooleanAND_ReturnValue) == 0x000451, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BreakTransform_Location_2) == 0x000454, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BreakTransform_Rotation_2) == 0x000460, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BreakTransform_Scale_2) == 0x00046C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_BooleanAND_ReturnValue_1) == 0x000478, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_NearlyEqual_TransformTransform_ReturnValue) == 0x000479, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_NearlyEqual_TransformTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc__GetDroidInputMode_ReturnValue) == 0x00047A, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc__GetDroidInputMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00047B, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_MoveDroidTo_ReturnValue) == 0x00047C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_MoveDroidTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000480, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_DynamicCast_AsSpline_Component) == 0x000488, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_DynamicCast_AsSpline_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_DynamicCast_bSuccess_3) == 0x000490, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetNumberOfSplinePoints_ReturnValue_1) == 0x000494, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetNumberOfSplinePoints_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_MoveDroidTo_ReturnValue_1) == 0x000498, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_MoveDroidTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetRotationAtSplinePoint_ReturnValue) == 0x00049C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetRotationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetLocationAtSplinePoint_ReturnValue_2) == 0x0004A8, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetLocationAtSplinePoint_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_MakeTransform_ReturnValue_1) == 0x0004C0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_MakeTransform_ReturnValue_2) == 0x0004F0, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetReachableLocation_NavmeshLocation1) == 0x000520, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetReachableLocation_NavmeshLocation1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetReachableLocation_Success) == 0x00052C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetReachableLocation_Success' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000530, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_MakeLiteralFloat_ReturnValue) == 0x00053C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000540, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x00054C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x000558, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_1) == 0x00055C, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_K2_ProjectPointToNavigation_ReturnValue_1) == 0x000568, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_K2_ProjectPointToNavigation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000569, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetBlackboardValueAsObject_ReturnValue_1) == 0x000570, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetBlackboardValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_DynamicCast_AsSpline_Component_1) == 0x000578, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_DynamicCast_AsSpline_Component_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, K2Node_DynamicCast_bSuccess_4) == 0x000580, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_GetDisplayName_ReturnValue_4) == 0x000588, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_GetDisplayName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo, CallFunc_AppendMultiple_ReturnValue_5) == 0x000598, "Member 'BTT_Droid_MoveTo_C_ExecuteUbergraph_BTT_Droid_MoveTo::CallFunc_AppendMultiple_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Droid_MoveTo_C_OnDroidMovementStateChanged_Event_0 \ static_assert(alignof(BTT_Droid_MoveTo_C_OnDroidMovementStateChanged_Event_0) == 0x000001, "Wrong alignment on BTT_Droid_MoveTo_C_OnDroidMovementStateChanged_Event_0"); \ static_assert(sizeof(BTT_Droid_MoveTo_C_OnDroidMovementStateChanged_Event_0) == 0x000001, "Wrong size on BTT_Droid_MoveTo_C_OnDroidMovementStateChanged_Event_0"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_OnDroidMovementStateChanged_Event_0, newMovementState) == 0x000000, "Member 'BTT_Droid_MoveTo_C_OnDroidMovementStateChanged_Event_0::newMovementState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Droid_MoveTo_C_ReceiveAbortAI \ static_assert(alignof(BTT_Droid_MoveTo_C_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTT_Droid_MoveTo_C_ReceiveAbortAI"); \ static_assert(sizeof(BTT_Droid_MoveTo_C_ReceiveAbortAI) == 0x000010, "Wrong size on BTT_Droid_MoveTo_C_ReceiveAbortAI"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTT_Droid_MoveTo_C_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTT_Droid_MoveTo_C_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Droid_MoveTo_C_ReceiveTickAI \ static_assert(alignof(BTT_Droid_MoveTo_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_Droid_MoveTo_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_Droid_MoveTo_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_Droid_MoveTo_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_Droid_MoveTo_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_Droid_MoveTo_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_Droid_MoveTo_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Droid_MoveTo_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Droid_MoveTo_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Droid_MoveTo_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Droid_MoveTo_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Droid_MoveTo_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Droid_MoveTo_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Droid_MoveTo_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Droid_MoveTo_C_GetMoveToTargetTransform \ static_assert(alignof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform) == 0x000010, "Wrong alignment on BTT_Droid_MoveTo_C_GetMoveToTargetTransform"); \ static_assert(sizeof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform) == 0x000180, "Wrong size on BTT_Droid_MoveTo_C_GetMoveToTargetTransform"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, TargetTransform1) == 0x000000, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::TargetTransform1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, TargetTransform) == 0x000030, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::TargetTransform' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000060, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000068, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000070, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, K2Node_DynamicCast_AsSpline_Component) == 0x000080, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::K2Node_DynamicCast_AsSpline_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00008C, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_GetSplineLength_ReturnValue) == 0x000098, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_MakeTransform_ReturnValue) == 0x0000A0, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue) == 0x0000D0, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x0000DC, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_MakeTransform_ReturnValue_1) == 0x0000F0, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_GetBlackboardValueAsRotator_ReturnValue) == 0x000120, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_GetBlackboardValueAsRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x00012C, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_GetBlackboardValueAsActor_ReturnValue_1) == 0x000138, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_GetBlackboardValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_MakeTransform_ReturnValue_2) == 0x000140, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetMoveToTargetTransform, CallFunc_IsValid_ReturnValue) == 0x000170, "Member 'BTT_Droid_MoveTo_C_GetMoveToTargetTransform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Droid_MoveTo_C_GetReachableLocation \ static_assert(alignof(BTT_Droid_MoveTo_C_GetReachableLocation) == 0x000008, "Wrong alignment on BTT_Droid_MoveTo_C_GetReachableLocation"); \ static_assert(sizeof(BTT_Droid_MoveTo_C_GetReachableLocation) == 0x000078, "Wrong size on BTT_Droid_MoveTo_C_GetReachableLocation"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, Origin) == 0x000000, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::Origin' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, NavmeshLocation1) == 0x00000C, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::NavmeshLocation1' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, Success) == 0x000018, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::Success' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, Path) == 0x000020, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::Path' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, NavmeshLocation) == 0x000028, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::NavmeshLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, CallFunc_AppendMultiple_ReturnValue) == 0x000048, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, CallFunc_Array_LastIndex_ReturnValue) == 0x000058, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, CallFunc_Greater_IntInt_ReturnValue) == 0x00005C, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, CallFunc_IsValid_ReturnValue) == 0x00005D, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Droid_MoveTo_C_GetReachableLocation, CallFunc_FindPathToLocationSynchronously_ReturnValue) == 0x000070, "Member 'BTT_Droid_MoveTo_C_GetReachableLocation::CallFunc_FindPathToLocationSynchronously_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Droid_MoveTo_C \ static_assert(alignof(UBTT_Droid_MoveTo_C) == 0x000010, "Wrong alignment on UBTT_Droid_MoveTo_C"); \ static_assert(sizeof(UBTT_Droid_MoveTo_C) == 0x0001A0, "Wrong size on UBTT_Droid_MoveTo_C"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, UberGraphFrame_BTT_Droid_MoveTo_C) == 0x0000C0, "Member 'UBTT_Droid_MoveTo_C::UberGraphFrame_BTT_Droid_MoveTo_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, MoveToLocationKeySelector) == 0x0000C8, "Member 'UBTT_Droid_MoveTo_C::MoveToLocationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, MoveToLocation) == 0x0000F0, "Member 'UBTT_Droid_MoveTo_C::MoveToLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, StopDistance) == 0x0000FC, "Member 'UBTT_Droid_MoveTo_C::StopDistance' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, DroidAIC) == 0x000100, "Member 'UBTT_Droid_MoveTo_C::DroidAIC' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, DroidBP) == 0x000108, "Member 'UBTT_Droid_MoveTo_C::DroidBP' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, AcceptanceRadius) == 0x000110, "Member 'UBTT_Droid_MoveTo_C::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, NavigationFilter) == 0x000118, "Member 'UBTT_Droid_MoveTo_C::NavigationFilter' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, MoveToPreciseLocation) == 0x000120, "Member 'UBTT_Droid_MoveTo_C::MoveToPreciseLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, MoveToRotation) == 0x000124, "Member 'UBTT_Droid_MoveTo_C::MoveToRotation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, SelectedNavMesh) == 0x000130, "Member 'UBTT_Droid_MoveTo_C::SelectedNavMesh' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, DrawDebug) == 0x000138, "Member 'UBTT_Droid_MoveTo_C::DrawDebug' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, MoveToRotationKeySelector) == 0x000140, "Member 'UBTT_Droid_MoveTo_C::MoveToRotationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, Blackboard_MoveToActor) == 0x000168, "Member 'UBTT_Droid_MoveTo_C::Blackboard_MoveToActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Droid_MoveTo_C, LastMoveToTransform) == 0x000170, "Member 'UBTT_Droid_MoveTo_C::LastMoveToTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone \ static_assert(alignof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone) == 0x000008, "Wrong alignment on BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone"); \ static_assert(sizeof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone) == 0x0000C8, "Wrong size on BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, EntryPoint) == 0x000000, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_GetNavigationQueryFilter_ReturnValue) == 0x000008, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_GetNavigationQueryFilter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_GetNavMesh_ReturnValue) == 0x000010, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_GetNavMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000018, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_GetSwarmCenter_ReturnValue) == 0x00002C, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_GetSwarmCenter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000038, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_GetScaledSphereRadius_ReturnValue_1) == 0x000044, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_GetScaledSphereRadius_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_VSizeXY_ReturnValue) == 0x000048, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00004C, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000050, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_MoveSwarmTo_ReturnValue) == 0x000051, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_MoveSwarmTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_GetNavAgentLocation_ReturnValue) == 0x000054, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_GetNavAgentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, K2Node_Event_OwnerController) == 0x000060, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, K2Node_Event_ControlledPawn) == 0x000068, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, K2Node_Event_DeltaSeconds) == 0x000070, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_FindPathToLocationSynchronously_ReturnValue) == 0x000078, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_FindPathToLocationSynchronously_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_Array_LastIndex_ReturnValue) == 0x000084, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_Greater_IntInt_ReturnValue) == 0x00008C, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, K2Node_Event_OwnerController_1) == 0x000090, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, K2Node_Event_ControlledPawn_1) == 0x000098, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_GetDisplayName_ReturnValue) == 0x0000A0, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B0, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_IsValid_ReturnValue_1) == 0x0000C0, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone, CallFunc_IsValid_ReturnValue_2) == 0x0000C1, "Member 'BTT_Zurg_ReturnToZone_C_ExecuteUbergraph_BTT_Zurg_ReturnToZone::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_ReturnToZone_C_ReceiveTickAI \ static_assert(alignof(BTT_Zurg_ReturnToZone_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_Zurg_ReturnToZone_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_Zurg_ReturnToZone_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_Zurg_ReturnToZone_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_Zurg_ReturnToZone_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_Zurg_ReturnToZone_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_Zurg_ReturnToZone_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_ReturnToZone_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Zurg_ReturnToZone_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Zurg_ReturnToZone_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Zurg_ReturnToZone_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Zurg_ReturnToZone_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Zurg_ReturnToZone_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ReturnToZone_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Zurg_ReturnToZone_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Zurg_ReturnToZone_C \ static_assert(alignof(UBTT_Zurg_ReturnToZone_C) == 0x000008, "Wrong alignment on UBTT_Zurg_ReturnToZone_C"); \ static_assert(sizeof(UBTT_Zurg_ReturnToZone_C) == 0x0000D8, "Wrong size on UBTT_Zurg_ReturnToZone_C"); \ static_assert(offsetof(UBTT_Zurg_ReturnToZone_C, UberGraphFrame_BTT_Zurg_ReturnToZone_C) == 0x0000C0, "Member 'UBTT_Zurg_ReturnToZone_C::UberGraphFrame_BTT_Zurg_ReturnToZone_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_ReturnToZone_C, ZoneMoveToLocation) == 0x0000C8, "Member 'UBTT_Zurg_ReturnToZone_C::ZoneMoveToLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_ReturnToZone_C, ReMoveToZoneDelay) == 0x0000D4, "Member 'UBTT_Zurg_ReturnToZone_C::ReMoveToZoneDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo \ static_assert(alignof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo) == 0x000008, "Wrong alignment on BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo"); \ static_assert(sizeof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo) == 0x0000F8, "Wrong size on BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, EntryPoint) == 0x000000, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, K2Node_Event_OwnerController) == 0x000018, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, K2Node_Event_ControlledPawn) == 0x000020, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_GetNavMesh_ReturnValue) == 0x000030, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_GetNavMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_GetNavigationQueryFilter_ReturnValue) == 0x000038, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_GetNavigationQueryFilter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_GetSwarmCenter_ReturnValue) == 0x000040, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_GetSwarmCenter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x00004C, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x000058, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, K2Node_CustomEvent_QueryInstance) == 0x000060, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, K2Node_CustomEvent_QueryStatus) == 0x000068, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, K2Node_SwitchEnum_CmpSuccess) == 0x000069, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_GetQueryResultsAsLocations_ResultLocations) == 0x000070, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_GetQueryResultsAsLocations_ResultLocations' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_GetQueryResultsAsLocations_ReturnValue) == 0x000080, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_GetQueryResultsAsLocations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_RunEQSQuery_ReturnValue) == 0x000088, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, K2Node_Event_OwnerController_1) == 0x000090, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, K2Node_Event_ControlledPawn_1) == 0x000098, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_GetSwarmCenter_ReturnValue_1) == 0x0000A0, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_GetSwarmCenter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, Temp_int_Variable) == 0x0000AC, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_MoveSwarmToPoint_Success) == 0x0000B4, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_MoveSwarmToPoint_Success' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B8, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000BC, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_VSize_ReturnValue) == 0x0000C8, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_MoveSwarmToPoint_Success_1) == 0x0000CC, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_MoveSwarmToPoint_Success_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000CD, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_FindPathToLocationSynchronously_ReturnValue) == 0x0000D0, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_FindPathToLocationSynchronously_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_GetSwarmCenter_ReturnValue_2) == 0x0000D8, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_GetSwarmCenter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_IsValid_ReturnValue) == 0x0000E4, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000EC, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000F0, "Member 'BTT_Zurg_MoveSwarmTo_C_ExecuteUbergraph_BTT_Zurg_MoveSwarmTo::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_MoveSwarmTo_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(BTT_Zurg_MoveSwarmTo_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on BTT_Zurg_MoveSwarmTo_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(BTT_Zurg_MoveSwarmTo_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on BTT_Zurg_MoveSwarmTo_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'BTT_Zurg_MoveSwarmTo_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'BTT_Zurg_MoveSwarmTo_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI \ static_assert(alignof(BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_Zurg_MoveSwarmTo_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_MoveSwarmTo_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Zurg_MoveSwarmTo_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Zurg_MoveSwarmTo_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Zurg_MoveSwarmTo_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Zurg_MoveSwarmTo_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Zurg_MoveSwarmTo_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Zurg_MoveSwarmTo_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint \ static_assert(alignof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint) == 0x000004, "Wrong alignment on BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint"); \ static_assert(sizeof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint) == 0x000048, "Wrong size on BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, _newLocation) == 0x000000, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::_newLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, Success) == 0x00000C, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::Success' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, Temp_struct_Variable) == 0x000010, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, Temp_struct_Variable_1) == 0x000018, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, Temp_byte_Variable) == 0x000020, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, CallFunc_MakeVector2D_ReturnValue) == 0x000024, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, CallFunc_GetCurrentState_Current_State) == 0x00002D, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::CallFunc_GetCurrentState_Current_State' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, K2Node_Select_Default) == 0x000030, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, CallFunc_BreakVector2D_X) == 0x000038, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, CallFunc_BreakVector2D_Y) == 0x00003C, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, CallFunc_RandomFloatInRange_ReturnValue) == 0x000040, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint, CallFunc_MoveSwarmTo_ReturnValue) == 0x000044, "Member 'BTT_Zurg_MoveSwarmTo_C_MoveSwarmToPoint::CallFunc_MoveSwarmTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation \ static_assert(alignof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation) == 0x000008, "Wrong alignment on BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation"); \ static_assert(sizeof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation) == 0x000200, "Wrong size on BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, Location) == 0x000000, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, Steps) == 0x00000C, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::Steps' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, Closest_Location) == 0x000010, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::Closest_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, ClosestResultLocation) == 0x00001C, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::ClosestResultLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CurrentProjectedLocation) == 0x000028, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CurrentProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, Alpha) == 0x000034, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::Alpha' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, Temp_byte_Variable) == 0x000038, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, Temp_byte_Variable_1) == 0x000039, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, Temp_object_Variable) == 0x000040, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, Temp_int_Variable) == 0x000050, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000054, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000058, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, Temp_bool_Variable) == 0x000060, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_GetNavigationQueryFilter_ReturnValue) == 0x000068, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_GetNavigationQueryFilter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_GetNavMesh_ReturnValue) == 0x000070, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_GetNavMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, K2Node_Select_Default) == 0x000078, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000079, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_Vector_Distance_ReturnValue) == 0x00007C, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_Vector_Distance_ReturnValue_1) == 0x000080, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_Less_FloatFloat_ReturnValue) == 0x000084, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000088, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakVector_X) == 0x00008C, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakVector_Y) == 0x000090, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakVector_Z) == 0x000094, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000098, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_GetSwarmCenter_ReturnValue) == 0x00009C, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_GetSwarmCenter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_VLerp_ReturnValue) == 0x0000A8, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakVector_X_1) == 0x0000B4, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakVector_Y_1) == 0x0000B8, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakVector_Z_1) == 0x0000BC, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakVector_X_2) == 0x0000C0, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakVector_Y_2) == 0x0000C4, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakVector_Z_2) == 0x0000C8, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_MakeVector_ReturnValue) == 0x0000CC, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_MakeVector_ReturnValue_1) == 0x0000D8, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_LineTraceSingle_OutHit) == 0x0000E4, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_LineTraceSingle_ReturnValue) == 0x00016C, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_bBlockingHit) == 0x00016D, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_bInitialOverlap) == 0x00016E, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_Time) == 0x000170, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_Distance) == 0x000174, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_Location) == 0x000178, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_ImpactPoint) == 0x000184, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_Normal) == 0x000190, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_ImpactNormal) == 0x00019C, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_PhysMat) == 0x0001A8, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_HitActor) == 0x0001B0, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_HitComponent) == 0x0001B8, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_HitBoneName) == 0x0001C0, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_HitItem) == 0x0001C8, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_ElementIndex) == 0x0001CC, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_FaceIndex) == 0x0001D0, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_TraceStart) == 0x0001D4, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_BreakHitResult_TraceEnd) == 0x0001E0, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x0001EC, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x0001F8, "Member 'BTT_Zurg_MoveSwarmTo_C_GetClosestNavigableLocationToLocation::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Zurg_MoveSwarmTo_C \ static_assert(alignof(UBTT_Zurg_MoveSwarmTo_C) == 0x000008, "Wrong alignment on UBTT_Zurg_MoveSwarmTo_C"); \ static_assert(sizeof(UBTT_Zurg_MoveSwarmTo_C) == 0x000138, "Wrong size on UBTT_Zurg_MoveSwarmTo_C"); \ static_assert(offsetof(UBTT_Zurg_MoveSwarmTo_C, UberGraphFrame_BTT_Zurg_MoveSwarmTo_C) == 0x0000C0, "Member 'UBTT_Zurg_MoveSwarmTo_C::UberGraphFrame_BTT_Zurg_MoveSwarmTo_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_MoveSwarmTo_C, MoveToLocation_KeySelector) == 0x0000C8, "Member 'UBTT_Zurg_MoveSwarmTo_C::MoveToLocation_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_MoveSwarmTo_C, AcceptanceRadius) == 0x0000F0, "Member 'UBTT_Zurg_MoveSwarmTo_C::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_MoveSwarmTo_C, WaitReachGoal) == 0x0000F4, "Member 'UBTT_Zurg_MoveSwarmTo_C::WaitReachGoal' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_MoveSwarmTo_C, DisplayDebug) == 0x0000F5, "Member 'UBTT_Zurg_MoveSwarmTo_C::DisplayDebug' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_MoveSwarmTo_C, WaitReachGoalMaximumDelay) == 0x0000F8, "Member 'UBTT_Zurg_MoveSwarmTo_C::WaitReachGoalMaximumDelay' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_MoveSwarmTo_C, HasReachedMovetoGoal_KeySelector) == 0x000100, "Member 'UBTT_Zurg_MoveSwarmTo_C::HasReachedMovetoGoal_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_MoveSwarmTo_C, ClosestPointToMoveToLocation) == 0x000128, "Member 'UBTT_Zurg_MoveSwarmTo_C::ClosestPointToMoveToLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine \ static_assert(alignof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine) == 0x000008, "Wrong alignment on BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine"); \ static_assert(sizeof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine) == 0x000058, "Wrong size on BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, EntryPoint) == 0x000000, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, K2Node_Event_OwnerController_2) == 0x000008, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::K2Node_Event_OwnerController_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, K2Node_Event_ControlledPawn_2) == 0x000010, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, K2Node_Event_OwnerController_1) == 0x000018, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, K2Node_Event_OwnerController) == 0x000030, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, K2Node_Event_ControlledPawn) == 0x000038, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000040, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x00004C, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, CallFunc_MoveSwarmTo_ReturnValue) == 0x000050, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::CallFunc_MoveSwarmTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, Temp_bool_Has_Been_Initd_Variable) == 0x000052, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine, CallFunc_MoveSwarmToBox_ReturnValue) == 0x000053, "Member 'BTT_Zurg_ManageRoutine_C_ExecuteUbergraph_BTT_Zurg_ManageRoutine::CallFunc_MoveSwarmToBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_ManageRoutine_C_ReceiveAbortAI \ static_assert(alignof(BTT_Zurg_ManageRoutine_C_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTT_Zurg_ManageRoutine_C_ReceiveAbortAI"); \ static_assert(sizeof(BTT_Zurg_ManageRoutine_C_ReceiveAbortAI) == 0x000010, "Wrong size on BTT_Zurg_ManageRoutine_C_ReceiveAbortAI"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTT_Zurg_ManageRoutine_C_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTT_Zurg_ManageRoutine_C_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_ManageRoutine_C_ReceiveTickAI \ static_assert(alignof(BTT_Zurg_ManageRoutine_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_Zurg_ManageRoutine_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_Zurg_ManageRoutine_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_Zurg_ManageRoutine_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_Zurg_ManageRoutine_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_Zurg_ManageRoutine_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_Zurg_ManageRoutine_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Zurg_ManageRoutine_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Zurg_ManageRoutine_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Zurg_ManageRoutine_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Zurg_ManageRoutine_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Zurg_ManageRoutine_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Zurg_ManageRoutine_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Zurg_ManageRoutine_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Zurg_ManageRoutine_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Zurg_ManageRoutine_C \ static_assert(alignof(UBTT_Zurg_ManageRoutine_C) == 0x000008, "Wrong alignment on UBTT_Zurg_ManageRoutine_C"); \ static_assert(sizeof(UBTT_Zurg_ManageRoutine_C) == 0x0000D0, "Wrong size on UBTT_Zurg_ManageRoutine_C"); \ static_assert(offsetof(UBTT_Zurg_ManageRoutine_C, UberGraphFrame_BTT_Zurg_ManageRoutine_C) == 0x0000C0, "Member 'UBTT_Zurg_ManageRoutine_C::UberGraphFrame_BTT_Zurg_ManageRoutine_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_Zurg_ManageRoutine_C, Move_Inside_Zone_Interval) == 0x0000C8, "Member 'UBTT_Zurg_ManageRoutine_C::Move_Inside_Zone_Interval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing \ static_assert(alignof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing) == 0x000008, "Wrong alignment on BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing"); \ static_assert(sizeof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing) == 0x000100, "Wrong size on BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, EntryPoint) == 0x000000, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_GetSlaves_ReturnValue) == 0x000008, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_GetSlaves_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Array_Get_Item) == 0x000018, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, K2Node_Event_OwnerController_1) == 0x000030, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, K2Node_Event_ControlledPawn_1) == 0x000038, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, K2Node_Event_OwnerController) == 0x000048, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, K2Node_Event_ControlledPawn) == 0x000050, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, K2Node_Event_DeltaSeconds) == 0x000058, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_GetBlackboardValueAsEnum_ReturnValue) == 0x00005C, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_GetBlackboardValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_GetValidValue_ReturnValue) == 0x00005D, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00005E, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_GetSlaves_ReturnValue_1) == 0x000068, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_GetSlaves_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000084, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_GetVisibleActors_ReturnValue) == 0x000088, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_GetVisibleActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Array_Get_Item_2) == 0x000098, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, K2Node_DynamicCast_AsCat_Pawn) == 0x0000A0, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0000A9, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000AC, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Array_Length_ReturnValue_2) == 0x0000B8, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Array_Length_ReturnValue_3) == 0x0000C0, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Array_LastIndex_ReturnValue) == 0x0000C4, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Greater_IntInt_ReturnValue_3) == 0x0000C8, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_Array_Get_Item_3) == 0x0000D0, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_GetOwner_ReturnValue) == 0x0000E0, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_IsValid_ReturnValue_1) == 0x0000E8, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_GetObjectClass_ReturnValue) == 0x0000F0, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x0000F8, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_NotEqual_ClassClass_ReturnValue_1) == 0x0000F9, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_NotEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing, CallFunc_BooleanAND_ReturnValue) == 0x0000FA, "Member 'BTS_Zurg_Sensing_C_ExecuteUbergraph_BTS_Zurg_Sensing::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Zurg_Sensing_C_ReceiveTickAI \ static_assert(alignof(BTS_Zurg_Sensing_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_Zurg_Sensing_C_ReceiveTickAI"); \ static_assert(sizeof(BTS_Zurg_Sensing_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_Zurg_Sensing_C_ReceiveTickAI"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_Zurg_Sensing_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_Zurg_Sensing_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_Zurg_Sensing_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Zurg_Sensing_C_ReceiveActivationAI \ static_assert(alignof(BTS_Zurg_Sensing_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_Zurg_Sensing_C_ReceiveActivationAI"); \ static_assert(sizeof(BTS_Zurg_Sensing_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_Zurg_Sensing_C_ReceiveActivationAI"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_Zurg_Sensing_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Sensing_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_Zurg_Sensing_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Zurg_Sensing_C \ static_assert(alignof(UBTS_Zurg_Sensing_C) == 0x000008, "Wrong alignment on UBTS_Zurg_Sensing_C"); \ static_assert(sizeof(UBTS_Zurg_Sensing_C) == 0x000298, "Wrong size on UBTS_Zurg_Sensing_C"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, UberGraphFrame_BTS_Zurg_Sensing_C) == 0x0000B0, "Member 'UBTS_Zurg_Sensing_C::UberGraphFrame_BTS_Zurg_Sensing_C' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, SeenActor_KeySelector) == 0x0000B8, "Member 'UBTS_Zurg_Sensing_C::SeenActor_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, SeenActorZurgDetector_KeySelector) == 0x0000E0, "Member 'UBTS_Zurg_Sensing_C::SeenActorZurgDetector_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, ProximitySensedActor_KeySelector) == 0x000108, "Member 'UBTS_Zurg_Sensing_C::ProximitySensedActor_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, ProximityZurgSensorActor_KeySelector) == 0x000130, "Member 'UBTS_Zurg_Sensing_C::ProximityZurgSensorActor_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, HearedActor_KeySelector) == 0x000158, "Member 'UBTS_Zurg_Sensing_C::HearedActor_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, LastHearedLocation_KeySelector) == 0x000180, "Member 'UBTS_Zurg_Sensing_C::LastHearedLocation_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, IsSeeingTarget_KeySelector) == 0x0001A8, "Member 'UBTS_Zurg_Sensing_C::IsSeeingTarget_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, CurrentStateKeySelector) == 0x0001D0, "Member 'UBTS_Zurg_Sensing_C::CurrentStateKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, HasHearedSoundKeySelector) == 0x0001F8, "Member 'UBTS_Zurg_Sensing_C::HasHearedSoundKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, LastSeenActorLocationKeySelector) == 0x000220, "Member 'UBTS_Zurg_Sensing_C::LastSeenActorLocationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, IsSlaveUnderLight_KeySelector) == 0x000248, "Member 'UBTS_Zurg_Sensing_C::IsSlaveUnderLight_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Sensing_C, CurrentEnlightingLight_KeySelector) == 0x000270, "Member 'UBTS_Zurg_Sensing_C::CurrentEnlightingLight_KeySelector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic \ static_assert(alignof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic) == 0x000008, "Wrong alignment on BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic"); \ static_assert(sizeof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic) == 0x000298, "Wrong size on BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, EntryPoint) == 0x000000, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_Event_OwnerController) == 0x000018, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_Event_ControlledPawn) == 0x000020, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000030, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue_1) == 0x000038, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue_2) == 0x000040, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsBool_ReturnValue) == 0x000048, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00004C, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue_3) == 0x000058, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsActor_ReturnValue_4) == 0x000068, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsActor_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue) == 0x000074, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave) == 0x000078, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_1) == 0x000081, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetSlaves_ReturnValue) == 0x000088, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetSlaves_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Array_Get_Item) == 0x000098, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_AsZurg_Pawn_Slave) == 0x0000A0, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_AsZurg_Pawn_Slave' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_1) == 0x0000B0, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_bSuccess_2) == 0x0000B8, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetSlaves_ReturnValue_1) == 0x0000C0, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetSlaves_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, Temp_int_Array_Index_Variable) == 0x0000D8, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Map_Keys_Keys) == 0x0000E0, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Array_Get_Item_2) == 0x0000F0, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsOnInterestPoint_ReturnValue) == 0x0000FC, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsOnInterestPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Less_IntInt_ReturnValue) == 0x0000FD, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Not_PreBool_ReturnValue) == 0x0000FE, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_2) == 0x0000FF, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Map_Find_Value) == 0x000100, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Map_Find_ReturnValue) == 0x000108, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_3) == 0x000109, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetFreeInterestPoint_Best_Interest_Point) == 0x000110, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetFreeInterestPoint_Best_Interest_Point' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_4) == 0x000118, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_5) == 0x000119, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Map_Remove_ReturnValue) == 0x00011A, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_2) == 0x000120, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_bSuccess_3) == 0x000128, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00012C, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000138, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000144, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, Temp_bool_Variable) == 0x000150, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Array_Length_ReturnValue_1) == 0x000154, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Array_Length_ReturnValue_2) == 0x000158, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00015C, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x00015D, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_CreateDelegate_OutputDelegate) == 0x000160, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetSwarmCenter_ReturnValue) == 0x000170, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetSwarmCenter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsBool_ReturnValue_1) == 0x00017C, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x000180, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsVector_ReturnValue_1) == 0x00018C, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000198, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_3) == 0x0001A8, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_bSuccess_4) == 0x0001B0, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetSlaves_ReturnValue_2) == 0x0001B8, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetSlaves_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_SwitchEnum_CmpSuccess) == 0x0001C8, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Array_Get_Item_3) == 0x0001D0, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsEnum_ReturnValue) == 0x0001D8, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_6) == 0x0001D9, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetValidValue_ReturnValue) == 0x0001DA, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001DB, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001DC, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_SwitchEnum_CmpSuccess_2) == 0x0001DD, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_7) == 0x0001DE, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_4) == 0x0001E0, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_bSuccess_5) == 0x0001E8, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001F0, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001F8, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_Select_Default) == 0x0001FC, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsBool_ReturnValue_2) == 0x000200, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_8) == 0x000201, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetSlaves_ReturnValue_3) == 0x000208, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetSlaves_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_Array_Get_Item_4) == 0x000218, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000220, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_AsAnti_Zurg_Spotlight_Component) == 0x000228, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_AsAnti_Zurg_Spotlight_Component' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_bSuccess_6) == 0x000230, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000234, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsObject_ReturnValue_1) == 0x000240, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_AsAnti_Zurg_Spotlight_Component_1) == 0x000248, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_AsAnti_Zurg_Spotlight_Component_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, K2Node_DynamicCast_bSuccess_7) == 0x000250, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000254, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_9) == 0x000260, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_10) == 0x000261, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetConnectedSlaveCount_ReturnValue) == 0x000264, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetConnectedSlaveCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000268, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_BooleanOR_ReturnValue) == 0x000269, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_11) == 0x00026A, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x00026C, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_12) == 0x000278, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_IsValid_ReturnValue_13) == 0x000279, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x00027C, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic, CallFunc_GetBlackboardValueAsVector_ReturnValue_2) == 0x000288, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ExecuteUbergraph_BTS_Zurg_Leader_UpdateLogic::CallFunc_GetBlackboardValueAsVector_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI \ static_assert(alignof(BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI"); \ static_assert(sizeof(BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Zurg_Leader_UpdateLogic_C_ReceiveActivationAI \ static_assert(alignof(BTS_Zurg_Leader_UpdateLogic_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_Zurg_Leader_UpdateLogic_C_ReceiveActivationAI"); \ static_assert(sizeof(BTS_Zurg_Leader_UpdateLogic_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_Zurg_Leader_UpdateLogic_C_ReceiveActivationAI"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Zurg_Leader_UpdateLogic_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_Zurg_Leader_UpdateLogic_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Zurg_Leader_UpdateLogic_C \ static_assert(alignof(UBTS_Zurg_Leader_UpdateLogic_C) == 0x000008, "Wrong alignment on UBTS_Zurg_Leader_UpdateLogic_C"); \ static_assert(sizeof(UBTS_Zurg_Leader_UpdateLogic_C) == 0x000380, "Wrong size on UBTS_Zurg_Leader_UpdateLogic_C"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, UberGraphFrame_BTS_Zurg_Leader_UpdateLogic_C) == 0x0000B0, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::UberGraphFrame_BTS_Zurg_Leader_UpdateLogic_C' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, CurrentState_KeySelector) == 0x0000B8, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::CurrentState_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, CurrentState) == 0x0000E0, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::CurrentState' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, SeenActor_KeySelector) == 0x0000E8, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::SeenActor_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, HearedActor_KeySelector) == 0x000110, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::HearedActor_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, SeenActor) == 0x000138, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::SeenActor' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, HearedActor) == 0x000140, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::HearedActor' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, SeenActorZurgDetector_KeySelector) == 0x000148, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::SeenActorZurgDetector_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, SeenActorZurgDetector) == 0x000170, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::SeenActorZurgDetector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, MoveToLocation_KeySelector) == 0x000178, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::MoveToLocation_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, LastHearedLocation_KeySelector) == 0x0001A0, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::LastHearedLocation_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, IsSeeingTarget_KeySelector) == 0x0001C8, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::IsSeeingTarget_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, bIsSeeingTarget) == 0x0001F0, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::bIsSeeingTarget' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, ProximitySensedActor_KeySelector) == 0x0001F8, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::ProximitySensedActor_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, ProximityZurgSensorActor_KeySelector) == 0x000220, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::ProximityZurgSensorActor_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, LastProximitySensedActor) == 0x000248, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::LastProximitySensedActor' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, LastProximityZurgSensorActor) == 0x000250, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::LastProximityZurgSensorActor' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, ZurgsCloseFromTarget) == 0x000258, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::ZurgsCloseFromTarget' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, CanAttackKeySelector) == 0x000268, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::CanAttackKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, bHasHearedSoundKeySelector) == 0x000290, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::bHasHearedSoundKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, LastSeenActorLocation_KeySelector) == 0x0002B8, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::LastSeenActorLocation_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, CustomDelay_KeySelector) == 0x0002E0, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::CustomDelay_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, TargetState) == 0x000308, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::TargetState' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, PreviousState) == 0x000309, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::PreviousState' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, IsSlaveUnderLight_KeySelector) == 0x000310, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::IsSlaveUnderLight_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, bIsSlaveUnderLight) == 0x000338, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::bIsSlaveUnderLight' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, CurrentEnlightingLight_KeySelector) == 0x000340, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::CurrentEnlightingLight_KeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, LockOnTargetMoveToLocation) == 0x000368, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::LockOnTargetMoveToLocation' has a wrong offset!"); \ static_assert(offsetof(UBTS_Zurg_Leader_UpdateLogic_C, HearedLocation) == 0x000374, "Member 'UBTS_Zurg_Leader_UpdateLogic_C::HearedLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Zurg_NoSlaves_C_PerformConditionCheckAI \ static_assert(alignof(BTD_Zurg_NoSlaves_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Zurg_NoSlaves_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_Zurg_NoSlaves_C_PerformConditionCheckAI) == 0x000020, "Wrong size on BTD_Zurg_NoSlaves_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_Zurg_NoSlaves_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Zurg_NoSlaves_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_NoSlaves_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Zurg_NoSlaves_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_NoSlaves_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Zurg_NoSlaves_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_NoSlaves_C_PerformConditionCheckAI, CallFunc_PerformConditionCheckAI_ReturnValue) == 0x000011, "Member 'BTD_Zurg_NoSlaves_C_PerformConditionCheckAI::CallFunc_PerformConditionCheckAI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_NoSlaves_C_PerformConditionCheckAI, CallFunc_GetSlaveCount_ReturnValue) == 0x000014, "Member 'BTD_Zurg_NoSlaves_C_PerformConditionCheckAI::CallFunc_GetSlaveCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_NoSlaves_C_PerformConditionCheckAI, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000018, "Member 'BTD_Zurg_NoSlaves_C_PerformConditionCheckAI::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Zurg_NoSlaves_C \ static_assert(alignof(UBTD_Zurg_NoSlaves_C) == 0x000008, "Wrong alignment on UBTD_Zurg_NoSlaves_C"); \ static_assert(sizeof(UBTD_Zurg_NoSlaves_C) == 0x0000B8, "Wrong size on UBTD_Zurg_NoSlaves_C"); \ #define DUMPER7_ASSERTS_BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay \ static_assert(alignof(BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay) == 0x000008, "Wrong alignment on BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay"); \ static_assert(sizeof(BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay) == 0x000020, "Wrong size on BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay, EntryPoint) == 0x000000, "Member 'BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay, K2Node_MakeStruct_FuzzyBool) == 0x000004, "Member 'BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay::K2Node_MakeStruct_FuzzyBool' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay, K2Node_Event_OwnerController) == 0x000010, "Member 'BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTD_Zurg_FuzzyAttackDelay_C_ExecuteUbergraph_BTD_Zurg_FuzzyAttackDelay::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Zurg_FuzzyAttackDelay_C_ReceiveExecutionStartAI \ static_assert(alignof(BTD_Zurg_FuzzyAttackDelay_C_ReceiveExecutionStartAI) == 0x000008, "Wrong alignment on BTD_Zurg_FuzzyAttackDelay_C_ReceiveExecutionStartAI"); \ static_assert(sizeof(BTD_Zurg_FuzzyAttackDelay_C_ReceiveExecutionStartAI) == 0x000010, "Wrong size on BTD_Zurg_FuzzyAttackDelay_C_ReceiveExecutionStartAI"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_ReceiveExecutionStartAI, OwnerController) == 0x000000, "Member 'BTD_Zurg_FuzzyAttackDelay_C_ReceiveExecutionStartAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_ReceiveExecutionStartAI, ControlledPawn) == 0x000008, "Member 'BTD_Zurg_FuzzyAttackDelay_C_ReceiveExecutionStartAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI \ static_assert(alignof(BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI) == 0x000018, "Wrong size on BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI, CallFunc_PerformConditionCheckAI_ReturnValue) == 0x000011, "Member 'BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI::CallFunc_PerformConditionCheckAI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI, CallFunc_FuzzyBoolGetFuzzy_ReturnValue) == 0x000012, "Member 'BTD_Zurg_FuzzyAttackDelay_C_PerformConditionCheckAI::CallFunc_FuzzyBoolGetFuzzy_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Zurg_FuzzyAttackDelay_C \ static_assert(alignof(UBTD_Zurg_FuzzyAttackDelay_C) == 0x000008, "Wrong alignment on UBTD_Zurg_FuzzyAttackDelay_C"); \ static_assert(sizeof(UBTD_Zurg_FuzzyAttackDelay_C) == 0x0000D0, "Wrong size on UBTD_Zurg_FuzzyAttackDelay_C"); \ static_assert(offsetof(UBTD_Zurg_FuzzyAttackDelay_C, UberGraphFrame_BTD_Zurg_FuzzyAttackDelay_C) == 0x0000B8, "Member 'UBTD_Zurg_FuzzyAttackDelay_C::UberGraphFrame_BTD_Zurg_FuzzyAttackDelay_C' has a wrong offset!"); \ static_assert(offsetof(UBTD_Zurg_FuzzyAttackDelay_C, FuzzyDelay) == 0x0000C0, "Member 'UBTD_Zurg_FuzzyAttackDelay_C::FuzzyDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController \ static_assert(alignof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController) == 0x000008, "Wrong alignment on BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController) == 0x0000E8, "Wrong size on BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, EntryPoint) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_IsRunning_ReturnValue) == 0x000018, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CreateDelegate_OutputDelegate_2) == 0x00002C, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CreateDelegate_OutputDelegate_3) == 0x00003C, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_Event_DeltaSeconds) == 0x00004C, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_K2_GetPawn_ReturnValue) == 0x000050, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_Event_PossessedPawn) == 0x000058, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader) == 0x000060, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_GetState_ReturnValue) == 0x00006A, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_GetBlackboard_ReturnValue) == 0x000070, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CustomEvent__component) == 0x000078, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CustomEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_Event_UnpossessedPawn) == 0x000080, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_Event_UnpossessedPawn' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CustomEvent__zurgLeader_3) == 0x000088, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CustomEvent__zurgLeader_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CustomEvent__zurgLeader_2) == 0x000090, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CustomEvent__zurgLeader_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_GetSlaveCount_ReturnValue) == 0x000098, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_GetSlaveCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_Greater_IntInt_ReturnValue) == 0x00009C, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CustomEvent__zurgLeader_1) == 0x0000A0, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CustomEvent__zurgLeader_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CustomEvent__slave_1) == 0x0000A8, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CustomEvent__slave_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CustomEvent__zurgLeader) == 0x0000B0, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CustomEvent__zurgLeader' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CustomEvent__slave) == 0x0000B8, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CustomEvent__slave' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_GetSlaveCount_ReturnValue_1) == 0x0000C0, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_GetSlaveCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000C8, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_GetBlackboard_ReturnValue_1) == 0x0000D8, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_RunBehaviorTree_ReturnValue) == 0x0000E0, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_RunBehaviorTree_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_IsValid_ReturnValue_2) == 0x0000E1, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController, CallFunc_IsRunning_ReturnValue_1) == 0x0000E2, "Member 'BP_ZurgLeader_AIController_C_ExecuteUbergraph_BP_ZurgLeader_AIController::CallFunc_IsRunning_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_OnZurgSlaveDestroyed_Event_0 \ static_assert(alignof(BP_ZurgLeader_AIController_C_OnZurgSlaveDestroyed_Event_0) == 0x000008, "Wrong alignment on BP_ZurgLeader_AIController_C_OnZurgSlaveDestroyed_Event_0"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_OnZurgSlaveDestroyed_Event_0) == 0x000010, "Wrong size on BP_ZurgLeader_AIController_C_OnZurgSlaveDestroyed_Event_0"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_OnZurgSlaveDestroyed_Event_0, _zurgLeader) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_OnZurgSlaveDestroyed_Event_0::_zurgLeader' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_OnZurgSlaveDestroyed_Event_0, _slave) == 0x000008, "Member 'BP_ZurgLeader_AIController_C_OnZurgSlaveDestroyed_Event_0::_slave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_OnZurgSlaveSpawned_Event_0 \ static_assert(alignof(BP_ZurgLeader_AIController_C_OnZurgSlaveSpawned_Event_0) == 0x000008, "Wrong alignment on BP_ZurgLeader_AIController_C_OnZurgSlaveSpawned_Event_0"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_OnZurgSlaveSpawned_Event_0) == 0x000010, "Wrong size on BP_ZurgLeader_AIController_C_OnZurgSlaveSpawned_Event_0"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_OnZurgSlaveSpawned_Event_0, _zurgLeader) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_OnZurgSlaveSpawned_Event_0::_zurgLeader' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_OnZurgSlaveSpawned_Event_0, _slave) == 0x000008, "Member 'BP_ZurgLeader_AIController_C_OnZurgSlaveSpawned_Event_0::_slave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_OnZurgLeaderActivated_Event \ static_assert(alignof(BP_ZurgLeader_AIController_C_OnZurgLeaderActivated_Event) == 0x000008, "Wrong alignment on BP_ZurgLeader_AIController_C_OnZurgLeaderActivated_Event"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_OnZurgLeaderActivated_Event) == 0x000008, "Wrong size on BP_ZurgLeader_AIController_C_OnZurgLeaderActivated_Event"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_OnZurgLeaderActivated_Event, _zurgLeader) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_OnZurgLeaderActivated_Event::_zurgLeader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_OnZurgLeaderDeactivated_Event \ static_assert(alignof(BP_ZurgLeader_AIController_C_OnZurgLeaderDeactivated_Event) == 0x000008, "Wrong alignment on BP_ZurgLeader_AIController_C_OnZurgLeaderDeactivated_Event"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_OnZurgLeaderDeactivated_Event) == 0x000008, "Wrong size on BP_ZurgLeader_AIController_C_OnZurgLeaderDeactivated_Event"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_OnZurgLeaderDeactivated_Event, _zurgLeader) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_OnZurgLeaderDeactivated_Event::_zurgLeader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_ReceiveUnPossess \ static_assert(alignof(BP_ZurgLeader_AIController_C_ReceiveUnPossess) == 0x000008, "Wrong alignment on BP_ZurgLeader_AIController_C_ReceiveUnPossess"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_ReceiveUnPossess) == 0x000008, "Wrong size on BP_ZurgLeader_AIController_C_ReceiveUnPossess"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ReceiveUnPossess, UnpossessedPawn) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_ReceiveUnPossess::UnpossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_StreamedOut_Event_0 \ static_assert(alignof(BP_ZurgLeader_AIController_C_StreamedOut_Event_0) == 0x000008, "Wrong alignment on BP_ZurgLeader_AIController_C_StreamedOut_Event_0"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_StreamedOut_Event_0) == 0x000008, "Wrong size on BP_ZurgLeader_AIController_C_StreamedOut_Event_0"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_StreamedOut_Event_0, _component) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_StreamedOut_Event_0::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_ReceivePossess \ static_assert(alignof(BP_ZurgLeader_AIController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_ZurgLeader_AIController_C_ReceivePossess"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_ReceivePossess) == 0x000008, "Wrong size on BP_ZurgLeader_AIController_C_ReceivePossess"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_ReceiveTick \ static_assert(alignof(BP_ZurgLeader_AIController_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_ZurgLeader_AIController_C_ReceiveTick"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_ReceiveTick) == 0x000004, "Wrong size on BP_ZurgLeader_AIController_C_ReceiveTick"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_GetCurrentState \ static_assert(alignof(BP_ZurgLeader_AIController_C_GetCurrentState) == 0x000001, "Wrong alignment on BP_ZurgLeader_AIController_C_GetCurrentState"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_GetCurrentState) == 0x000003, "Wrong size on BP_ZurgLeader_AIController_C_GetCurrentState"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_GetCurrentState, Current_State) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_GetCurrentState::Current_State' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_GetCurrentState, CallFunc_GetState_ReturnValue) == 0x000001, "Member 'BP_ZurgLeader_AIController_C_GetCurrentState::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_GetCurrentState, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_ZurgLeader_AIController_C_GetCurrentState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgLeader_AIController_C_SetSwarmState \ static_assert(alignof(BP_ZurgLeader_AIController_C_SetSwarmState) == 0x000008, "Wrong alignment on BP_ZurgLeader_AIController_C_SetSwarmState"); \ static_assert(sizeof(BP_ZurgLeader_AIController_C_SetSwarmState) == 0x000018, "Wrong size on BP_ZurgLeader_AIController_C_SetSwarmState"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_SetSwarmState, Zurg_Triggerer) == 0x000000, "Member 'BP_ZurgLeader_AIController_C_SetSwarmState::Zurg_Triggerer' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_SetSwarmState, New_State) == 0x000008, "Member 'BP_ZurgLeader_AIController_C_SetSwarmState::New_State' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgLeader_AIController_C_SetSwarmState, CallFunc_GetBlackboard_ReturnValue) == 0x000010, "Member 'BP_ZurgLeader_AIController_C_SetSwarmState::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgLeader_AIController_C \ static_assert(alignof(ABP_ZurgLeader_AIController_C) == 0x000008, "Wrong alignment on ABP_ZurgLeader_AIController_C"); \ static_assert(sizeof(ABP_ZurgLeader_AIController_C) == 0x000350, "Wrong size on ABP_ZurgLeader_AIController_C"); \ static_assert(offsetof(ABP_ZurgLeader_AIController_C, UberGraphFrame) == 0x000330, "Member 'ABP_ZurgLeader_AIController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgLeader_AIController_C, ZurgLeaderPawn) == 0x000338, "Member 'ABP_ZurgLeader_AIController_C::ZurgLeaderPawn' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgLeader_AIController_C, Blackboard_CurrentState_KeyName) == 0x000340, "Member 'ABP_ZurgLeader_AIController_C::Blackboard_CurrentState_KeyName' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgLeader_AIController_C, Blackboard_MoveToLocation_KeyName) == 0x000348, "Member 'ABP_ZurgLeader_AIController_C::Blackboard_MoveToLocation_KeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone \ static_assert(alignof(BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone) == 0x000008, "Wrong alignment on BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone"); \ static_assert(sizeof(BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone) == 0x000028, "Wrong size on BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone"); \ static_assert(offsetof(BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone, EntryPoint) == 0x000000, "Member 'BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_ZurgZone_C_ExecuteUbergraph_BP_ZurgZone::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgZone_C \ static_assert(alignof(ABP_ZurgZone_C) == 0x000008, "Wrong alignment on ABP_ZurgZone_C"); \ static_assert(sizeof(ABP_ZurgZone_C) == 0x000270, "Wrong size on ABP_ZurgZone_C"); \ static_assert(offsetof(ABP_ZurgZone_C, UberGraphFrame) == 0x000228, "Member 'ABP_ZurgZone_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgZone_C, TextRender) == 0x000230, "Member 'ABP_ZurgZone_C::TextRender' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgZone_C, ZurgZoneBillboard) == 0x000238, "Member 'ABP_ZurgZone_C::ZurgZoneBillboard' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgZone_C, ZurgZone_Box) == 0x000240, "Member 'ABP_ZurgZone_C::ZurgZone_Box' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgZone_C, ZurgZone_Sphere) == 0x000248, "Member 'ABP_ZurgZone_C::ZurgZone_Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgZone_C, Scene) == 0x000250, "Member 'ABP_ZurgZone_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgZone_C, ZurgInterestZone) == 0x000258, "Member 'ABP_ZurgZone_C::ZurgInterestZone' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgZone_C, bIsBox) == 0x000268, "Member 'ABP_ZurgZone_C::bIsBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone \ static_assert(alignof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone) == 0x000238, "Wrong size on BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, EntryPoint) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_CustomEvent_Actor) == 0x000008, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x000010, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000018, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000020, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x000028, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave) == 0x000030, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, CallFunc_GetLeader_ReturnValue) == 0x000040, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::CallFunc_GetLeader_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OverlappedComponent_3) == 0x000048, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OverlappedComponent_3' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherActor_3) == 0x000050, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherComp_3) == 0x000058, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherBodyIndex_3) == 0x000060, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherBodyIndex_3' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000064, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000068, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader) == 0x0000F0, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_DynamicCast_bSuccess_1) == 0x0000F8, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, CallFunc_IsValid_ReturnValue) == 0x0000F9, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, CallFunc_GetIsAvailableInterestPoint_FreeSpotAvailable) == 0x0000FA, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::CallFunc_GetIsAvailableInterestPoint_FreeSpotAvailable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, Temp_object_Variable) == 0x000100, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_CustomEvent_Zurg_1) == 0x000108, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_CustomEvent_Zurg_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_CustomEvent_Interest_Point_1) == 0x000110, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_CustomEvent_Interest_Point_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_CustomEvent_Zurg) == 0x000118, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_CustomEvent_Zurg' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_CustomEvent_Interest_Point) == 0x000120, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_CustomEvent_Interest_Point' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000128, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000130, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000138, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000140, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_bFromSweep) == 0x000144, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_SweepResult) == 0x000148, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0001D0, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherActor) == 0x0001D8, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherComp) == 0x0001E0, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0001E8, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_CustomEvent_Actor_1) == 0x0001F0, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_CustomEvent_Actor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_1) == 0x0001F8, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_DynamicCast_bSuccess_2) == 0x000200, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, CallFunc_GetLeader_ReturnValue_1) == 0x000208, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::CallFunc_GetLeader_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, CallFunc_GetLeader_ReturnValue_2) == 0x000210, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::CallFunc_GetLeader_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader_1) == 0x000218, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_DynamicCast_bSuccess_3) == 0x000220, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader_2) == 0x000228, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader_2' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, K2Node_DynamicCast_bSuccess_4) == 0x000230, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, CallFunc_IsValid_ReturnValue_1) == 0x000231, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone, CallFunc_Array_Contains_ReturnValue) == 0x000232, "Member 'BP_Zurg_Interest_Zone_C_ExecuteUbergraph_BP_Zurg_Interest_Zone::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_Custom_OnActorEndOverlap \ static_assert(alignof(BP_Zurg_Interest_Zone_C_Custom_OnActorEndOverlap) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_Custom_OnActorEndOverlap"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_Custom_OnActorEndOverlap) == 0x000008, "Wrong size on BP_Zurg_Interest_Zone_C_Custom_OnActorEndOverlap"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_Custom_OnActorEndOverlap, Actor) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_Custom_OnActorEndOverlap::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_Custom_OnActorBeginOverlap \ static_assert(alignof(BP_Zurg_Interest_Zone_C_Custom_OnActorBeginOverlap) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_Custom_OnActorBeginOverlap"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_Custom_OnActorBeginOverlap) == 0x000008, "Wrong size on BP_Zurg_Interest_Zone_C_Custom_OnActorBeginOverlap"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_Custom_OnActorBeginOverlap, Actor) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_Custom_OnActorBeginOverlap::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__BP_Zurg_Interest_Zone_ZurgInterestZoneTriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_OnZurgLeavingInterestingPoint \ static_assert(alignof(BP_Zurg_Interest_Zone_C_OnZurgLeavingInterestingPoint) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_OnZurgLeavingInterestingPoint"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_OnZurgLeavingInterestingPoint) == 0x000010, "Wrong size on BP_Zurg_Interest_Zone_C_OnZurgLeavingInterestingPoint"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_OnZurgLeavingInterestingPoint, Zurg) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_OnZurgLeavingInterestingPoint::Zurg' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_OnZurgLeavingInterestingPoint, Interest_Point) == 0x000008, "Member 'BP_Zurg_Interest_Zone_C_OnZurgLeavingInterestingPoint::Interest_Point' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_OnZurgEnterInInterestingPoint \ static_assert(alignof(BP_Zurg_Interest_Zone_C_OnZurgEnterInInterestingPoint) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_OnZurgEnterInInterestingPoint"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_OnZurgEnterInInterestingPoint) == 0x000010, "Wrong size on BP_Zurg_Interest_Zone_C_OnZurgEnterInInterestingPoint"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_OnZurgEnterInInterestingPoint, Zurg) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_OnZurgEnterInInterestingPoint::Zurg' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_OnZurgEnterInInterestingPoint, Interest_Point) == 0x000008, "Member 'BP_Zurg_Interest_Zone_C_OnZurgEnterInInterestingPoint::Interest_Point' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Zurg_Interest_Zone_C_BndEvt__ZurgTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_GetFreeInterestPoint \ static_assert(alignof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_GetFreeInterestPoint"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint) == 0x000040, "Wrong size on BP_Zurg_Interest_Zone_C_GetFreeInterestPoint"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, Best_Interest_Point) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::Best_Interest_Point' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000018, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, CallFunc_IsFree_IsFree) == 0x000035, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::CallFunc_IsFree_IsFree' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, CallFunc_BooleanAND_ReturnValue) == 0x000036, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetFreeInterestPoint, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_Zurg_Interest_Zone_C_GetFreeInterestPoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint \ static_assert(alignof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint) == 0x000048, "Wrong size on BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, FreeSpotAvailable) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::FreeSpotAvailable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, Spot) == 0x000008, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::Spot' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, FreeSpot) == 0x000010, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::FreeSpot' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, Temp_bool_True_if_break_was_hit_Variable) == 0x000011, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000028, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, CallFunc_IsFree_IsFree) == 0x000044, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::CallFunc_IsFree_IsFree' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, CallFunc_Less_IntInt_ReturnValue) == 0x000045, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint, CallFunc_BooleanAND_ReturnValue) == 0x000046, "Member 'BP_Zurg_Interest_Zone_C_GetIsAvailableInterestPoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber \ static_assert(alignof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber) == 0x000008, "Wrong alignment on BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber"); \ static_assert(sizeof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber) == 0x000050, "Wrong size on BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, FreeSpotCount) == 0x000000, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::FreeSpotCount' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, SpotCount) == 0x000004, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::SpotCount' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, SpotCountTemp) == 0x000008, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::SpotCountTemp' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, FreeSpotCountTemp) == 0x00000C, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::FreeSpotCountTemp' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, Temp_int_Variable) == 0x000010, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, Temp_int_Variable_1) == 0x000020, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, CallFunc_Add_IntInt_ReturnValue_2) == 0x000028, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000030, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_Zurg_Interest_Zone_C_GetAvailablePlaceNumber::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Zurg_Interest_Zone_C \ static_assert(alignof(ABP_Zurg_Interest_Zone_C) == 0x000008, "Wrong alignment on ABP_Zurg_Interest_Zone_C"); \ static_assert(sizeof(ABP_Zurg_Interest_Zone_C) == 0x000258, "Wrong size on ABP_Zurg_Interest_Zone_C"); \ static_assert(offsetof(ABP_Zurg_Interest_Zone_C, UberGraphFrame) == 0x000228, "Member 'ABP_Zurg_Interest_Zone_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Interest_Zone_C, ZurgInterestZoneTriggerBox) == 0x000230, "Member 'ABP_Zurg_Interest_Zone_C::ZurgInterestZoneTriggerBox' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Interest_Zone_C, ZurgInterestZoneTriggerSphere) == 0x000238, "Member 'ABP_Zurg_Interest_Zone_C::ZurgInterestZoneTriggerSphere' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Interest_Zone_C, SceneRootComponent) == 0x000240, "Member 'ABP_Zurg_Interest_Zone_C::SceneRootComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Interest_Zone_C, ZurgZone) == 0x000248, "Member 'ABP_Zurg_Interest_Zone_C::ZurgZone' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Interest_Zone_C, bIsABox) == 0x000250, "Member 'ABP_Zurg_Interest_Zone_C::bIsABox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ItemRendererGrid_C \ static_assert(alignof(ABP_ItemRendererGrid_C) == 0x000008, "Wrong alignment on ABP_ItemRendererGrid_C"); \ static_assert(sizeof(ABP_ItemRendererGrid_C) == 0x000238, "Wrong size on ABP_ItemRendererGrid_C"); \ static_assert(offsetof(ABP_ItemRendererGrid_C, Plane) == 0x000228, "Member 'ABP_ItemRendererGrid_C::Plane' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRendererGrid_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_ItemRendererGrid_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_NA_Light_C \ static_assert(alignof(UBP_NA_Light_C) == 0x000008, "Wrong alignment on UBP_NA_Light_C"); \ static_assert(sizeof(UBP_NA_Light_C) == 0x000048, "Wrong size on UBP_NA_Light_C"); \ #define DUMPER7_ASSERTS_UBP_NA_Doors_C \ static_assert(alignof(UBP_NA_Doors_C) == 0x000008, "Wrong alignment on UBP_NA_Doors_C"); \ static_assert(sizeof(UBP_NA_Doors_C) == 0x000048, "Wrong size on UBP_NA_Doors_C"); \ #define DUMPER7_ASSERTS_BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal \ static_assert(alignof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal) == 0x000004, "Wrong alignment on BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal"); \ static_assert(sizeof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal) == 0x000058, "Wrong size on BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, EntryPoint) == 0x000000, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000004, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000008, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_RandomFloatInRange_ReturnValue) == 0x00000C, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000010, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00001C, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_BreakRotator_Roll) == 0x000020, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_BreakRotator_Pitch) == 0x000024, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_BreakRotator_Yaw) == 0x000028, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000030, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_MakeRotator_ReturnValue) == 0x000034, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000040, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, K2Node_CustomEvent_Delay) == 0x000044, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::K2Node_CustomEvent_Delay' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal, CallFunc_Conv_FloatToVector_ReturnValue) == 0x00004C, "Member 'BP_blood_decal_C_ExecuteUbergraph_BP_blood_decal::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_blood_decal_C_SpawnDecal \ static_assert(alignof(BP_blood_decal_C_SpawnDecal) == 0x000004, "Wrong alignment on BP_blood_decal_C_SpawnDecal"); \ static_assert(sizeof(BP_blood_decal_C_SpawnDecal) == 0x000004, "Wrong size on BP_blood_decal_C_SpawnDecal"); \ static_assert(offsetof(BP_blood_decal_C_SpawnDecal, Delay) == 0x000000, "Member 'BP_blood_decal_C_SpawnDecal::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_blood_decal_C_UserConstructionScript \ static_assert(alignof(BP_blood_decal_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_blood_decal_C_UserConstructionScript"); \ static_assert(sizeof(BP_blood_decal_C_UserConstructionScript) == 0x000008, "Wrong size on BP_blood_decal_C_UserConstructionScript"); \ static_assert(offsetof(BP_blood_decal_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_blood_decal_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_blood_decal_C \ static_assert(alignof(ABP_blood_decal_C) == 0x000008, "Wrong alignment on ABP_blood_decal_C"); \ static_assert(sizeof(ABP_blood_decal_C) == 0x000268, "Wrong size on ABP_blood_decal_C"); \ static_assert(offsetof(ABP_blood_decal_C, UberGraphFrame) == 0x000228, "Member 'ABP_blood_decal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_blood_decal_C, Box) == 0x000230, "Member 'ABP_blood_decal_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_blood_decal_C, Decal) == 0x000238, "Member 'ABP_blood_decal_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ABP_blood_decal_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_blood_decal_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_blood_decal_C, Timeline_0_NewTrack_0_DDD792E04B827C04E67252A58D303D38) == 0x000248, "Member 'ABP_blood_decal_C::Timeline_0_NewTrack_0_DDD792E04B827C04E67252A58D303D38' has a wrong offset!"); \ static_assert(offsetof(ABP_blood_decal_C, Timeline_0__Direction_DDD792E04B827C04E67252A58D303D38) == 0x00024C, "Member 'ABP_blood_decal_C::Timeline_0__Direction_DDD792E04B827C04E67252A58D303D38' has a wrong offset!"); \ static_assert(offsetof(ABP_blood_decal_C, Timeline_0) == 0x000250, "Member 'ABP_blood_decal_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_blood_decal_C, randomscale) == 0x000258, "Member 'ABP_blood_decal_C::randomscale' has a wrong offset!"); \ static_assert(offsetof(ABP_blood_decal_C, Blood_DynaMat) == 0x000260, "Member 'ABP_blood_decal_C::Blood_DynaMat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death \ static_assert(alignof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death) == 0x000010, "Wrong alignment on BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death"); \ static_assert(sizeof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death) == 0x0003F0, "Wrong size on BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, EntryPoint) == 0x000000, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_GetAudioManager_AudioManager) == 0x000008, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, Temp_int_Variable) == 0x00001C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000024, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000028, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_RandomFloatInRange_ReturnValue) == 0x00002C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000030, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000034, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000038, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, Temp_object_Variable) == 0x000040, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000050, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Add_VectorVector_ReturnValue) == 0x000070, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakVector_X) == 0x00007C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakVector_Y) == 0x000080, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakVector_Z) == 0x000084, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Add_FloatFloat_ReturnValue) == 0x000088, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00008C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000090, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_MakeVector_ReturnValue) == 0x000094, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_LineTraceSingleForObjects_OutHit) == 0x0000A0, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_LineTraceSingleForObjects_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_LineTraceSingleForObjects_ReturnValue) == 0x000128, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_LineTraceSingleForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_bBlockingHit) == 0x000129, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_bInitialOverlap) == 0x00012A, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_Time) == 0x00012C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_Distance) == 0x000130, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_Location) == 0x000134, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_ImpactPoint) == 0x000140, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_Normal) == 0x00014C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_ImpactNormal) == 0x000158, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_PhysMat) == 0x000168, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_HitActor) == 0x000170, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_HitComponent) == 0x000178, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_HitBoneName) == 0x000180, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_HitItem) == 0x000188, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_ElementIndex) == 0x00018C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_FaceIndex) == 0x000190, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_TraceStart) == 0x000194, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_TraceEnd) == 0x0001A0, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_GetObjectClass_ReturnValue) == 0x0001B0, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0001B8, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x0001C4, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_MakeTransform_ReturnValue) == 0x0001D0, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BooleanAND_ReturnValue) == 0x000200, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000208, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_FinishSpawningActor_ReturnValue) == 0x000210, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_MapRangeClamped_ReturnValue) == 0x000218, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00021C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, K2Node_MakeArray_Array_1) == 0x000228, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000238, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000244, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_GetActorScale3D_ReturnValue) == 0x000250, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, Temp_object_Variable_1) == 0x000260, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000270, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_LineTraceSingleForObjects_OutHit_1) == 0x000278, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_LineTraceSingleForObjects_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_LineTraceSingleForObjects_ReturnValue_1) == 0x000300, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_LineTraceSingleForObjects_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000301, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000302, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_Time_1) == 0x000304, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_Distance_1) == 0x000308, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_Location_1) == 0x00030C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000318, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_Normal_1) == 0x000324, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000330, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_PhysMat_1) == 0x000340, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_HitActor_1) == 0x000348, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_HitComponent_1) == 0x000350, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_HitBoneName_1) == 0x000358, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_HitItem_1) == 0x000360, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_ElementIndex_1) == 0x000364, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_FaceIndex_1) == 0x000368, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_TraceStart_1) == 0x00036C, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BreakHitResult_TraceEnd_1) == 0x000378, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000384, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_Conv_VectorToRotator_ReturnValue_1) == 0x000390, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_Conv_VectorToRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_MakeTransform_ReturnValue_1) == 0x0003A0, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0003D0, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x0003D8, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x0003E0, "Member 'BP_splaaaash_death_C_ExecuteUbergraph_BP_splaaaash_death::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_splaaaash_death_C_UserConstructionScript \ static_assert(alignof(BP_splaaaash_death_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_splaaaash_death_C_UserConstructionScript"); \ static_assert(sizeof(BP_splaaaash_death_C_UserConstructionScript) == 0x000008, "Wrong size on BP_splaaaash_death_C_UserConstructionScript"); \ static_assert(offsetof(BP_splaaaash_death_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_splaaaash_death_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_splaaaash_death_C \ static_assert(alignof(ABP_splaaaash_death_C) == 0x000008, "Wrong alignment on ABP_splaaaash_death_C"); \ static_assert(sizeof(ABP_splaaaash_death_C) == 0x000258, "Wrong size on ABP_splaaaash_death_C"); \ static_assert(offsetof(ABP_splaaaash_death_C, UberGraphFrame) == 0x000228, "Member 'ABP_splaaaash_death_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_splaaaash_death_C, Sphere) == 0x000230, "Member 'ABP_splaaaash_death_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_splaaaash_death_C, DefaultSceneRoot) == 0x000238, "Member 'ABP_splaaaash_death_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_splaaaash_death_C, force1) == 0x000240, "Member 'ABP_splaaaash_death_C::force1' has a wrong offset!"); \ static_assert(offsetof(ABP_splaaaash_death_C, bloodtracedistance) == 0x000244, "Member 'ABP_splaaaash_death_C::bloodtracedistance' has a wrong offset!"); \ static_assert(offsetof(ABP_splaaaash_death_C, dynamat) == 0x000248, "Member 'ABP_splaaaash_death_C::dynamat' has a wrong offset!"); \ static_assert(offsetof(ABP_splaaaash_death_C, Spawned__) == 0x000250, "Member 'ABP_splaaaash_death_C::Spawned__' has a wrong offset!"); \ static_assert(offsetof(ABP_splaaaash_death_C, Boyocable_Number) == 0x000254, "Member 'ABP_splaaaash_death_C::Boyocable_Number' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgSlaveAIController_C_ExecuteUbergraph_BP_ZurgSlaveAIController \ static_assert(alignof(BP_ZurgSlaveAIController_C_ExecuteUbergraph_BP_ZurgSlaveAIController) == 0x000004, "Wrong alignment on BP_ZurgSlaveAIController_C_ExecuteUbergraph_BP_ZurgSlaveAIController"); \ static_assert(sizeof(BP_ZurgSlaveAIController_C_ExecuteUbergraph_BP_ZurgSlaveAIController) == 0x000004, "Wrong size on BP_ZurgSlaveAIController_C_ExecuteUbergraph_BP_ZurgSlaveAIController"); \ static_assert(offsetof(BP_ZurgSlaveAIController_C_ExecuteUbergraph_BP_ZurgSlaveAIController, EntryPoint) == 0x000000, "Member 'BP_ZurgSlaveAIController_C_ExecuteUbergraph_BP_ZurgSlaveAIController::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgSlaveAIController_C \ static_assert(alignof(ABP_ZurgSlaveAIController_C) == 0x000008, "Wrong alignment on ABP_ZurgSlaveAIController_C"); \ static_assert(sizeof(ABP_ZurgSlaveAIController_C) == 0x000338, "Wrong size on ABP_ZurgSlaveAIController_C"); \ static_assert(offsetof(ABP_ZurgSlaveAIController_C, UberGraphFrame) == 0x000330, "Member 'ABP_ZurgSlaveAIController_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint \ static_assert(alignof(BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint) == 0x000008, "Wrong alignment on BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint"); \ static_assert(sizeof(BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint) == 0x000040, "Wrong size on BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint, EntryPoint) == 0x000000, "Member 'BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint, K2Node_CustomEvent_CurrentZurg) == 0x000020, "Member 'BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint::K2Node_CustomEvent_CurrentZurg' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint, K2Node_DynamicCast_AsBP_Zurg_Interest_Zone) == 0x000028, "Member 'BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint::K2Node_DynamicCast_AsBP_Zurg_Interest_Zone' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint, K2Node_CustomEvent_DestroyedActor) == 0x000038, "Member 'BP_Zurg_InterestPoint_C_ExecuteUbergraph_BP_Zurg_InterestPoint::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_InterestPoint_C_OnAttachedZurgDestroyed \ static_assert(alignof(BP_Zurg_InterestPoint_C_OnAttachedZurgDestroyed) == 0x000008, "Wrong alignment on BP_Zurg_InterestPoint_C_OnAttachedZurgDestroyed"); \ static_assert(sizeof(BP_Zurg_InterestPoint_C_OnAttachedZurgDestroyed) == 0x000008, "Wrong size on BP_Zurg_InterestPoint_C_OnAttachedZurgDestroyed"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_OnAttachedZurgDestroyed, DestroyedActor) == 0x000000, "Member 'BP_Zurg_InterestPoint_C_OnAttachedZurgDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_InterestPoint_C_OnZurgEnter \ static_assert(alignof(BP_Zurg_InterestPoint_C_OnZurgEnter) == 0x000008, "Wrong alignment on BP_Zurg_InterestPoint_C_OnZurgEnter"); \ static_assert(sizeof(BP_Zurg_InterestPoint_C_OnZurgEnter) == 0x000008, "Wrong size on BP_Zurg_InterestPoint_C_OnZurgEnter"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_OnZurgEnter, CurrentZurg_0) == 0x000000, "Member 'BP_Zurg_InterestPoint_C_OnZurgEnter::CurrentZurg_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_InterestPoint_C_IsFree \ static_assert(alignof(BP_Zurg_InterestPoint_C_IsFree) == 0x000001, "Wrong alignment on BP_Zurg_InterestPoint_C_IsFree"); \ static_assert(sizeof(BP_Zurg_InterestPoint_C_IsFree) == 0x000001, "Wrong size on BP_Zurg_InterestPoint_C_IsFree"); \ static_assert(offsetof(BP_Zurg_InterestPoint_C_IsFree, IsFree_0) == 0x000000, "Member 'BP_Zurg_InterestPoint_C_IsFree::IsFree_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Zurg_InterestPoint_C \ static_assert(alignof(UBP_Zurg_InterestPoint_C) == 0x000010, "Wrong alignment on UBP_Zurg_InterestPoint_C"); \ static_assert(sizeof(UBP_Zurg_InterestPoint_C) == 0x000230, "Wrong size on UBP_Zurg_InterestPoint_C"); \ static_assert(offsetof(UBP_Zurg_InterestPoint_C, UberGraphFrame) == 0x000200, "Member 'UBP_Zurg_InterestPoint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_Zurg_InterestPoint_C, InterestAnim) == 0x000208, "Member 'UBP_Zurg_InterestPoint_C::InterestAnim' has a wrong offset!"); \ static_assert(offsetof(UBP_Zurg_InterestPoint_C, CurrentZurg) == 0x000210, "Member 'UBP_Zurg_InterestPoint_C::CurrentZurg' has a wrong offset!"); \ static_assert(offsetof(UBP_Zurg_InterestPoint_C, Zurg_Interest_Zone) == 0x000218, "Member 'UBP_Zurg_InterestPoint_C::Zurg_Interest_Zone' has a wrong offset!"); \ static_assert(offsetof(UBP_Zurg_InterestPoint_C, bIsFree) == 0x000220, "Member 'UBP_Zurg_InterestPoint_C::bIsFree' has a wrong offset!"); \ static_assert(offsetof(UBP_Zurg_InterestPoint_C, MinimumHoldingTime) == 0x000224, "Member 'UBP_Zurg_InterestPoint_C::MinimumHoldingTime' has a wrong offset!"); \ static_assert(offsetof(UBP_Zurg_InterestPoint_C, MaximumHoldingTime) == 0x000228, "Member 'UBP_Zurg_InterestPoint_C::MaximumHoldingTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New \ static_assert(alignof(UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New) == 0x000008, "Wrong alignment on UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New"); \ static_assert(sizeof(UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New) == 0x000020, "Wrong size on UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New, EntryPoint) == 0x000000, "Member 'UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New, K2Node_Event_IsDesignTime) == 0x000010, "Member 'UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New, CallFunc_MakeLiteralName_ReturnValue) == 0x000014, "Member 'UMG_Drone_GridButton_New_C_ExecuteUbergraph_UMG_Drone_GridButton_New::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_New_C_PreConstruct \ static_assert(alignof(UMG_Drone_GridButton_New_C_PreConstruct) == 0x000001, "Wrong alignment on UMG_Drone_GridButton_New_C_PreConstruct"); \ static_assert(sizeof(UMG_Drone_GridButton_New_C_PreConstruct) == 0x000001, "Wrong size on UMG_Drone_GridButton_New_C_PreConstruct"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UMG_Drone_GridButton_New_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_New_C_SetImage \ static_assert(alignof(UMG_Drone_GridButton_New_C_SetImage) == 0x000008, "Wrong alignment on UMG_Drone_GridButton_New_C_SetImage"); \ static_assert(sizeof(UMG_Drone_GridButton_New_C_SetImage) == 0x000028, "Wrong size on UMG_Drone_GridButton_New_C_SetImage"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_SetImage, Image) == 0x000000, "Member 'UMG_Drone_GridButton_New_C_SetImage::Image' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_SetImage, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UMG_Drone_GridButton_New_C_SetImage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_SetImage, K2Node_DynamicCast_AsTexture_2D) == 0x000010, "Member 'UMG_Drone_GridButton_New_C_SetImage::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_SetImage, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UMG_Drone_GridButton_New_C_SetImage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_New_C_SetImage, CallFunc_MakeLiteralName_ReturnValue) == 0x00001C, "Member 'UMG_Drone_GridButton_New_C_SetImage::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Drone_GridButton_New_C \ static_assert(alignof(UUMG_Drone_GridButton_New_C) == 0x000008, "Wrong alignment on UUMG_Drone_GridButton_New_C"); \ static_assert(sizeof(UUMG_Drone_GridButton_New_C) == 0x000290, "Wrong size on UUMG_Drone_GridButton_New_C"); \ static_assert(offsetof(UUMG_Drone_GridButton_New_C, UberGraphFrame) == 0x000260, "Member 'UUMG_Drone_GridButton_New_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_New_C, empty_dot) == 0x000268, "Member 'UUMG_Drone_GridButton_New_C::empty_dot' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_New_C, select_box) == 0x000270, "Member 'UUMG_Drone_GridButton_New_C::select_box' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_New_C, Thumbnail) == 0x000278, "Member 'UUMG_Drone_GridButton_New_C::Thumbnail' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_New_C, Button_Material_Instance) == 0x000280, "Member 'UUMG_Drone_GridButton_New_C::Button_Material_Instance' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_New_C, imageRatio) == 0x000288, "Member 'UUMG_Drone_GridButton_New_C::imageRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader \ static_assert(alignof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader) == 0x000560, "Wrong size on BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, EntryPoint) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_MakeVector_ReturnValue) == 0x000010, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue) == 0x000040, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event_DeltaSeconds) == 0x000060, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__canvas) == 0x000068, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__canvas' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000070, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00007C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000088, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__noiseComponent) == 0x000098, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__noiseComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__location) == 0x0000A0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__location' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__emitter) == 0x0000B0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__emitter' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0000B8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsValid_ReturnValue_1) == 0x0000C4, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsValid_ReturnValue_2) == 0x0000C5, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave) == 0x0000C8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetLeader_ReturnValue) == 0x0000D8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetLeader_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetSlaves_ReturnValue) == 0x0000E0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetSlaves_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000F0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Array_Length_ReturnValue) == 0x0000FC, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_BreakVector_X) == 0x000100, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_BreakVector_Y) == 0x000104, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_BreakVector_Z) == 0x000108, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_MakeVector_ReturnValue_1) == 0x00010C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000118, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000124, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_Zurg_Sensor) == 0x000130, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_Zurg_Sensor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_Detected_Actor) == 0x000138, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_Detected_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_Zurg_Slave_1) == 0x000140, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_Zurg_Slave_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_Interest_Zone) == 0x000148, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_Interest_Zone' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_Zurg_Slave) == 0x000150, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_Zurg_Slave' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetState_ReturnValue) == 0x000158, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000159, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00015A, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_BooleanAND_ReturnValue) == 0x00015B, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Map_Remove_ReturnValue) == 0x00015C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetSwarmCenter_ReturnValue) == 0x000160, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetSwarmCenter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetSwarmRadius_ReturnValue) == 0x00016C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetSwarmRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__zurgDetector) == 0x000170, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__zurgDetector' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__actor_1) == 0x000178, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__actor_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__actor) == 0x000180, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__actor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetSwarmCenter_ReturnValue_1) == 0x000188, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetSwarmCenter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000194, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_int_Loop_Counter_Variable_1) == 0x00021C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsEnabled_ReturnValue) == 0x000220, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_IntInt_ReturnValue_1) == 0x000224, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_SpawnCount) == 0x000228, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_SpawnCount' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Not_PreBool_ReturnValue) == 0x00022C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_int_Array_Index_Variable_2) == 0x000230, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_BP_Zurg_Pawn) == 0x000238, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_BP_Zurg_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_Actor_To_Lock) == 0x000240, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_Actor_To_Lock' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsValid_ReturnValue_3) == 0x000248, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_FindPlayerCatPawn_Cat) == 0x000250, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsValid_ReturnValue_4) == 0x000258, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_int_Loop_Counter_Variable_2) == 0x00025C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetDisplayName_ReturnValue_1) == 0x000260, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_IntInt_ReturnValue_2) == 0x000270, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000278, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000288, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000298, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_int_Variable) == 0x0002A8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0002B0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0002C0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_int_Array_Index_Variable_3) == 0x0002C4, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Array_Get_Item) == 0x0002C8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsValid_ReturnValue_5) == 0x0002D0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsActive_ReturnValue) == 0x0002D1, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetState_ReturnValue_1) == 0x0002D2, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetUnscaledSphereRadius_ReturnValue) == 0x0002D4, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetUnscaledSphereRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0002D8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0002E0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0002F0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000300, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsConnectedToLeader_ReturnValue) == 0x00030C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsConnectedToLeader_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000310, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue_6) == 0x00031C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue_7) == 0x000328, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue_8) == 0x000334, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_MakeStruct_LinearColor) == 0x000340, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_int_Loop_Counter_Variable_3) == 0x000350, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Less_IntInt_ReturnValue) == 0x000354, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_IntInt_ReturnValue_3) == 0x000358, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_bool_Variable) == 0x00035C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_bool_Variable_1) == 0x00035D, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_CanSwarmHearSound_ReturnValue) == 0x00035E, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_CanSwarmHearSound_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsValid_ReturnValue_6) == 0x00035F, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetSwarmCenter_ReturnValue_2) == 0x000360, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetSwarmCenter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetDisplayName_ReturnValue_2) == 0x000370, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue_9) == 0x000380, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetState_ReturnValue_2) == 0x00038C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000390, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsStreamedIn_ReturnValue) == 0x0003A0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsStreamedIn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0003A8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetSlaves_ReturnValue_1) == 0x0003B8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetSlaves_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_bool_Variable_2) == 0x0003C8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Array_Get_Item_1) == 0x0003D0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Array_Length_ReturnValue_1) == 0x0003D8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003DC, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetState_ReturnValue_3) == 0x0003DD, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetState_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0003DE, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_string_Variable) == 0x0003E0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0003F0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetSwarmCenter_ReturnValue_3) == 0x0003FC, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetSwarmCenter_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__light_1) == 0x000408, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__light_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__zurgPawn_1) == 0x000410, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__zurgPawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__light) == 0x000418, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__light' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__zurgPawn) == 0x000420, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__zurgPawn' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_IntInt_ReturnValue_4) == 0x000428, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Subtract_IntInt_ReturnValue) == 0x00042C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_bool_Variable_3) == 0x000430, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Array_Add_ReturnValue) == 0x000434, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Array_RemoveItem_ReturnValue) == 0x000438, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__dt_2) == 0x00043C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__dt_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_EscapingActor) == 0x000440, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_EscapingActor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_distance) == 0x000448, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_distance' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetSlaves_ReturnValue_2) == 0x000450, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetSlaves_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_string_Variable_1) == 0x000460, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Array_Get_Item_2) == 0x000470, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_1) == 0x000478, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_DynamicCast_bSuccess_1) == 0x000480, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Array_Length_ReturnValue_2) == 0x000484, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Less_IntInt_ReturnValue_2) == 0x000488, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_int_Variable_1) == 0x00048C, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetSlaves_ReturnValue_3) == 0x000490, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetSlaves_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Array_Get_Item_3) == 0x0004A0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Array_Length_ReturnValue_3) == 0x0004A8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_2) == 0x0004B0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_DynamicCast_bSuccess_2) == 0x0004B8, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Less_IntInt_ReturnValue_3) == 0x0004B9, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsDisplayingDebug_ReturnValue) == 0x0004BA, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsDisplayingDebug_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__dt_1) == 0x0004BC, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__dt_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsActive_ReturnValue_1) == 0x0004C0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsActive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0004C4, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_Add_VectorVector_ReturnValue_10) == 0x0004D0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_Add_VectorVector_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Select_Default) == 0x0004E0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Event__dt) == 0x0004F0, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Event__dt' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Select_Default_1) == 0x0004F4, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetNavMesh_ReturnValue) == 0x000500, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetNavMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsValid_ReturnValue_7) == 0x000508, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, Temp_bool_Variable_4) == 0x000509, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Select_Default_2) == 0x000510, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsShipping_ReturnValue) == 0x000520, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsShipping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_CustomEvent_component) == 0x000528, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_CustomEvent_component' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsValid_ReturnValue_8) == 0x000530, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_IsValid_ReturnValue_9) == 0x000531, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetDisplayName_ReturnValue_3) == 0x000538, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000548, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000554, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000558, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader, K2Node_Select_Default_3) == 0x000559, "Member 'BP_ZurgPawn_Leader_C_ExecuteUbergraph_BP_ZurgPawn_Leader::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_SetLockOnTargetComponent \ static_assert(alignof(BP_ZurgPawn_Leader_C_SetLockOnTargetComponent) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_SetLockOnTargetComponent"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_SetLockOnTargetComponent) == 0x000008, "Wrong size on BP_ZurgPawn_Leader_C_SetLockOnTargetComponent"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetLockOnTargetComponent, Component) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_SetLockOnTargetComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_State_Idle_Tick \ static_assert(alignof(BP_ZurgPawn_Leader_C_State_Idle_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawn_Leader_C_State_Idle_Tick"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_State_Idle_Tick) == 0x000004, "Wrong size on BP_ZurgPawn_Leader_C_State_Idle_Tick"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_State_Idle_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_State_Idle_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_State_LockedOnTarget_Tick \ static_assert(alignof(BP_ZurgPawn_Leader_C_State_LockedOnTarget_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawn_Leader_C_State_LockedOnTarget_Tick"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_State_LockedOnTarget_Tick) == 0x000004, "Wrong size on BP_ZurgPawn_Leader_C_State_LockedOnTarget_Tick"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_State_LockedOnTarget_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_State_LockedOnTarget_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_StartEscaping \ static_assert(alignof(BP_ZurgPawn_Leader_C_StartEscaping) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_StartEscaping"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_StartEscaping) == 0x000010, "Wrong size on BP_ZurgPawn_Leader_C_StartEscaping"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_StartEscaping, EscapingActor) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_StartEscaping::EscapingActor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_StartEscaping, Distance) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_StartEscaping::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_State_Routine_Tick \ static_assert(alignof(BP_ZurgPawn_Leader_C_State_Routine_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawn_Leader_C_State_Routine_Tick"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_State_Routine_Tick) == 0x000004, "Wrong size on BP_ZurgPawn_Leader_C_State_Routine_Tick"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_State_Routine_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_State_Routine_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_OnSlaveExitLight \ static_assert(alignof(BP_ZurgPawn_Leader_C_OnSlaveExitLight) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_OnSlaveExitLight"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_OnSlaveExitLight) == 0x000010, "Wrong size on BP_ZurgPawn_Leader_C_OnSlaveExitLight"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnSlaveExitLight, _light) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_OnSlaveExitLight::_light' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnSlaveExitLight, _zurgPawn) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_OnSlaveExitLight::_zurgPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_OnSlaveEnterLight \ static_assert(alignof(BP_ZurgPawn_Leader_C_OnSlaveEnterLight) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_OnSlaveEnterLight"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_OnSlaveEnterLight) == 0x000010, "Wrong size on BP_ZurgPawn_Leader_C_OnSlaveEnterLight"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnSlaveEnterLight, _light) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_OnSlaveEnterLight::_light' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnSlaveEnterLight, _zurgPawn) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_OnSlaveEnterLight::_zurgPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_SetLockOnTarget \ static_assert(alignof(BP_ZurgPawn_Leader_C_SetLockOnTarget) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_SetLockOnTarget"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_SetLockOnTarget) == 0x000008, "Wrong size on BP_ZurgPawn_Leader_C_SetLockOnTarget"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetLockOnTarget, Actor_To_Lock) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_SetLockOnTarget::Actor_To_Lock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_OnSlaveAnormalyExitSleeping \ static_assert(alignof(BP_ZurgPawn_Leader_C_OnSlaveAnormalyExitSleeping) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_OnSlaveAnormalyExitSleeping"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_OnSlaveAnormalyExitSleeping) == 0x000008, "Wrong size on BP_ZurgPawn_Leader_C_OnSlaveAnormalyExitSleeping"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnSlaveAnormalyExitSleeping, BP_Zurg_Pawn) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_OnSlaveAnormalyExitSleeping::BP_Zurg_Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_Spawn \ static_assert(alignof(BP_ZurgPawn_Leader_C_Spawn) == 0x000004, "Wrong alignment on BP_ZurgPawn_Leader_C_Spawn"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_Spawn) == 0x000004, "Wrong size on BP_ZurgPawn_Leader_C_Spawn"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_Spawn, SpawnCount) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_Spawn::SpawnCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_OnSwarmStopSeeSomething \ static_assert(alignof(BP_ZurgPawn_Leader_C_OnSwarmStopSeeSomething) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_OnSwarmStopSeeSomething"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_OnSwarmStopSeeSomething) == 0x000008, "Wrong size on BP_ZurgPawn_Leader_C_OnSwarmStopSeeSomething"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnSwarmStopSeeSomething, _actor) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_OnSwarmStopSeeSomething::_actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_OnSwarmSeeSomething \ static_assert(alignof(BP_ZurgPawn_Leader_C_OnSwarmSeeSomething) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_OnSwarmSeeSomething"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_OnSwarmSeeSomething) == 0x000010, "Wrong size on BP_ZurgPawn_Leader_C_OnSwarmSeeSomething"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnSwarmSeeSomething, _zurgDetector) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_OnSwarmSeeSomething::_zurgDetector' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnSwarmSeeSomething, _actor) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_OnSwarmSeeSomething::_actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_OnInterestPointSlaveExit \ static_assert(alignof(BP_ZurgPawn_Leader_C_OnInterestPointSlaveExit) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_OnInterestPointSlaveExit"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_OnInterestPointSlaveExit) == 0x000008, "Wrong size on BP_ZurgPawn_Leader_C_OnInterestPointSlaveExit"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnInterestPointSlaveExit, Zurg_Slave) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_OnInterestPointSlaveExit::Zurg_Slave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_OnInterestPointSlaveEnter \ static_assert(alignof(BP_ZurgPawn_Leader_C_OnInterestPointSlaveEnter) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_OnInterestPointSlaveEnter"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_OnInterestPointSlaveEnter) == 0x000010, "Wrong size on BP_ZurgPawn_Leader_C_OnInterestPointSlaveEnter"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnInterestPointSlaveEnter, Zurg_Slave) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_OnInterestPointSlaveEnter::Zurg_Slave' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnInterestPointSlaveEnter, Interest_Zone) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_OnInterestPointSlaveEnter::Interest_Zone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_OnSwarmDetectProximity \ static_assert(alignof(BP_ZurgPawn_Leader_C_OnSwarmDetectProximity) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_OnSwarmDetectProximity"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_OnSwarmDetectProximity) == 0x000010, "Wrong size on BP_ZurgPawn_Leader_C_OnSwarmDetectProximity"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnSwarmDetectProximity, Zurg_Sensor) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_OnSwarmDetectProximity::Zurg_Sensor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnSwarmDetectProximity, Detected_Actor) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_OnSwarmDetectProximity::Detected_Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_OnHearedNoise \ static_assert(alignof(BP_ZurgPawn_Leader_C_OnHearedNoise) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_OnHearedNoise"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_OnHearedNoise) == 0x000020, "Wrong size on BP_ZurgPawn_Leader_C_OnHearedNoise"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnHearedNoise, _noiseComponent) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_OnHearedNoise::_noiseComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnHearedNoise, _location) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_OnHearedNoise::_location' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnHearedNoise, _emitter) == 0x000018, "Member 'BP_ZurgPawn_Leader_C_OnHearedNoise::_emitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_OnDisplayDebug \ static_assert(alignof(BP_ZurgPawn_Leader_C_OnDisplayDebug) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_OnDisplayDebug"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_OnDisplayDebug) == 0x000008, "Wrong size on BP_ZurgPawn_Leader_C_OnDisplayDebug"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_OnDisplayDebug, _canvas) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_OnDisplayDebug::_canvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_ReceiveTick \ static_assert(alignof(BP_ZurgPawn_Leader_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_ZurgPawn_Leader_C_ReceiveTick"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_ReceiveTick) == 0x000004, "Wrong size on BP_ZurgPawn_Leader_C_ReceiveTick"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_PropagateStateFromZurg \ static_assert(alignof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_PropagateStateFromZurg"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg) == 0x0000A8, "Wrong size on BP_ZurgPawn_Leader_C_PropagateStateFromZurg"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, Zurg) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::Zurg' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, New_State) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::New_State' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, PropagateFromThisLocation) == 0x00000C, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::PropagateFromThisLocation' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CurrentZurg) == 0x000018, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CurrentZurg' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000044, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_VSize_ReturnValue) == 0x000054, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000058, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_GetSlaves_ReturnValue) == 0x000068, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_GetSlaves_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave) == 0x000088, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_Less_IntInt_ReturnValue) == 0x000091, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_GetState_ReturnValue) == 0x000092, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_GetSwarmRadius_ReturnValue) == 0x000094, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_GetSwarmRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000098, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_NormalizeToRange_ReturnValue) == 0x00009C, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_PropagateStateFromZurg, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A0, "Member 'BP_ZurgPawn_Leader_C_PropagateStateFromZurg::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_SetZurgZone \ static_assert(alignof(BP_ZurgPawn_Leader_C_SetZurgZone) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_SetZurgZone"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_SetZurgZone) == 0x000010, "Wrong size on BP_ZurgPawn_Leader_C_SetZurgZone"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetZurgZone, New_Zurg_Zone) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_SetZurgZone::New_Zurg_Zone' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetZurgZone, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_SetZurgZone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation \ static_assert(alignof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation) == 0x000058, "Wrong size on BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, Slaves_count) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::Slaves_count' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, Spawn_Radius) == 0x000004, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::Spawn_Radius' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, Spawn_Location) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::Spawn_Location' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, SpawnedZurgs) == 0x000018, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::SpawnedZurgs' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, SpawnedZurgsTemp) == 0x000028, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::SpawnedZurgsTemp' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, CallFunc_spawnSlave_ReturnValue) == 0x000038, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::CallFunc_spawnSlave_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, CallFunc_FTrunc_ReturnValue) == 0x000040, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, Temp_int_Variable) == 0x000048, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000050, "Member 'BP_ZurgPawn_Leader_C_SpawnSlavesAtLocation::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_SetKamakizePercent \ static_assert(alignof(BP_ZurgPawn_Leader_C_SetKamakizePercent) == 0x000008, "Wrong alignment on BP_ZurgPawn_Leader_C_SetKamakizePercent"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_SetKamakizePercent) == 0x0000A8, "Wrong size on BP_ZurgPawn_Leader_C_SetKamakizePercent"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, Percentage) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::Percentage' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, KamikazeCountToSet) == 0x000004, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::KamikazeCountToSet' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CurrentKamikazePercent) == 0x000008, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CurrentKamikazePercent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Greater_IntInt_ReturnValue) == 0x000012, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000028, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00002C, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, Temp_float_Variable) == 0x000030, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, Temp_int_Variable) == 0x000034, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000038, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_GetSlaveCount_ReturnValue) == 0x000040, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_GetSlaveCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000044, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Less_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00004C, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000050, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_GetSlaves_ReturnValue) == 0x000058, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_GetSlaves_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_FTrunc_ReturnValue) == 0x000068, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_IsKamikaze_ReturnValue) == 0x000078, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_IsKamikaze_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_BooleanAND_ReturnValue) == 0x000081, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Add_FloatFloat_ReturnValue) == 0x000084, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_GetSlaves_ReturnValue_1) == 0x000088, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_GetSlaves_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Array_Get_Item_1) == 0x000098, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Array_Length_ReturnValue_1) == 0x0000A0, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_IsKamikaze_ReturnValue_1) == 0x0000A4, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_IsKamikaze_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_SetKamakizePercent, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A5, "Member 'BP_ZurgPawn_Leader_C_SetKamakizePercent::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawn_Leader_C_GetObserverLocation \ static_assert(alignof(BP_ZurgPawn_Leader_C_GetObserverLocation) == 0x000004, "Wrong alignment on BP_ZurgPawn_Leader_C_GetObserverLocation"); \ static_assert(sizeof(BP_ZurgPawn_Leader_C_GetObserverLocation) == 0x000018, "Wrong size on BP_ZurgPawn_Leader_C_GetObserverLocation"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_GetObserverLocation, ReturnValue) == 0x000000, "Member 'BP_ZurgPawn_Leader_C_GetObserverLocation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawn_Leader_C_GetObserverLocation, CallFunc_GetCurrentViewLocation_ReturnValue) == 0x00000C, "Member 'BP_ZurgPawn_Leader_C_GetObserverLocation::CallFunc_GetCurrentViewLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgPawn_Leader_C \ static_assert(alignof(ABP_ZurgPawn_Leader_C) == 0x000010, "Wrong alignment on ABP_ZurgPawn_Leader_C"); \ static_assert(sizeof(ABP_ZurgPawn_Leader_C) == 0x0005A0, "Wrong size on ABP_ZurgPawn_Leader_C"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, UberGraphFrame) == 0x000480, "Member 'ABP_ZurgPawn_Leader_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, COMP_CameraTarget) == 0x000488, "Member 'ABP_ZurgPawn_Leader_C::COMP_CameraTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, ZurgLeaderText) == 0x000490, "Member 'ABP_ZurgPawn_Leader_C::ZurgLeaderText' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, DaLeaderBillboard) == 0x000498, "Member 'ABP_ZurgPawn_Leader_C::DaLeaderBillboard' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, ZurgZone) == 0x0004A0, "Member 'ABP_ZurgPawn_Leader_C::ZurgZone' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, ZurgSlaveInterested) == 0x0004A8, "Member 'ABP_ZurgPawn_Leader_C::ZurgSlaveInterested' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, LastHearedGameplayNoise) == 0x0004F8, "Member 'ABP_ZurgPawn_Leader_C::LastHearedGameplayNoise' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, LastProximitySensedActor) == 0x000500, "Member 'ABP_ZurgPawn_Leader_C::LastProximitySensedActor' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, LastProximitySensedZurgDetector) == 0x000508, "Member 'ABP_ZurgPawn_Leader_C::LastProximitySensedZurgDetector' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, bEnableCameraTarget) == 0x000510, "Member 'ABP_ZurgPawn_Leader_C::bEnableCameraTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, SpawningDurationInSecond) == 0x000514, "Member 'ABP_ZurgPawn_Leader_C::SpawningDurationInSecond' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, bWaitForSpawn) == 0x000518, "Member 'ABP_ZurgPawn_Leader_C::bWaitForSpawn' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, bAlreadySpawned) == 0x000519, "Member 'ABP_ZurgPawn_Leader_C::bAlreadySpawned' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, LockedOnThisTarget) == 0x000520, "Member 'ABP_ZurgPawn_Leader_C::LockedOnThisTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, InitialTransform) == 0x000530, "Member 'ABP_ZurgPawn_Leader_C::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, LastHearedGameplayNoiseEmitter) == 0x000560, "Member 'ABP_ZurgPawn_Leader_C::LastHearedGameplayNoiseEmitter' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, IgnoreAllZurgsSound) == 0x000568, "Member 'ABP_ZurgPawn_Leader_C::IgnoreAllZurgsSound' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, IgnoreSelfSound) == 0x000569, "Member 'ABP_ZurgPawn_Leader_C::IgnoreSelfSound' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, SlaveUnderLightCount) == 0x00056C, "Member 'ABP_ZurgPawn_Leader_C::SlaveUnderLightCount' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, CurrentEnlightingSpotlight) == 0x000570, "Member 'ABP_ZurgPawn_Leader_C::CurrentEnlightingSpotlight' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, DelayBeforeSpawnWithLogicTrigger) == 0x000580, "Member 'ABP_ZurgPawn_Leader_C::DelayBeforeSpawnWithLogicTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, LockedOnThisTargetComponent) == 0x000588, "Member 'ABP_ZurgPawn_Leader_C::LockedOnThisTargetComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawn_Leader_C, LastHearedLocation) == 0x000590, "Member 'ABP_ZurgPawn_Leader_C::LastHearedLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew \ static_assert(alignof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew) == 0x000008, "Wrong alignment on ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew"); \ static_assert(sizeof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew) == 0x0000B8, "Wrong size on ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, EntryPoint) == 0x000000, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000004, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000009, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000B, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x00000C, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000010, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000011, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_GetRelevantAnimLength_ReturnValue) == 0x000014, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_GetRelevantAnimLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_BooleanOR_ReturnValue) == 0x000018, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x00001C, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x000020, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000021, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x000022, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000023, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000024, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_BooleanAND_ReturnValue) == 0x000025, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_IsValid_ReturnValue) == 0x000026, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000027, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000028, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x00002C, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000030, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x000031, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000032, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000033, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x000034, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_BooleanAND_ReturnValue_1) == 0x000035, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000036, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000037, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, K2Node_Event_DeltaTimeX) == 0x000038, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000040, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave) == 0x000048, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_GetRelevantAnimLength_ReturnValue_1) == 0x000054, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_GetRelevantAnimLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_LessEqual_FloatFloat_ReturnValue_4) == 0x000058, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_LessEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_GetAudioManager_AudioManager) == 0x000060, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000068, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_GetCameraLocation_ReturnValue) == 0x000070, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_GetComponentVelocity_ReturnValue) == 0x00007C, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_GetComponentVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_VSizeSquared_ReturnValue) == 0x000088, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00008C, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000098, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00009C, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_FClamp_ReturnValue) == 0x0000A8, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_VSize_ReturnValue) == 0x0000AC, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x0000B0, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000B4, "Member 'ABP_ZurgNew_C_ExecuteUbergraph_ABP_ZurgNew::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgNew_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_ZurgNew_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_ZurgNew_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_ZurgNew_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_ZurgNew_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_ZurgNew_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_ZurgNew_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgNew_C_TickUpdateSpeeds \ static_assert(alignof(ABP_ZurgNew_C_TickUpdateSpeeds) == 0x000004, "Wrong alignment on ABP_ZurgNew_C_TickUpdateSpeeds"); \ static_assert(sizeof(ABP_ZurgNew_C_TickUpdateSpeeds) == 0x00004C, "Wrong size on ABP_ZurgNew_C_TickUpdateSpeeds"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_Add_FloatFloat_ReturnValue) == 0x000000, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_GetActorRightVector_ReturnValue) == 0x000004, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_GetActorForwardVector_ReturnValue) == 0x000014, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_GetVelocity_ReturnValue) == 0x000020, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_Dot_VectorVector_ReturnValue) == 0x00002C, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x000030, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_NormalizeToRange_ReturnValue) == 0x000034, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_NormalizeToRange_ReturnValue_1) == 0x000038, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_NormalizeToRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00003C, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_Abs_ReturnValue) == 0x000040, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_FClamp_ReturnValue_1) == 0x000044, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateSpeeds, CallFunc_FClamp_ReturnValue_2) == 0x000048, "Member 'ABP_ZurgNew_C_TickUpdateSpeeds::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgNew_C_TickUpdateState \ static_assert(alignof(ABP_ZurgNew_C_TickUpdateState) == 0x000008, "Wrong alignment on ABP_ZurgNew_C_TickUpdateState"); \ static_assert(sizeof(ABP_ZurgNew_C_TickUpdateState) == 0x000018, "Wrong size on ABP_ZurgNew_C_TickUpdateState"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateState, CallFunc_IsStunned_ReturnValue) == 0x000000, "Member 'ABP_ZurgNew_C_TickUpdateState::CallFunc_IsStunned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateState, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'ABP_ZurgNew_C_TickUpdateState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateState, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'ABP_ZurgNew_C_TickUpdateState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateState, CallFunc_GetCurrentZurgSettings_ReturnValue) == 0x000008, "Member 'ABP_ZurgNew_C_TickUpdateState::CallFunc_GetCurrentZurgSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateState, CallFunc_IsWalking_ReturnValue) == 0x000010, "Member 'ABP_ZurgNew_C_TickUpdateState::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateState, CallFunc_GetState_ReturnValue) == 0x000011, "Member 'ABP_ZurgNew_C_TickUpdateState::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgNew_C_TickUpdateInterestAnimation \ static_assert(alignof(ABP_ZurgNew_C_TickUpdateInterestAnimation) == 0x000008, "Wrong alignment on ABP_ZurgNew_C_TickUpdateInterestAnimation"); \ static_assert(sizeof(ABP_ZurgNew_C_TickUpdateInterestAnimation) == 0x000010, "Wrong size on ABP_ZurgNew_C_TickUpdateInterestAnimation"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateInterestAnimation, CurrentInterestedPoint) == 0x000000, "Member 'ABP_ZurgNew_C_TickUpdateInterestAnimation::CurrentInterestedPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateInterestAnimation, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'ABP_ZurgNew_C_TickUpdateInterestAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateInterestAnimation, CallFunc_IsValid_ReturnValue_1) == 0x000009, "Member 'ABP_ZurgNew_C_TickUpdateInterestAnimation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateInterestAnimation, CallFunc_IsValid_ReturnValue_2) == 0x00000A, "Member 'ABP_ZurgNew_C_TickUpdateInterestAnimation::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateInterestAnimation, CallFunc_GetState_ReturnValue) == 0x00000B, "Member 'ABP_ZurgNew_C_TickUpdateInterestAnimation::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateInterestAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'ABP_ZurgNew_C_TickUpdateInterestAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateInterestAnimation, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00000D, "Member 'ABP_ZurgNew_C_TickUpdateInterestAnimation::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateInterestAnimation, CallFunc_IsValid_ReturnValue_3) == 0x00000E, "Member 'ABP_ZurgNew_C_TickUpdateInterestAnimation::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgNew_C_TickUpdateInterestAnimation, CallFunc_BooleanAND_ReturnValue) == 0x00000F, "Member 'ABP_ZurgNew_C_TickUpdateInterestAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgNew_C_AnimGraph \ static_assert(alignof(ABP_ZurgNew_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_ZurgNew_C_AnimGraph"); \ static_assert(sizeof(ABP_ZurgNew_C_AnimGraph) == 0x000010, "Wrong size on ABP_ZurgNew_C_AnimGraph"); \ static_assert(offsetof(ABP_ZurgNew_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_ZurgNew_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_ZurgNew_C \ static_assert(alignof(UABP_ZurgNew_C) == 0x000010, "Wrong alignment on UABP_ZurgNew_C"); \ static_assert(sizeof(UABP_ZurgNew_C) == 0x001940, "Wrong size on UABP_ZurgNew_C"); \ static_assert(offsetof(UABP_ZurgNew_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_ZurgNew_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_ZurgNew_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_20) == 0x0002F8, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_19) == 0x000320, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_18) == 0x000348, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_17) == 0x000370, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_16) == 0x000398, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_12) == 0x0003C0, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_13) == 0x000440, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_11) == 0x000470, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_12) == 0x0004F0, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_10) == 0x000520, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_11) == 0x0005A0, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_15) == 0x0005D0, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_14) == 0x0005F8, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_13) == 0x000620, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_12) == 0x000648, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_11) == 0x000670, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_10) == 0x000698, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_9) == 0x0006C0, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_8) == 0x0006E8, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_7) == 0x000710, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_6) == 0x000738, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_5) == 0x000760, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_4) == 0x000788, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_3) == 0x0007B0, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_2) == 0x0007D8, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult_1) == 0x000800, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_TransitionResult) == 0x000828, "Member 'UABP_ZurgNew_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_9) == 0x000850, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_10) == 0x0008D0, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_8) == 0x000900, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_9) == 0x000980, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_7) == 0x0009B0, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_LayeredBoneBlend_2) == 0x000A30, "Member 'UABP_ZurgNew_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_UseCachedPose_4) == 0x000AF0, "Member 'UABP_ZurgNew_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_BlendListByBool_2) == 0x000B18, "Member 'UABP_ZurgNew_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_6) == 0x000BB8, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_8) == 0x000C38, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_5) == 0x000C68, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_7) == 0x000CE8, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_UseCachedPose_3) == 0x000D18, "Member 'UABP_ZurgNew_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_6) == 0x000D40, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_LayeredBoneBlend_1) == 0x000D70, "Member 'UABP_ZurgNew_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_UseCachedPose_2) == 0x000E30, "Member 'UABP_ZurgNew_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_4) == 0x000E58, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_BlendListByBool_1) == 0x000ED8, "Member 'UABP_ZurgNew_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_3) == 0x000F78, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_5) == 0x000FF8, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_2) == 0x001028, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer_1) == 0x0010A8, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_LayeredBoneBlend) == 0x001128, "Member 'UABP_ZurgNew_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_UseCachedPose_1) == 0x0011E8, "Member 'UABP_ZurgNew_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_BlendListByBool) == 0x001210, "Member 'UABP_ZurgNew_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_4) == 0x0012B0, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SequencePlayer) == 0x0012E0, "Member 'UABP_ZurgNew_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_3) == 0x001360, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_UseCachedPose) == 0x001390, "Member 'UABP_ZurgNew_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_2) == 0x0013B8, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateMachine_2) == 0x0013E8, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult_1) == 0x001498, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateMachine_1) == 0x0014C8, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateResult) == 0x001578, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_StateMachine) == 0x0015A8, "Member 'UABP_ZurgNew_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_BlendSpacePlayer) == 0x001658, "Member 'UABP_ZurgNew_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_SaveCachedPose) == 0x001740, "Member 'UABP_ZurgNew_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, AnimGraphNode_Slot) == 0x001898, "Member 'UABP_ZurgNew_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, FrontalVelocity) == 0x0018E0, "Member 'UABP_ZurgNew_C::FrontalVelocity' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, LateralVelocity) == 0x0018E4, "Member 'UABP_ZurgNew_C::LateralVelocity' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, InitialWalkSpeed) == 0x0018E8, "Member 'UABP_ZurgNew_C::InitialWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, ZurgCurrentState) == 0x0018EC, "Member 'UABP_ZurgNew_C::ZurgCurrentState' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, CurrentInterestAnimation) == 0x0018F0, "Member 'UABP_ZurgNew_C::CurrentInterestAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, bIsMoving) == 0x0018F8, "Member 'UABP_ZurgNew_C::bIsMoving' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, BP_ZurgPawn) == 0x001900, "Member 'UABP_ZurgNew_C::BP_ZurgPawn' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, MovementBlendSpacePlaySpeed) == 0x001908, "Member 'UABP_ZurgNew_C::MovementBlendSpacePlaySpeed' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, ZurgSettings) == 0x001910, "Member 'UABP_ZurgNew_C::ZurgSettings' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, NormalMovementBlendSpace) == 0x001918, "Member 'UABP_ZurgNew_C::NormalMovementBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, MovementBlendSpacePlayRate) == 0x001920, "Member 'UABP_ZurgNew_C::MovementBlendSpacePlayRate' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, StunnedRandomPlayRate) == 0x001924, "Member 'UABP_ZurgNew_C::StunnedRandomPlayRate' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, bIsStunned) == 0x001928, "Member 'UABP_ZurgNew_C::bIsStunned' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, StunnedTime) == 0x00192C, "Member 'UABP_ZurgNew_C::StunnedTime' has a wrong offset!"); \ static_assert(offsetof(UABP_ZurgNew_C, StunnedEndAnimation) == 0x001930, "Member 'UABP_ZurgNew_C::StunnedEndAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave \ static_assert(alignof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave) == 0x000010, "Wrong alignment on BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave) == 0x0011D0, "Wrong size on BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, EntryPoint) == 0x000000, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x000008, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_StartEasingInterpolator_ReturnValue) == 0x000010, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_object_Variable) == 0x000020, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000030, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_StartEasingInterpolator__interpolatorObject_1) == 0x000048, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_StartEasingInterpolator__interpolatorObject_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_StartEasingInterpolator_ReturnValue_1) == 0x000050, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_StartEasingInterpolator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_2) == 0x000058, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate_1) == 0x00005C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_Ratio) == 0x00006C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_float_Variable) == 0x000070, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable) == 0x000074, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_IsClosed_Variable) == 0x00007C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Has_Been_Initd_Variable) == 0x00007D, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsAssertEnabled_ReturnValue) == 0x00007E, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsAssertEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_1) == 0x000080, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsAssertEnabled_ReturnValue_1) == 0x000088, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsAssertEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_2) == 0x00008C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_float_Variable_1) == 0x000094, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_3) == 0x000098, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Has_Been_Initd_Variable_1) == 0x0000A0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_IsClosed_Variable_1) == 0x0000A1, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_4) == 0x0000A4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Variable) == 0x0000AC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_wildcard_Variable) == 0x0000B0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_byte_Variable) == 0x0000B8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_3) == 0x0000B9, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetDistanceTo_ReturnValue) == 0x0000BC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Variable_1) == 0x0000CC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_float_Variable_2) == 0x0000D0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Has_Been_Initd_Variable_2) == 0x0000D4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_float_Variable_3) == 0x0000D8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_IsClosed_Variable_2) == 0x0000DC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_IsClosed_Variable_3) == 0x0000DD, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Has_Been_Initd_Variable_3) == 0x0000DE, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__dt_7) == 0x0000E0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__dt_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_EscapingActor) == 0x0000E8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_EscapingActor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_distance) == 0x0000F0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_distance' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_float_Variable_4) == 0x0000F4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000F8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000104, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000110, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000114, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Has_Been_Initd_Variable_4) == 0x000120, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__newState) == 0x000121, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__newState' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_Ratio_1) == 0x000124, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_Ratio_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate_2) == 0x000128, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_IsClosed_Variable_4) == 0x000138, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__catPawn_1) == 0x000140, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__catPawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__catSkeletalMesh_1) == 0x000148, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__catSkeletalMesh_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__socketName_1) == 0x000150, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__socketName_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__catPawn) == 0x000158, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__catPawn' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__catSkeletalMesh) == 0x000160, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__catSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__socketName) == 0x000168, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__socketName' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetSocketTransform_ReturnValue) == 0x000170, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetVelocity_ReturnValue) == 0x0001A0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetActorRightVector_ReturnValue) == 0x0001AC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetActorForwardVector_ReturnValue) == 0x0001B8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0001C4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetTransform_ReturnValue) == 0x0001D0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_time_1) == 0x000200, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_time_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__dt_6) == 0x000204, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__dt_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetVelocity_ReturnValue_1) == 0x000208, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Normal_ReturnValue) == 0x000214, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__actorToAttack) == 0x000220, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__actorToAttack' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeRotFromX_ReturnValue) == 0x000228, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Roll) == 0x000234, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Pitch) == 0x000238, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Yaw) == 0x00023C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000240, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeRotator_ReturnValue) == 0x000244, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000250, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__dt_5) == 0x000254, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__dt_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue) == 0x000258, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000260, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetNavigationQueryFilter_ReturnValue) == 0x000270, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetNavigationQueryFilter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetNavMesh_ReturnValue) == 0x000278, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetNavMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetNavAgentLocation_ReturnValue) == 0x000280, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetNavAgentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000290, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakTransform_Location) == 0x0002C0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakTransform_Rotation) == 0x0002CC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakTransform_Scale) == 0x0002D8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeTransform_ReturnValue) == 0x0002F0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue_1) == 0x000320, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRange_ReturnValue) == 0x000328, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetState_ReturnValue) == 0x00032C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetNavAgentLocation_ReturnValue_1) == 0x000330, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetNavAgentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_FindPathToLocationSynchronously_ReturnValue) == 0x000340, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_FindPathToLocationSynchronously_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_4) == 0x000348, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00034C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_VSize_ReturnValue) == 0x000358, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00035C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Array_LastIndex_ReturnValue) == 0x000360, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsWalking_ReturnValue) == 0x000364, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue_2) == 0x000368, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue_3) == 0x000370, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetState_ReturnValue_1) == 0x000378, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader) == 0x000380, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_bSuccess) == 0x000388, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager) == 0x000390, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate_3) == 0x000398, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue_4) == 0x0003A8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetState_ReturnValue_2) == 0x0003B0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue_5) == 0x0003B8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0003C0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_5) == 0x0003C1, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue_6) == 0x0003C8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader_1) == 0x0003D0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_bSuccess_1) == 0x0003D8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__zurgAttackPoint_1) == 0x0003E0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__zurgAttackPoint_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0003F0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__zurgAttackPoint) == 0x000420, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__zurgAttackPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetTransform_ReturnValue_1) == 0x000430, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000460, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Roll_1) == 0x00046C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Pitch_1) == 0x000470, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Yaw_1) == 0x000474, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_Ratio_4) == 0x000478, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_Ratio_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeRotator_ReturnValue_1) == 0x00047C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RLerp_ReturnValue) == 0x000488, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x000494, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetCurrentZurgSettings_ReturnValue) == 0x000498, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetCurrentZurgSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_object_Variable_1) == 0x0004A0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__newZurgSettings) == 0x0004A8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__newZurgSettings' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetCurrentZurgSettings_ReturnValue_1) == 0x0004B0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetCurrentZurgSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetCurrentZurgSettings_ReturnValue_2) == 0x0004B8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetCurrentZurgSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Select_Default) == 0x0004C0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakVector2D_X) == 0x0004C8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakVector2D_Y) == 0x0004CC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x0004D0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_1) == 0x0004D8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_2) == 0x0004E0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_6) == 0x0004E8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0004EC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomBool_ReturnValue) == 0x0004F8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__dt_4) == 0x0004FC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__dt_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000500, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x00050C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Roll_2) == 0x000518, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Pitch_2) == 0x00051C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Yaw_2) == 0x000520, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeRotator_ReturnValue_2) == 0x000524, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeRotator_ReturnValue_3) == 0x000530, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorRotation_ReturnValue_2) == 0x00053C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RLerp_ReturnValue_1) == 0x000540, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorRotation_ReturnValue_3) == 0x00054C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__dt_3) == 0x000550, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__dt_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetVelocity_ReturnValue_2) == 0x000554, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetVelocity_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Normal_ReturnValue_1) == 0x000560, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x00056C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Roll_3) == 0x000578, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Pitch_3) == 0x00057C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Yaw_3) == 0x000580, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorRotation_ReturnValue_3) == 0x000584, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_ClampAngle_ReturnValue) == 0x000590, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Roll_4) == 0x000594, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Pitch_4) == 0x000598, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Yaw_4) == 0x00059C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeRotator_ReturnValue_4) == 0x0005A0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeRotator_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeRotator_ReturnValue_5) == 0x0005AC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeRotator_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorRotation_ReturnValue_4) == 0x0005B8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorRotation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorRotation_ReturnValue_4) == 0x0005BC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorRotation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0005C8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RInterpTo_ReturnValue) == 0x0005CC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0005D8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorRotation_ReturnValue_5) == 0x0005E4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorRotation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0005E8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsUnderAntiZurgSpotlight_ReturnValue) == 0x0005F4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsUnderAntiZurgSpotlight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__dt_2) == 0x0005F8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__dt_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_wildcard_Variable_1) == 0x000600, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_wildcard_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_7) == 0x000608, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x00060C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_wildcard_Variable_2) == 0x000610, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_wildcard_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_8) == 0x000618, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate_4) == 0x00061C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RLerp_ReturnValue_2) == 0x00062C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RLerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__dt_1) == 0x000638, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__dt_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_time) == 0x00063C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_time' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_FMax_ReturnValue) == 0x000640, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsStunned_ReturnValue) == 0x000644, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsStunned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Add_FloatFloat_ReturnValue) == 0x000648, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00064C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RLerp_ReturnValue_3) == 0x000650, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RLerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsStunned_ReturnValue_1) == 0x00065C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsStunned_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Not_PreBool_ReturnValue) == 0x00065D, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x00065E, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsFalling_ReturnValue) == 0x00065F, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BooleanOR_ReturnValue) == 0x000660, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Variable_2) == 0x000661, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_float_Variable_5) == 0x000664, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetVelocity_ReturnValue_3) == 0x000668, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetVelocity_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakVector_X) == 0x000674, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakVector_Y) == 0x000678, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakVector_Z) == 0x00067C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Abs_ReturnValue) == 0x000680, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000684, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_FMax_ReturnValue_1) == 0x000688, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_Ratio_2) == 0x00068C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_Ratio_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_3) == 0x000690, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000698, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_4) == 0x0006A8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0006B0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_5) == 0x0006C0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0006C8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_6) == 0x0006D8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x0006E0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__dt) == 0x0006EC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__dt' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_7) == 0x0006F0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x0006F8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_Interest_Point) == 0x000700, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_Interest_Point' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate_5) == 0x000708, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsFree_IsFree) == 0x000718, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsFree_IsFree' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_AttachToThisComponent) == 0x000720, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_AttachToThisComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_Transform) == 0x000730, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_Transform' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakTransform_Location_1) == 0x000760, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakTransform_Rotation_1) == 0x00076C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakTransform_Scale_1) == 0x000778, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_JumpToLocation_OutLaunchVelocity) == 0x000784, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_JumpToLocation_OutLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_9) == 0x000790, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_VSize_ReturnValue_1) == 0x000794, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_float_Variable_6) == 0x000798, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate_6) == 0x00079C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorRotation_ReturnValue_5) == 0x0007AC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorRotation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_Ratio_3) == 0x0007B8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_Ratio_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate_7) == 0x0007BC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0007CC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BooleanAND_ReturnValue) == 0x0007CD, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_JumpToLocation_OutLaunchVelocity_1) == 0x0007D0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_JumpToLocation_OutLaunchVelocity_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate_8) == 0x0007DC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetVelocity_ReturnValue_4) == 0x0007EC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetVelocity_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Variable_3) == 0x0007F8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeRotFromX_ReturnValue_1) == 0x0007FC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeRotFromX_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Roll_5) == 0x000808, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Roll_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Pitch_5) == 0x00080C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Pitch_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakRotator_Yaw_5) == 0x000810, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakRotator_Yaw_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeRotator_ReturnValue_6) == 0x000814, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeRotator_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RLerp_ReturnValue_4) == 0x000820, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RLerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorRotation_ReturnValue_6) == 0x00082C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorRotation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x000830, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MoveTo_ReturnValue) == 0x00083C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MoveTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x000840, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x00084C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_VSize_ReturnValue_2) == 0x000858, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_VSize_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00085C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000860, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue_7) == 0x000868, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000870, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader_2) == 0x000878, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_bSuccess_2) == 0x000880, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetTransform_ReturnValue_2) == 0x000890, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakTransform_Location_2) == 0x0008C0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakTransform_Rotation_2) == 0x0008CC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakTransform_Scale_2) == 0x0008D8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0008E4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_NegateRotator_ReturnValue) == 0x00096C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_VLerp_ReturnValue) == 0x000978, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RLerp_ReturnValue_5) == 0x000984, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RLerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000990, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000A18, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x000A1C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000AA8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000AB0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000AB8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000AC0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_ComponentBoundEvent_bFromSweep) == 0x000AC4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_ComponentBoundEvent_SweepResult) == 0x000AC8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000B50, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_ComponentBoundEvent_OtherActor) == 0x000B58, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_ComponentBoundEvent_OtherComp) == 0x000B60, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000B68, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_float_Variable_7) == 0x000B6C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__detectedActor) == 0x000B70, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__detectedActor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_TLerp_ReturnValue) == 0x000B80, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_TLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_AsCat_Pawn) == 0x000BB0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_bSuccess_3) == 0x000BB8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000BBC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000C44, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000C48, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetComponentBounds_Origin) == 0x000C50, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetComponentBounds_BoxExtent) == 0x000C5C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetComponentBounds_SphereRadius) == 0x000C68, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue_8) == 0x000C70, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_10) == 0x000C78, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader_3) == 0x000C80, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_AsBP_Zurg_Pawn_Leader_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_bSuccess_4) == 0x000C88, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Variable_4) == 0x000C89, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Select_Default_1) == 0x000C8C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Add_VectorVector_ReturnValue) == 0x000C98, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_float_Variable_8) == 0x000CA4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Multiply_VectorFloat_ReturnValue_4) == 0x000CA8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Multiply_VectorFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_TLerp_ReturnValue_1) == 0x000CC0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_TLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000CF0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorTransform_SweepHitResult_1) == 0x000CFC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorTransform_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetActorTransform_ReturnValue_1) == 0x000D84, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetActorTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000D88, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_JumpToLocation_OutLaunchVelocity_2) == 0x000D94, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_JumpToLocation_OutLaunchVelocity_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_11) == 0x000DA0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__leader) == 0x000DA8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__leader' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetActorScale3D_ReturnValue) == 0x000DB0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue_9) == 0x000DC0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_VLerp_ReturnValue_1) == 0x000DC8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_12) == 0x000DD4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_13) == 0x000DD5, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000DD8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate_9) == 0x000DDC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeRandomStream_ReturnValue) == 0x000DEC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRangeFromStream_ReturnValue_1) == 0x000DF4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000DF8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__lightable_1) == 0x000E08, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__lightable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__spotLight_1) == 0x000E10, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__spotLight_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__lightable) == 0x000E18, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__lightable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__spotLight) == 0x000E20, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__spotLight' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetState_ReturnValue_3) == 0x000E28, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetState_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_SwitchEnum_CmpSuccess) == 0x000E29, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_8) == 0x000E30, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_8' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000E38, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x000E3C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_StartEasingInterpolator__interpolatorObject_2) == 0x000E40, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_StartEasingInterpolator__interpolatorObject_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_StartEasingInterpolator_ReturnValue_2) == 0x000E48, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_StartEasingInterpolator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_14) == 0x000E50, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_9) == 0x000E58, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_9' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_object_Variable_2) == 0x000E60, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRange_ReturnValue_5) == 0x000E68, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRange_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Array_Contains_ReturnValue) == 0x000E6C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Array_Add_ReturnValue) == 0x000E70, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Not_PreBool_ReturnValue_1) == 0x000E74, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MoveTo_ReturnValue_1) == 0x000E75, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MoveTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CreateDelegate_OutputDelegate_10) == 0x000E78, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Array_Contains_ReturnValue_1) == 0x000E88, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000E90, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000E98, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Array_RemoveItem_ReturnValue) == 0x000E99, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_StartEasingInterpolator__interpolatorObject_3) == 0x000EA0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_StartEasingInterpolator__interpolatorObject_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_StartEasingInterpolator_ReturnValue_3) == 0x000EA8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_StartEasingInterpolator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_15) == 0x000EB0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_wildcard_Variable_3) == 0x000EB8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_wildcard_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetActorTickInterval_ReturnValue) == 0x000EC0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetActorTickInterval_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_CustomEvent_BP_Cat_Pawn) == 0x000EC8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_CustomEvent_BP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x000ED0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_16) == 0x000F00, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000F08, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_FinishSpawningActor_ReturnValue) == 0x000F10, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetState_ReturnValue_4) == 0x000F18, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetState_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000F19, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000F1A, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000F1B, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BooleanOR_ReturnValue_1) == 0x000F1C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000F1D, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BooleanOR_ReturnValue_2) == 0x000F1E, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_5) == 0x000F20, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_CanGrab_ReturnValue) == 0x000F28, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_CanGrab_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BooleanAND_ReturnValue_1) == 0x000F29, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_6) == 0x000F2C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000F34, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_StartEasingInterpolator__interpolatorObject_4) == 0x000F38, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_StartEasingInterpolator__interpolatorObject_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_StartEasingInterpolator_ReturnValue_4) == 0x000F40, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_StartEasingInterpolator_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetCurrentZurgSettings_ReturnValue_3) == 0x000F48, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetCurrentZurgSettings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_17) == 0x000F50, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_18) == 0x000F51, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetCurrentZurgSettings_ReturnValue_4) == 0x000F58, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetCurrentZurgSettings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_7) == 0x000F60, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BooleanAND_ReturnValue_2) == 0x000F68, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BooleanAND_ReturnValue_3) == 0x000F69, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x000F6C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_LineTraceSingle_OutHit) == 0x000F78, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_LineTraceSingle_ReturnValue) == 0x001000, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_8) == 0x001004, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_bBlockingHit) == 0x00100C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_bInitialOverlap) == 0x00100D, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_Time) == 0x001010, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_Distance) == 0x001014, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_Location) == 0x001018, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_ImpactPoint) == 0x001024, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_Normal) == 0x001030, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_ImpactNormal) == 0x00103C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_PhysMat) == 0x001048, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_HitActor) == 0x001050, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_HitComponent) == 0x001058, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_HitBoneName) == 0x001060, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_HitItem) == 0x001068, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_ElementIndex) == 0x00106C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_FaceIndex) == 0x001070, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_TraceStart) == 0x001074, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakHitResult_TraceEnd) == 0x001080, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Array_Length_ReturnValue) == 0x00108C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x001090, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__lifeComponent_2) == 0x001098, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__lifeComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__damageApplier) == 0x0010A0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__damageApplier' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__damageAmount) == 0x0010A8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__damageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__lifeComponent_1) == 0x0010B0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__lifeComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__killer) == 0x0010B8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__killer' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetState_ReturnValue_5) == 0x0010C0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetState_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetLeader_ReturnValue_10) == 0x0010C8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetLeader_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0010D0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsValid_ReturnValue_19) == 0x0010D1, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetState_ReturnValue_6) == 0x0010D2, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetState_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_float_Variable_9) == 0x0010D4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__lifeComponent) == 0x0010D8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__lifeComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__life) == 0x0010E0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__life' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetRelativeTransform_ReturnValue) == 0x0010F0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_9) == 0x001120, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetActorScale3D_ReturnValue_1) == 0x001128, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetActorScale3D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_byte_Variable_1) == 0x001134, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Select_Default_2) == 0x001138, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_bool_Variable_5) == 0x001140, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakVector2D_X_1) == 0x001144, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakVector2D_Y_1) == 0x001148, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRangeFromStream_ReturnValue_2) == 0x00114C, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_10) == 0x001150, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_11) == 0x001158, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_wildcard_Variable_4) == 0x001160, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_wildcard_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_10) == 0x001168, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_10' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_12) == 0x001170, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRange_ReturnValue_6) == 0x001178, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRange_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Event__otherActor) == 0x001180, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Event__otherActor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x001188, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_DynamicCast_bSuccess_5) == 0x001190, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRange_ReturnValue_7) == 0x001194, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRange_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_GetAudioManager_AudioManager_11) == 0x001198, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_GetAudioManager_AudioManager_11' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_13) == 0x0011A0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_struct_Variable_14) == 0x0011A8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_struct_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_Less_IntInt_ReturnValue) == 0x0011B0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, Temp_byte_Variable_2) == 0x0011B1, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_IsPlaying_ReturnValue) == 0x0011B2, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, K2Node_Select_Default_3) == 0x0011B4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakVector2D_X_2) == 0x0011BC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_BreakVector2D_Y_2) == 0x0011C0, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRangeFromStream_ReturnValue_3) == 0x0011C4, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRangeFromStream_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRange_ReturnValue_8) == 0x0011C8, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRange_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave, CallFunc_RandomFloatInRange_ReturnValue_9) == 0x0011CC, "Member 'BP_ZurgPawnSlave_C_ExecuteUbergraph_BP_ZurgPawnSlave::CallFunc_RandomFloatInRange_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnAttachOnActorColliderBeginOverlap \ static_assert(alignof(BP_ZurgPawnSlave_C_OnAttachOnActorColliderBeginOverlap) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnAttachOnActorColliderBeginOverlap"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnAttachOnActorColliderBeginOverlap) == 0x000008, "Wrong size on BP_ZurgPawnSlave_C_OnAttachOnActorColliderBeginOverlap"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnAttachOnActorColliderBeginOverlap, _otherActor) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnAttachOnActorColliderBeginOverlap::_otherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C__OnLifeRegeneration \ static_assert(alignof(BP_ZurgPawnSlave_C__OnLifeRegeneration) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C__OnLifeRegeneration"); \ static_assert(sizeof(BP_ZurgPawnSlave_C__OnLifeRegeneration) == 0x000010, "Wrong size on BP_ZurgPawnSlave_C__OnLifeRegeneration"); \ static_assert(offsetof(BP_ZurgPawnSlave_C__OnLifeRegeneration, _lifeComponent) == 0x000000, "Member 'BP_ZurgPawnSlave_C__OnLifeRegeneration::_lifeComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C__OnLifeRegeneration, _life) == 0x000008, "Member 'BP_ZurgPawnSlave_C__OnLifeRegeneration::_life' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C__OnKilled \ static_assert(alignof(BP_ZurgPawnSlave_C__OnKilled) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C__OnKilled"); \ static_assert(sizeof(BP_ZurgPawnSlave_C__OnKilled) == 0x000010, "Wrong size on BP_ZurgPawnSlave_C__OnKilled"); \ static_assert(offsetof(BP_ZurgPawnSlave_C__OnKilled, _lifeComponent) == 0x000000, "Member 'BP_ZurgPawnSlave_C__OnKilled::_lifeComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C__OnKilled, _killer) == 0x000008, "Member 'BP_ZurgPawnSlave_C__OnKilled::_killer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C__OnTakeDamage \ static_assert(alignof(BP_ZurgPawnSlave_C__OnTakeDamage) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C__OnTakeDamage"); \ static_assert(sizeof(BP_ZurgPawnSlave_C__OnTakeDamage) == 0x000018, "Wrong size on BP_ZurgPawnSlave_C__OnTakeDamage"); \ static_assert(offsetof(BP_ZurgPawnSlave_C__OnTakeDamage, _lifeComponent) == 0x000000, "Member 'BP_ZurgPawnSlave_C__OnTakeDamage::_lifeComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C__OnTakeDamage, _damageApplier) == 0x000008, "Member 'BP_ZurgPawnSlave_C__OnTakeDamage::_damageApplier' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C__OnTakeDamage, _damageAmount) == 0x000010, "Member 'BP_ZurgPawnSlave_C__OnTakeDamage::_damageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnCatOverlap \ static_assert(alignof(BP_ZurgPawnSlave_C_OnCatOverlap) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnCatOverlap"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnCatOverlap) == 0x000008, "Wrong size on BP_ZurgPawnSlave_C_OnCatOverlap"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnCatOverlap, BP_Cat_Pawn) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnCatOverlap::BP_Cat_Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnExitSpotLight \ static_assert(alignof(BP_ZurgPawnSlave_C_OnExitSpotLight) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnExitSpotLight"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnExitSpotLight) == 0x000010, "Wrong size on BP_ZurgPawnSlave_C_OnExitSpotLight"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnExitSpotLight, _lightable) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnExitSpotLight::_lightable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnExitSpotLight, _spotlight) == 0x000008, "Member 'BP_ZurgPawnSlave_C_OnExitSpotLight::_spotlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnEnterInSpotLight \ static_assert(alignof(BP_ZurgPawnSlave_C_OnEnterInSpotLight) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnEnterInSpotLight"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnEnterInSpotLight) == 0x000010, "Wrong size on BP_ZurgPawnSlave_C_OnEnterInSpotLight"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnEnterInSpotLight, _lightable) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnEnterInSpotLight::_lightable' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnEnterInSpotLight, _spotlight) == 0x000008, "Member 'BP_ZurgPawnSlave_C_OnEnterInSpotLight::_spotlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnZurgFoundLeader \ static_assert(alignof(BP_ZurgPawnSlave_C_OnZurgFoundLeader) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnZurgFoundLeader"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnZurgFoundLeader) == 0x000008, "Wrong size on BP_ZurgPawnSlave_C_OnZurgFoundLeader"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnZurgFoundLeader, _leader) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnZurgFoundLeader::_leader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnProximityEnterDetection \ static_assert(alignof(BP_ZurgPawnSlave_C_OnProximityEnterDetection) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnProximityEnterDetection"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnProximityEnterDetection) == 0x000008, "Wrong size on BP_ZurgPawnSlave_C_OnProximityEnterDetection"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnProximityEnterDetection, _detectedActor) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnProximityEnterDetection::_detectedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_ZurgPawnSlave_C_BndEvt__CapsuleComponent_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_JumpAndAttachToInterestPoint \ static_assert(alignof(BP_ZurgPawnSlave_C_JumpAndAttachToInterestPoint) == 0x000010, "Wrong alignment on BP_ZurgPawnSlave_C_JumpAndAttachToInterestPoint"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_JumpAndAttachToInterestPoint) == 0x000040, "Wrong size on BP_ZurgPawnSlave_C_JumpAndAttachToInterestPoint"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_JumpAndAttachToInterestPoint, AttachToThisComponent) == 0x000000, "Member 'BP_ZurgPawnSlave_C_JumpAndAttachToInterestPoint::AttachToThisComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_JumpAndAttachToInterestPoint, Transform) == 0x000010, "Member 'BP_ZurgPawnSlave_C_JumpAndAttachToInterestPoint::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_GoToInterestPoint \ static_assert(alignof(BP_ZurgPawnSlave_C_GoToInterestPoint) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_GoToInterestPoint"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_GoToInterestPoint) == 0x000008, "Wrong size on BP_ZurgPawnSlave_C_GoToInterestPoint"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_GoToInterestPoint, Interest_Point) == 0x000000, "Member 'BP_ZurgPawnSlave_C_GoToInterestPoint::Interest_Point' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_State_UnderLight_Tick \ static_assert(alignof(BP_ZurgPawnSlave_C_State_UnderLight_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_State_UnderLight_Tick"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_State_UnderLight_Tick) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_State_UnderLight_Tick"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_State_UnderLight_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawnSlave_C_State_UnderLight_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_Stun \ static_assert(alignof(BP_ZurgPawnSlave_C_Stun) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_Stun"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_Stun) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_Stun"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_Stun, Time) == 0x000000, "Member 'BP_ZurgPawnSlave_C_Stun::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_State_Stunned_Tick \ static_assert(alignof(BP_ZurgPawnSlave_C_State_Stunned_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_State_Stunned_Tick"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_State_Stunned_Tick) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_State_Stunned_Tick"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_State_Stunned_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawnSlave_C_State_Stunned_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_State_Sleeping_Tick \ static_assert(alignof(BP_ZurgPawnSlave_C_State_Sleeping_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_State_Sleeping_Tick"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_State_Sleeping_Tick) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_State_Sleeping_Tick"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_State_Sleeping_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawnSlave_C_State_Sleeping_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_State_Falling_Tick \ static_assert(alignof(BP_ZurgPawnSlave_C_State_Falling_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_State_Falling_Tick"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_State_Falling_Tick) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_State_Falling_Tick"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_State_Falling_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawnSlave_C_State_Falling_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_State_Grabbing_Tick \ static_assert(alignof(BP_ZurgPawnSlave_C_State_Grabbing_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_State_Grabbing_Tick"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_State_Grabbing_Tick) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_State_Grabbing_Tick"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_State_Grabbing_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawnSlave_C_State_Grabbing_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnZurgSettingsChanged \ static_assert(alignof(BP_ZurgPawnSlave_C_OnZurgSettingsChanged) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnZurgSettingsChanged"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnZurgSettingsChanged) == 0x000008, "Wrong size on BP_ZurgPawnSlave_C_OnZurgSettingsChanged"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnZurgSettingsChanged, _newZurgSettings) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnZurgSettingsChanged::_newZurgSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnDetachedFromAttackPoint \ static_assert(alignof(BP_ZurgPawnSlave_C_OnDetachedFromAttackPoint) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnDetachedFromAttackPoint"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnDetachedFromAttackPoint) == 0x000008, "Wrong size on BP_ZurgPawnSlave_C_OnDetachedFromAttackPoint"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnDetachedFromAttackPoint, _zurgAttackPoint) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnDetachedFromAttackPoint::_zurgAttackPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnAttachOnAttackPoint \ static_assert(alignof(BP_ZurgPawnSlave_C_OnAttachOnAttackPoint) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnAttachOnAttackPoint"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnAttachOnAttackPoint) == 0x000008, "Wrong size on BP_ZurgPawnSlave_C_OnAttachOnAttackPoint"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnAttachOnAttackPoint, _zurgAttackPoint) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnAttachOnAttackPoint::_zurgAttackPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_State_Interested_Tick \ static_assert(alignof(BP_ZurgPawnSlave_C_State_Interested_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_State_Interested_Tick"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_State_Interested_Tick) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_State_Interested_Tick"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_State_Interested_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawnSlave_C_State_Interested_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnAttack \ static_assert(alignof(BP_ZurgPawnSlave_C_OnAttack) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnAttack"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnAttack) == 0x000008, "Wrong size on BP_ZurgPawnSlave_C_OnAttack"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnAttack, _actorToAttack) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnAttack::_actorToAttack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_State_Attacking_Tick \ static_assert(alignof(BP_ZurgPawnSlave_C_State_Attacking_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_State_Attacking_Tick"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_State_Attacking_Tick) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_State_Attacking_Tick"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_State_Attacking_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawnSlave_C_State_Attacking_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_ResetAttackWithDelay \ static_assert(alignof(BP_ZurgPawnSlave_C_ResetAttackWithDelay) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_ResetAttackWithDelay"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_ResetAttackWithDelay) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_ResetAttackWithDelay"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_ResetAttackWithDelay, Time) == 0x000000, "Member 'BP_ZurgPawnSlave_C_ResetAttackWithDelay::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnAttachedOnCat \ static_assert(alignof(BP_ZurgPawnSlave_C_OnAttachedOnCat) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnAttachedOnCat"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnAttachedOnCat) == 0x000018, "Wrong size on BP_ZurgPawnSlave_C_OnAttachedOnCat"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnAttachedOnCat, _catPawn) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnAttachedOnCat::_catPawn' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnAttachedOnCat, _catSkeletalMesh) == 0x000008, "Member 'BP_ZurgPawnSlave_C_OnAttachedOnCat::_catSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnAttachedOnCat, _socketName) == 0x000010, "Member 'BP_ZurgPawnSlave_C_OnAttachedOnCat::_socketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnDetachedFromCat \ static_assert(alignof(BP_ZurgPawnSlave_C_OnDetachedFromCat) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_OnDetachedFromCat"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnDetachedFromCat) == 0x000018, "Wrong size on BP_ZurgPawnSlave_C_OnDetachedFromCat"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnDetachedFromCat, _catPawn) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnDetachedFromCat::_catPawn' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnDetachedFromCat, _catSkeletalMesh) == 0x000008, "Member 'BP_ZurgPawnSlave_C_OnDetachedFromCat::_catSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnDetachedFromCat, _socketName) == 0x000010, "Member 'BP_ZurgPawnSlave_C_OnDetachedFromCat::_socketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_OnStateChanged \ static_assert(alignof(BP_ZurgPawnSlave_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ZurgPawnSlave_C_OnStateChanged"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_OnStateChanged) == 0x000001, "Wrong size on BP_ZurgPawnSlave_C_OnStateChanged"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_OnStateChanged, _newState) == 0x000000, "Member 'BP_ZurgPawnSlave_C_OnStateChanged::_newState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_StartEscaping \ static_assert(alignof(BP_ZurgPawnSlave_C_StartEscaping) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_StartEscaping"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_StartEscaping) == 0x000010, "Wrong size on BP_ZurgPawnSlave_C_StartEscaping"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_StartEscaping, EscapingActor_0) == 0x000000, "Member 'BP_ZurgPawnSlave_C_StartEscaping::EscapingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_StartEscaping, Distance) == 0x000008, "Member 'BP_ZurgPawnSlave_C_StartEscaping::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_Behavior_Escaping_Tick \ static_assert(alignof(BP_ZurgPawnSlave_C_Behavior_Escaping_Tick) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_Behavior_Escaping_Tick"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_Behavior_Escaping_Tick) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_Behavior_Escaping_Tick"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_Behavior_Escaping_Tick, _dt) == 0x000000, "Member 'BP_ZurgPawnSlave_C_Behavior_Escaping_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA8B6AD625 \ static_assert(alignof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA8B6AD625) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA8B6AD625"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA8B6AD625) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA8B6AD625"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA8B6AD625, Ratio) == 0x000000, "Member 'BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA8B6AD625::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BAD516CA62 \ static_assert(alignof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BAD516CA62) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BAD516CA62"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BAD516CA62) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BAD516CA62"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BAD516CA62, Ratio) == 0x000000, "Member 'BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BAD516CA62::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA13CB93B2 \ static_assert(alignof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA13CB93B2) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA13CB93B2"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA13CB93B2) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA13CB93B2"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA13CB93B2, Ratio) == 0x000000, "Member 'BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA13CB93B2::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BADDA82DD1 \ static_assert(alignof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BADDA82DD1) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BADDA82DD1"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BADDA82DD1) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BADDA82DD1"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BADDA82DD1, Ratio) == 0x000000, "Member 'BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BADDA82DD1::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA84B8A0D7 \ static_assert(alignof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA84B8A0D7) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA84B8A0D7"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA84B8A0D7) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA84B8A0D7"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA84B8A0D7, Ratio) == 0x000000, "Member 'BP_ZurgPawnSlave_C_Tick_6246EF4646E19036986D72BA84B8A0D7::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_JumpToLocation \ static_assert(alignof(BP_ZurgPawnSlave_C_JumpToLocation) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_JumpToLocation"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_JumpToLocation) == 0x00003C, "Wrong size on BP_ZurgPawnSlave_C_JumpToLocation"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_JumpToLocation, EndPos) == 0x000000, "Member 'BP_ZurgPawnSlave_C_JumpToLocation::EndPos' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_JumpToLocation, ArcParam) == 0x00000C, "Member 'BP_ZurgPawnSlave_C_JumpToLocation::ArcParam' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_JumpToLocation, OutLaunchVelocity) == 0x000010, "Member 'BP_ZurgPawnSlave_C_JumpToLocation::OutLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_JumpToLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'BP_ZurgPawnSlave_C_JumpToLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_JumpToLocation, CallFunc_GetGravityZ_ReturnValue) == 0x000028, "Member 'BP_ZurgPawnSlave_C_JumpToLocation::CallFunc_GetGravityZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_JumpToLocation, CallFunc_SuggestProjectileVelocity_CustomArc_OutLaunchVelocity) == 0x00002C, "Member 'BP_ZurgPawnSlave_C_JumpToLocation::CallFunc_SuggestProjectileVelocity_CustomArc_OutLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_JumpToLocation, CallFunc_SuggestProjectileVelocity_CustomArc_ReturnValue) == 0x000038, "Member 'BP_ZurgPawnSlave_C_JumpToLocation::CallFunc_SuggestProjectileVelocity_CustomArc_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_IsOnInterestPoint \ static_assert(alignof(BP_ZurgPawnSlave_C_IsOnInterestPoint) == 0x000001, "Wrong alignment on BP_ZurgPawnSlave_C_IsOnInterestPoint"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_IsOnInterestPoint) == 0x000003, "Wrong size on BP_ZurgPawnSlave_C_IsOnInterestPoint"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_IsOnInterestPoint, ReturnValue) == 0x000000, "Member 'BP_ZurgPawnSlave_C_IsOnInterestPoint::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_IsOnInterestPoint, CallFunc_GetState_ReturnValue) == 0x000001, "Member 'BP_ZurgPawnSlave_C_IsOnInterestPoint::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_IsOnInterestPoint, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_ZurgPawnSlave_C_IsOnInterestPoint::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_SaveInitialValues \ static_assert(alignof(BP_ZurgPawnSlave_C_SaveInitialValues) == 0x000004, "Wrong alignment on BP_ZurgPawnSlave_C_SaveInitialValues"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_SaveInitialValues) == 0x000004, "Wrong size on BP_ZurgPawnSlave_C_SaveInitialValues"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_SaveInitialValues, CallFunc_GetMaxAcceleration_ReturnValue) == 0x000000, "Member 'BP_ZurgPawnSlave_C_SaveInitialValues::CallFunc_GetMaxAcceleration_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_CanClimb \ static_assert(alignof(BP_ZurgPawnSlave_C_CanClimb) == 0x000001, "Wrong alignment on BP_ZurgPawnSlave_C_CanClimb"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_CanClimb) == 0x000009, "Wrong size on BP_ZurgPawnSlave_C_CanClimb"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_CanClimb, ReturnValue) == 0x000000, "Member 'BP_ZurgPawnSlave_C_CanClimb::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_CanClimb, CallFunc_GetState_ReturnValue) == 0x000001, "Member 'BP_ZurgPawnSlave_C_CanClimb::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_CanClimb, CallFunc_IsWalking_ReturnValue) == 0x000002, "Member 'BP_ZurgPawnSlave_C_CanClimb::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_CanClimb, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000003, "Member 'BP_ZurgPawnSlave_C_CanClimb::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_CanClimb, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'BP_ZurgPawnSlave_C_CanClimb::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_CanClimb, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'BP_ZurgPawnSlave_C_CanClimb::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_CanClimb, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'BP_ZurgPawnSlave_C_CanClimb::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_CanClimb, CallFunc_BooleanAND_ReturnValue_1) == 0x000007, "Member 'BP_ZurgPawnSlave_C_CanClimb::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_CanClimb, CallFunc_BooleanAND_ReturnValue_2) == 0x000008, "Member 'BP_ZurgPawnSlave_C_CanClimb::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_DoesLightableTakeDamage \ static_assert(alignof(BP_ZurgPawnSlave_C_DoesLightableTakeDamage) == 0x000001, "Wrong alignment on BP_ZurgPawnSlave_C_DoesLightableTakeDamage"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_DoesLightableTakeDamage) == 0x000001, "Wrong size on BP_ZurgPawnSlave_C_DoesLightableTakeDamage"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_DoesLightableTakeDamage, IsTakingDamage) == 0x000000, "Member 'BP_ZurgPawnSlave_C_DoesLightableTakeDamage::IsTakingDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ZurgPawnSlave_C_SetStateFromLeader \ static_assert(alignof(BP_ZurgPawnSlave_C_SetStateFromLeader) == 0x000008, "Wrong alignment on BP_ZurgPawnSlave_C_SetStateFromLeader"); \ static_assert(sizeof(BP_ZurgPawnSlave_C_SetStateFromLeader) == 0x000010, "Wrong size on BP_ZurgPawnSlave_C_SetStateFromLeader"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_SetStateFromLeader, CallFunc_GetLeader_ReturnValue) == 0x000000, "Member 'BP_ZurgPawnSlave_C_SetStateFromLeader::CallFunc_GetLeader_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_SetStateFromLeader, CallFunc_GetState_ReturnValue) == 0x000008, "Member 'BP_ZurgPawnSlave_C_SetStateFromLeader::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ZurgPawnSlave_C_SetStateFromLeader, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_ZurgPawnSlave_C_SetStateFromLeader::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ZurgPawnSlave_C \ static_assert(alignof(ABP_ZurgPawnSlave_C) == 0x000010, "Wrong alignment on ABP_ZurgPawnSlave_C"); \ static_assert(sizeof(ABP_ZurgPawnSlave_C) == 0x000820, "Wrong size on ABP_ZurgPawnSlave_C"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, UberGraphFrame) == 0x000640, "Member 'ABP_ZurgPawnSlave_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, SpotLight) == 0x000648, "Member 'ABP_ZurgPawnSlave_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, zurg_stunned_loop_02) == 0x000650, "Member 'ABP_ZurgPawnSlave_C::zurg_stunned_loop_02' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, zurg_hiss_loop_01) == 0x000658, "Member 'ABP_ZurgPawnSlave_C::zurg_hiss_loop_01' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, LerpToInterestPoint_Alpha_F937213F4D0DEE46EB35FFA7F15AE771) == 0x000660, "Member 'ABP_ZurgPawnSlave_C::LerpToInterestPoint_Alpha_F937213F4D0DEE46EB35FFA7F15AE771' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, LerpToInterestPoint__Direction_F937213F4D0DEE46EB35FFA7F15AE771) == 0x000664, "Member 'ABP_ZurgPawnSlave_C::LerpToInterestPoint__Direction_F937213F4D0DEE46EB35FFA7F15AE771' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, LerpToInterestPoint) == 0x000668, "Member 'ABP_ZurgPawnSlave_C::LerpToInterestPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, LeaveInterestPointTimeline_Alpha_AB1B7AA143083338634E1997BB274337) == 0x000670, "Member 'ABP_ZurgPawnSlave_C::LeaveInterestPointTimeline_Alpha_AB1B7AA143083338634E1997BB274337' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, LeaveInterestPointTimeline__Direction_AB1B7AA143083338634E1997BB274337) == 0x000674, "Member 'ABP_ZurgPawnSlave_C::LeaveInterestPointTimeline__Direction_AB1B7AA143083338634E1997BB274337' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, LeaveInterestPointTimeline) == 0x000678, "Member 'ABP_ZurgPawnSlave_C::LeaveInterestPointTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, Timeline_2_Alpha_89D4EB144D58B7067068AF9D6F6E2D5F) == 0x000680, "Member 'ABP_ZurgPawnSlave_C::Timeline_2_Alpha_89D4EB144D58B7067068AF9D6F6E2D5F' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, Timeline_2__Direction_89D4EB144D58B7067068AF9D6F6E2D5F) == 0x000684, "Member 'ABP_ZurgPawnSlave_C::Timeline_2__Direction_89D4EB144D58B7067068AF9D6F6E2D5F' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, Timeline_2) == 0x000688, "Member 'ABP_ZurgPawnSlave_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, ZOffset) == 0x000690, "Member 'ABP_ZurgPawnSlave_C::ZOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, MaxZOffset) == 0x000694, "Member 'ABP_ZurgPawnSlave_C::MaxZOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, LastZOffset) == 0x000698, "Member 'ABP_ZurgPawnSlave_C::LastZOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, CurrentInterestedPoint) == 0x0006A0, "Member 'ABP_ZurgPawnSlave_C::CurrentInterestedPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, LastInterestPoint) == 0x0006A8, "Member 'ABP_ZurgPawnSlave_C::LastInterestPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, MinimalInterestPointDelay) == 0x0006B0, "Member 'ABP_ZurgPawnSlave_C::MinimalInterestPointDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, LastLocationBeforeLaunch) == 0x0006B4, "Member 'ABP_ZurgPawnSlave_C::LastLocationBeforeLaunch' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, MaxAccelerationTargetTemp) == 0x0006C0, "Member 'ABP_ZurgPawnSlave_C::MaxAccelerationTargetTemp' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, MaxWalkSpeedTargetTemp) == 0x0006C4, "Member 'ABP_ZurgPawnSlave_C::MaxWalkSpeedTargetTemp' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, InitialMaxAcceleration) == 0x0006C8, "Member 'ABP_ZurgPawnSlave_C::InitialMaxAcceleration' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, InitialMaxWalkSpeed) == 0x0006CC, "Member 'ABP_ZurgPawnSlave_C::InitialMaxWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, RandomStream) == 0x0006D0, "Member 'ABP_ZurgPawnSlave_C::RandomStream' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, AttackTargetActor) == 0x0006D8, "Member 'ABP_ZurgPawnSlave_C::AttackTargetActor' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, bIsAttached) == 0x0006E0, "Member 'ABP_ZurgPawnSlave_C::bIsAttached' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, InterestPointMoveToLocation) == 0x0006E4, "Member 'ABP_ZurgPawnSlave_C::InterestPointMoveToLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, BeforeJumpOnInterestPointTransform) == 0x0006F0, "Member 'ABP_ZurgPawnSlave_C::BeforeJumpOnInterestPointTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, BeforeMoveAwayFromLightLocation) == 0x000720, "Member 'ABP_ZurgPawnSlave_C::BeforeMoveAwayFromLightLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, CurrentlyEnlightingSpotlight) == 0x000730, "Member 'ABP_ZurgPawnSlave_C::CurrentlyEnlightingSpotlight' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, BestEscapeUnderLightDirection) == 0x000740, "Member 'ABP_ZurgPawnSlave_C::BestEscapeUnderLightDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, AttackPointTimerHandle) == 0x000750, "Member 'ABP_ZurgPawnSlave_C::AttackPointTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, CurrentAttackPoint) == 0x000758, "Member 'ABP_ZurgPawnSlave_C::CurrentAttackPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, InitialTickInterval) == 0x000760, "Member 'ABP_ZurgPawnSlave_C::InitialTickInterval' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, UnderLight_Random_Rotation) == 0x000764, "Member 'ABP_ZurgPawnSlave_C::UnderLight_Random_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, leader) == 0x000768, "Member 'ABP_ZurgPawnSlave_C::leader' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, UnderSpotLightDT) == 0x000770, "Member 'ABP_ZurgPawnSlave_C::UnderSpotLightDT' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, UnderRepulsingZurgLightCount) == 0x000774, "Member 'ABP_ZurgPawnSlave_C::UnderRepulsingZurgLightCount' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, InitialSpotlightIntensity) == 0x000778, "Member 'ABP_ZurgPawnSlave_C::InitialSpotlightIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, EyeOpeningSpeedTemp) == 0x00077C, "Member 'ABP_ZurgPawnSlave_C::EyeOpeningSpeedTemp' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, UnderDamagingZurgLightCount) == 0x000780, "Member 'ABP_ZurgPawnSlave_C::UnderDamagingZurgLightCount' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, MinimalLightIntensityToAvoid) == 0x000784, "Member 'ABP_ZurgPawnSlave_C::MinimalLightIntensityToAvoid' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, InitialMeshRelativeTransform) == 0x000790, "Member 'ABP_ZurgPawnSlave_C::InitialMeshRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, EscapingActor) == 0x0007C0, "Member 'ABP_ZurgPawnSlave_C::EscapingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, EscapingDistance) == 0x0007C8, "Member 'ABP_ZurgPawnSlave_C::EscapingDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, BeforeDeactivationScale) == 0x0007CC, "Member 'ABP_ZurgPawnSlave_C::BeforeDeactivationScale' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, bIsClimbingOn) == 0x0007D8, "Member 'ABP_ZurgPawnSlave_C::bIsClimbingOn' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, BeforeScaleMeshRelativeTransform) == 0x0007E0, "Member 'ABP_ZurgPawnSlave_C::BeforeScaleMeshRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, StunnedTime) == 0x000810, "Member 'ABP_ZurgPawnSlave_C::StunnedTime' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, hissNoiseTimer) == 0x000814, "Member 'ABP_ZurgPawnSlave_C::hissNoiseTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_ZurgPawnSlave_C, lastFallingVelocity) == 0x000818, "Member 'ABP_ZurgPawnSlave_C::lastFallingVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask \ static_assert(alignof(BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask) == 0x000008, "Wrong alignment on BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask"); \ static_assert(sizeof(BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask) == 0x000038, "Wrong size on BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask"); \ static_assert(offsetof(BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask, EntryPoint) == 0x000000, "Member 'BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask, K2Node_DynamicCast_AsBP_Droid_AIController) == 0x000010, "Member 'BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask::K2Node_DynamicCast_AsBP_Droid_AIController' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask, K2Node_DynamicCast_AsBP_Droid) == 0x000028, "Member 'BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_DroidTask_C_ExecuteUbergraph_BTT_DroidTask::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidTask_C_ReceiveExecute \ static_assert(alignof(BTT_DroidTask_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_DroidTask_C_ReceiveExecute"); \ static_assert(sizeof(BTT_DroidTask_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_DroidTask_C_ReceiveExecute"); \ static_assert(offsetof(BTT_DroidTask_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_DroidTask_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidTask_C_GetDroid \ static_assert(alignof(BTT_DroidTask_C_GetDroid) == 0x000008, "Wrong alignment on BTT_DroidTask_C_GetDroid"); \ static_assert(sizeof(BTT_DroidTask_C_GetDroid) == 0x000008, "Wrong size on BTT_DroidTask_C_GetDroid"); \ static_assert(offsetof(BTT_DroidTask_C_GetDroid, Droid_0) == 0x000000, "Member 'BTT_DroidTask_C_GetDroid::Droid_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidTask_C_GetDroidAI \ static_assert(alignof(BTT_DroidTask_C_GetDroidAI) == 0x000008, "Wrong alignment on BTT_DroidTask_C_GetDroidAI"); \ static_assert(sizeof(BTT_DroidTask_C_GetDroidAI) == 0x000008, "Wrong size on BTT_DroidTask_C_GetDroidAI"); \ static_assert(offsetof(BTT_DroidTask_C_GetDroidAI, DroidAI_0) == 0x000000, "Member 'BTT_DroidTask_C_GetDroidAI::DroidAI_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_DroidTask_C \ static_assert(alignof(UBTT_DroidTask_C) == 0x000008, "Wrong alignment on UBTT_DroidTask_C"); \ static_assert(sizeof(UBTT_DroidTask_C) == 0x0000C0, "Wrong size on UBTT_DroidTask_C"); \ static_assert(offsetof(UBTT_DroidTask_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_DroidTask_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidTask_C, Droid) == 0x0000B0, "Member 'UBTT_DroidTask_C::Droid' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidTask_C, DroidAI) == 0x0000B8, "Member 'UBTT_DroidTask_C::DroidAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_NA_SmallObjects_C \ static_assert(alignof(UBP_NA_SmallObjects_C) == 0x000008, "Wrong alignment on UBP_NA_SmallObjects_C"); \ static_assert(sizeof(UBP_NA_SmallObjects_C) == 0x000048, "Wrong size on UBP_NA_SmallObjects_C"); \ #define DUMPER7_ASSERTS_UBP_NQF_Droid_C \ static_assert(alignof(UBP_NQF_Droid_C) == 0x000008, "Wrong alignment on UBP_NQF_Droid_C"); \ static_assert(sizeof(UBP_NQF_Droid_C) == 0x000048, "Wrong size on UBP_NQF_Droid_C"); \ #define DUMPER7_ASSERTS_BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation \ static_assert(alignof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation) == 0x000010, "Wrong alignment on BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation"); \ static_assert(sizeof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation) == 0x0000C0, "Wrong size on BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, EntryPoint) == 0x000000, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_GetBlackboardValueAsRotator_ReturnValue) == 0x000004, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_GetBlackboardValueAsRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, Temp_bool_Has_Been_Initd_Variable) == 0x000010, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, K2Node_Event_OwnerActor) == 0x000018, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, K2Node_Event_OwnerController_1) == 0x000020, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, K2Node_Event_ControlledPawn_1) == 0x000028, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, K2Node_Event_DeltaSeconds) == 0x000030, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, Temp_bool_IsClosed_Variable) == 0x000034, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000035, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, K2Node_Event_OwnerController) == 0x000038, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, K2Node_Event_ControlledPawn) == 0x000040, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, K2Node_DynamicCast_AsBP_Droid) == 0x000048, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_GetDroidMovementState_ReturnValue) == 0x000051, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_GetDroidMovementState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000052, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000053, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_BooleanOR_ReturnValue) == 0x000054, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_GetDroidMovementState_ReturnValue_1) == 0x000055, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_GetDroidMovementState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000056, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_GetSelectedNavMeshRecastActor_ReturnValue) == 0x000058, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_GetSelectedNavMeshRecastActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x00006C, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_FindPathToLocationSynchronously_ReturnValue) == 0x000078, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_FindPathToLocationSynchronously_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_Array_LastIndex_ReturnValue) == 0x000084, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation, CallFunc_MakeTransform_ReturnValue) == 0x000090, "Member 'BTT_ReachPreciseLocationAndRotation_C_ExecuteUbergraph_BTT_ReachPreciseLocationAndRotation::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ReachPreciseLocationAndRotation_C_ReceiveExecuteAI \ static_assert(alignof(BTT_ReachPreciseLocationAndRotation_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_ReachPreciseLocationAndRotation_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_ReachPreciseLocationAndRotation_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_ReachPreciseLocationAndRotation_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_ReachPreciseLocationAndRotation_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_ReachPreciseLocationAndRotation_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI \ static_assert(alignof(BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_ReachPreciseLocationAndRotation_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ReachPreciseLocationAndRotation_C_ReceiveExecute \ static_assert(alignof(BTT_ReachPreciseLocationAndRotation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ReachPreciseLocationAndRotation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ReachPreciseLocationAndRotation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ReachPreciseLocationAndRotation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ReachPreciseLocationAndRotation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ReachPreciseLocationAndRotation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ReachPreciseLocationAndRotation_C \ static_assert(alignof(UBTT_ReachPreciseLocationAndRotation_C) == 0x000008, "Wrong alignment on UBTT_ReachPreciseLocationAndRotation_C"); \ static_assert(sizeof(UBTT_ReachPreciseLocationAndRotation_C) == 0x000128, "Wrong size on UBTT_ReachPreciseLocationAndRotation_C"); \ static_assert(offsetof(UBTT_ReachPreciseLocationAndRotation_C, UberGraphFrame_BTT_ReachPreciseLocationAndRotation_C) == 0x0000C0, "Member 'UBTT_ReachPreciseLocationAndRotation_C::UberGraphFrame_BTT_ReachPreciseLocationAndRotation_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_ReachPreciseLocationAndRotation_C, MoveToPreciseRotationKeySelector) == 0x0000C8, "Member 'UBTT_ReachPreciseLocationAndRotation_C::MoveToPreciseRotationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_ReachPreciseLocationAndRotation_C, MoveToPreciseLocationKeySelector) == 0x0000F0, "Member 'UBTT_ReachPreciseLocationAndRotation_C::MoveToPreciseLocationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_ReachPreciseLocationAndRotation_C, BP_Droid) == 0x000118, "Member 'UBTT_ReachPreciseLocationAndRotation_C::BP_Droid' has a wrong offset!"); \ static_assert(offsetof(UBTT_ReachPreciseLocationAndRotation_C, NavigationFilter) == 0x000120, "Member 'UBTT_ReachPreciseLocationAndRotation_C::NavigationFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor \ static_assert(alignof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor) == 0x000008, "Wrong alignment on BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor"); \ static_assert(sizeof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor) == 0x000068, "Wrong size on BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, EntryPoint) == 0x000000, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, CallFunc_GetDroidAI_DroidAI) == 0x000008, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::CallFunc_GetDroidAI_DroidAI' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, K2Node_Event_OwnerActor) == 0x000020, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000028, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, CallFunc_GetDroid_Droid) == 0x000038, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::CallFunc_GetDroid_Droid' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, CallFunc_GetBlackboardValueAsActor_ReturnValue_1) == 0x000048, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::CallFunc_GetBlackboardValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, K2Node_CustomEvent_DroidUsableComponent) == 0x000050, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::K2Node_CustomEvent_DroidUsableComponent' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, K2Node_CustomEvent_Droid) == 0x000058, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::K2Node_CustomEvent_Droid' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor, CallFunc_GetDroidAI_DroidAI_1) == 0x000060, "Member 'BTT_DroidUseActor_C_ExecuteUbergraph_BTT_DroidUseActor::CallFunc_GetDroidAI_DroidAI_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidUseActor_C_OnUsingEndedEvent \ static_assert(alignof(BTT_DroidUseActor_C_OnUsingEndedEvent) == 0x000008, "Wrong alignment on BTT_DroidUseActor_C_OnUsingEndedEvent"); \ static_assert(sizeof(BTT_DroidUseActor_C_OnUsingEndedEvent) == 0x000010, "Wrong size on BTT_DroidUseActor_C_OnUsingEndedEvent"); \ static_assert(offsetof(BTT_DroidUseActor_C_OnUsingEndedEvent, DroidUsableComponent_0) == 0x000000, "Member 'BTT_DroidUseActor_C_OnUsingEndedEvent::DroidUsableComponent_0' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidUseActor_C_OnUsingEndedEvent, Droid_0) == 0x000008, "Member 'BTT_DroidUseActor_C_OnUsingEndedEvent::Droid_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidUseActor_C_ReceiveExecute \ static_assert(alignof(BTT_DroidUseActor_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_DroidUseActor_C_ReceiveExecute"); \ static_assert(sizeof(BTT_DroidUseActor_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_DroidUseActor_C_ReceiveExecute"); \ static_assert(offsetof(BTT_DroidUseActor_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_DroidUseActor_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_DroidUseActor_C \ static_assert(alignof(UBTT_DroidUseActor_C) == 0x000008, "Wrong alignment on UBTT_DroidUseActor_C"); \ static_assert(sizeof(UBTT_DroidUseActor_C) == 0x000100, "Wrong size on UBTT_DroidUseActor_C"); \ static_assert(offsetof(UBTT_DroidUseActor_C, UberGraphFrame_BTT_DroidUseActor_C) == 0x0000C0, "Member 'UBTT_DroidUseActor_C::UberGraphFrame_BTT_DroidUseActor_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidUseActor_C, TargetActorKeySelector) == 0x0000C8, "Member 'UBTT_DroidUseActor_C::TargetActorKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidUseActor_C, DoEndSuccess) == 0x0000F0, "Member 'UBTT_DroidUseActor_C::DoEndSuccess' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidUseActor_C, DroidUsableComponent) == 0x0000F8, "Member 'UBTT_DroidUseActor_C::DroidUsableComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor \ static_assert(alignof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor) == 0x000008, "Wrong alignment on BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor"); \ static_assert(sizeof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor) == 0x000090, "Wrong size on BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, EntryPoint) == 0x000000, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_GetDroid_Droid) == 0x000008, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_GetDroid_Droid' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_GetSelectedNavMeshRecastActor_ReturnValue) == 0x000010, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_GetSelectedNavMeshRecastActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000018, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, K2Node_Event_OwnerActor) == 0x000020, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_GetDroid_Droid_1) == 0x000028, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_GetDroid_Droid_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_GetDroidAI_DroidAI) == 0x000030, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_GetDroidAI_DroidAI' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_GetDroid_Droid_2) == 0x000038, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_GetDroid_Droid_2' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_GetAIController_ReturnValue) == 0x000040, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, K2Node_DynamicCast_AsBP_Droid_AIController) == 0x000048, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::K2Node_DynamicCast_AsBP_Droid_AIController' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_GetBlackboard_ReturnValue) == 0x000058, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_GetValueAsObject_ReturnValue) == 0x000060, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, K2Node_DynamicCast_AsActor) == 0x000068, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000074, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x000080, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x00008C, "Member 'BTT_DroidTakeActor_C_ExecuteUbergraph_BTT_DroidTakeActor::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidTakeActor_C_ReceiveExecute \ static_assert(alignof(BTT_DroidTakeActor_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_DroidTakeActor_C_ReceiveExecute"); \ static_assert(sizeof(BTT_DroidTakeActor_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_DroidTakeActor_C_ReceiveExecute"); \ static_assert(offsetof(BTT_DroidTakeActor_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_DroidTakeActor_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_DroidTakeActor_C \ static_assert(alignof(UBTT_DroidTakeActor_C) == 0x000008, "Wrong alignment on UBTT_DroidTakeActor_C"); \ static_assert(sizeof(UBTT_DroidTakeActor_C) == 0x0000F8, "Wrong size on UBTT_DroidTakeActor_C"); \ static_assert(offsetof(UBTT_DroidTakeActor_C, UberGraphFrame_BTT_DroidTakeActor_C) == 0x0000C0, "Member 'UBTT_DroidTakeActor_C::UberGraphFrame_BTT_DroidTakeActor_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidTakeActor_C, TargetActor) == 0x0000C8, "Member 'UBTT_DroidTakeActor_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidTakeActor_C, DoEndSuccess) == 0x0000F0, "Member 'UBTT_DroidTakeActor_C::DoEndSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone \ static_assert(alignof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone) == 0x000008, "Wrong alignment on BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone"); \ static_assert(sizeof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone) == 0x0000A0, "Wrong size on BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, EntryPoint) == 0x000000, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_float_Variable) == 0x000004, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_float_Variable_1) == 0x000008, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_float_Variable_2) == 0x00000C, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_float_Variable_3) == 0x000010, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_float_Variable_4) == 0x000014, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_float_Variable_5) == 0x000018, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_byte_Variable) == 0x00001C, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_bool_Has_Been_Initd_Variable) == 0x00001D, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_bool_IsClosed_Variable) == 0x00001E, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_bool_Has_Been_Initd_Variable_1) == 0x00001F, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, K2Node_Event_OtherActor_1) == 0x000020, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, K2Node_Event_OtherActor) == 0x000028, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x000030, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, K2Node_DynamicCast_AsBP_Cat_Pawn_1) == 0x000040, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::K2Node_DynamicCast_AsBP_Cat_Pawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_IsPlayerCat_ReturnValue) == 0x000049, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_IsPlayerCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_IsPlayerCat_ReturnValue_1) == 0x00004A, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_IsPlayerCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_GetObjectName_ReturnValue) == 0x000050, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_Conv_StringToName_ReturnValue) == 0x000060, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, Temp_bool_IsClosed_Variable_1) == 0x000068, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, K2Node_Select_Default) == 0x00006C, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000070, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_SelectFloat_ReturnValue) == 0x000074, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_FindPlayerCatPawn_Cat) == 0x000078, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_GetObjectName_ReturnValue_1) == 0x000080, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000090, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_BooleanAND_ReturnValue) == 0x000099, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone, CallFunc_BooleanAND_ReturnValue_1) == 0x00009A, "Member 'BP_SpeedModifier_Zone_C_ExecuteUbergraph_BP_SpeedModifier_Zone::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedModifier_Zone_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_SpeedModifier_Zone_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_SpeedModifier_Zone_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_SpeedModifier_Zone_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_SpeedModifier_Zone_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_SpeedModifier_Zone_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedModifier_Zone_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_SpeedModifier_Zone_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_SpeedModifier_Zone_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_SpeedModifier_Zone_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_SpeedModifier_Zone_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_SpeedModifier_Zone_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_SpeedModifier_Zone_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SpeedModifier_Zone_C \ static_assert(alignof(ABP_SpeedModifier_Zone_C) == 0x000008, "Wrong alignment on ABP_SpeedModifier_Zone_C"); \ static_assert(sizeof(ABP_SpeedModifier_Zone_C) == 0x000268, "Wrong size on ABP_SpeedModifier_Zone_C"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, UberGraphFrame) == 0x000228, "Member 'ABP_SpeedModifier_Zone_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, Save) == 0x000230, "Member 'ABP_SpeedModifier_Zone_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, Billboard) == 0x000238, "Member 'ABP_SpeedModifier_Zone_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, Box) == 0x000240, "Member 'ABP_SpeedModifier_Zone_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_SpeedModifier_Zone_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, Activate) == 0x000250, "Member 'ABP_SpeedModifier_Zone_C::Activate' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, Custom_Slow_Ratio) == 0x000254, "Member 'ABP_SpeedModifier_Zone_C::Custom_Slow_Ratio' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, Presets_Slow_Ratio) == 0x000258, "Member 'ABP_SpeedModifier_Zone_C::Presets_Slow_Ratio' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, OnlyOnce) == 0x000259, "Member 'ABP_SpeedModifier_Zone_C::OnlyOnce' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, Smooth) == 0x00025A, "Member 'ABP_SpeedModifier_Zone_C::Smooth' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, SmoothTime) == 0x00025C, "Member 'ABP_SpeedModifier_Zone_C::SmoothTime' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, Main) == 0x000260, "Member 'ABP_SpeedModifier_Zone_C::Main' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, Last) == 0x000261, "Member 'ABP_SpeedModifier_Zone_C::Last' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, push) == 0x000262, "Member 'ABP_SpeedModifier_Zone_C::push' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedModifier_Zone_C, Triggered) == 0x000263, "Member 'ABP_SpeedModifier_Zone_C::Triggered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor \ static_assert(alignof(BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor) == 0x000008, "Wrong alignment on BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor"); \ static_assert(sizeof(BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor) == 0x000068, "Wrong size on BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor"); \ static_assert(offsetof(BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor, EntryPoint) == 0x000000, "Member 'BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor, CallFunc_GetDroid_Droid) == 0x000008, "Member 'BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor::CallFunc_GetDroid_Droid' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor, K2Node_Event_OwnerActor) == 0x000018, "Member 'BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor, CallFunc_GetDroid_Droid_1) == 0x000020, "Member 'BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor::CallFunc_GetDroid_Droid_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000028, "Member 'BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor, K2Node_MakeStruct_LookAtData) == 0x000030, "Member 'BTT_DroidLookAtActor_C_ExecuteUbergraph_BTT_DroidLookAtActor::K2Node_MakeStruct_LookAtData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidLookAtActor_C_ReceiveAbort \ static_assert(alignof(BTT_DroidLookAtActor_C_ReceiveAbort) == 0x000008, "Wrong alignment on BTT_DroidLookAtActor_C_ReceiveAbort"); \ static_assert(sizeof(BTT_DroidLookAtActor_C_ReceiveAbort) == 0x000008, "Wrong size on BTT_DroidLookAtActor_C_ReceiveAbort"); \ static_assert(offsetof(BTT_DroidLookAtActor_C_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTT_DroidLookAtActor_C_ReceiveAbort::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidLookAtActor_C_ReceiveExecute \ static_assert(alignof(BTT_DroidLookAtActor_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_DroidLookAtActor_C_ReceiveExecute"); \ static_assert(sizeof(BTT_DroidLookAtActor_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_DroidLookAtActor_C_ReceiveExecute"); \ static_assert(offsetof(BTT_DroidLookAtActor_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_DroidLookAtActor_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_DroidLookAtActor_C \ static_assert(alignof(UBTT_DroidLookAtActor_C) == 0x000008, "Wrong alignment on UBTT_DroidLookAtActor_C"); \ static_assert(sizeof(UBTT_DroidLookAtActor_C) == 0x0000F0, "Wrong size on UBTT_DroidLookAtActor_C"); \ static_assert(offsetof(UBTT_DroidLookAtActor_C, UberGraphFrame_BTT_DroidLookAtActor_C) == 0x0000C0, "Member 'UBTT_DroidLookAtActor_C::UberGraphFrame_BTT_DroidLookAtActor_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidLookAtActor_C, LookAtActorKeySelector) == 0x0000C8, "Member 'UBTT_DroidLookAtActor_C::LookAtActorKeySelector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor \ static_assert(alignof(BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor) == 0x000008, "Wrong alignment on BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor"); \ static_assert(sizeof(BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor) == 0x000020, "Wrong size on BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor"); \ static_assert(offsetof(BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor, EntryPoint) == 0x000000, "Member 'BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor, CallFunc_GetDroid_Droid) == 0x000008, "Member 'BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor::CallFunc_GetDroid_Droid' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor, CallFunc_GetDroidAI_DroidAI) == 0x000010, "Member 'BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor::CallFunc_GetDroidAI_DroidAI' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor, K2Node_Event_OwnerActor) == 0x000018, "Member 'BTT_DroidDropActor_C_ExecuteUbergraph_BTT_DroidDropActor::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidDropActor_C_ReceiveExecute \ static_assert(alignof(BTT_DroidDropActor_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_DroidDropActor_C_ReceiveExecute"); \ static_assert(sizeof(BTT_DroidDropActor_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_DroidDropActor_C_ReceiveExecute"); \ static_assert(offsetof(BTT_DroidDropActor_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_DroidDropActor_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_DroidDropActor_C \ static_assert(alignof(UBTT_DroidDropActor_C) == 0x000008, "Wrong alignment on UBTT_DroidDropActor_C"); \ static_assert(sizeof(UBTT_DroidDropActor_C) == 0x0000D0, "Wrong size on UBTT_DroidDropActor_C"); \ static_assert(offsetof(UBTT_DroidDropActor_C, UberGraphFrame_BTT_DroidDropActor_C) == 0x0000C0, "Member 'UBTT_DroidDropActor_C::UberGraphFrame_BTT_DroidDropActor_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidDropActor_C, DoEndSuccess) == 0x0000C8, "Member 'UBTT_DroidDropActor_C::DoEndSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation \ static_assert(alignof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation) == 0x000008, "Wrong alignment on BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation"); \ static_assert(sizeof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation) == 0x0000F0, "Wrong size on BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, EntryPoint) == 0x000000, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetDroid_Droid) == 0x000008, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetDroid_Droid' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetDroid_Droid_1) == 0x000010, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetDroid_Droid_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000018, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_DynamicCast_AsAnim_Sequence) == 0x000020, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_DynamicCast_AsAnim_Sequence' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x00002C, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_Event_OwnerActor) == 0x000030, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetDroid_Droid_2) == 0x000038, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetDroid_Droid_2' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetBlackboardValueAsBool_ReturnValue) == 0x000040, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetBlackboardValueAsBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetBlackboardValueAsFloat_ReturnValue_1) == 0x000044, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetBlackboardValueAsFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_Event_OwnerActor_1) == 0x000048, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_Event_OwnerController_1) == 0x000050, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_Event_ControlledPawn_1) == 0x000058, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_Event_DeltaSeconds) == 0x000060, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000064, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetDroid_Droid_3) == 0x000068, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetDroid_Droid_3' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_IsPlayingAnimation_ReturnValue) == 0x000070, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_IsPlayingAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetBlackboardValueAsBool_ReturnValue_1) == 0x000071, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetBlackboardValueAsBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetBlackboardValueAsObject_ReturnValue_1) == 0x000088, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetBlackboardValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_DynamicCast_AsBP_Object_Animation_Synchronized) == 0x000090, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_DynamicCast_AsBP_Object_Animation_Synchronized' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_Event_OwnerController) == 0x0000A0, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_Event_ControlledPawn) == 0x0000A8, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000B4, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetDroid_Droid_4) == 0x0000B8, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetDroid_Droid_4' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetDroid_Droid_5) == 0x0000C0, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetDroid_Droid_5' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_CustomEvent_newLocomotionBehavior) == 0x0000C8, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_CustomEvent_newLocomotionBehavior' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000C9, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000CC, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000E0, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation, CallFunc_GetBlackboardValueAsBool_ReturnValue_2) == 0x0000E8, "Member 'BTT_DroidActionPlayAnimation_C_ExecuteUbergraph_BTT_DroidActionPlayAnimation::CallFunc_GetBlackboardValueAsBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidActionPlayAnimation_C_OnLocomotionBehaviorChangedEvent \ static_assert(alignof(BTT_DroidActionPlayAnimation_C_OnLocomotionBehaviorChangedEvent) == 0x000001, "Wrong alignment on BTT_DroidActionPlayAnimation_C_OnLocomotionBehaviorChangedEvent"); \ static_assert(sizeof(BTT_DroidActionPlayAnimation_C_OnLocomotionBehaviorChangedEvent) == 0x000001, "Wrong size on BTT_DroidActionPlayAnimation_C_OnLocomotionBehaviorChangedEvent"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_OnLocomotionBehaviorChangedEvent, newLocomotionBehavior) == 0x000000, "Member 'BTT_DroidActionPlayAnimation_C_OnLocomotionBehaviorChangedEvent::newLocomotionBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidActionPlayAnimation_C_ReceiveAbortAI \ static_assert(alignof(BTT_DroidActionPlayAnimation_C_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTT_DroidActionPlayAnimation_C_ReceiveAbortAI"); \ static_assert(sizeof(BTT_DroidActionPlayAnimation_C_ReceiveAbortAI) == 0x000010, "Wrong size on BTT_DroidActionPlayAnimation_C_ReceiveAbortAI"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTT_DroidActionPlayAnimation_C_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTT_DroidActionPlayAnimation_C_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidActionPlayAnimation_C_ReceiveTickAI \ static_assert(alignof(BTT_DroidActionPlayAnimation_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_DroidActionPlayAnimation_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_DroidActionPlayAnimation_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_DroidActionPlayAnimation_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_DroidActionPlayAnimation_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_DroidActionPlayAnimation_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_DroidActionPlayAnimation_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidActionPlayAnimation_C_ReceiveAbort \ static_assert(alignof(BTT_DroidActionPlayAnimation_C_ReceiveAbort) == 0x000008, "Wrong alignment on BTT_DroidActionPlayAnimation_C_ReceiveAbort"); \ static_assert(sizeof(BTT_DroidActionPlayAnimation_C_ReceiveAbort) == 0x000008, "Wrong size on BTT_DroidActionPlayAnimation_C_ReceiveAbort"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTT_DroidActionPlayAnimation_C_ReceiveAbort::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidActionPlayAnimation_C_ReceiveExecute \ static_assert(alignof(BTT_DroidActionPlayAnimation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_DroidActionPlayAnimation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_DroidActionPlayAnimation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_DroidActionPlayAnimation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_DroidActionPlayAnimation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_DroidActionPlayAnimation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_DroidActionPlayAnimation_C \ static_assert(alignof(UBTT_DroidActionPlayAnimation_C) == 0x000008, "Wrong alignment on UBTT_DroidActionPlayAnimation_C"); \ static_assert(sizeof(UBTT_DroidActionPlayAnimation_C) == 0x0001E0, "Wrong size on UBTT_DroidActionPlayAnimation_C"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, UberGraphFrame_BTT_DroidActionPlayAnimation_C) == 0x0000C0, "Member 'UBTT_DroidActionPlayAnimation_C::UberGraphFrame_BTT_DroidActionPlayAnimation_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, Animation) == 0x0000C8, "Member 'UBTT_DroidActionPlayAnimation_C::Animation' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, Duration) == 0x0000F0, "Member 'UBTT_DroidActionPlayAnimation_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, IsLooping) == 0x000118, "Member 'UBTT_DroidActionPlayAnimation_C::IsLooping' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, PlayPosition) == 0x000140, "Member 'UBTT_DroidActionPlayAnimation_C::PlayPosition' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, IsSynchronized) == 0x000168, "Member 'UBTT_DroidActionPlayAnimation_C::IsSynchronized' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, AnimationSynchronizedObject) == 0x000190, "Member 'UBTT_DroidActionPlayAnimation_C::AnimationSynchronizedObject' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, CurrentDroidSynchronizedAnimation) == 0x0001B8, "Member 'UBTT_DroidActionPlayAnimation_C::CurrentDroidSynchronizedAnimation' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, SynchronizedObjectAnimation) == 0x0001C0, "Member 'UBTT_DroidActionPlayAnimation_C::SynchronizedObjectAnimation' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, CurrentDroidAnimationIndex) == 0x0001C8, "Member 'UBTT_DroidActionPlayAnimation_C::CurrentDroidAnimationIndex' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, CurrentSynchronizedDroidAnim) == 0x0001D0, "Member 'UBTT_DroidActionPlayAnimation_C::CurrentSynchronizedDroidAnim' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionPlayAnimation_C, ShouldLoop) == 0x0001D8, "Member 'UBTT_DroidActionPlayAnimation_C::ShouldLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd \ static_assert(alignof(BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd) == 0x000008, "Wrong alignment on BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd"); \ static_assert(sizeof(BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd) == 0x000018, "Wrong size on BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd"); \ static_assert(offsetof(BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd, EntryPoint) == 0x000000, "Member 'BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd, CallFunc_GetDroidAI_DroidAI) == 0x000010, "Member 'BTT_DroidActionEnd_C_ExecuteUbergraph_BTT_DroidActionEnd::CallFunc_GetDroidAI_DroidAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DroidActionEnd_C_ReceiveExecute \ static_assert(alignof(BTT_DroidActionEnd_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_DroidActionEnd_C_ReceiveExecute"); \ static_assert(sizeof(BTT_DroidActionEnd_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_DroidActionEnd_C_ReceiveExecute"); \ static_assert(offsetof(BTT_DroidActionEnd_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_DroidActionEnd_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_DroidActionEnd_C \ static_assert(alignof(UBTT_DroidActionEnd_C) == 0x000008, "Wrong alignment on UBTT_DroidActionEnd_C"); \ static_assert(sizeof(UBTT_DroidActionEnd_C) == 0x0000D0, "Wrong size on UBTT_DroidActionEnd_C"); \ static_assert(offsetof(UBTT_DroidActionEnd_C, UberGraphFrame_BTT_DroidActionEnd_C) == 0x0000C0, "Member 'UBTT_DroidActionEnd_C::UberGraphFrame_BTT_DroidActionEnd_C' has a wrong offset!"); \ static_assert(offsetof(UBTT_DroidActionEnd_C, Success) == 0x0000C8, "Member 'UBTT_DroidActionEnd_C::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo \ static_assert(alignof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo) == 0x000008, "Wrong alignment on BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo"); \ static_assert(sizeof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo) == 0x000180, "Wrong size on BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, EntryPoint) == 0x000000, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, Temp_bool_Variable) == 0x000004, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, Temp_bool_Variable_1) == 0x000005, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, Temp_bool_Variable_2) == 0x000006, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, Temp_bool_Variable_3) == 0x000007, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, Temp_bool_Variable_4) == 0x000008, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, Temp_bool_Variable_5) == 0x000009, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, Temp_bool_Variable_6) == 0x00000A, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, CallFunc_GetDialog_ReturnValue) == 0x000010, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::CallFunc_GetDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, CallFunc_GetCat_ReturnValue) == 0x000018, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::CallFunc_GetCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_Event_OwnerController_1) == 0x000020, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_Event_ControlledPawn_1) == 0x000028, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CustomEvent_Value_1) == 0x000040, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CustomEvent_Value) == 0x000041, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CreateDelegate_OutputDelegate_1) == 0x000044, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CustomEvent_Condition) == 0x000054, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CustomEvent_Condition' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CreateDelegate_OutputDelegate_2) == 0x000058, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CreateDelegate_OutputDelegate_3) == 0x000068, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CustomEvent_newValue) == 0x000078, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CustomEvent_newValue' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_Event_OwnerController) == 0x000080, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_Event_ControlledPawn) == 0x000088, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_DynamicCast_AsBP_Droid) == 0x000090, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_DynamicCast_AsBP_Droid_AIController) == 0x0000A0, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_DynamicCast_AsBP_Droid_AIController' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CustomEvent_New_Movement_State) == 0x0000A9, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CustomEvent_New_Movement_State' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000AC, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000BC, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CustomEvent__talkableComponent) == 0x0000D0, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CustomEvent__talkableComponent' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_CustomEvent__line) == 0x0000D8, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_CustomEvent__line' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, CallFunc_HasValidAnimationInArray_Valid) == 0x000178, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::CallFunc_HasValidAnimationInArray_Valid' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, CallFunc_IsValid_ReturnValue) == 0x000179, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, Temp_byte_Variable) == 0x00017A, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_Select_Default) == 0x00017B, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo, K2Node_Select_Default_1) == 0x00017C, "Member 'BTS_DroidGatherInfo_C_ExecuteUbergraph_BTS_DroidGatherInfo::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_DroidGatherInfo_C_OnDialogLineBegan \ static_assert(alignof(BTS_DroidGatherInfo_C_OnDialogLineBegan) == 0x000008, "Wrong alignment on BTS_DroidGatherInfo_C_OnDialogLineBegan"); \ static_assert(sizeof(BTS_DroidGatherInfo_C_OnDialogLineBegan) == 0x0000A8, "Wrong size on BTS_DroidGatherInfo_C_OnDialogLineBegan"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_OnDialogLineBegan, _talkableComponent) == 0x000000, "Member 'BTS_DroidGatherInfo_C_OnDialogLineBegan::_talkableComponent' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_OnDialogLineBegan, _line) == 0x000008, "Member 'BTS_DroidGatherInfo_C_OnDialogLineBegan::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_DroidGatherInfo_C_OnMovementStateChanged \ static_assert(alignof(BTS_DroidGatherInfo_C_OnMovementStateChanged) == 0x000001, "Wrong alignment on BTS_DroidGatherInfo_C_OnMovementStateChanged"); \ static_assert(sizeof(BTS_DroidGatherInfo_C_OnMovementStateChanged) == 0x000001, "Wrong size on BTS_DroidGatherInfo_C_OnMovementStateChanged"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_OnMovementStateChanged, New_Movement_State) == 0x000000, "Member 'BTS_DroidGatherInfo_C_OnMovementStateChanged::New_Movement_State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_DroidGatherInfo_C_ReceiveActivationAI \ static_assert(alignof(BTS_DroidGatherInfo_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_DroidGatherInfo_C_ReceiveActivationAI"); \ static_assert(sizeof(BTS_DroidGatherInfo_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_DroidGatherInfo_C_ReceiveActivationAI"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_DroidGatherInfo_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_DroidGatherInfo_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_DroidGatherInfo_C_OnPostureChanged \ static_assert(alignof(BTS_DroidGatherInfo_C_OnPostureChanged) == 0x000001, "Wrong alignment on BTS_DroidGatherInfo_C_OnPostureChanged"); \ static_assert(sizeof(BTS_DroidGatherInfo_C_OnPostureChanged) == 0x000001, "Wrong size on BTS_DroidGatherInfo_C_OnPostureChanged"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_OnPostureChanged, newValue) == 0x000000, "Member 'BTS_DroidGatherInfo_C_OnPostureChanged::newValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_DroidGatherInfo_C_IsWithinDialogChanged \ static_assert(alignof(BTS_DroidGatherInfo_C_IsWithinDialogChanged) == 0x000001, "Wrong alignment on BTS_DroidGatherInfo_C_IsWithinDialogChanged"); \ static_assert(sizeof(BTS_DroidGatherInfo_C_IsWithinDialogChanged) == 0x000001, "Wrong size on BTS_DroidGatherInfo_C_IsWithinDialogChanged"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_IsWithinDialogChanged, Condition) == 0x000000, "Member 'BTS_DroidGatherInfo_C_IsWithinDialogChanged::Condition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_DroidGatherInfo_C_OnWaitingForInteractionChanged \ static_assert(alignof(BTS_DroidGatherInfo_C_OnWaitingForInteractionChanged) == 0x000001, "Wrong alignment on BTS_DroidGatherInfo_C_OnWaitingForInteractionChanged"); \ static_assert(sizeof(BTS_DroidGatherInfo_C_OnWaitingForInteractionChanged) == 0x000001, "Wrong size on BTS_DroidGatherInfo_C_OnWaitingForInteractionChanged"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_OnWaitingForInteractionChanged, Value) == 0x000000, "Member 'BTS_DroidGatherInfo_C_OnWaitingForInteractionChanged::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_DroidGatherInfo_C_OnRepellingChanged \ static_assert(alignof(BTS_DroidGatherInfo_C_OnRepellingChanged) == 0x000001, "Wrong alignment on BTS_DroidGatherInfo_C_OnRepellingChanged"); \ static_assert(sizeof(BTS_DroidGatherInfo_C_OnRepellingChanged) == 0x000001, "Wrong size on BTS_DroidGatherInfo_C_OnRepellingChanged"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_OnRepellingChanged, Value) == 0x000000, "Member 'BTS_DroidGatherInfo_C_OnRepellingChanged::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_DroidGatherInfo_C_ReceiveDeactivationAI \ static_assert(alignof(BTS_DroidGatherInfo_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTS_DroidGatherInfo_C_ReceiveDeactivationAI"); \ static_assert(sizeof(BTS_DroidGatherInfo_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTS_DroidGatherInfo_C_ReceiveDeactivationAI"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTS_DroidGatherInfo_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTS_DroidGatherInfo_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_DroidGatherInfo_C_HasValidAnimationInArray \ static_assert(alignof(BTS_DroidGatherInfo_C_HasValidAnimationInArray) == 0x000008, "Wrong alignment on BTS_DroidGatherInfo_C_HasValidAnimationInArray"); \ static_assert(sizeof(BTS_DroidGatherInfo_C_HasValidAnimationInArray) == 0x000040, "Wrong size on BTS_DroidGatherInfo_C_HasValidAnimationInArray"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, Animations) == 0x000000, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::Animations' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, Valid) == 0x000010, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::Valid' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, Result) == 0x000011, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::Result' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, CallFunc_Array_Get_Item) == 0x000020, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_DroidGatherInfo_C_HasValidAnimationInArray, CallFunc_BooleanAND_ReturnValue) == 0x000038, "Member 'BTS_DroidGatherInfo_C_HasValidAnimationInArray::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_DroidGatherInfo_C \ static_assert(alignof(UBTS_DroidGatherInfo_C) == 0x000008, "Wrong alignment on UBTS_DroidGatherInfo_C"); \ static_assert(sizeof(UBTS_DroidGatherInfo_C) == 0x0001A0, "Wrong size on UBTS_DroidGatherInfo_C"); \ static_assert(offsetof(UBTS_DroidGatherInfo_C, UberGraphFrame) == 0x000098, "Member 'UBTS_DroidGatherInfo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_DroidGatherInfo_C, CurrentMovementStateKeySelector) == 0x0000A0, "Member 'UBTS_DroidGatherInfo_C::CurrentMovementStateKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_DroidGatherInfo_C, HasStumbledKeySelector) == 0x0000C8, "Member 'UBTS_DroidGatherInfo_C::HasStumbledKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_DroidGatherInfo_C, InterlocutorKeySelector) == 0x0000F0, "Member 'UBTS_DroidGatherInfo_C::InterlocutorKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_DroidGatherInfo_C, IsRepellingKeySelector) == 0x000118, "Member 'UBTS_DroidGatherInfo_C::IsRepellingKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_DroidGatherInfo_C, HasDialogAnimationKeySelector) == 0x000140, "Member 'UBTS_DroidGatherInfo_C::HasDialogAnimationKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_DroidGatherInfo_C, IsWaitingForInteractionKeySelector) == 0x000168, "Member 'UBTS_DroidGatherInfo_C::IsWaitingForInteractionKeySelector' has a wrong offset!"); \ static_assert(offsetof(UBTS_DroidGatherInfo_C, Droid) == 0x000190, "Member 'UBTS_DroidGatherInfo_C::Droid' has a wrong offset!"); \ static_assert(offsetof(UBTS_DroidGatherInfo_C, DroidAI) == 0x000198, "Member 'UBTS_DroidGatherInfo_C::DroidAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Object_Animation_Synchronized_C \ static_assert(alignof(UBP_Object_Animation_Synchronized_C) == 0x000008, "Wrong alignment on UBP_Object_Animation_Synchronized_C"); \ static_assert(sizeof(UBP_Object_Animation_Synchronized_C) == 0x000050, "Wrong size on UBP_Object_Animation_Synchronized_C"); \ static_assert(offsetof(UBP_Object_Animation_Synchronized_C, DroidAnimation) == 0x000028, "Member 'UBP_Object_Animation_Synchronized_C::DroidAnimation' has a wrong offset!"); \ static_assert(offsetof(UBP_Object_Animation_Synchronized_C, SynchronizedActors) == 0x000038, "Member 'UBP_Object_Animation_Synchronized_C::SynchronizedActors' has a wrong offset!"); \ static_assert(offsetof(UBP_Object_Animation_Synchronized_C, KeepLastAnimationAsIdle) == 0x000048, "Member 'UBP_Object_Animation_Synchronized_C::KeepLastAnimationAsIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AN_Droid_FinalStep_C_Received_NotifyBegin \ static_assert(alignof(AN_Droid_FinalStep_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on AN_Droid_FinalStep_C_Received_NotifyBegin"); \ static_assert(sizeof(AN_Droid_FinalStep_C_Received_NotifyBegin) == 0x000040, "Wrong size on AN_Droid_FinalStep_C_Received_NotifyBegin"); \ static_assert(offsetof(AN_Droid_FinalStep_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'AN_Droid_FinalStep_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'AN_Droid_FinalStep_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'AN_Droid_FinalStep_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'AN_Droid_FinalStep_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_Received_NotifyBegin, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'AN_Droid_FinalStep_C_Received_NotifyBegin::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_Received_NotifyBegin, K2Node_DynamicCast_AsABP_Droid) == 0x000020, "Member 'AN_Droid_FinalStep_C_Received_NotifyBegin::K2Node_DynamicCast_AsABP_Droid' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AN_Droid_FinalStep_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_Received_NotifyBegin, CallFunc_GetCurrentActiveMontage_ReturnValue) == 0x000030, "Member 'AN_Droid_FinalStep_C_Received_NotifyBegin::CallFunc_GetCurrentActiveMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_Received_NotifyBegin, CallFunc_Montage_GetPosition_ReturnValue) == 0x000038, "Member 'AN_Droid_FinalStep_C_Received_NotifyBegin::CallFunc_Montage_GetPosition_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AN_Droid_FinalStep_C_GetNotifyName \ static_assert(alignof(AN_Droid_FinalStep_C_GetNotifyName) == 0x000008, "Wrong alignment on AN_Droid_FinalStep_C_GetNotifyName"); \ static_assert(sizeof(AN_Droid_FinalStep_C_GetNotifyName) == 0x000048, "Wrong size on AN_Droid_FinalStep_C_GetNotifyName"); \ static_assert(offsetof(AN_Droid_FinalStep_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'AN_Droid_FinalStep_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_GetNotifyName, Temp_bool_Variable) == 0x000010, "Member 'AN_Droid_FinalStep_C_GetNotifyName::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_GetNotifyName, Temp_string_Variable) == 0x000018, "Member 'AN_Droid_FinalStep_C_GetNotifyName::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_GetNotifyName, Temp_string_Variable_1) == 0x000028, "Member 'AN_Droid_FinalStep_C_GetNotifyName::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(AN_Droid_FinalStep_C_GetNotifyName, K2Node_Select_Default) == 0x000038, "Member 'AN_Droid_FinalStep_C_GetNotifyName::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAN_Droid_FinalStep_C \ static_assert(alignof(UAN_Droid_FinalStep_C) == 0x000008, "Wrong alignment on UAN_Droid_FinalStep_C"); \ static_assert(sizeof(UAN_Droid_FinalStep_C) == 0x000038, "Wrong size on UAN_Droid_FinalStep_C"); \ static_assert(offsetof(UAN_Droid_FinalStep_C, IsLeftFoot) == 0x000030, "Member 'UAN_Droid_FinalStep_C::IsLeftFoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttachedActor \ static_assert(alignof(FAttachedActor) == 0x000008, "Wrong alignment on FAttachedActor"); \ static_assert(sizeof(FAttachedActor) == 0x000028, "Wrong size on FAttachedActor"); \ static_assert(offsetof(FAttachedActor, Actor_2_AC6B3B314BF831FC995BC6A472494CEC) == 0x000000, "Member 'FAttachedActor::Actor_2_AC6B3B314BF831FC995BC6A472494CEC' has a wrong offset!"); \ static_assert(offsetof(FAttachedActor, Socket_5_F458633949C70921B3049C99E37A8493) == 0x000008, "Member 'FAttachedActor::Socket_5_F458633949C70921B3049C99E37A8493' has a wrong offset!"); \ static_assert(offsetof(FAttachedActor, Offset_9_DB7C94AF4FB30DEF00480DBC8085E3F2) == 0x000010, "Member 'FAttachedActor::Offset_9_DB7C94AF4FB30DEF00480DBC8085E3F2' has a wrong offset!"); \ static_assert(offsetof(FAttachedActor, Rotation_12_74A1D0E04DD14B1D3ED9DCA009E6DBB8) == 0x00001C, "Member 'FAttachedActor::Rotation_12_74A1D0E04DD14B1D3ED9DCA009E6DBB8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent \ static_assert(alignof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent) == 0x000008, "Wrong alignment on COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent"); \ static_assert(sizeof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent) == 0x000288, "Wrong size on COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, EntryPoint) == 0x000000, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_2) == 0x000006, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsSurfaceMoving_ReturnValue) == 0x000007, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsSurfaceMoving_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_3) == 0x000008, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetCurrentHitMaterial_ReturnValue) == 0x000009, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetCurrentHitMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsSurfaceMoving_ReturnValue_1) == 0x000044, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsSurfaceMoving_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsShipping_ReturnValue) == 0x000045, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsShipping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_4) == 0x000046, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000048, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_5) == 0x000050, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetAudioManager_AudioManager) == 0x000058, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetAttachMeshComponent_ReturnValue) == 0x000060, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetAttachMeshComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_6) == 0x000068, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_RandomFloat_ReturnValue) == 0x00006C, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_RandomFloat_ReturnValue_1) == 0x000070, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_RandomFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000074, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_RandomFloat_ReturnValue_2) == 0x000078, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_RandomFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00007C, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000080, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_7) == 0x000084, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000088, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00008C, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_8) == 0x000090, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000094, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_FMax_ReturnValue) == 0x000098, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00009C, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_9) == 0x00009D, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetAttachMeshComponent_ReturnValue_1) == 0x0000A0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetAttachMeshComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0000A8, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x0000B0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_MapRangeClamped_ReturnValue) == 0x0000B4, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x0000B8, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetWorldDeltaSeconds_ReturnValue_3) == 0x0000BC, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetWorldDeltaSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, K2Node_CustomEvent_Location) == 0x0000C0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::K2Node_CustomEvent_Location' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, K2Node_CustomEvent_Amplitude) == 0x0000CC, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::K2Node_CustomEvent_Amplitude' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, K2Node_CustomEvent_Surface_Type) == 0x0000D0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::K2Node_CustomEvent_Surface_Type' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_10) == 0x0000D1, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000D8, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Lerp_ReturnValue) == 0x0000E8, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000EC, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetCurrentHitLocation_ReturnValue) == 0x0000F0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetCurrentHitLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_ComputeSurfaceMovingIntensity_ReturnValue) == 0x0000FC, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_ComputeSurfaceMovingIntensity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_ComputeSurfaceMovingIntensity_ReturnValue_1) == 0x000100, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_ComputeSurfaceMovingIntensity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Less_FloatFloat_ReturnValue) == 0x000104, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000105, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_ComputeSurfaceMovingIntensity_ReturnValue_2) == 0x000108, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_ComputeSurfaceMovingIntensity_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_ComputeSurfaceMovingIntensity_ReturnValue_3) == 0x00010C, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_ComputeSurfaceMovingIntensity_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000110, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000118, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_ComputeSlidingIntensity_ReturnValue) == 0x000128, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_ComputeSlidingIntensity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000130, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000140, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000150, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_ComputeRollingIntensity_ReturnValue) == 0x000160, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_ComputeRollingIntensity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x000168, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_ComputeSlidingIntensity_ReturnValue_1) == 0x000178, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_ComputeSlidingIntensity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000180, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000190, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_TimeIndependentLerpFloat_ReturnValue) == 0x000194, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_TimeIndependentLerpFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_ComputeRollingIntensity_ReturnValue_1) == 0x000198, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_ComputeRollingIntensity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x00019C, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_TimeIndependentLerpFloat_ReturnValue_1) == 0x0001A0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_TimeIndependentLerpFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_TimeIndependentLerpFloat_ReturnValue_2) == 0x0001A4, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_TimeIndependentLerpFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0001A8, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsPlaying_ReturnValue) == 0x0001AC, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetAudioManager_AudioManager_1) == 0x0001B0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetAudioManager_AudioManager_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Can_I_Play_One_More_Physics_Sfx_yes) == 0x0001B8, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Can_I_Play_One_More_Physics_Sfx_yes' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetAudioManager_AudioManager_2) == 0x0001C0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetAudioManager_AudioManager_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Can_I_Play_One_More_Physics_Sfx_yes_1) == 0x0001C8, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Can_I_Play_One_More_Physics_Sfx_yes_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetAudioManager_AudioManager_3) == 0x0001D0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetAudioManager_AudioManager_3' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Can_I_Play_One_More_Physics_Sfx_yes_2) == 0x0001D8, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Can_I_Play_One_More_Physics_Sfx_yes_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_GetAttachMeshComponent_ReturnValue_2) == 0x0001E0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_GetAttachMeshComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x0001E8, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsValid_ReturnValue_11) == 0x0001F0, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_SpawnSoundAttached_ReturnValue_2) == 0x0001F8, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_SpawnSoundAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_IsPlaying_ReturnValue_1) == 0x000200, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000204, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x000208, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_AppendMultiple_ReturnValue) == 0x000218, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000228, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_AppendMultiple_ReturnValue_1) == 0x000230, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Add_FloatFloat_ReturnValue) == 0x000240, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_AppendMultiple_ReturnValue_2) == 0x000248, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_AppendMultiple_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_AppendMultiple_ReturnValue_3) == 0x000258, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_AppendMultiple_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000268, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, CallFunc_MapRangeClamped_ReturnValue_3) == 0x00026C, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::CallFunc_MapRangeClamped_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, K2Node_Event__location) == 0x000270, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::K2Node_Event__location' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, K2Node_Event__amplitude) == 0x00027C, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::K2Node_Event__amplitude' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent, K2Node_Event__surfaceType) == 0x000280, "Member 'COMP_PhysicsAudioComponent_C_ExecuteUbergraph_COMP_PhysicsAudioComponent::K2Node_Event__surfaceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_PhysicsAudioComponent_C_OnImpact \ static_assert(alignof(COMP_PhysicsAudioComponent_C_OnImpact) == 0x000004, "Wrong alignment on COMP_PhysicsAudioComponent_C_OnImpact"); \ static_assert(sizeof(COMP_PhysicsAudioComponent_C_OnImpact) == 0x000014, "Wrong size on COMP_PhysicsAudioComponent_C_OnImpact"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_OnImpact, _location) == 0x000000, "Member 'COMP_PhysicsAudioComponent_C_OnImpact::_location' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_OnImpact, _amplitude) == 0x00000C, "Member 'COMP_PhysicsAudioComponent_C_OnImpact::_amplitude' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_OnImpact, _surfaceType) == 0x000010, "Member 'COMP_PhysicsAudioComponent_C_OnImpact::_surfaceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_PhysicsAudioComponent_C_impactEvent \ static_assert(alignof(COMP_PhysicsAudioComponent_C_impactEvent) == 0x000004, "Wrong alignment on COMP_PhysicsAudioComponent_C_impactEvent"); \ static_assert(sizeof(COMP_PhysicsAudioComponent_C_impactEvent) == 0x000014, "Wrong size on COMP_PhysicsAudioComponent_C_impactEvent"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_impactEvent, Location) == 0x000000, "Member 'COMP_PhysicsAudioComponent_C_impactEvent::Location' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_impactEvent, Amplitude) == 0x00000C, "Member 'COMP_PhysicsAudioComponent_C_impactEvent::Amplitude' has a wrong offset!"); \ static_assert(offsetof(COMP_PhysicsAudioComponent_C_impactEvent, Surface_Type) == 0x000010, "Member 'COMP_PhysicsAudioComponent_C_impactEvent::Surface_Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_PhysicsAudioComponent_C \ static_assert(alignof(UCOMP_PhysicsAudioComponent_C) == 0x000008, "Wrong alignment on UCOMP_PhysicsAudioComponent_C"); \ static_assert(sizeof(UCOMP_PhysicsAudioComponent_C) == 0x0001F0, "Wrong size on UCOMP_PhysicsAudioComponent_C"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, UberGraphFrame) == 0x000138, "Member 'UCOMP_PhysicsAudioComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, SlidingAudio) == 0x000140, "Member 'UCOMP_PhysicsAudioComponent_C::SlidingAudio' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, RollingAudio) == 0x000148, "Member 'UCOMP_PhysicsAudioComponent_C::RollingAudio' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, HitAmplitudeHistory) == 0x000150, "Member 'UCOMP_PhysicsAudioComponent_C::HitAmplitudeHistory' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, SlidingSound) == 0x000170, "Member 'UCOMP_PhysicsAudioComponent_C::SlidingSound' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, SlidingMinPitch) == 0x000178, "Member 'UCOMP_PhysicsAudioComponent_C::SlidingMinPitch' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, SlidingMaxPitch) == 0x00017C, "Member 'UCOMP_PhysicsAudioComponent_C::SlidingMaxPitch' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, RollingSound) == 0x000180, "Member 'UCOMP_PhysicsAudioComponent_C::RollingSound' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, RollingMinPitch) == 0x000188, "Member 'UCOMP_PhysicsAudioComponent_C::RollingMinPitch' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, RollingMaxPitch) == 0x00018C, "Member 'UCOMP_PhysicsAudioComponent_C::RollingMaxPitch' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, impact_sounds) == 0x000190, "Member 'UCOMP_PhysicsAudioComponent_C::impact_sounds' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, adapt_volume) == 0x0001A0, "Member 'UCOMP_PhysicsAudioComponent_C::adapt_volume' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, Pitch) == 0x0001A4, "Member 'UCOMP_PhysicsAudioComponent_C::Pitch' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, SurfaceMovingSound) == 0x0001A8, "Member 'UCOMP_PhysicsAudioComponent_C::SurfaceMovingSound' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, SurfaceMovingAudio) == 0x0001B0, "Member 'UCOMP_PhysicsAudioComponent_C::SurfaceMovingAudio' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, SurfaceMovingMinPitch) == 0x0001B8, "Member 'UCOMP_PhysicsAudioComponent_C::SurfaceMovingMinPitch' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, SurfaceMovingMaxPitch) == 0x0001BC, "Member 'UCOMP_PhysicsAudioComponent_C::SurfaceMovingMaxPitch' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, Impact_hysteresis) == 0x0001C0, "Member 'UCOMP_PhysicsAudioComponent_C::Impact_hysteresis' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, hitThreshold) == 0x0001C4, "Member 'UCOMP_PhysicsAudioComponent_C::hitThreshold' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, sliding_gain) == 0x0001C8, "Member 'UCOMP_PhysicsAudioComponent_C::sliding_gain' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, Current_Sliding_Volume) == 0x0001CC, "Member 'UCOMP_PhysicsAudioComponent_C::Current_Sliding_Volume' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, rolling_gain) == 0x0001D0, "Member 'UCOMP_PhysicsAudioComponent_C::rolling_gain' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, Current_Rolling_Volume) == 0x0001D4, "Member 'UCOMP_PhysicsAudioComponent_C::Current_Rolling_Volume' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, can_play_sound_on_surface_moving) == 0x0001D8, "Member 'UCOMP_PhysicsAudioComponent_C::can_play_sound_on_surface_moving' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, moving_gain) == 0x0001DC, "Member 'UCOMP_PhysicsAudioComponent_C::moving_gain' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, Current_Moving_Volume) == 0x0001E0, "Member 'UCOMP_PhysicsAudioComponent_C::Current_Moving_Volume' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, pending_hit) == 0x0001E4, "Member 'UCOMP_PhysicsAudioComponent_C::pending_hit' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, surfaceMovingThreshold) == 0x0001E8, "Member 'UCOMP_PhysicsAudioComponent_C::surfaceMovingThreshold' has a wrong offset!"); \ static_assert(offsetof(UCOMP_PhysicsAudioComponent_C, hit_gain) == 0x0001EC, "Member 'UCOMP_PhysicsAudioComponent_C::hit_gain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_sound_C_HashRandom \ static_assert(alignof(BPL_sound_C_HashRandom) == 0x000008, "Wrong alignment on BPL_sound_C_HashRandom"); \ static_assert(sizeof(BPL_sound_C_HashRandom) == 0x000068, "Wrong size on BPL_sound_C_HashRandom"); \ static_assert(offsetof(BPL_sound_C_HashRandom, Min) == 0x000000, "Member 'BPL_sound_C_HashRandom::Min' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, Max) == 0x000004, "Member 'BPL_sound_C_HashRandom::Max' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, Object) == 0x000008, "Member 'BPL_sound_C_HashRandom::Object' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, ID) == 0x000010, "Member 'BPL_sound_C_HashRandom::ID' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, __WorldContext) == 0x000020, "Member 'BPL_sound_C_HashRandom::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, Float) == 0x000028, "Member 'BPL_sound_C_HashRandom::Float' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, Int) == 0x00002C, "Member 'BPL_sound_C_HashRandom::Int' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, CallFunc_GetObjectName_ReturnValue) == 0x000030, "Member 'BPL_sound_C_HashRandom::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BPL_sound_C_HashRandom::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, CallFunc_HashString_ReturnValue) == 0x000050, "Member 'BPL_sound_C_HashRandom::CallFunc_HashString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, CallFunc_MakeRandomStream_ReturnValue) == 0x000054, "Member 'BPL_sound_C_HashRandom::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x00005C, "Member 'BPL_sound_C_HashRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_sound_C_HashRandom, CallFunc_FTrunc_ReturnValue) == 0x000060, "Member 'BPL_sound_C_HashRandom::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPL_sound_C \ static_assert(alignof(UBPL_sound_C) == 0x000008, "Wrong alignment on UBPL_sound_C"); \ static_assert(sizeof(UBPL_sound_C) == 0x000028, "Wrong size on UBPL_sound_C"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController \ static_assert(alignof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController) == 0x000008, "Wrong alignment on BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController"); \ static_assert(sizeof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController) == 0x000048, "Wrong size on BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController"); \ static_assert(offsetof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController, EntryPoint) == 0x000000, "Member 'BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController, CallFunc_RunBehaviorTree_ReturnValue) == 0x000014, "Member 'BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController::CallFunc_RunBehaviorTree_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController, K2Node_Event_PossessedPawn) == 0x000018, "Member 'BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController, K2Node_DynamicCast_AsBP_Droid) == 0x000020, "Member 'BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController, K2Node_CustomEvent_activated) == 0x000029, "Member 'BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController::K2Node_CustomEvent_activated' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController, K2Node_Event_UnpossessedPawn) == 0x000030, "Member 'BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController::K2Node_Event_UnpossessedPawn' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController, K2Node_DynamicCast_AsBP_Droid_1) == 0x000038, "Member 'BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController::K2Node_DynamicCast_AsBP_Droid_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_DroidAIController_C_ExecuteUbergraph_BP_DroidAIController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_ReceiveUnPossess \ static_assert(alignof(BP_DroidAIController_C_ReceiveUnPossess) == 0x000008, "Wrong alignment on BP_DroidAIController_C_ReceiveUnPossess"); \ static_assert(sizeof(BP_DroidAIController_C_ReceiveUnPossess) == 0x000008, "Wrong size on BP_DroidAIController_C_ReceiveUnPossess"); \ static_assert(offsetof(BP_DroidAIController_C_ReceiveUnPossess, UnpossessedPawn) == 0x000000, "Member 'BP_DroidAIController_C_ReceiveUnPossess::UnpossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_OnActivationChangeEvent \ static_assert(alignof(BP_DroidAIController_C_OnActivationChangeEvent) == 0x000001, "Wrong alignment on BP_DroidAIController_C_OnActivationChangeEvent"); \ static_assert(sizeof(BP_DroidAIController_C_OnActivationChangeEvent) == 0x000001, "Wrong size on BP_DroidAIController_C_OnActivationChangeEvent"); \ static_assert(offsetof(BP_DroidAIController_C_OnActivationChangeEvent, activated) == 0x000000, "Member 'BP_DroidAIController_C_OnActivationChangeEvent::activated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_ReceivePossess \ static_assert(alignof(BP_DroidAIController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_DroidAIController_C_ReceivePossess"); \ static_assert(sizeof(BP_DroidAIController_C_ReceivePossess) == 0x000008, "Wrong size on BP_DroidAIController_C_ReceivePossess"); \ static_assert(offsetof(BP_DroidAIController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_DroidAIController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_AddMoveToActorAction \ static_assert(alignof(BP_DroidAIController_C_AddMoveToActorAction) == 0x000008, "Wrong alignment on BP_DroidAIController_C_AddMoveToActorAction"); \ static_assert(sizeof(BP_DroidAIController_C_AddMoveToActorAction) == 0x000048, "Wrong size on BP_DroidAIController_C_AddMoveToActorAction"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, TargetActor) == 0x000000, "Member 'BP_DroidAIController_C_AddMoveToActorAction::TargetActor' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, ReachPreciseDestination) == 0x000008, "Member 'BP_DroidAIController_C_AddMoveToActorAction::ReachPreciseDestination' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, ActionID) == 0x00000C, "Member 'BP_DroidAIController_C_AddMoveToActorAction::ActionID' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, Temp_int_Variable) == 0x000010, "Member 'BP_DroidAIController_C_AddMoveToActorAction::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_DroidAIController_C_AddMoveToActorAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_DroidAIController_C_AddMoveToActorAction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00001C, "Member 'BP_DroidAIController_C_AddMoveToActorAction::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, CallFunc_GetBlackboard_ReturnValue) == 0x000028, "Member 'BP_DroidAIController_C_AddMoveToActorAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, CallFunc_GetBlackboard_ReturnValue_1) == 0x000030, "Member 'BP_DroidAIController_C_AddMoveToActorAction::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, CallFunc_GetBlackboard_ReturnValue_2) == 0x000038, "Member 'BP_DroidAIController_C_AddMoveToActorAction::CallFunc_GetBlackboard_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToActorAction, CallFunc_GetBlackboard_ReturnValue_3) == 0x000040, "Member 'BP_DroidAIController_C_AddMoveToActorAction::CallFunc_GetBlackboard_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_GetActionStatus \ static_assert(alignof(BP_DroidAIController_C_GetActionStatus) == 0x000004, "Wrong alignment on BP_DroidAIController_C_GetActionStatus"); \ static_assert(sizeof(BP_DroidAIController_C_GetActionStatus) == 0x00000C, "Wrong size on BP_DroidAIController_C_GetActionStatus"); \ static_assert(offsetof(BP_DroidAIController_C_GetActionStatus, ActionID) == 0x000000, "Member 'BP_DroidAIController_C_GetActionStatus::ActionID' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_GetActionStatus, ActionStatus) == 0x000004, "Member 'BP_DroidAIController_C_GetActionStatus::ActionStatus' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_GetActionStatus, ReturnStatus) == 0x000005, "Member 'BP_DroidAIController_C_GetActionStatus::ReturnStatus' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_GetActionStatus, CallFunc_Map_Remove_ReturnValue) == 0x000006, "Member 'BP_DroidAIController_C_GetActionStatus::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_GetActionStatus, CallFunc_Map_Find_Value) == 0x000007, "Member 'BP_DroidAIController_C_GetActionStatus::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_GetActionStatus, CallFunc_Map_Find_ReturnValue) == 0x000008, "Member 'BP_DroidAIController_C_GetActionStatus::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_GetActionStatus, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000009, "Member 'BP_DroidAIController_C_GetActionStatus::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_GetActionStatus, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'BP_DroidAIController_C_GetActionStatus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_SucceedCurrentAction \ static_assert(alignof(BP_DroidAIController_C_SucceedCurrentAction) == 0x000008, "Wrong alignment on BP_DroidAIController_C_SucceedCurrentAction"); \ static_assert(sizeof(BP_DroidAIController_C_SucceedCurrentAction) == 0x000010, "Wrong size on BP_DroidAIController_C_SucceedCurrentAction"); \ static_assert(offsetof(BP_DroidAIController_C_SucceedCurrentAction, CallFunc_MakeLiteralByte_ReturnValue) == 0x000000, "Member 'BP_DroidAIController_C_SucceedCurrentAction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_SucceedCurrentAction, Temp_byte_Variable) == 0x000001, "Member 'BP_DroidAIController_C_SucceedCurrentAction::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_SucceedCurrentAction, CallFunc_GetBlackboard_ReturnValue) == 0x000008, "Member 'BP_DroidAIController_C_SucceedCurrentAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_FailCurrentAction \ static_assert(alignof(BP_DroidAIController_C_FailCurrentAction) == 0x000008, "Wrong alignment on BP_DroidAIController_C_FailCurrentAction"); \ static_assert(sizeof(BP_DroidAIController_C_FailCurrentAction) == 0x000018, "Wrong size on BP_DroidAIController_C_FailCurrentAction"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentAction, CallFunc_MakeLiteralByte_ReturnValue) == 0x000000, "Member 'BP_DroidAIController_C_FailCurrentAction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentAction, Temp_byte_Variable) == 0x000001, "Member 'BP_DroidAIController_C_FailCurrentAction::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentAction, CallFunc_GetBlackboard_ReturnValue) == 0x000008, "Member 'BP_DroidAIController_C_FailCurrentAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentAction, CallFunc_GetBlackboard_ReturnValue_1) == 0x000010, "Member 'BP_DroidAIController_C_FailCurrentAction::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_AddMoveToCustomSplineAction \ static_assert(alignof(BP_DroidAIController_C_AddMoveToCustomSplineAction) == 0x000008, "Wrong alignment on BP_DroidAIController_C_AddMoveToCustomSplineAction"); \ static_assert(sizeof(BP_DroidAIController_C_AddMoveToCustomSplineAction) == 0x000050, "Wrong size on BP_DroidAIController_C_AddMoveToCustomSplineAction"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, Spline_Component) == 0x000000, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::Spline_Component' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, ReachPreciseDestination) == 0x000008, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::ReachPreciseDestination' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, ActionID) == 0x00000C, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::ActionID' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, Temp_int_Variable) == 0x000010, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x00001C, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, CallFunc_GetRotationAtSplinePoint_ReturnValue) == 0x000020, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::CallFunc_GetRotationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, CallFunc_GetBlackboard_ReturnValue) == 0x000030, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, CallFunc_GetBlackboard_ReturnValue_1) == 0x000038, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, CallFunc_GetBlackboard_ReturnValue_2) == 0x000040, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::CallFunc_GetBlackboard_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToCustomSplineAction, CallFunc_GetBlackboard_ReturnValue_3) == 0x000048, "Member 'BP_DroidAIController_C_AddMoveToCustomSplineAction::CallFunc_GetBlackboard_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_AddMoveToLocationAction \ static_assert(alignof(BP_DroidAIController_C_AddMoveToLocationAction) == 0x000008, "Wrong alignment on BP_DroidAIController_C_AddMoveToLocationAction"); \ static_assert(sizeof(BP_DroidAIController_C_AddMoveToLocationAction) == 0x000038, "Wrong size on BP_DroidAIController_C_AddMoveToLocationAction"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAction, Location) == 0x000000, "Member 'BP_DroidAIController_C_AddMoveToLocationAction::Location' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAction, ActionID) == 0x00000C, "Member 'BP_DroidAIController_C_AddMoveToLocationAction::ActionID' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAction, Temp_int_Variable) == 0x000010, "Member 'BP_DroidAIController_C_AddMoveToLocationAction::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAction, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_DroidAIController_C_AddMoveToLocationAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAction, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_DroidAIController_C_AddMoveToLocationAction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAction, CallFunc_GetBlackboard_ReturnValue) == 0x000020, "Member 'BP_DroidAIController_C_AddMoveToLocationAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAction, CallFunc_GetBlackboard_ReturnValue_1) == 0x000028, "Member 'BP_DroidAIController_C_AddMoveToLocationAction::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAction, CallFunc_GetBlackboard_ReturnValue_2) == 0x000030, "Member 'BP_DroidAIController_C_AddMoveToLocationAction::CallFunc_GetBlackboard_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_AddMoveToLocationAndRotationAction \ static_assert(alignof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction) == 0x000008, "Wrong alignment on BP_DroidAIController_C_AddMoveToLocationAndRotationAction"); \ static_assert(sizeof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction) == 0x000048, "Wrong size on BP_DroidAIController_C_AddMoveToLocationAndRotationAction"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction, Location) == 0x000000, "Member 'BP_DroidAIController_C_AddMoveToLocationAndRotationAction::Location' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction, Rotation) == 0x00000C, "Member 'BP_DroidAIController_C_AddMoveToLocationAndRotationAction::Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction, ActionID) == 0x000018, "Member 'BP_DroidAIController_C_AddMoveToLocationAndRotationAction::ActionID' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction, Temp_int_Variable) == 0x00001C, "Member 'BP_DroidAIController_C_AddMoveToLocationAndRotationAction::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_DroidAIController_C_AddMoveToLocationAndRotationAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction, CallFunc_MakeLiteralByte_ReturnValue) == 0x000024, "Member 'BP_DroidAIController_C_AddMoveToLocationAndRotationAction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction, CallFunc_GetBlackboard_ReturnValue) == 0x000028, "Member 'BP_DroidAIController_C_AddMoveToLocationAndRotationAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction, CallFunc_GetBlackboard_ReturnValue_1) == 0x000030, "Member 'BP_DroidAIController_C_AddMoveToLocationAndRotationAction::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction, CallFunc_GetBlackboard_ReturnValue_2) == 0x000038, "Member 'BP_DroidAIController_C_AddMoveToLocationAndRotationAction::CallFunc_GetBlackboard_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddMoveToLocationAndRotationAction, CallFunc_GetBlackboard_ReturnValue_3) == 0x000040, "Member 'BP_DroidAIController_C_AddMoveToLocationAndRotationAction::CallFunc_GetBlackboard_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action \ static_assert(alignof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action) == 0x000008, "Wrong alignment on BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action"); \ static_assert(sizeof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action) == 0x0000C8, "Wrong size on BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, Droid_Animation) == 0x000000, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::Droid_Animation' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, Actors_Animation) == 0x000010, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::Actors_Animation' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, IsLooping) == 0x000020, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::IsLooping' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, KeepLastAnimationAsIdle) == 0x000021, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::KeepLastAnimationAsIdle' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, ActionID) == 0x000024, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::ActionID' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, SynchronizedActors) == 0x000028, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::SynchronizedActors' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, Temp_int_Variable) == 0x000044, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, K2Node_MakeStruct_PlayingAnimationSynchronizedActors) == 0x000070, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::K2Node_MakeStruct_PlayingAnimationSynchronizedActors' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_GetBlackboard_ReturnValue) == 0x000090, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_SpawnObject_ReturnValue) == 0x000098, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_GetBlackboard_ReturnValue_1) == 0x0000A0, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_GetBlackboard_ReturnValue_2) == 0x0000A8, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_GetBlackboard_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_GetBlackboard_ReturnValue_3) == 0x0000B0, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_GetBlackboard_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000B8, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action, CallFunc_GetBlackboard_ReturnValue_4) == 0x0000C0, "Member 'BP_DroidAIController_C_Add_Play_Animation_Syncronized_Action::CallFunc_GetBlackboard_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_AddPlayAnimationAction \ static_assert(alignof(BP_DroidAIController_C_AddPlayAnimationAction) == 0x000008, "Wrong alignment on BP_DroidAIController_C_AddPlayAnimationAction"); \ static_assert(sizeof(BP_DroidAIController_C_AddPlayAnimationAction) == 0x000060, "Wrong size on BP_DroidAIController_C_AddPlayAnimationAction"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, Animation) == 0x000000, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::Animation' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, Duration) == 0x000008, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::Duration' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, Play_Position) == 0x00000C, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::Play_Position' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, IsLooping) == 0x000010, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::IsLooping' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, ActionID) == 0x000014, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::ActionID' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, Temp_int_Variable) == 0x00001C, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, CallFunc_GetBlackboard_ReturnValue) == 0x000028, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, CallFunc_GetBlackboard_ReturnValue_1) == 0x000030, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, CallFunc_GetBlackboard_ReturnValue_2) == 0x000038, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::CallFunc_GetBlackboard_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, CallFunc_GetBlackboard_ReturnValue_3) == 0x000040, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::CallFunc_GetBlackboard_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, CallFunc_GetBlackboard_ReturnValue_4) == 0x000048, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::CallFunc_GetBlackboard_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, CallFunc_GetBlackboard_ReturnValue_5) == 0x000050, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::CallFunc_GetBlackboard_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddPlayAnimationAction, CallFunc_GetBlackboard_ReturnValue_6) == 0x000058, "Member 'BP_DroidAIController_C_AddPlayAnimationAction::CallFunc_GetBlackboard_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_AddTakeActorAction \ static_assert(alignof(BP_DroidAIController_C_AddTakeActorAction) == 0x000008, "Wrong alignment on BP_DroidAIController_C_AddTakeActorAction"); \ static_assert(sizeof(BP_DroidAIController_C_AddTakeActorAction) == 0x000040, "Wrong size on BP_DroidAIController_C_AddTakeActorAction"); \ static_assert(offsetof(BP_DroidAIController_C_AddTakeActorAction, TargetActor) == 0x000000, "Member 'BP_DroidAIController_C_AddTakeActorAction::TargetActor' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddTakeActorAction, ActionID) == 0x000008, "Member 'BP_DroidAIController_C_AddTakeActorAction::ActionID' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddTakeActorAction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'BP_DroidAIController_C_AddTakeActorAction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddTakeActorAction, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_DroidAIController_C_AddTakeActorAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddTakeActorAction, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BP_DroidAIController_C_AddTakeActorAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddTakeActorAction, CallFunc_GetBlackboard_ReturnValue) == 0x000020, "Member 'BP_DroidAIController_C_AddTakeActorAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddTakeActorAction, Temp_int_Variable) == 0x000028, "Member 'BP_DroidAIController_C_AddTakeActorAction::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddTakeActorAction, CallFunc_MakeLiteralByte_ReturnValue) == 0x00002C, "Member 'BP_DroidAIController_C_AddTakeActorAction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddTakeActorAction, CallFunc_GetBlackboard_ReturnValue_1) == 0x000030, "Member 'BP_DroidAIController_C_AddTakeActorAction::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddTakeActorAction, CallFunc_GetBlackboard_ReturnValue_2) == 0x000038, "Member 'BP_DroidAIController_C_AddTakeActorAction::CallFunc_GetBlackboard_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_AddDropActorAtActorAction \ static_assert(alignof(BP_DroidAIController_C_AddDropActorAtActorAction) == 0x000008, "Wrong alignment on BP_DroidAIController_C_AddDropActorAtActorAction"); \ static_assert(sizeof(BP_DroidAIController_C_AddDropActorAtActorAction) == 0x000028, "Wrong size on BP_DroidAIController_C_AddDropActorAtActorAction"); \ static_assert(offsetof(BP_DroidAIController_C_AddDropActorAtActorAction, DestinationActor) == 0x000000, "Member 'BP_DroidAIController_C_AddDropActorAtActorAction::DestinationActor' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddDropActorAtActorAction, ActionID) == 0x000008, "Member 'BP_DroidAIController_C_AddDropActorAtActorAction::ActionID' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddDropActorAtActorAction, CallFunc_MakeLiteralByte_ReturnValue) == 0x00000C, "Member 'BP_DroidAIController_C_AddDropActorAtActorAction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddDropActorAtActorAction, Temp_int_Variable) == 0x000010, "Member 'BP_DroidAIController_C_AddDropActorAtActorAction::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddDropActorAtActorAction, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_DroidAIController_C_AddDropActorAtActorAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddDropActorAtActorAction, CallFunc_GetBlackboard_ReturnValue) == 0x000018, "Member 'BP_DroidAIController_C_AddDropActorAtActorAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddDropActorAtActorAction, CallFunc_GetBlackboard_ReturnValue_1) == 0x000020, "Member 'BP_DroidAIController_C_AddDropActorAtActorAction::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_AddUseActorAction \ static_assert(alignof(BP_DroidAIController_C_AddUseActorAction) == 0x000010, "Wrong alignment on BP_DroidAIController_C_AddUseActorAction"); \ static_assert(sizeof(BP_DroidAIController_C_AddUseActorAction) == 0x0000A0, "Wrong size on BP_DroidAIController_C_AddUseActorAction"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, TargetActor) == 0x000000, "Member 'BP_DroidAIController_C_AddUseActorAction::TargetActor' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, ActionID) == 0x000008, "Member 'BP_DroidAIController_C_AddUseActorAction::ActionID' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, Temp_int_Variable) == 0x00000C, "Member 'BP_DroidAIController_C_AddUseActorAction::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_MakeLiteralByte_ReturnValue) == 0x000014, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000020, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_BreakTransform_Location) == 0x000054, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_BreakTransform_Rotation) == 0x000060, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_BreakTransform_Scale) == 0x00006C, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_GetBlackboard_ReturnValue) == 0x000078, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_GetBlackboard_ReturnValue_1) == 0x000080, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_GetBlackboard_ReturnValue_2) == 0x000088, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_GetBlackboard_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_AddUseActorAction, CallFunc_GetBlackboard_ReturnValue_3) == 0x000090, "Member 'BP_DroidAIController_C_AddUseActorAction::CallFunc_GetBlackboard_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_MoveDroidTo \ static_assert(alignof(BP_DroidAIController_C_MoveDroidTo) == 0x000004, "Wrong alignment on BP_DroidAIController_C_MoveDroidTo"); \ static_assert(sizeof(BP_DroidAIController_C_MoveDroidTo) == 0x000014, "Wrong size on BP_DroidAIController_C_MoveDroidTo"); \ static_assert(offsetof(BP_DroidAIController_C_MoveDroidTo, _destination) == 0x000000, "Member 'BP_DroidAIController_C_MoveDroidTo::_destination' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_MoveDroidTo, _stopDistance) == 0x00000C, "Member 'BP_DroidAIController_C_MoveDroidTo::_stopDistance' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_MoveDroidTo, _preciseMoveTo) == 0x000010, "Member 'BP_DroidAIController_C_MoveDroidTo::_preciseMoveTo' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_MoveDroidTo, Success) == 0x000011, "Member 'BP_DroidAIController_C_MoveDroidTo::Success' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_MoveDroidTo, CallFunc_MoveDroidTo_ReturnValue) == 0x000012, "Member 'BP_DroidAIController_C_MoveDroidTo::CallFunc_MoveDroidTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_CancelCurrentAction \ static_assert(alignof(BP_DroidAIController_C_CancelCurrentAction) == 0x000008, "Wrong alignment on BP_DroidAIController_C_CancelCurrentAction"); \ static_assert(sizeof(BP_DroidAIController_C_CancelCurrentAction) == 0x000008, "Wrong size on BP_DroidAIController_C_CancelCurrentAction"); \ static_assert(offsetof(BP_DroidAIController_C_CancelCurrentAction, CallFunc_GetBlackboard_ReturnValue) == 0x000000, "Member 'BP_DroidAIController_C_CancelCurrentAction::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_FailCurrentActionIfEqualTo \ static_assert(alignof(BP_DroidAIController_C_FailCurrentActionIfEqualTo) == 0x000008, "Wrong alignment on BP_DroidAIController_C_FailCurrentActionIfEqualTo"); \ static_assert(sizeof(BP_DroidAIController_C_FailCurrentActionIfEqualTo) == 0x000030, "Wrong size on BP_DroidAIController_C_FailCurrentActionIfEqualTo"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentActionIfEqualTo, Enum) == 0x000000, "Member 'BP_DroidAIController_C_FailCurrentActionIfEqualTo::Enum' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentActionIfEqualTo, Success) == 0x000001, "Member 'BP_DroidAIController_C_FailCurrentActionIfEqualTo::Success' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentActionIfEqualTo, CallFunc_MakeLiteralByte_ReturnValue) == 0x000002, "Member 'BP_DroidAIController_C_FailCurrentActionIfEqualTo::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentActionIfEqualTo, Temp_byte_Variable) == 0x000003, "Member 'BP_DroidAIController_C_FailCurrentActionIfEqualTo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentActionIfEqualTo, CallFunc_GetBlackboard_ReturnValue) == 0x000008, "Member 'BP_DroidAIController_C_FailCurrentActionIfEqualTo::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentActionIfEqualTo, CallFunc_GetValueAsEnum_ReturnValue) == 0x000010, "Member 'BP_DroidAIController_C_FailCurrentActionIfEqualTo::CallFunc_GetValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentActionIfEqualTo, CallFunc_GetBlackboard_ReturnValue_1) == 0x000018, "Member 'BP_DroidAIController_C_FailCurrentActionIfEqualTo::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentActionIfEqualTo, CallFunc_GetValidValue_ReturnValue) == 0x000020, "Member 'BP_DroidAIController_C_FailCurrentActionIfEqualTo::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentActionIfEqualTo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_DroidAIController_C_FailCurrentActionIfEqualTo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_FailCurrentActionIfEqualTo, CallFunc_GetBlackboard_ReturnValue_2) == 0x000028, "Member 'BP_DroidAIController_C_FailCurrentActionIfEqualTo::CallFunc_GetBlackboard_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DroidAIController_C_CancelCurrentActionIfEqualTo \ static_assert(alignof(BP_DroidAIController_C_CancelCurrentActionIfEqualTo) == 0x000008, "Wrong alignment on BP_DroidAIController_C_CancelCurrentActionIfEqualTo"); \ static_assert(sizeof(BP_DroidAIController_C_CancelCurrentActionIfEqualTo) == 0x000028, "Wrong size on BP_DroidAIController_C_CancelCurrentActionIfEqualTo"); \ static_assert(offsetof(BP_DroidAIController_C_CancelCurrentActionIfEqualTo, Action) == 0x000000, "Member 'BP_DroidAIController_C_CancelCurrentActionIfEqualTo::Action' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_CancelCurrentActionIfEqualTo, Success) == 0x000001, "Member 'BP_DroidAIController_C_CancelCurrentActionIfEqualTo::Success' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_CancelCurrentActionIfEqualTo, CallFunc_GetBlackboard_ReturnValue) == 0x000008, "Member 'BP_DroidAIController_C_CancelCurrentActionIfEqualTo::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_CancelCurrentActionIfEqualTo, CallFunc_GetValueAsEnum_ReturnValue) == 0x000010, "Member 'BP_DroidAIController_C_CancelCurrentActionIfEqualTo::CallFunc_GetValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_CancelCurrentActionIfEqualTo, CallFunc_GetBlackboard_ReturnValue_1) == 0x000018, "Member 'BP_DroidAIController_C_CancelCurrentActionIfEqualTo::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_CancelCurrentActionIfEqualTo, CallFunc_GetValidValue_ReturnValue) == 0x000020, "Member 'BP_DroidAIController_C_CancelCurrentActionIfEqualTo::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DroidAIController_C_CancelCurrentActionIfEqualTo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_DroidAIController_C_CancelCurrentActionIfEqualTo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DroidAIController_C \ static_assert(alignof(ABP_DroidAIController_C) == 0x000008, "Wrong alignment on ABP_DroidAIController_C"); \ static_assert(sizeof(ABP_DroidAIController_C) == 0x000420, "Wrong size on ABP_DroidAIController_C"); \ static_assert(offsetof(ABP_DroidAIController_C, UberGraphFrame) == 0x000330, "Member 'ABP_DroidAIController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, Streaming) == 0x000338, "Member 'ABP_DroidAIController_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_MoveToActor_TargetActor) == 0x000340, "Member 'ABP_DroidAIController_C::BlackboardKey_MoveToActor_TargetActor' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_MoveToActor_PreciseDestination) == 0x000348, "Member 'ABP_DroidAIController_C::BlackboardKey_MoveToActor_PreciseDestination' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BackboardKey_CurrentAction) == 0x000350, "Member 'ABP_DroidAIController_C::BackboardKey_CurrentAction' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_TakeActor_TargetActor) == 0x000358, "Member 'ABP_DroidAIController_C::BlackboardKey_TakeActor_TargetActor' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_DropActorAtActor_DestinationActor) == 0x000360, "Member 'ABP_DroidAIController_C::BlackboardKey_DropActorAtActor_DestinationActor' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_PlayAnimation_Animation) == 0x000368, "Member 'ABP_DroidAIController_C::BlackboardKey_PlayAnimation_Animation' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_PlayAnimation_Duration) == 0x000370, "Member 'ABP_DroidAIController_C::BlackboardKey_PlayAnimation_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_PlayAnimation_IsSynchronized) == 0x000378, "Member 'ABP_DroidAIController_C::BlackboardKey_PlayAnimation_IsSynchronized' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_PlayAnimation_Synchronized) == 0x000380, "Member 'ABP_DroidAIController_C::BlackboardKey_PlayAnimation_Synchronized' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_PlayAnimation_IsLooping) == 0x000388, "Member 'ABP_DroidAIController_C::BlackboardKey_PlayAnimation_IsLooping' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_RotateToPreciseRotation) == 0x000390, "Member 'ABP_DroidAIController_C::BlackboardKey_RotateToPreciseRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_MoveToPreciseLocation) == 0x000398, "Member 'ABP_DroidAIController_C::BlackboardKey_MoveToPreciseLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_UseActor_TargetActor) == 0x0003A0, "Member 'ABP_DroidAIController_C::BlackboardKey_UseActor_TargetActor' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_PlayPosition) == 0x0003A8, "Member 'ABP_DroidAIController_C::BlackboardKey_PlayPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, BlackboardKey_IsCancellingCurrentAction) == 0x0003B0, "Member 'ABP_DroidAIController_C::BlackboardKey_IsCancellingCurrentAction' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, CurrentActionID) == 0x0003B8, "Member 'ABP_DroidAIController_C::CurrentActionID' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, PastActionsStatus) == 0x0003C0, "Member 'ABP_DroidAIController_C::PastActionsStatus' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, HasAction) == 0x000410, "Member 'ABP_DroidAIController_C::HasAction' has a wrong offset!"); \ static_assert(offsetof(ABP_DroidAIController_C, Droid) == 0x000418, "Member 'ABP_DroidAIController_C::Droid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable \ static_assert(alignof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable) == 0x000008, "Wrong alignment on BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable"); \ static_assert(sizeof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable) == 0x0000E0, "Wrong size on BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, EntryPoint) == 0x000000, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000004, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, CallFunc_GetBackpack_ReturnValue) == 0x000008, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, CallFunc_IsWithinDialog_ReturnValue) == 0x000010, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::CallFunc_IsWithinDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, Temp_bool_Has_Been_Initd_Variable) == 0x000011, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, Temp_bool_IsClosed_Variable) == 0x000012, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, K2Node_ComponentBoundEvent_HitComponent) == 0x000018, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, K2Node_ComponentBoundEvent_OtherActor) == 0x000020, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, K2Node_ComponentBoundEvent_OtherComp) == 0x000028, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000030, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, K2Node_ComponentBoundEvent_Hit) == 0x00003C, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x0000C8, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable, CallFunc_GetOwner_ReturnValue) == 0x0000D8, "Member 'BP_Props_Throwable_C_ExecuteUbergraph_BP_Props_Throwable::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ static_assert(alignof(BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'BP_Props_Throwable_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Props_Throwable_C \ static_assert(alignof(ABP_Props_Throwable_C) == 0x000008, "Wrong alignment on ABP_Props_Throwable_C"); \ static_assert(sizeof(ABP_Props_Throwable_C) == 0x000288, "Wrong size on ABP_Props_Throwable_C"); \ static_assert(offsetof(ABP_Props_Throwable_C, UberGraphFrame_BP_Props_Throwable_C) == 0x000270, "Member 'ABP_Props_Throwable_C::UberGraphFrame_BP_Props_Throwable_C' has a wrong offset!"); \ static_assert(offsetof(ABP_Props_Throwable_C, CatAnimationOnHit) == 0x000278, "Member 'ABP_Props_Throwable_C::CatAnimationOnHit' has a wrong offset!"); \ static_assert(offsetof(ABP_Props_Throwable_C, BP_CatPawn_Hit) == 0x000280, "Member 'ABP_Props_Throwable_C::BP_CatPawn_Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_ExecuteUbergraph_ABP_Droid \ static_assert(alignof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid) == 0x000010, "Wrong alignment on ABP_Droid_C_ExecuteUbergraph_ABP_Droid"); \ static_assert(sizeof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid) == 0x000F50, "Wrong size on ABP_Droid_C_ExecuteUbergraph_ABP_Droid"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, EntryPoint) == 0x000000, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_int_Variable) == 0x000008, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000D, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_2) == 0x00000F, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_1) == 0x000010, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_3) == 0x000011, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_2) == 0x000012, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000013, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_float_Variable) == 0x000014, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_3) == 0x000018, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_4) == 0x000019, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00001A, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_4) == 0x00001B, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_5) == 0x00001C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_5) == 0x00001D, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_6) == 0x00001E, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_Ratio_1) == 0x000020, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_Ratio_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue) == 0x000024, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_1) == 0x000025, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetInstanceStateWeight_ReturnValue) == 0x000038, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetInstanceStateWeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00003C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_7) == 0x00003D, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00003E, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetInstanceStateWeight_ReturnValue_1) == 0x000050, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetInstanceStateWeight_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_1) == 0x000054, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_8) == 0x000055, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_2) == 0x000056, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_2) == 0x000057, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_9) == 0x000058, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_3) == 0x000059, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_3) == 0x00005A, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_4) == 0x00005B, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x00005C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000060, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_6) == 0x000061, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_10) == 0x000062, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_7) == 0x000063, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_11) == 0x000064, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_4) == 0x000065, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_5) == 0x000066, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeFraction_ReturnValue) == 0x000068, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeFraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00006C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_5) == 0x00006D, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_6) == 0x00006E, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_7) == 0x00006F, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_8) == 0x000070, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000071, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetMovementAnimationSettings_ReturnValue) == 0x000078, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetMovementAnimationSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_name_Variable) == 0x000080, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_name_Variable_1) == 0x000088, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable) == 0x000090, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_2) == 0x000094, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0000A4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000A8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x0000B0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_InvalidateTimerHandle_ReturnValue) == 0x0000B8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_InvalidateTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x0000C0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x0000C1, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_12) == 0x0000C2, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_1) == 0x0000C3, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000C4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0000C5, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_6) == 0x0000C6, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0000C7, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_2) == 0x0000C8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x0000C9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0000CA, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x0000CC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x0000D0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0000D1, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0000D2, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_string_Variable) == 0x0000D8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_7) == 0x0000E8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_13) == 0x0000E9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000EC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x0000FC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x0000FD, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000100, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_4) == 0x000104, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_4) == 0x000108, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_14) == 0x000118, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x00011C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_5) == 0x000120, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x000121, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x000122, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_8) == 0x000123, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x000124, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_6) == 0x000128, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_15) == 0x000129, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x00012C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue) == 0x000130, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x000134, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_7) == 0x000135, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_16) == 0x000136, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_5) == 0x000138, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x000148, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x000149, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x00014A, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x00014B, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Has_Been_Initd_Variable) == 0x00014C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_9) == 0x00014D, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_10) == 0x00014E, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_IsClosed_Variable) == 0x00014F, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_8) == 0x000150, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_17) == 0x000151, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x000154, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_8) == 0x000158, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000159, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_18) == 0x00015A, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x00015B, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x00015C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_string_Variable_1) == 0x000160, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_19) == 0x000170, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_20) == 0x000171, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_18) == 0x000172, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetInstanceMachineWeight_ReturnValue) == 0x000174, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetInstanceMachineWeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000178, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_3) == 0x000179, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_4) == 0x00017A, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_5) == 0x00017B, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_9) == 0x00017C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_object_Variable) == 0x000180, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_6) == 0x000188, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_7) == 0x000189, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00018A, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x00018B, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x00018C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x000190, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_9) == 0x000191, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_21) == 0x000192, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_8) == 0x000193, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Has_Been_Initd_Variable_1) == 0x000194, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_9) == 0x000195, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_19) == 0x000196, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_20) == 0x000197, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_21) == 0x000198, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_IsClosed_Variable_1) == 0x000199, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_22) == 0x00019A, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_11) == 0x00019B, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_10) == 0x00019C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_12) == 0x00019D, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_10) == 0x00019E, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_11) == 0x00019F, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_22) == 0x0001A0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_8) == 0x0001A1, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_23) == 0x0001A2, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_13) == 0x0001A3, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_11) == 0x0001A4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_float_Variable_1) == 0x0001A8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_object_Variable_1) == 0x0001B0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_9) == 0x0001B8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default) == 0x0001C0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_23) == 0x0001C8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_12) == 0x0001C9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_int_Variable_1) == 0x0001CC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_13) == 0x0001D0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_24) == 0x0001D1, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_24) == 0x0001D2, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x0001D4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_25) == 0x0001D8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_10) == 0x0001D9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_26) == 0x0001DA, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_14) == 0x0001DB, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10) == 0x0001DC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_25) == 0x0001E0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_11) == 0x0001E1, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_26) == 0x0001E2, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11) == 0x0001E4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_LessEqual_FloatFloat_ReturnValue_12) == 0x0001E8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_LessEqual_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_27) == 0x0001E9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_15) == 0x0001EA, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_28) == 0x0001EB, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_29) == 0x0001EC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Has_Been_Initd_Variable_2) == 0x0001ED, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_30) == 0x0001EE, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_31) == 0x0001EF, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_32) == 0x0001F0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_33) == 0x0001F1, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_10) == 0x0001F2, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_14) == 0x0001F3, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_1) == 0x0001F8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_16) == 0x000200, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_27) == 0x000201, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_int_Variable_2) == 0x000204, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_11) == 0x000208, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_2) == 0x000210, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeTransform_ReturnValue) == 0x000220, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_15) == 0x000250, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_int_Variable_3) == 0x000254, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_28) == 0x000258, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_29) == 0x000259, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeTransform_ReturnValue_1) == 0x000260, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Roll) == 0x000290, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Pitch) == 0x000294, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Yaw) == 0x000298, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_ClampAngle_ReturnValue) == 0x00029C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_34) == 0x0002A0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MapRangeClamped_ReturnValue) == 0x0002A4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Abs_ReturnValue) == 0x0002A8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0002AC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0002B0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Abs_ReturnValue_1) == 0x0002B4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0002B8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0002BC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0002C0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_6) == 0x0002C4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_9) == 0x0002D4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_3) == 0x0002D8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeLiteralByte_ReturnValue) == 0x0002E0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_float_Variable_2) == 0x0002E4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Roll_1) == 0x0002E8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Pitch_1) == 0x0002EC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Yaw_1) == 0x0002F0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_7) == 0x0002F4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000304, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000308, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_ClampAngle_ReturnValue_1) == 0x00030C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_ClampAngle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_ClampAngle_ReturnValue_2) == 0x000310, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_ClampAngle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000314, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_ClampAngle_ReturnValue_3) == 0x000318, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_ClampAngle_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Roll_2) == 0x00031C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Pitch_2) == 0x000320, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Yaw_2) == 0x000324, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeRotator_ReturnValue) == 0x000328, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000334, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Roll_3) == 0x000338, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Pitch_3) == 0x00033C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Yaw_3) == 0x000340, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000344, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_ClampAngle_ReturnValue_4) == 0x000348, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_ClampAngle_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_ClampAngle_ReturnValue_5) == 0x00034C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_ClampAngle_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000350, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_Ratio) == 0x000354, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_ClampAngle_ReturnValue_6) == 0x000358, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_ClampAngle_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeRotator_ReturnValue_1) == 0x00035C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_8) == 0x000368, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_9) == 0x000378, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000388, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_30) == 0x000389, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Event_DeltaTimeX) == 0x00038C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetTakenActor_ReturnValue) == 0x000390, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetTakenActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_IsClosed_Variable_2) == 0x000398, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_10) == 0x000399, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Montage_Play_ReturnValue) == 0x00039C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Montage_Play_ReturnValue_1) == 0x0003A0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Montage_Play_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsRisingFromStumble_ReturnValue) == 0x0003A4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsRisingFromStumble_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsAboutToStumble_ReturnValue) == 0x0003A5, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsAboutToStumble_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x0003A6, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_BoolBool_ReturnValue_1) == 0x0003A7, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsStumbling_ReturnValue) == 0x0003A8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsStumbling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_HasStumbled_ReturnValue) == 0x0003A9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_HasStumbled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_16) == 0x0003AA, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetIdleAnimation_ReturnValue) == 0x0003B0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetIdleAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0003B8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Event_Name) == 0x0003BC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Event_Name' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Event_Velocity) == 0x0003C4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x0003C8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x0003CC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x0003D0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x0003D4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x0003D8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x0003DC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_14) == 0x0003E0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0003E4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Conv_NameToString_ReturnValue) == 0x0003E8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Concat_StrStr_ReturnValue) == 0x0003F8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_SwitchName_CmpSuccess) == 0x000408, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_11) == 0x000409, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_12) == 0x00040A, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00040B, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetOwningActor_ReturnValue) == 0x000410, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_13) == 0x000418, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_DynamicCast_AsBP_Droid) == 0x000420, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_DynamicCast_bSuccess) == 0x000428, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_14) == 0x000429, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000430, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_DynamicCast_AsBP_Droid_1) == 0x000438, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_DynamicCast_AsBP_Droid_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_DynamicCast_bSuccess_1) == 0x000440, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_MakeArray_Array) == 0x000448, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Array_Length_ReturnValue) == 0x000458, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00045C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_15) == 0x000460, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Has_Been_Initd_Variable_3) == 0x000461, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetCurrentUsable_ReturnValue) == 0x000468, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetCurrentUsable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsUsingActor_ReturnValue) == 0x000470, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsUsingActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_DeltaTime_2) == 0x000474, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_DeltaTime_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_FClamp_ReturnValue) == 0x000478, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetOwningActor_ReturnValue_1) == 0x000480, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetOwningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Has_Been_Initd_Variable_4) == 0x000488, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00048C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000498, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_IsClosed_Variable_3) == 0x0004A0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0004A4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x0004A8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_string_Variable_2) == 0x0004B0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_DeltaTime_1) == 0x0004C0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_DeltaTime_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_hasPlayingAnimation) == 0x0004C4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_hasPlayingAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_DeltaTime) == 0x0004C8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Has_Been_Initd_Variable_5) == 0x0004CC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsStreamedIn_ReturnValue) == 0x0004CD, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsStreamedIn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_HasActorBegunPlay_ReturnValue) == 0x0004CE, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_HasActorBegunPlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_HasActorBegunPlay_ReturnValue_1) == 0x0004CF, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_HasActorBegunPlay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_16) == 0x0004D0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0004D1, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetPlayingAnimation_ReturnValue) == 0x0004D8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetPlayingAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc__GetMovementTargetAngle_ReturnValue) == 0x000518, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc__GetMovementTargetAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Array_Length_ReturnValue_1) == 0x00051C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Array_LastIndex_ReturnValue) == 0x000520, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Conv_IntToBool_ReturnValue) == 0x000524, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Max_ReturnValue) == 0x000528, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Array_Get_Item) == 0x000530, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000538, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_31) == 0x000539, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue) == 0x000540, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_Foot_Side) == 0x000548, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_Foot_Side' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_IsClosed_Variable_4) == 0x00054C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetVirtualBoneIndex_Bone_Index) == 0x000550, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetVirtualBoneIndex_Bone_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetVirtualBoneIndex_Bone_Index_1) == 0x000554, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetVirtualBoneIndex_Bone_Index_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_35) == 0x000558, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_36) == 0x000559, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc__GetMovementTargetAngle_ReturnValue_1) == 0x00055C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc__GetMovementTargetAngle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_17) == 0x000560, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc__GetMovementTargetSpeed_ReturnValue) == 0x000564, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc__GetMovementTargetSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_15) == 0x000568, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_16) == 0x00056C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_17) == 0x000570, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Add_FloatFloat_ReturnValue) == 0x000574, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetLookAtLocation_ReturnValue) == 0x000578, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetLookAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Roll_4) == 0x000584, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Pitch_4) == 0x000588, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Yaw_4) == 0x00058C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeVector_ReturnValue) == 0x000590, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_17) == 0x00059C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetShowDirectionTarget_ReturnValue) == 0x0005A0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetShowDirectionTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0005AC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetShowDirectionCoordinates_X) == 0x0005B8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetShowDirectionCoordinates_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetShowDirectionCoordinates_Y) == 0x0005BC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetShowDirectionCoordinates_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_18) == 0x0005C0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetShowDirectionLookAtLocation__enable) == 0x0005C4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetShowDirectionLookAtLocation__enable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetShowDirectionLookAtLocation__isInSight) == 0x0005C5, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetShowDirectionLookAtLocation__isInSight' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetShowDirectionLookAtLocation_LookAt_Rotator) == 0x0005C8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetShowDirectionLookAtLocation_LookAt_Rotator' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_IsClosed_Variable_5) == 0x0005D4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetLookAtType_ReturnValue) == 0x0005D5, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetLookAtType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsWithinDialog_ReturnValue) == 0x0005D6, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsWithinDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_FuzzyBoolGetFuzzy_ReturnValue) == 0x0005D7, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_FuzzyBoolGetFuzzy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsLookAtEnabled_ReturnValue) == 0x0005D8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsLookAtEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_32) == 0x0005D9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsLookAtEnabled_ReturnValue_1) == 0x0005DA, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsLookAtEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_MakeStruct_FuzzyBool) == 0x0005DC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_MakeStruct_FuzzyBool' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0005E8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_FuzzyBoolGetTarget_ReturnValue) == 0x0005F0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_FuzzyBoolGetTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_FuzzyBoolGetFuzzy_ReturnValue_1) == 0x0005F1, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_FuzzyBoolGetFuzzy_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_MakeStruct_FuzzyBool_1) == 0x0005F4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_MakeStruct_FuzzyBool_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_MakeStruct_FuzzyBool_2) == 0x000600, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_MakeStruct_FuzzyBool_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000610, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000618, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_MakeStruct_FuzzyBool_3) == 0x000620, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_MakeStruct_FuzzyBool_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_int_Variable_4) == 0x00062C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_FuzzyBoolGetFuzzy_ReturnValue_2) == 0x000630, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_FuzzyBoolGetFuzzy_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_4) == 0x000631, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetAngleBetweenRotators_ReturnValue) == 0x000634, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetAngleBetweenRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_5) == 0x000638, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00063C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_33) == 0x000640, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000644, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_18) == 0x000648, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_FInterpTo_ReturnValue) == 0x00064C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_FindLookAtRotator_NonPure__enable) == 0x000650, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_FindLookAtRotator_NonPure__enable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_FindLookAtRotator_NonPure_ReturnValue) == 0x000654, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_FindLookAtRotator_NonPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_FClamp_ReturnValue_1) == 0x000660, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Roll_5) == 0x000664, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Roll_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Pitch_5) == 0x000668, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Pitch_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Yaw_5) == 0x00066C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Yaw_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeVector_ReturnValue_1) == 0x000670, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00067C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_VectorSpringInterp_ReturnValue) == 0x000680, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_VectorSpringInterp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00068C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_X) == 0x000690, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_Y) == 0x000694, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_Z) == 0x000698, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_19) == 0x00069C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeRotator_ReturnValue_2) == 0x0006A0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_HashRandom_float) == 0x0006AC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_HashRandom_int) == 0x0006B0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_HashRandom_float_1) == 0x0006B4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_HashRandom_float_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_HashRandom_int_1) == 0x0006B8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_HashRandom_int_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Array_Get_Item_1) == 0x0006C0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_6) == 0x0006C8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_7) == 0x0006D0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_string_Variable_3) == 0x0006D8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_string_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_SwitchEnum_CmpSuccess) == 0x0006E8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0006E9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsStreamedIn_ReturnValue_1) == 0x0006EA, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsStreamedIn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetActorForwardVector_ReturnValue) == 0x0006EC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc__GetPreciseMovementTransform_ReturnValue) == 0x000700, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc__GetPreciseMovementTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Location) == 0x000730, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Rotation) == 0x00073C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Scale) == 0x000748, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetForwardVector_ReturnValue) == 0x000754, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SignedAngleBetween_ReturnValue) == 0x000760, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SignedAngleBetween_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc__GetPreciseMovementTransform_ReturnValue_1) == 0x000770, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc__GetPreciseMovementTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Location_1) == 0x0007A0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Rotation_1) == 0x0007AC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Scale_1) == 0x0007B8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_X_1) == 0x0007C4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_Y_1) == 0x0007C8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_Z_1) == 0x0007CC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeVector_ReturnValue_2) == 0x0007D0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetTransform_ReturnValue) == 0x0007E0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_X_2) == 0x000810, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_Y_2) == 0x000814, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_Z_2) == 0x000818, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetCurveValue_ReturnValue) == 0x00081C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Location_2) == 0x000820, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Rotation_2) == 0x00082C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Scale_2) == 0x000838, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_X_3) == 0x000844, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_Y_3) == 0x000848, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakVector_Z_3) == 0x00084C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetCurveValue_ReturnValue_1) == 0x000850, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeVector_ReturnValue_3) == 0x000854, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_RLerp_ReturnValue) == 0x000860, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_VLerp_ReturnValue) == 0x00086C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_wildcard_Variable) == 0x000878, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_IsLeftFoot) == 0x000880, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_IsLeftFoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_duration) == 0x000884, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_duration' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_Animation_1) == 0x000888, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_Animation_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_Begin) == 0x000890, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_Begin' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000894, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_10) == 0x000898, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x0008A8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_StartEasingInterpolator_ReturnValue) == 0x0008B0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_StartEasingInterpolator__interpolatorObject_1) == 0x0008B8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_StartEasingInterpolator__interpolatorObject_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_StartEasingInterpolator_ReturnValue_1) == 0x0008C0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_StartEasingInterpolator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_18) == 0x0008C8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_19) == 0x0008C9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_8) == 0x0008CC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_11) == 0x0008D4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc__GetPreciseMovementTransform_ReturnValue_2) == 0x0008F0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc__GetPreciseMovementTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NearlyEqual_TransformTransform_ReturnValue) == 0x000920, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NearlyEqual_TransformTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Not_PreBool_ReturnValue_17) == 0x000921, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Not_PreBool_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_37) == 0x000922, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_12) == 0x000923, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetTransform_ReturnValue_1) == 0x000930, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetActorScale3D_ReturnValue) == 0x000960, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Location_3) == 0x00096C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Rotation_3) == 0x000978, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Scale_3) == 0x000984, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeTransform_ReturnValue_2) == 0x000990, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeTransform_ReturnValue_3) == 0x0009C0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x0009F0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000A78, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetSocketTransform_ReturnValue) == 0x000A80, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetSocketTransform_ReturnValue_1) == 0x000AB0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_ByteByte_ReturnValue_38) == 0x000AE0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_ByteByte_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsCalling_ReturnValue) == 0x000AE1, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsCalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ByteByte_ReturnValue_13) == 0x000AE2, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsCalling_ReturnValue_1) == 0x000AE3, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsCalling_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Has_Been_Initd_Variable_6) == 0x000AE4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsInMoveTo_ReturnValue) == 0x000AE5, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsInMoveTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetBehaviorState_ReturnValue) == 0x000AE6, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetBehaviorState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Roll_6) == 0x000AE8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Roll_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Pitch_6) == 0x000AEC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Pitch_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakRotator_Yaw_6) == 0x000AF0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakRotator_Yaw_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetPosture_ReturnValue) == 0x000AF4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetPosture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_12) == 0x000AF8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_13) == 0x000B08, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_20) == 0x000B18, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000B1C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Add_VectorVector_ReturnValue) == 0x000B28, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SpawnSoundAtLocation_ReturnValue_1) == 0x000B38, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SpawnSoundAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetSocketLocation_ReturnValue) == 0x000B40, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000B4C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetSocketLocation_ReturnValue_2) == 0x000B58, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetSocketLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetSocketLocation_ReturnValue_3) == 0x000B64, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetSocketLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetSocketLocation_ReturnValue_4) == 0x000B70, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetSocketLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetSocketLocation_ReturnValue_5) == 0x000B7C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetSocketLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_14) == 0x000B88, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_9) == 0x000B98, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_10) == 0x000BA4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SpawnSoundAtLocation_ReturnValue_2) == 0x000BB0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SpawnSoundAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SpawnSoundAtLocation_ReturnValue_3) == 0x000BB8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SpawnSoundAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SpawnSoundAtLocation_ReturnValue_4) == 0x000BC0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SpawnSoundAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_11) == 0x000BC8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Add_IntInt_ReturnValue) == 0x000BD4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SpawnSoundAtLocation_ReturnValue_5) == 0x000BD8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SpawnSoundAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Percent_IntInt_ReturnValue) == 0x000BE0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SpawnSoundAtLocation_ReturnValue_6) == 0x000BE8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SpawnSoundAtLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SpawnSoundAtLocation_ReturnValue_7) == 0x000BF0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SpawnSoundAtLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_12) == 0x000BF8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Has_Been_Initd_Variable_7) == 0x000BF9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_RandomFloatInRange_ReturnValue) == 0x000BFC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_wildcard_Variable_1) == 0x000C00, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_wildcard_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_13) == 0x000C08, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Montage_GetPlayRate_ReturnValue) == 0x000C0C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Montage_GetPlayRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000C10, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x000C18, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_SetTimerDelegate_ReturnValue_5) == 0x000C20, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_SetTimerDelegate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_IsClosed_Variable_6) == 0x000C28, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SelectFloat_ReturnValue) == 0x000C2C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue_1) == 0x000C30, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc__GetMovementTargetAngle_ReturnValue_2) == 0x000C38, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc__GetMovementTargetAngle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_14) == 0x000C3C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_15) == 0x000C40, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_ShouldSkipIdleAnimationBlend_ReturnValue) == 0x000C50, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_ShouldSkipIdleAnimationBlend_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetIdleAnimation_ReturnValue_1) == 0x000C58, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetIdleAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_Animation) == 0x000C60, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_Animation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_skipBlend) == 0x000C68, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_skipBlend' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_float_Variable_3) == 0x000C6C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_16) == 0x000C70, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_IsClosed_Variable_7) == 0x000C80, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsBeingUsed_ReturnValue) == 0x000C81, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsBeingUsed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetDialogCurrentLineInfo_Animation) == 0x000C88, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetDialogCurrentLineInfo_Animation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetDialogCurrentLineInfo_Advanced_IsSynchronized) == 0x000C90, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetDialogCurrentLineInfo_Advanced_IsSynchronized' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetDialogCurrentLineInfo_Advanced_LoopAnimation) == 0x000C91, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetDialogCurrentLineInfo_Advanced_LoopAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetDialogCurrentLineInfo_IsLastIndex) == 0x000C92, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetDialogCurrentLineInfo_IsLastIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_34) == 0x000C93, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_21) == 0x000C94, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue_2) == 0x000C98, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_PlaySlotAnimationAsDynamicMontage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000CA0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_17) == 0x000CA4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_newValue_2) == 0x000CB4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_newValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_18) == 0x000CB8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_19) == 0x000CC8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_IsLookatEnabled) == 0x000CD8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_IsLookatEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_SetTimerDelegate_ReturnValue_6) == 0x000CE0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_SetTimerDelegate_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_20) == 0x000CE8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_21) == 0x000CF8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_Enabled) == 0x000D08, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsPlayInEditor_ReturnValue) == 0x000D09, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsPlayInEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanAND_ReturnValue_35) == 0x000D0A, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanAND_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_22) == 0x000D0C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BooleanOR_ReturnValue_19) == 0x000D1C, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BooleanOR_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_EqualEqual_BoolBool_ReturnValue_2) == 0x000D1D, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_EqualEqual_BoolBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_23) == 0x000D20, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsShowDirectionEnabled_ReturnValue) == 0x000D30, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsShowDirectionEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_newValue_1) == 0x000D31, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_newValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_newValue) == 0x000D32, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_newValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_newAnimationSettings) == 0x000D38, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_newAnimationSettings' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_newMovementState) == 0x000D40, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_newMovementState' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_SwitchEnum_CmpSuccess_1) == 0x000D41, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetPlayingAnimation_ReturnValue_1) == 0x000D48, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetPlayingAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetDisplayName_ReturnValue) == 0x000D88, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_AppendMultiple_ReturnValue) == 0x000D98, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Add_IntInt_ReturnValue_1) == 0x000DA8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Greater_IntInt_ReturnValue) == 0x000DAC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_RandomInteger_ReturnValue) == 0x000DB0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_12) == 0x000DB8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_newBehavior) == 0x000DC8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_newBehavior' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_SwitchEnum_CmpSuccess_2) == 0x000DC9, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_22) == 0x000DCA, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Variable_15) == 0x000DCB, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Variable_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CustomEvent_newPosition) == 0x000DCC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CustomEvent_newPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_CreateDelegate_OutputDelegate_24) == 0x000DD0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_object_Variable_2) == 0x000DE0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetSocketLocation_ReturnValue_6) == 0x000DE8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetSocketLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SpawnSoundAtLocation_ReturnValue_8) == 0x000DF8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SpawnSoundAtLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_23) == 0x000E00, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_GetSocketLocation_ReturnValue_7) == 0x000E04, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_GetSocketLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_SpawnSoundAtLocation_ReturnValue_9) == 0x000E10, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_SpawnSoundAtLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_13) == 0x000E18, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_24) == 0x000E20, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_Has_Been_Initd_Variable_8) == 0x000E21, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_Has_Been_Initd_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_25) == 0x000E22, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000E30, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, K2Node_Select_Default_14) == 0x000E60, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::K2Node_Select_Default_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_ExtractBoneTransformFromBlendspace_ReturnValue) == 0x000E70, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_ExtractBoneTransformFromBlendspace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_ComposeTransforms_ReturnValue) == 0x000EA0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_ComposeTransforms_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Location_4) == 0x000ED0, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Location_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Rotation_4) == 0x000EDC, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Rotation_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_BreakTransform_Scale_4) == 0x000EE8, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_BreakTransform_Scale_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_TransformLocation_ReturnValue) == 0x000EF4, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_Multiply_FloatFloat_ReturnValue_20) == 0x000F00, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_Multiply_FloatFloat_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_MakeTransform_ReturnValue_4) == 0x000F10, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_MakeTransform_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, Temp_bool_IsClosed_Variable_8) == 0x000F40, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::Temp_bool_IsClosed_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_ExecuteUbergraph_ABP_Droid, CallFunc_IsValid_ReturnValue_26) == 0x000F41, "Member 'ABP_Droid_C_ExecuteUbergraph_ABP_Droid::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_OnIdleAnimationPositionChanged \ static_assert(alignof(ABP_Droid_C_OnIdleAnimationPositionChanged) == 0x000004, "Wrong alignment on ABP_Droid_C_OnIdleAnimationPositionChanged"); \ static_assert(sizeof(ABP_Droid_C_OnIdleAnimationPositionChanged) == 0x000004, "Wrong size on ABP_Droid_C_OnIdleAnimationPositionChanged"); \ static_assert(offsetof(ABP_Droid_C_OnIdleAnimationPositionChanged, newPosition) == 0x000000, "Member 'ABP_Droid_C_OnIdleAnimationPositionChanged::newPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_OnDroidBehaviorChanged_Event_0 \ static_assert(alignof(ABP_Droid_C_OnDroidBehaviorChanged_Event_0) == 0x000001, "Wrong alignment on ABP_Droid_C_OnDroidBehaviorChanged_Event_0"); \ static_assert(sizeof(ABP_Droid_C_OnDroidBehaviorChanged_Event_0) == 0x000001, "Wrong size on ABP_Droid_C_OnDroidBehaviorChanged_Event_0"); \ static_assert(offsetof(ABP_Droid_C_OnDroidBehaviorChanged_Event_0, newBehavior) == 0x000000, "Member 'ABP_Droid_C_OnDroidBehaviorChanged_Event_0::newBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_OnDroidMovementStateChanged_Event_0 \ static_assert(alignof(ABP_Droid_C_OnDroidMovementStateChanged_Event_0) == 0x000001, "Wrong alignment on ABP_Droid_C_OnDroidMovementStateChanged_Event_0"); \ static_assert(sizeof(ABP_Droid_C_OnDroidMovementStateChanged_Event_0) == 0x000001, "Wrong size on ABP_Droid_C_OnDroidMovementStateChanged_Event_0"); \ static_assert(offsetof(ABP_Droid_C_OnDroidMovementStateChanged_Event_0, newMovementState) == 0x000000, "Member 'ABP_Droid_C_OnDroidMovementStateChanged_Event_0::newMovementState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_OnDroidMovementAnimationSettingsChanged \ static_assert(alignof(ABP_Droid_C_OnDroidMovementAnimationSettingsChanged) == 0x000008, "Wrong alignment on ABP_Droid_C_OnDroidMovementAnimationSettingsChanged"); \ static_assert(sizeof(ABP_Droid_C_OnDroidMovementAnimationSettingsChanged) == 0x000008, "Wrong size on ABP_Droid_C_OnDroidMovementAnimationSettingsChanged"); \ static_assert(offsetof(ABP_Droid_C_OnDroidMovementAnimationSettingsChanged, newAnimationSettings) == 0x000000, "Member 'ABP_Droid_C_OnDroidMovementAnimationSettingsChanged::newAnimationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_IsInRepelModeChanged \ static_assert(alignof(ABP_Droid_C_IsInRepelModeChanged) == 0x000001, "Wrong alignment on ABP_Droid_C_IsInRepelModeChanged"); \ static_assert(sizeof(ABP_Droid_C_IsInRepelModeChanged) == 0x000001, "Wrong size on ABP_Droid_C_IsInRepelModeChanged"); \ static_assert(offsetof(ABP_Droid_C_IsInRepelModeChanged, newValue) == 0x000000, "Member 'ABP_Droid_C_IsInRepelModeChanged::newValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_IsRepellingCatChanged \ static_assert(alignof(ABP_Droid_C_IsRepellingCatChanged) == 0x000001, "Wrong alignment on ABP_Droid_C_IsRepellingCatChanged"); \ static_assert(sizeof(ABP_Droid_C_IsRepellingCatChanged) == 0x000001, "Wrong size on ABP_Droid_C_IsRepellingCatChanged"); \ static_assert(offsetof(ABP_Droid_C_IsRepellingCatChanged, newValue) == 0x000000, "Member 'ABP_Droid_C_IsRepellingCatChanged::newValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_IsShowDirectionEnabledChanged \ static_assert(alignof(ABP_Droid_C_IsShowDirectionEnabledChanged) == 0x000001, "Wrong alignment on ABP_Droid_C_IsShowDirectionEnabledChanged"); \ static_assert(sizeof(ABP_Droid_C_IsShowDirectionEnabledChanged) == 0x000001, "Wrong size on ABP_Droid_C_IsShowDirectionEnabledChanged"); \ static_assert(offsetof(ABP_Droid_C_IsShowDirectionEnabledChanged, Enabled) == 0x000000, "Member 'ABP_Droid_C_IsShowDirectionEnabledChanged::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_OnDroidLookAtEnabledChanged \ static_assert(alignof(ABP_Droid_C_OnDroidLookAtEnabledChanged) == 0x000001, "Wrong alignment on ABP_Droid_C_OnDroidLookAtEnabledChanged"); \ static_assert(sizeof(ABP_Droid_C_OnDroidLookAtEnabledChanged) == 0x000001, "Wrong size on ABP_Droid_C_OnDroidLookAtEnabledChanged"); \ static_assert(offsetof(ABP_Droid_C_OnDroidLookAtEnabledChanged, IsLookAtEnabled) == 0x000000, "Member 'ABP_Droid_C_OnDroidLookAtEnabledChanged::IsLookAtEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_IsWithingDialogChanged \ static_assert(alignof(ABP_Droid_C_IsWithingDialogChanged) == 0x000001, "Wrong alignment on ABP_Droid_C_IsWithingDialogChanged"); \ static_assert(sizeof(ABP_Droid_C_IsWithingDialogChanged) == 0x000001, "Wrong size on ABP_Droid_C_IsWithingDialogChanged"); \ static_assert(offsetof(ABP_Droid_C_IsWithingDialogChanged, newValue) == 0x000000, "Member 'ABP_Droid_C_IsWithingDialogChanged::newValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_OnIdleAnimationChanged \ static_assert(alignof(ABP_Droid_C_OnIdleAnimationChanged) == 0x000008, "Wrong alignment on ABP_Droid_C_OnIdleAnimationChanged"); \ static_assert(sizeof(ABP_Droid_C_OnIdleAnimationChanged) == 0x000010, "Wrong size on ABP_Droid_C_OnIdleAnimationChanged"); \ static_assert(offsetof(ABP_Droid_C_OnIdleAnimationChanged, Animation) == 0x000000, "Member 'ABP_Droid_C_OnIdleAnimationChanged::Animation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_OnIdleAnimationChanged, skipBlend) == 0x000008, "Member 'ABP_Droid_C_OnIdleAnimationChanged::skipBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_OnIKStepBegin \ static_assert(alignof(ABP_Droid_C_OnIKStepBegin) == 0x000008, "Wrong alignment on ABP_Droid_C_OnIKStepBegin"); \ static_assert(sizeof(ABP_Droid_C_OnIKStepBegin) == 0x000018, "Wrong size on ABP_Droid_C_OnIKStepBegin"); \ static_assert(offsetof(ABP_Droid_C_OnIKStepBegin, IsLeftFoot) == 0x000000, "Member 'ABP_Droid_C_OnIKStepBegin::IsLeftFoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_OnIKStepBegin, Duration) == 0x000004, "Member 'ABP_Droid_C_OnIKStepBegin::Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_OnIKStepBegin, Animation) == 0x000008, "Member 'ABP_Droid_C_OnIKStepBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_OnIKStepBegin, begin) == 0x000010, "Member 'ABP_Droid_C_OnIKStepBegin::begin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_DroidStepEventNotify \ static_assert(alignof(ABP_Droid_C_DroidStepEventNotify) == 0x000004, "Wrong alignment on ABP_Droid_C_DroidStepEventNotify"); \ static_assert(sizeof(ABP_Droid_C_DroidStepEventNotify) == 0x000004, "Wrong size on ABP_Droid_C_DroidStepEventNotify"); \ static_assert(offsetof(ABP_Droid_C_DroidStepEventNotify, Foot_Side) == 0x000000, "Member 'ABP_Droid_C_DroidStepEventNotify::Foot_Side' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_UpdateTalking \ static_assert(alignof(ABP_Droid_C_UpdateTalking) == 0x000004, "Wrong alignment on ABP_Droid_C_UpdateTalking"); \ static_assert(sizeof(ABP_Droid_C_UpdateTalking) == 0x000004, "Wrong size on ABP_Droid_C_UpdateTalking"); \ static_assert(offsetof(ABP_Droid_C_UpdateTalking, DeltaTime) == 0x000000, "Member 'ABP_Droid_C_UpdateTalking::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_IsPlayingAnimationChanged \ static_assert(alignof(ABP_Droid_C_IsPlayingAnimationChanged) == 0x000001, "Wrong alignment on ABP_Droid_C_IsPlayingAnimationChanged"); \ static_assert(sizeof(ABP_Droid_C_IsPlayingAnimationChanged) == 0x000001, "Wrong size on ABP_Droid_C_IsPlayingAnimationChanged"); \ static_assert(offsetof(ABP_Droid_C_IsPlayingAnimationChanged, hasPlayingAnimation_0) == 0x000000, "Member 'ABP_Droid_C_IsPlayingAnimationChanged::hasPlayingAnimation_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_UpdateShowDirection \ static_assert(alignof(ABP_Droid_C_UpdateShowDirection) == 0x000004, "Wrong alignment on ABP_Droid_C_UpdateShowDirection"); \ static_assert(sizeof(ABP_Droid_C_UpdateShowDirection) == 0x000004, "Wrong size on ABP_Droid_C_UpdateShowDirection"); \ static_assert(offsetof(ABP_Droid_C_UpdateShowDirection, DeltaTime) == 0x000000, "Member 'ABP_Droid_C_UpdateShowDirection::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_UpdateLookAt \ static_assert(alignof(ABP_Droid_C_UpdateLookAt) == 0x000004, "Wrong alignment on ABP_Droid_C_UpdateLookAt"); \ static_assert(sizeof(ABP_Droid_C_UpdateLookAt) == 0x000004, "Wrong size on ABP_Droid_C_UpdateLookAt"); \ static_assert(offsetof(ABP_Droid_C_UpdateLookAt, DeltaTime) == 0x000000, "Member 'ABP_Droid_C_UpdateLookAt::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_OnSoundEvent \ static_assert(alignof(ABP_Droid_C_OnSoundEvent) == 0x000004, "Wrong alignment on ABP_Droid_C_OnSoundEvent"); \ static_assert(sizeof(ABP_Droid_C_OnSoundEvent) == 0x00000C, "Wrong size on ABP_Droid_C_OnSoundEvent"); \ static_assert(offsetof(ABP_Droid_C_OnSoundEvent, Name_0) == 0x000000, "Member 'ABP_Droid_C_OnSoundEvent::Name_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_OnSoundEvent, Velocity) == 0x000008, "Member 'ABP_Droid_C_OnSoundEvent::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Droid_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Droid_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Droid_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Droid_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Droid_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Droid_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_Tick_6246EF4646E19036986D72BAC6632AF2 \ static_assert(alignof(ABP_Droid_C_Tick_6246EF4646E19036986D72BAC6632AF2) == 0x000004, "Wrong alignment on ABP_Droid_C_Tick_6246EF4646E19036986D72BAC6632AF2"); \ static_assert(sizeof(ABP_Droid_C_Tick_6246EF4646E19036986D72BAC6632AF2) == 0x000004, "Wrong size on ABP_Droid_C_Tick_6246EF4646E19036986D72BAC6632AF2"); \ static_assert(offsetof(ABP_Droid_C_Tick_6246EF4646E19036986D72BAC6632AF2, Ratio) == 0x000000, "Member 'ABP_Droid_C_Tick_6246EF4646E19036986D72BAC6632AF2::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_Tick_6246EF4646E19036986D72BAA17E607B \ static_assert(alignof(ABP_Droid_C_Tick_6246EF4646E19036986D72BAA17E607B) == 0x000004, "Wrong alignment on ABP_Droid_C_Tick_6246EF4646E19036986D72BAA17E607B"); \ static_assert(sizeof(ABP_Droid_C_Tick_6246EF4646E19036986D72BAA17E607B) == 0x000004, "Wrong size on ABP_Droid_C_Tick_6246EF4646E19036986D72BAA17E607B"); \ static_assert(offsetof(ABP_Droid_C_Tick_6246EF4646E19036986D72BAA17E607B, Ratio) == 0x000000, "Member 'ABP_Droid_C_Tick_6246EF4646E19036986D72BAA17E607B::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_SetDroid \ static_assert(alignof(ABP_Droid_C_SetDroid) == 0x000008, "Wrong alignment on ABP_Droid_C_SetDroid"); \ static_assert(sizeof(ABP_Droid_C_SetDroid) == 0x000010, "Wrong size on ABP_Droid_C_SetDroid"); \ static_assert(offsetof(ABP_Droid_C_SetDroid, Droid_0) == 0x000000, "Member 'ABP_Droid_C_SetDroid::Droid_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_SetDroid, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'ABP_Droid_C_SetDroid::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_GetVirtualBoneIndex \ static_assert(alignof(ABP_Droid_C_GetVirtualBoneIndex) == 0x000008, "Wrong alignment on ABP_Droid_C_GetVirtualBoneIndex"); \ static_assert(sizeof(ABP_Droid_C_GetVirtualBoneIndex) == 0x000060, "Wrong size on ABP_Droid_C_GetVirtualBoneIndex"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, Bone_Name) == 0x000000, "Member 'ABP_Droid_C_GetVirtualBoneIndex::Bone_Name' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, Bone_Index) == 0x000008, "Member 'ABP_Droid_C_GetVirtualBoneIndex::Bone_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, BoneIndex) == 0x00000C, "Member 'ABP_Droid_C_GetVirtualBoneIndex::BoneIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, Temp_bool_Variable) == 0x000010, "Member 'ABP_Droid_C_GetVirtualBoneIndex::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, Temp_int_Variable) == 0x000014, "Member 'ABP_Droid_C_GetVirtualBoneIndex::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_GetBoneName_ReturnValue) == 0x000034, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_GetBoneName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000040, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_GetNumBones_ReturnValue) == 0x000050, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_GetNumBones_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000054, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000055, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_BooleanAND_ReturnValue) == 0x000056, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetVirtualBoneIndex, CallFunc_Clamp_ReturnValue) == 0x000058, "Member 'ABP_Droid_C_GetVirtualBoneIndex::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_GetShowDirectionCoordinates \ static_assert(alignof(ABP_Droid_C_GetShowDirectionCoordinates) == 0x000010, "Wrong alignment on ABP_Droid_C_GetShowDirectionCoordinates"); \ static_assert(sizeof(ABP_Droid_C_GetShowDirectionCoordinates) == 0x0000E0, "Wrong size on ABP_Droid_C_GetShowDirectionCoordinates"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, bDrawDebug) == 0x000000, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, X) == 0x000004, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::X' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, Y) == 0x000008, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, UnitDirectionToTarget) == 0x00000C, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::UnitDirectionToTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_GetSocketTransform_ReturnValue) == 0x000030, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_GetSocketLocation_ReturnValue) == 0x00006C, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000078, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_GetDirectionUnitVector_ReturnValue_1) == 0x000084, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_GetDirectionUnitVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_InverseTransformDirection_ReturnValue) == 0x000090, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_MakeRotFromXZ_ReturnValue) == 0x00009C, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_BreakRotator_Roll) == 0x0000A8, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_BreakRotator_Pitch) == 0x0000AC, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_BreakRotator_Yaw) == 0x0000B0, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_MapRangeClamped_ReturnValue) == 0x0000B4, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0000B8, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000C0, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionCoordinates, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D0, "Member 'ABP_Droid_C_GetShowDirectionCoordinates::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_GetShowDirectionLookAtLocation \ static_assert(alignof(ABP_Droid_C_GetShowDirectionLookAtLocation) == 0x000010, "Wrong alignment on ABP_Droid_C_GetShowDirectionLookAtLocation"); \ static_assert(sizeof(ABP_Droid_C_GetShowDirectionLookAtLocation) == 0x0000F0, "Wrong size on ABP_Droid_C_GetShowDirectionLookAtLocation"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, TargetLocation) == 0x000000, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, From_Bone) == 0x00000C, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::From_Bone' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, Angle_Limit) == 0x000014, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::Angle_Limit' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, Speed) == 0x000018, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, _enable) == 0x00001C, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::_enable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, _isInSight) == 0x00001D, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::_isInSight' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, LookAt_Rotator) == 0x000020, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::LookAt_Rotator' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_GetSocketTransform_ReturnValue) == 0x000030, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_BreakTransform_Location) == 0x000060, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_BreakTransform_Rotation) == 0x00006C, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_BreakTransform_Scale) == 0x000078, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000084, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_GetRightVector_ReturnValue) == 0x000090, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_VSize_ReturnValue) == 0x00009C, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_NegateVector_ReturnValue) == 0x0000A0, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_NegateVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_FClamp_ReturnValue) == 0x0000AC, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000B0, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x0000BC, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000C8, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_FindLookAtRotator__enable) == 0x0000D4, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_FindLookAtRotator__enable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_FindLookAtRotator__isInSight) == 0x0000D5, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_FindLookAtRotator__isInSight' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetShowDirectionLookAtLocation, CallFunc_FindLookAtRotator_ReturnValue) == 0x0000D8, "Member 'ABP_Droid_C_GetShowDirectionLookAtLocation::CallFunc_FindLookAtRotator_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_FindLookAtRotator_NonPure \ static_assert(alignof(ABP_Droid_C_FindLookAtRotator_NonPure) == 0x000004, "Wrong alignment on ABP_Droid_C_FindLookAtRotator_NonPure"); \ static_assert(sizeof(ABP_Droid_C_FindLookAtRotator_NonPure) == 0x000054, "Wrong size on ABP_Droid_C_FindLookAtRotator_NonPure"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, _lookAtState) == 0x000000, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::_lookAtState' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, _lookAtEnable) == 0x000010, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::_lookAtEnable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, _lookAtLocation) == 0x000014, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::_lookAtLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, _angleLimit) == 0x000020, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::_angleLimit' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, _hysteresis) == 0x000024, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::_hysteresis' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, _virtualBoneBaseEffector) == 0x000028, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::_virtualBoneBaseEffector' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, _virtualBoneEndEffector) == 0x00002C, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::_virtualBoneEndEffector' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, _speed) == 0x000030, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::_speed' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, _enable) == 0x000034, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::_enable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, ReturnValue) == 0x000038, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, CallFunc_FindLookAtRotator__enable) == 0x000044, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::CallFunc_FindLookAtRotator__enable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, CallFunc_FindLookAtRotator__isInSight) == 0x000045, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::CallFunc_FindLookAtRotator__isInSight' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_FindLookAtRotator_NonPure, CallFunc_FindLookAtRotator_ReturnValue) == 0x000048, "Member 'ABP_Droid_C_FindLookAtRotator_NonPure::CallFunc_FindLookAtRotator_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_GetDialogCurrentLineInfo \ static_assert(alignof(ABP_Droid_C_GetDialogCurrentLineInfo) == 0x000008, "Wrong alignment on ABP_Droid_C_GetDialogCurrentLineInfo"); \ static_assert(sizeof(ABP_Droid_C_GetDialogCurrentLineInfo) == 0x0000E8, "Wrong size on ABP_Droid_C_GetDialogCurrentLineInfo"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, Animation) == 0x000000, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::Animation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, Advanced_IsSynchronized) == 0x000008, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::Advanced_IsSynchronized' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, Advanced_LoopAnimation) == 0x000009, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::Advanced_LoopAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, IsLastIndex) == 0x00000A, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::IsLastIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, LocalIsLastIndex) == 0x00000B, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::LocalIsLastIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, Temp_bool_Variable) == 0x00000C, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, CallFunc_GetDialog_ReturnValue) == 0x000010, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::CallFunc_GetDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, CallFunc_GetCurrentLine_ReturnValue) == 0x000018, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::CallFunc_GetCurrentLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, CallFunc_GetCurrentSynchronizedAnimation_ReturnValue) == 0x0000B8, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::CallFunc_GetCurrentSynchronizedAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, K2Node_Select_Default) == 0x0000C8, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, CallFunc_Greater_IntInt_ReturnValue) == 0x0000D0, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, CallFunc_Array_LastIndex_ReturnValue) == 0x0000D4, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ABP_Droid_C_GetDialogCurrentLineInfo, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000E0, "Member 'ABP_Droid_C_GetDialogCurrentLineInfo::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Droid_C_AnimGraph \ static_assert(alignof(ABP_Droid_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Droid_C_AnimGraph"); \ static_assert(sizeof(ABP_Droid_C_AnimGraph) == 0x000010, "Wrong size on ABP_Droid_C_AnimGraph"); \ static_assert(offsetof(ABP_Droid_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Droid_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Droid_C \ static_assert(alignof(UABP_Droid_C) == 0x000010, "Wrong alignment on UABP_Droid_C"); \ static_assert(sizeof(UABP_Droid_C) == 0x007610, "Wrong size on UABP_Droid_C"); \ static_assert(offsetof(UABP_Droid_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Droid_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Droid_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_57) == 0x0002F8, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_56) == 0x000320, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_55) == 0x000348, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_54) == 0x000370, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_53) == 0x000398, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_52) == 0x0003C0, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_51) == 0x0003E8, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_50) == 0x000410, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_49) == 0x000438, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_48) == 0x000460, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_47) == 0x000488, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_46) == 0x0004B0, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_45) == 0x0004D8, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_44) == 0x000500, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_43) == 0x000528, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TwoWayBlend_1) == 0x000550, "Member 'UABP_Droid_C::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionPoseEvaluator_3) == 0x000618, "Member 'UABP_Droid_C::AnimGraphNode_TransitionPoseEvaluator_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionPoseEvaluator_2) == 0x000710, "Member 'UABP_Droid_C::AnimGraphNode_TransitionPoseEvaluator_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CustomTransitionResult_1) == 0x000808, "Member 'UABP_Droid_C::AnimGraphNode_CustomTransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_42) == 0x000838, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_41) == 0x000860, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TwoWayBlend) == 0x000888, "Member 'UABP_Droid_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionPoseEvaluator_1) == 0x000950, "Member 'UABP_Droid_C::AnimGraphNode_TransitionPoseEvaluator_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionPoseEvaluator) == 0x000A48, "Member 'UABP_Droid_C::AnimGraphNode_TransitionPoseEvaluator' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CustomTransitionResult) == 0x000B40, "Member 'UABP_Droid_C::AnimGraphNode_CustomTransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_40) == 0x000B70, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_39) == 0x000B98, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_38) == 0x000BC0, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_37) == 0x000BE8, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_36) == 0x000C10, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_35) == 0x000C38, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_34) == 0x000C60, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_26) == 0x000C88, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_21) == 0x000CB8, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_25) == 0x000D38, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_20) == 0x000D68, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_24) == 0x000DE8, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateMachine_4) == 0x000E18, "Member 'UABP_Droid_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_23) == 0x000EC8, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_19) == 0x000EF8, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_Slot_6) == 0x000F78, "Member 'UABP_Droid_C::AnimGraphNode_Slot_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_22) == 0x000FC0, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_18) == 0x000FF0, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_16) == 0x001070, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_17) == 0x001110, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_21) == 0x001190, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_25) == 0x0011C0, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_20) == 0x0011E8, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_24) == 0x001218, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_19) == 0x001240, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_16) == 0x001270, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_Slot_5) == 0x0012F0, "Member 'UABP_Droid_C::AnimGraphNode_Slot_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_18) == 0x001338, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_33) == 0x001368, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_32) == 0x001390, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_31) == 0x0013B8, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_30) == 0x0013E0, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_29) == 0x001408, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_28) == 0x001430, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_27) == 0x001458, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_26) == 0x001480, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_25) == 0x0014A8, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_24) == 0x0014D0, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_23) == 0x0014F8, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_22) == 0x001520, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_21) == 0x001548, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_20) == 0x001570, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_19) == 0x001598, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendSpacePlayer_8) == 0x0015C0, "Member 'UABP_Droid_C::AnimGraphNode_BlendSpacePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_17) == 0x0016A8, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_23) == 0x0016D8, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_16) == 0x001700, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_18) == 0x001730, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_15) == 0x001758, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_15) == 0x0017D8, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendSpacePlayer_7) == 0x001808, "Member 'UABP_Droid_C::AnimGraphNode_BlendSpacePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_14) == 0x0018F0, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendSpacePlayer_6) == 0x001920, "Member 'UABP_Droid_C::AnimGraphNode_BlendSpacePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_15) == 0x001A08, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendSpacePlayer_5) == 0x001AA8, "Member 'UABP_Droid_C::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_13) == 0x001B90, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendSpacePlayer_4) == 0x001BC0, "Member 'UABP_Droid_C::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_12) == 0x001CA8, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateMachine_3) == 0x001CD8, "Member 'UABP_Droid_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_11) == 0x001D88, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_22) == 0x001DB8, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_10) == 0x001DE0, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateMachine_2) == 0x001E10, "Member 'UABP_Droid_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SaveCachedPose_9) == 0x001EC0, "Member 'UABP_Droid_C::AnimGraphNode_SaveCachedPose_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_ComponentToLocalSpace_4) == 0x002018, "Member 'UABP_Droid_C::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SaveCachedPose_8) == 0x002038, "Member 'UABP_Droid_C::AnimGraphNode_SaveCachedPose_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByEnum) == 0x002190, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x002240, "Member 'UABP_Droid_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x002260, "Member 'UABP_Droid_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TwoBoneIK_2) == 0x002280, "Member 'UABP_Droid_C::AnimGraphNode_TwoBoneIK_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TwoBoneIK_1) == 0x002460, "Member 'UABP_Droid_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LocalToComponentSpace_4) == 0x002640, "Member 'UABP_Droid_C::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_Slot_4) == 0x002660, "Member 'UABP_Droid_C::AnimGraphNode_Slot_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SaveCachedPose_7) == 0x0026A8, "Member 'UABP_Droid_C::AnimGraphNode_SaveCachedPose_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_ModifyBone_4) == 0x002800, "Member 'UABP_Droid_C::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_17) == 0x002908, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_16) == 0x0029F8, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_15) == 0x002AE8, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_14) == 0x002BD8, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_13) == 0x002CC8, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LocalToComponentSpace_3) == 0x002DB8, "Member 'UABP_Droid_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_ModifyBone_3) == 0x002DD8, "Member 'UABP_Droid_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_12) == 0x002EE0, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_11) == 0x002FD0, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_10) == 0x0030C0, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_9) == 0x0031B0, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_8) == 0x0032A0, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LocalToComponentSpace_2) == 0x003390, "Member 'UABP_Droid_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_ModifyBone_2) == 0x0033B0, "Member 'UABP_Droid_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_7) == 0x0034B8, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_6) == 0x0035A8, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_5) == 0x003698, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LocalToComponentSpace_1) == 0x003788, "Member 'UABP_Droid_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x0037A8, "Member 'UABP_Droid_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SaveCachedPose_6) == 0x0037C8, "Member 'UABP_Droid_C::AnimGraphNode_SaveCachedPose_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_ModifyBone_1) == 0x003920, "Member 'UABP_Droid_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_4) == 0x003A28, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_3) == 0x003B18, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_2) == 0x003C08, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone_1) == 0x003CF8, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyBone) == 0x003DE8, "Member 'UABP_Droid_C::AnimGraphNode_CopyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SaveCachedPose_5) == 0x003ED8, "Member 'UABP_Droid_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_17) == 0x004030, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_16) == 0x004058, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_15) == 0x004080, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_14) == 0x0040A8, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_13) == 0x0040D0, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_12) == 0x0040F8, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_11) == 0x004120, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_10) == 0x004148, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendSpacePlayer_3) == 0x004170, "Member 'UABP_Droid_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendSpacePlayer_2) == 0x004258, "Member 'UABP_Droid_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_21) == 0x004340, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LayeredBoneBlend_6) == 0x004368, "Member 'UABP_Droid_C::AnimGraphNode_LayeredBoneBlend_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_14) == 0x004428, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_9) == 0x0044C8, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_14) == 0x0044F8, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_13) == 0x004578, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_13) == 0x004618, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LayeredBoneBlend_5) == 0x004698, "Member 'UABP_Droid_C::AnimGraphNode_LayeredBoneBlend_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_12) == 0x004758, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_20) == 0x0047D8, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_12) == 0x004800, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_8) == 0x0048A0, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_11) == 0x0048D0, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_19) == 0x004950, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LayeredBoneBlend_4) == 0x004978, "Member 'UABP_Droid_C::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_11) == 0x004A38, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_10) == 0x004AD8, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_18) == 0x004B58, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LayeredBoneBlend_3) == 0x004B80, "Member 'UABP_Droid_C::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_7) == 0x004C40, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_17) == 0x004C70, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_10) == 0x004C98, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_9) == 0x004D38, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_6) == 0x004DB8, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_16) == 0x004DE8, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_9) == 0x004E10, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_15) == 0x004EB0, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LayeredBoneBlend_2) == 0x004ED8, "Member 'UABP_Droid_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_14) == 0x004F98, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_5) == 0x004FC0, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateMachine_1) == 0x004FF0, "Member 'UABP_Droid_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SaveCachedPose_4) == 0x0050A0, "Member 'UABP_Droid_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_13) == 0x0051F8, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_9) == 0x005220, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_8) == 0x005248, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_7) == 0x005270, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_6) == 0x005298, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_5) == 0x0052C0, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_4) == 0x0052E8, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_3) == 0x005310, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_2) == 0x005338, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult_1) == 0x005360, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TransitionResult) == 0x005388, "Member 'UABP_Droid_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_8) == 0x0053B0, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_8) == 0x005430, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_7) == 0x0054D0, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_4) == 0x005550, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_6) == 0x005580, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_7) == 0x005600, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_5) == 0x0056A0, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_3) == 0x005720, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_4) == 0x005750, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_6) == 0x0057D0, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_5) == 0x005870, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_3) == 0x005910, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_4) == 0x005990, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_2) == 0x005A30, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer_1) == 0x005AB0, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_2) == 0x005B30, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_PoseSnapshot) == 0x005B60, "Member 'UABP_Droid_C::AnimGraphNode_PoseSnapshot' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult_1) == 0x005BF0, "Member 'UABP_Droid_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_12) == 0x005C20, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_Slot_3) == 0x005C48, "Member 'UABP_Droid_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_3) == 0x005C90, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LayeredBoneBlend_1) == 0x005D30, "Member 'UABP_Droid_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_11) == 0x005DF0, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_10) == 0x005E18, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_9) == 0x005E40, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_2) == 0x005E68, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateResult) == 0x005F08, "Member 'UABP_Droid_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_StateMachine) == 0x005F38, "Member 'UABP_Droid_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_Fabrik) == 0x005FF0, "Member 'UABP_Droid_C::AnimGraphNode_Fabrik' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_8) == 0x006180, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_CopyPoseFromMesh) == 0x0061A8, "Member 'UABP_Droid_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SaveCachedPose_3) == 0x006380, "Member 'UABP_Droid_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_Slot_2) == 0x0064D8, "Member 'UABP_Droid_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_7) == 0x006520, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SaveCachedPose_2) == 0x006548, "Member 'UABP_Droid_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool_1) == 0x0066A0, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SequencePlayer) == 0x006740, "Member 'UABP_Droid_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_Slot_1) == 0x0067C0, "Member 'UABP_Droid_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SaveCachedPose_1) == 0x006808, "Member 'UABP_Droid_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_Slot) == 0x006960, "Member 'UABP_Droid_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_SaveCachedPose) == 0x0069A8, "Member 'UABP_Droid_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_Inertialization) == 0x006B00, "Member 'UABP_Droid_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_6) == 0x006B70, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_5) == 0x006B98, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendSpacePlayer_1) == 0x006BC0, "Member 'UABP_Droid_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_4) == 0x006CA8, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_3) == 0x006CD0, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_2) == 0x006CF8, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose_1) == 0x006D20, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_UseCachedPose) == 0x006D48, "Member 'UABP_Droid_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LocalToComponentSpace) == 0x006D70, "Member 'UABP_Droid_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_ComponentToLocalSpace) == 0x006D90, "Member 'UABP_Droid_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_ModifyBone) == 0x006DB0, "Member 'UABP_Droid_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_TwoBoneIK) == 0x006EC0, "Member 'UABP_Droid_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendSpacePlayer) == 0x0070A0, "Member 'UABP_Droid_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_LayeredBoneBlend) == 0x007188, "Member 'UABP_Droid_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, AnimGraphNode_BlendListByBool) == 0x007248, "Member 'UABP_Droid_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, Droid) == 0x0072E8, "Member 'UABP_Droid_C::Droid' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsMoving) == 0x0072F0, "Member 'UABP_Droid_C::IsMoving' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bLookAtEnable) == 0x0072F1, "Member 'UABP_Droid_C::bLookAtEnable' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsHoldingActor) == 0x0072F2, "Member 'UABP_Droid_C::IsHoldingActor' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsAboutToStumble) == 0x0072F3, "Member 'UABP_Droid_C::IsAboutToStumble' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsStumbling) == 0x0072F4, "Member 'UABP_Droid_C::IsStumbling' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, HasStumbled) == 0x0072F5, "Member 'UABP_Droid_C::HasStumbled' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsRisingFromStumble) == 0x0072F6, "Member 'UABP_Droid_C::IsRisingFromStumble' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsTalking) == 0x0072F7, "Member 'UABP_Droid_C::IsTalking' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, TalkingAnimation) == 0x0072F8, "Member 'UABP_Droid_C::TalkingAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, hasPlayingAnimation) == 0x007300, "Member 'UABP_Droid_C::hasPlayingAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsInRepelMode) == 0x007301, "Member 'UABP_Droid_C::IsInRepelMode' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsPhysio) == 0x007302, "Member 'UABP_Droid_C::IsPhysio' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsRepellingCat) == 0x007303, "Member 'UABP_Droid_C::IsRepellingCat' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, PlayingAnimation) == 0x007308, "Member 'UABP_Droid_C::PlayingAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsPlayingAnimationLooping) == 0x007310, "Member 'UABP_Droid_C::IsPlayingAnimationLooping' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, SkipIdleAnimationBlend) == 0x007311, "Member 'UABP_Droid_C::SkipIdleAnimationBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LastHeadRotationDelta) == 0x007314, "Member 'UABP_Droid_C::LastHeadRotationDelta' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsShowing) == 0x007320, "Member 'UABP_Droid_C::IsShowing' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, BlendShowDirectionWithIdle) == 0x007321, "Member 'UABP_Droid_C::BlendShowDirectionWithIdle' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, ShowX) == 0x007324, "Member 'UABP_Droid_C::ShowX' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, ShowY) == 0x007328, "Member 'UABP_Droid_C::ShowY' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, smoothHeadSpeed) == 0x00732C, "Member 'UABP_Droid_C::smoothHeadSpeed' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsAudioInitialized) == 0x007330, "Member 'UABP_Droid_C::IsAudioInitialized' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentIdleAnimation) == 0x007338, "Member 'UABP_Droid_C::CurrentIdleAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, HasBegunPlay) == 0x007340, "Member 'UABP_Droid_C::HasBegunPlay' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsUsing) == 0x007341, "Member 'UABP_Droid_C::IsUsing' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LookAtTarget) == 0x007344, "Member 'UABP_Droid_C::LookAtTarget' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LookAtTargetDirection) == 0x007350, "Member 'UABP_Droid_C::LookAtTargetDirection' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, ShowDirectionTargetLocation) == 0x00735C, "Member 'UABP_Droid_C::ShowDirectionTargetLocation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, ActiveLookAtType) == 0x007368, "Member 'UABP_Droid_C::ActiveLookAtType' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, HeadLookAtDeltaRotator) == 0x00736C, "Member 'UABP_Droid_C::HeadLookAtDeltaRotator' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, WalkTargetTurningAngle) == 0x007378, "Member 'UABP_Droid_C::WalkTargetTurningAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, WalkTargetMovementSpeed) == 0x00737C, "Member 'UABP_Droid_C::WalkTargetMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentShowDirectionLocation) == 0x007380, "Member 'UABP_Droid_C::CurrentShowDirectionLocation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, ShowDirectionLookAtRotator) == 0x00738C, "Member 'UABP_Droid_C::ShowDirectionLookAtRotator' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentDroidMovementState) == 0x007398, "Member 'UABP_Droid_C::CurrentDroidMovementState' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, PreviousMovementState) == 0x007399, "Member 'UABP_Droid_C::PreviousMovementState' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bWalkInterupted) == 0x00739A, "Member 'UABP_Droid_C::bWalkInterupted' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, StepTransitionNotify) == 0x00739C, "Member 'UABP_Droid_C::StepTransitionNotify' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bEnableFootstepTransition) == 0x0073A0, "Member 'UABP_Droid_C::bEnableFootstepTransition' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LookAtOffset) == 0x0073A4, "Member 'UABP_Droid_C::LookAtOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, RepositionDuration) == 0x0073B0, "Member 'UABP_Droid_C::RepositionDuration' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, VB_Hips_Spine_Index) == 0x0073B4, "Member 'UABP_Droid_C::VB_Hips_Spine_Index' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, VB_Head_Index) == 0x0073B8, "Member 'UABP_Droid_C::VB_Head_Index' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LookAtFuzzy) == 0x0073BC, "Member 'UABP_Droid_C::LookAtFuzzy' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LookAtRandomFuzzy) == 0x0073C8, "Member 'UABP_Droid_C::LookAtRandomFuzzy' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, RandomiseLookAtEnable) == 0x0073D4, "Member 'UABP_Droid_C::RandomiseLookAtEnable' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LookAtState) == 0x0073D8, "Member 'UABP_Droid_C::LookAtState' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LookAtSpringState) == 0x0073E8, "Member 'UABP_Droid_C::LookAtSpringState' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, ShowDirectionLookAtState) == 0x007400, "Member 'UABP_Droid_C::ShowDirectionLookAtState' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, FirstLookAtTimerHandle) == 0x007410, "Member 'UABP_Droid_C::FirstLookAtTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LookAtRandomFlipTimerHandle) == 0x007418, "Member 'UABP_Droid_C::LookAtRandomFlipTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, KeepIdleWhenMoving) == 0x007420, "Member 'UABP_Droid_C::KeepIdleWhenMoving' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, servoIdealPitch) == 0x007424, "Member 'UABP_Droid_C::servoIdealPitch' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, PreviousIdleAnimation) == 0x007428, "Member 'UABP_Droid_C::PreviousIdleAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CustomIdleIsValid) == 0x007430, "Member 'UABP_Droid_C::CustomIdleIsValid' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentUsable) == 0x007438, "Member 'UABP_Droid_C::CurrentUsable' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, servo_base) == 0x007440, "Member 'UABP_Droid_C::servo_base' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bIsStreamedIn) == 0x007448, "Member 'UABP_Droid_C::bIsStreamedIn' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, MovementStopingAngle) == 0x00744C, "Member 'UABP_Droid_C::MovementStopingAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, OnStopDroidTransform) == 0x007450, "Member 'UABP_Droid_C::OnStopDroidTransform' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LeftFootLocking) == 0x007480, "Member 'UABP_Droid_C::LeftFootLocking' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, RightFootLocking) == 0x007481, "Member 'UABP_Droid_C::RightFootLocking' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LeftFootBoneFootLockingTransform) == 0x007490, "Member 'UABP_Droid_C::LeftFootBoneFootLockingTransform' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, RightFootBoneFootLockingTransform) == 0x0074C0, "Member 'UABP_Droid_C::RightFootBoneFootLockingTransform' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, RightFootLockingBlendRatio) == 0x0074F0, "Member 'UABP_Droid_C::RightFootLockingBlendRatio' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LeftfootLockingBlendRatio) == 0x0074F4, "Member 'UABP_Droid_C::LeftfootLockingBlendRatio' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bCanExitWalk) == 0x0074F8, "Member 'UABP_Droid_C::bCanExitWalk' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, WalkTurnFactor) == 0x0074FC, "Member 'UABP_Droid_C::WalkTurnFactor' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bIsLeftFootUp) == 0x007500, "Member 'UABP_Droid_C::bIsLeftFootUp' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentMovementAnimationSetting) == 0x007508, "Member 'UABP_Droid_C::CurrentMovementAnimationSetting' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, TurnTurningAngle) == 0x007510, "Member 'UABP_Droid_C::TurnTurningAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IsBlendingIdle) == 0x007514, "Member 'UABP_Droid_C::IsBlendingIdle' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bDroidIsInMoveTo) == 0x007515, "Member 'UABP_Droid_C::bDroidIsInMoveTo' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, IdleBlendTime) == 0x007518, "Member 'UABP_Droid_C::IdleBlendTime' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, BehaviorState) == 0x00751C, "Member 'UABP_Droid_C::BehaviorState' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, DazzledYaw) == 0x007520, "Member 'UABP_Droid_C::DazzledYaw' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, DazzledPitch) == 0x007524, "Member 'UABP_Droid_C::DazzledPitch' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, OnMeowedAnimation) == 0x007528, "Member 'UABP_Droid_C::OnMeowedAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bIsInRagdoll) == 0x007530, "Member 'UABP_Droid_C::bIsInRagdoll' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentDazzledBlendspace) == 0x007538, "Member 'UABP_Droid_C::CurrentDazzledBlendspace' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bRagdollMode) == 0x007540, "Member 'UABP_Droid_C::bRagdollMode' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentDroidPosture) == 0x007541, "Member 'UABP_Droid_C::CurrentDroidPosture' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentStumbleAnimation) == 0x007548, "Member 'UABP_Droid_C::CurrentStumbleAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentRaiseFromFrontAnimation) == 0x007550, "Member 'UABP_Droid_C::CurrentRaiseFromFrontAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentFallingAnimation) == 0x007558, "Member 'UABP_Droid_C::CurrentFallingAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentRaiseFromBackAnimation) == 0x007560, "Member 'UABP_Droid_C::CurrentRaiseFromBackAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bStumbleAnimationIsValid) == 0x007568, "Member 'UABP_Droid_C::bStumbleAnimationIsValid' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, RaiseFromBackAnimationIsValid) == 0x007569, "Member 'UABP_Droid_C::RaiseFromBackAnimationIsValid' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bRaiseFromFrontAnimationIsValid) == 0x00756A, "Member 'UABP_Droid_C::bRaiseFromFrontAnimationIsValid' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bFallingAnimationIsValid) == 0x00756B, "Member 'UABP_Droid_C::bFallingAnimationIsValid' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, bRagdollFrontSideDown) == 0x00756C, "Member 'UABP_Droid_C::bRagdollFrontSideDown' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, PreviousIdleIsValid) == 0x00756D, "Member 'UABP_Droid_C::PreviousIdleIsValid' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, PlayAnimationStartPosition) == 0x007570, "Member 'UABP_Droid_C::PlayAnimationStartPosition' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, currentSoundingLateral) == 0x007574, "Member 'UABP_Droid_C::currentSoundingLateral' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentTalkingMontage) == 0x007578, "Member 'UABP_Droid_C::CurrentTalkingMontage' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, PreviousPlayAnimation) == 0x007580, "Member 'UABP_Droid_C::PreviousPlayAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentPlayAnimationMontage) == 0x007588, "Member 'UABP_Droid_C::CurrentPlayAnimationMontage' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, WalkStartingAngle) == 0x007590, "Member 'UABP_Droid_C::WalkStartingAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentUsableIsUsingAnimationLoop) == 0x007594, "Member 'UABP_Droid_C::CurrentUsableIsUsingAnimationLoop' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentUsableIsBeingUsed) == 0x007595, "Member 'UABP_Droid_C::CurrentUsableIsBeingUsed' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, OnUpdateAnimation) == 0x007598, "Member 'UABP_Droid_C::OnUpdateAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, EndingLookAtTimer) == 0x0075A8, "Member 'UABP_Droid_C::EndingLookAtTimer' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, LookAtAngleLimit) == 0x0075B0, "Member 'UABP_Droid_C::LookAtAngleLimit' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, TurningReset) == 0x0075BC, "Member 'UABP_Droid_C::TurningReset' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, EnterTurningAngle) == 0x0075C0, "Member 'UABP_Droid_C::EnterTurningAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, hasTalkingAnimation) == 0x0075C4, "Member 'UABP_Droid_C::hasTalkingAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CustomHeadScale) == 0x0075C8, "Member 'UABP_Droid_C::CustomHeadScale' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, getAwayCounter) == 0x0075D4, "Member 'UABP_Droid_C::getAwayCounter' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentThrowingObjectAnimation) == 0x0075D8, "Member 'UABP_Droid_C::CurrentThrowingObjectAnimation' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, ThrowingAnimationBlendWithIdle) == 0x0075E0, "Member 'UABP_Droid_C::ThrowingAnimationBlendWithIdle' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, CurrentIdleMontage) == 0x0075E8, "Member 'UABP_Droid_C::CurrentIdleMontage' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, PlayingAnimationShouldLoop) == 0x0075F0, "Member 'UABP_Droid_C::PlayingAnimationShouldLoop' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, sfx_footstep_base) == 0x0075F8, "Member 'UABP_Droid_C::sfx_footstep_base' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, ShowDirectionBlendSpace) == 0x007600, "Member 'UABP_Droid_C::ShowDirectionBlendSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Droid_C, SkeletalMeshComponent) == 0x007608, "Member 'UABP_Droid_C::SkeletalMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase \ static_assert(alignof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase) == 0x000008, "Wrong alignment on BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase"); \ static_assert(sizeof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase) == 0x005AB0, "Wrong size on BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, EntryPoint) == 0x000000, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue) == 0x000005, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_1) == 0x000006, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_2) == 0x000007, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000008, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable) == 0x000009, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced) == 0x000010, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine) == 0x000080, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable) == 0x000120, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_3) == 0x000121, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_1) == 0x000122, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_4) == 0x000123, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000124, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_2) == 0x000125, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_1) == 0x000126, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000127, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_5) == 0x000128, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_6) == 0x000129, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x00012A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_2) == 0x00012B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_1) == 0x000130, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_1) == 0x0001A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_3) == 0x000240, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_3) == 0x000241, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_7) == 0x000242, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_8) == 0x000243, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_9) == 0x000244, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000245, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_4) == 0x000246, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_4) == 0x000247, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_5) == 0x000248, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_10) == 0x000249, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x00024A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_11) == 0x00024B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x00024C, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_12) == 0x00024D, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_2) == 0x000250, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_6) == 0x0002C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_2) == 0x0002C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_5) == 0x000368, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_13) == 0x000369, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x00036A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_14) == 0x00036B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_15) == 0x00036C, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_7) == 0x00036D, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_6) == 0x00036E, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x00036F, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_16) == 0x000370, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000371, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_17) == 0x000372, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_3) == 0x000378, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_3) == 0x0003E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_8) == 0x000488, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_7) == 0x000489, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_18) == 0x00048A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x00048B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_19) == 0x00048C, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_20) == 0x00048D, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x00048E, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_9) == 0x00048F, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_8) == 0x000490, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_21) == 0x000491, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000492, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_22) == 0x000493, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_4) == 0x000498, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_4) == 0x000508, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_10) == 0x0005A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_9) == 0x0005A9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x0005AA, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_10) == 0x0005AB, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_23) == 0x0005AC, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_24) == 0x0005AD, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x0005AE, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_11) == 0x0005AF, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_11) == 0x0005B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_25) == 0x0005B1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x0005B2, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_12) == 0x0005B3, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_5) == 0x0005B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_5) == 0x000628, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_26) == 0x0006C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_13) == 0x0006C9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_12) == 0x0006CA, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x0006CB, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_27) == 0x0006CC, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue) == 0x0006CD, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue) == 0x0006CE, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue) == 0x0006CF, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue) == 0x0006D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue) == 0x0006D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager) == 0x000778, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_1) == 0x000780, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_28) == 0x000788, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue) == 0x000789, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat) == 0x000790, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_1) == 0x000798, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue) == 0x0007A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_1) == 0x0007A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue) == 0x0007B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_1) == 0x0007B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_13) == 0x0007C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue) == 0x0007C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_14) == 0x0007D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue) == 0x0007D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_2) == 0x0007E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_2) == 0x0007E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue) == 0x0007F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_18) == 0x0007F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New) == 0x000800, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess) == 0x000808, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_1) == 0x000809, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_1) == 0x00080A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_1) == 0x00080B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_1) == 0x00080C, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_1) == 0x000810, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_2) == 0x0008B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_3) == 0x0008B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_1) == 0x0008C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_2) == 0x0008C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_3) == 0x0008D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_3) == 0x0008D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_4) == 0x0008E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_3) == 0x0008E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_4) == 0x0008F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_19) == 0x0008F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_29) == 0x0008F9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_30) == 0x0008FA, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_31) == 0x0008FB, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_1) == 0x000900, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_1) == 0x000908, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_20) == 0x000910, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_5) == 0x000918, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_5) == 0x000920, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_21) == 0x000928, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_1) == 0x000930, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_6) == 0x000938, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_1) == 0x0009A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_1) == 0x0009B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_6) == 0x0009B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_2) == 0x000A58, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_2) == 0x000A59, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_2) == 0x000A5A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_2) == 0x000A5B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_2) == 0x000A60, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_4) == 0x000B00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_5) == 0x000B08, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_2) == 0x000B10, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_4) == 0x000B18, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_5) == 0x000B20, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_6) == 0x000B28, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_7) == 0x000B30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_6) == 0x000B38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_7) == 0x000B40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_2) == 0x000B48, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_14) == 0x000B50, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_2) == 0x000B58, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_8) == 0x000B60, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_8) == 0x000B68, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_2) == 0x000B70, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_3) == 0x000B78, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_2) == 0x000B80, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_2) == 0x000B88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_3) == 0x000B89, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_3) == 0x000B8A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_3) == 0x000B8B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_3) == 0x000B90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_15) == 0x000C30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_6) == 0x000C38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_7) == 0x000C40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_3) == 0x000C48, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_6) == 0x000C50, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_7) == 0x000C58, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_9) == 0x000C60, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_10) == 0x000C68, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_9) == 0x000C70, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_10) == 0x000C78, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_15) == 0x000C80, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_32) == 0x000C81, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_3) == 0x000C88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_3) == 0x000C90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_33) == 0x000C98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_11) == 0x000CA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_11) == 0x000CA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_22) == 0x000CB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_3) == 0x000CB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_7) == 0x000CC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_3) == 0x000D30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_3) == 0x000D38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_7) == 0x000D40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_4) == 0x000DE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_4) == 0x000DE1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_4) == 0x000DE2, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_4) == 0x000DE3, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_4) == 0x000DE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_16) == 0x000E88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_23) == 0x000E89, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_8) == 0x000E90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_9) == 0x000E98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_34) == 0x000EA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_4) == 0x000EA1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_8) == 0x000EA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_9) == 0x000EB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_12) == 0x000EB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_13) == 0x000EC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_12) == 0x000EC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_13) == 0x000ED0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_35) == 0x000ED8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_24) == 0x000ED9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_4) == 0x000EE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_4) == 0x000EE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_16) == 0x000EF0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_14) == 0x000EF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_14) == 0x000F00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_4) == 0x000F08, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_4) == 0x000F10, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_4) == 0x000F18, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_5) == 0x000F19, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_5) == 0x000F1A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_5) == 0x000F1B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_5) == 0x000F1C, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_5) == 0x000F20, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_25) == 0x000FC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_36) == 0x000FC1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_10) == 0x000FC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_11) == 0x000FD0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_5) == 0x000FD8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_10) == 0x000FE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_11) == 0x000FE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_15) == 0x000FF0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_16) == 0x000FF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_15) == 0x001000, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_16) == 0x001008, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_17) == 0x001010, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_5) == 0x001018, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_17) == 0x001020, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_5) == 0x001028, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_17) == 0x001030, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_17) == 0x001038, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_5) == 0x001040, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_18) == 0x001048, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_5) == 0x001050, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_5) == 0x001058, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_26) == 0x001059, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_6) == 0x00105A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_8) == 0x001060, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_6) == 0x0010D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_8) == 0x0010D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_6) == 0x001178, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_6) == 0x001180, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_6) == 0x001220, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_12) == 0x001228, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_13) == 0x001230, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_6) == 0x001238, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_12) == 0x001240, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_13) == 0x001248, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_18) == 0x001250, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_19) == 0x001258, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_18) == 0x001260, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_19) == 0x001268, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_37) == 0x001270, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_38) == 0x001271, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_6) == 0x001278, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_27) == 0x001280, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_6) == 0x001288, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_20) == 0x001290, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_20) == 0x001298, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_7) == 0x0012A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_6) == 0x0012A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_7) == 0x0012B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_6) == 0x0012B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_6) == 0x0012C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_7) == 0x0012C1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_7) == 0x0012C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_7) == 0x001368, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_14) == 0x001370, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_15) == 0x001378, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_7) == 0x001380, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_14) == 0x001388, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_15) == 0x001390, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_21) == 0x001398, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_22) == 0x0013A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_21) == 0x0013A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_22) == 0x0013B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_7) == 0x0013B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_18) == 0x0013C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_7) == 0x0013C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_23) == 0x0013D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_23) == 0x0013D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_19) == 0x0013E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_7) == 0x0013E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_7) == 0x0013F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_7) == 0x0013F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_8) == 0x0013F9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_8) == 0x0013FA, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_8) == 0x0013FB, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_8) == 0x0013FC, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_8) == 0x001400, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_16) == 0x0014A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_17) == 0x0014A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_8) == 0x0014B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_16) == 0x0014B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_17) == 0x0014C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_24) == 0x0014C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_25) == 0x0014D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_24) == 0x0014D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_25) == 0x0014E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_19) == 0x0014E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_39) == 0x0014E9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_8) == 0x0014F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_20) == 0x0014F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_8) == 0x001500, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_26) == 0x001508, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_26) == 0x001510, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_28) == 0x001518, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_8) == 0x001520, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_8) == 0x001528, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_8) == 0x001530, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_9) == 0x001538, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_40) == 0x0015A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_9) == 0x0015B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_29) == 0x001650, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_20) == 0x001651, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_9) == 0x001652, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_9) == 0x001653, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_9) == 0x001654, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_9) == 0x001655, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_9) == 0x001658, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_41) == 0x0016F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_18) == 0x001700, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_19) == 0x001708, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_9) == 0x001710, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_18) == 0x001718, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_19) == 0x001720, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_27) == 0x001728, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_28) == 0x001730, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_27) == 0x001738, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_28) == 0x001740, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_9) == 0x001748, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_9) == 0x001750, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_30) == 0x001758, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_29) == 0x001760, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_29) == 0x001768, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_10) == 0x001770, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_9) == 0x001778, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_10) == 0x001780, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_9) == 0x001788, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_9) == 0x001790, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_10) == 0x001791, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_10) == 0x001798, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_10) == 0x001838, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_42) == 0x001839, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_20) == 0x001840, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_21) == 0x001848, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_31) == 0x001850, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_10) == 0x001858, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_10) == 0x0018C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_10) == 0x0018D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_20) == 0x001970, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_21) == 0x001978, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_30) == 0x001980, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_31) == 0x001988, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_30) == 0x001990, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_31) == 0x001998, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_21) == 0x0019A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_21) == 0x0019A1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_10) == 0x0019A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_10) == 0x0019B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_32) == 0x0019B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_32) == 0x0019C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_32) == 0x0019C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_10) == 0x0019D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_10) == 0x0019D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_10) == 0x0019E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_43) == 0x0019E1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_11) == 0x0019E2, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_11) == 0x0019E3, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_11) == 0x0019E4, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_11) == 0x0019E5, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_11) == 0x0019E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_22) == 0x001A88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_23) == 0x001A90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_11) == 0x001A98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_22) == 0x001AA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_23) == 0x001AA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_33) == 0x001AB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_34) == 0x001AB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_33) == 0x001AC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_34) == 0x001AC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_44) == 0x001AD0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_11) == 0x001AD8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_11) == 0x001AE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_35) == 0x001AE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_12) == 0x001AF0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_35) == 0x001AF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_12) == 0x001B00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_11) == 0x001B08, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_12) == 0x001B10, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_11) == 0x001B18, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_11) == 0x001B20, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_12) == 0x001B21, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_12) == 0x001B28, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_24) == 0x001BC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_25) == 0x001BD0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_22) == 0x001BD8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_12) == 0x001BD9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_24) == 0x001BE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_25) == 0x001BE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_36) == 0x001BF0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_37) == 0x001BF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_36) == 0x001C00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_37) == 0x001C08, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_23) == 0x001C10, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_12) == 0x001C18, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_12) == 0x001C20, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_38) == 0x001C28, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_38) == 0x001C30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_33) == 0x001C38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_12) == 0x001C40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_12) == 0x001C48, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_12) == 0x001C50, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_13) == 0x001C51, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_13) == 0x001C52, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_13) == 0x001C53, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_13) == 0x001C54, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_13) == 0x001C58, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_26) == 0x001CF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_27) == 0x001D00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_22) == 0x001D08, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_13) == 0x001D09, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_26) == 0x001D10, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_27) == 0x001D18, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_39) == 0x001D20, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_40) == 0x001D28, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_39) == 0x001D30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_40) == 0x001D38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_23) == 0x001D40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_34) == 0x001D41, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_45) == 0x001D42, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_13) == 0x001D48, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_46) == 0x001D50, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_13) == 0x001D58, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_41) == 0x001D60, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_35) == 0x001D68, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_41) == 0x001D70, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_13) == 0x001D78, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_14) == 0x001D80, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_13) == 0x001D88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_13) == 0x001D90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_14) == 0x001D91, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_14) == 0x001D92, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_14) == 0x001D98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_14) == 0x001E38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_47) == 0x001E39, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_28) == 0x001E40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_29) == 0x001E48, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_14) == 0x001E50, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_28) == 0x001E58, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_29) == 0x001E60, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_42) == 0x001E68, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_43) == 0x001E70, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_42) == 0x001E78, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_43) == 0x001E80, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_36) == 0x001E88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_11) == 0x001E90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_11) == 0x001F00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_11' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_14) == 0x001FA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_14) == 0x001FA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_37) == 0x001FB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_44) == 0x001FB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_44) == 0x001FC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_12) == 0x001FC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_12) == 0x002038, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_12' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_14) == 0x0020D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_14) == 0x0020E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_14) == 0x0020E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_48) == 0x0020E9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_15) == 0x0020EA, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_15) == 0x0020EB, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_15) == 0x0020EC, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_15) == 0x0020ED, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_15) == 0x0020F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_30) == 0x002190, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_31) == 0x002198, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_15) == 0x0021A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_30) == 0x0021A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_31) == 0x0021B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_45) == 0x0021B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_46) == 0x0021C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_45) == 0x0021C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_46) == 0x0021D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_24) == 0x0021D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_24) == 0x0021D9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_15) == 0x0021E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_38) == 0x0021E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_15) == 0x0021F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_47) == 0x0021F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_49) == 0x002200, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_47) == 0x002208, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_15) == 0x002210, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_16) == 0x002218, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_15) == 0x002220, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_15) == 0x002228, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_16) == 0x002229, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_16) == 0x00222A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_16) == 0x002230, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_16) == 0x0022D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_32) == 0x0022D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_33) == 0x0022E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_16) == 0x0022E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_32) == 0x0022F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_33) == 0x0022F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_48) == 0x002300, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_49) == 0x002308, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_48) == 0x002310, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_49) == 0x002318, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_50) == 0x002320, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_51) == 0x002321, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_16) == 0x002328, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_16) == 0x002330, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_39) == 0x002338, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_50) == 0x002340, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_50) == 0x002348, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_16) == 0x002350, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_17) == 0x002358, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_16) == 0x002360, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_16) == 0x002368, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_17) == 0x002369, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_17) == 0x00236A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_17) == 0x002370, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_17) == 0x002410, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_25) == 0x002411, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_34) == 0x002418, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_35) == 0x002420, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_17) == 0x002428, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_34) == 0x002430, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_35) == 0x002438, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_51) == 0x002440, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_52) == 0x002448, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_51) == 0x002450, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_52) == 0x002458, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_26) == 0x002460, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_17) == 0x002468, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_25) == 0x002470, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_17) == 0x002478, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_53) == 0x002480, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_53) == 0x002488, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_17) == 0x002490, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_17) == 0x002498, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_17) == 0x0024A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_18) == 0x0024A1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_18) == 0x0024A2, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_18) == 0x0024A3, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_18) == 0x0024A4, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_18) == 0x0024A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_26) == 0x002548, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_36) == 0x002550, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_37) == 0x002558, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_40) == 0x002560, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_18) == 0x002561, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_36) == 0x002568, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_37) == 0x002570, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_54) == 0x002578, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_55) == 0x002580, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_54) == 0x002588, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_55) == 0x002590, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_41) == 0x002598, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_52) == 0x002599, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_42) == 0x00259A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_18) == 0x0025A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_18) == 0x0025A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_13) == 0x0025B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_56) == 0x002620, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_13) == 0x002628, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_13' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_56) == 0x0026C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_18) == 0x0026D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_53) == 0x0026D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_18) == 0x0026E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_18) == 0x0026E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_54) == 0x0026E9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_55) == 0x0026EA, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_19) == 0x0026EB, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_19) == 0x0026EC, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_19) == 0x0026ED, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_19) == 0x0026EE, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_19) == 0x0026F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_43) == 0x002790, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_38) == 0x002798, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_14) == 0x0027A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_14) == 0x002810, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_14' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_39) == 0x0028B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_39' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_56) == 0x0028B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_19) == 0x0028B9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_38) == 0x0028C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_39) == 0x0028C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_39' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_57) == 0x0028D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_58) == 0x0028D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_57) == 0x0028E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_58) == 0x0028E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_44) == 0x0028F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_19) == 0x0028F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_27) == 0x002900, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_19) == 0x002908, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_59) == 0x002910, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_59) == 0x002918, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_19) == 0x002920, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_20) == 0x002928, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_19) == 0x002930, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_19) == 0x002938, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_20) == 0x002939, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_20) == 0x00293A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_20) == 0x002940, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_20) == 0x0029E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_40) == 0x0029E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_40' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_41) == 0x0029F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_41' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_20) == 0x0029F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_40) == 0x002A00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_40' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_41) == 0x002A08, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_41' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_60) == 0x002A10, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_61) == 0x002A18, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_60) == 0x002A20, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_61) == 0x002A28, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_27) == 0x002A30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_20) == 0x002A38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_57) == 0x002A40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_20) == 0x002A48, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_62) == 0x002A50, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_28) == 0x002A58, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_62) == 0x002A60, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_20) == 0x002A68, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_20) == 0x002A70, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_20) == 0x002A78, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_45) == 0x002A79, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_21) == 0x002A7A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_21) == 0x002A7B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_21) == 0x002A7C, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_21) == 0x002A7D, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_21) == 0x002A80, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_28) == 0x002B20, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_42) == 0x002B28, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_42' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_43) == 0x002B30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_43' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_21) == 0x002B38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_42) == 0x002B40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_42' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_43) == 0x002B48, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_43' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_63) == 0x002B50, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_64) == 0x002B58, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_63) == 0x002B60, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_64) == 0x002B68, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_46) == 0x002B70, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_58) == 0x002B71, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_21) == 0x002B78, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_21) == 0x002B80, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_65) == 0x002B88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_65) == 0x002B90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_22) == 0x002B98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_22) == 0x002B99, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_21) == 0x002BA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_21) == 0x002BA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_21) == 0x002BB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_22) == 0x002BB1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_22) == 0x002BB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_22) == 0x002C58, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_29) == 0x002C59, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_44) == 0x002C60, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_44' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_45) == 0x002C68, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_45' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_22) == 0x002C70, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_44) == 0x002C78, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_44' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_45) == 0x002C80, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_45' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_66) == 0x002C88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_67) == 0x002C90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_66) == 0x002C98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_67) == 0x002CA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_30) == 0x002CA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_22) == 0x002CB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_29) == 0x002CB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_22) == 0x002CC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_68) == 0x002CC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_68) == 0x002CD0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_22) == 0x002CD8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_47) == 0x002CE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_22) == 0x002CE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_22) == 0x002CF0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_23) == 0x002CF1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_23) == 0x002CF2, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_23) == 0x002CF3, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_23) == 0x002CF4, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_23) == 0x002CF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_30) == 0x002D98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_46) == 0x002DA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_46' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_47) == 0x002DA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_47' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_59) == 0x002DB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_23) == 0x002DB1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_46) == 0x002DB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_46' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_47) == 0x002DC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_47' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_69) == 0x002DC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_70) == 0x002DD0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_69) == 0x002DD8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_70) == 0x002DE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_48) == 0x002DE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_60) == 0x002DE9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_15) == 0x002DF0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_15) == 0x002E60, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_15' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_61) == 0x002F00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_23) == 0x002F08, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_23) == 0x002F10, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_31) == 0x002F18, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_71) == 0x002F20, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_71) == 0x002F28, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_23) == 0x002F30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_49) == 0x002F38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_23) == 0x002F40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_23) == 0x002F48, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_50) == 0x002F49, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_16) == 0x002F50, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_24) == 0x002FC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_16) == 0x002FC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_16' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_24) == 0x003068, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_24) == 0x003069, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_24) == 0x003070, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_24) == 0x003110, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_62) == 0x003111, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_48) == 0x003118, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_48' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_49) == 0x003120, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_49' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_24) == 0x003128, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_48) == 0x003130, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_48' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_49) == 0x003138, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_49' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_72) == 0x003140, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_73) == 0x003148, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_72) == 0x003150, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_73) == 0x003158, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_24) == 0x003160, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_32) == 0x003168, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_24) == 0x003170, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_74) == 0x003178, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_74) == 0x003180, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_51) == 0x003188, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_24) == 0x003190, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_24) == 0x003198, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_24) == 0x0031A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_25) == 0x0031A1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_25) == 0x0031A2, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_25) == 0x0031A3, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_25) == 0x0031A4, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_25) == 0x0031A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_50) == 0x003248, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_50' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_51) == 0x003250, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_51' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_25) == 0x003258, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_50) == 0x003260, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_50' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_51) == 0x003268, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_51' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_75) == 0x003270, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_76) == 0x003278, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_75) == 0x003280, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_76) == 0x003288, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_31) == 0x003290, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_63) == 0x003291, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_25) == 0x003298, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_25) == 0x0032A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_77) == 0x0032A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_26) == 0x0032B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_77) == 0x0032B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_26) == 0x0032C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_25) == 0x0032C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_26) == 0x0032D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_25) == 0x0032D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_25) == 0x0032E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_26) == 0x0032E1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_26) == 0x0032E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_52) == 0x003388, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_52' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_53) == 0x003390, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_53' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_26) == 0x003398, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_52) == 0x0033A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_52' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_53) == 0x0033A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_53' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_78) == 0x0033B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_79) == 0x0033B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_78) == 0x0033C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_79) == 0x0033C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_64) == 0x0033D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_52) == 0x0033D1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_53) == 0x0033D2, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_54) == 0x0033D3, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_26) == 0x0033D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_26) == 0x0033E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_17) == 0x0033E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_80) == 0x003458, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_17) == 0x003460, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_17' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_80) == 0x003500, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_26) == 0x003508, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_55) == 0x003510, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_26) == 0x003518, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_26) == 0x003520, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_56) == 0x003521, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_33) == 0x003522, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_27) == 0x003523, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_27) == 0x003524, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_27) == 0x003525, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_27) == 0x003526, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_27) == 0x003528, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_54) == 0x0035C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_54' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_55) == 0x0035D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_55' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_27) == 0x0035D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_54) == 0x0035E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_54' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_55) == 0x0035E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_55' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_81) == 0x0035F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_82) == 0x0035F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_81) == 0x003600, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_82) == 0x003608, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_57) == 0x003610, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_58) == 0x003611, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_18) == 0x003618, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_18) == 0x003688, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_18' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_27) == 0x003728, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_59) == 0x003730, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_27) == 0x003738, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_83) == 0x003740, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_60) == 0x003748, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_83) == 0x003750, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_32) == 0x003758, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_27) == 0x003760, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_27) == 0x003768, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_27) == 0x003770, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_28) == 0x003771, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_28) == 0x003772, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_28) == 0x003773, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_28) == 0x003774, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_28) == 0x003778, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_61) == 0x003818, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_65) == 0x003819, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_19) == 0x003820, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_19) == 0x003890, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_19' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_56) == 0x003930, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_56' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_57) == 0x003938, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_57' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_28) == 0x003940, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_56) == 0x003948, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_56' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_57) == 0x003950, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_57' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_84) == 0x003958, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_85) == 0x003960, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_84) == 0x003968, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_85) == 0x003970, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_62) == 0x003978, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_63) == 0x003979, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_20) == 0x003980, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_20) == 0x0039F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_20' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_28) == 0x003A90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_64) == 0x003A98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_28) == 0x003AA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_86) == 0x003AA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_65) == 0x003AB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_86) == 0x003AB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_21) == 0x003AC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_28) == 0x003B30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_21) == 0x003B38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_21' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_28) == 0x003BD8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_28) == 0x003BE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_29) == 0x003BE1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_29) == 0x003BE2, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_29) == 0x003BE3, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_29) == 0x003BE4, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_29) == 0x003BE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_66) == 0x003C88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_58) == 0x003C90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_58' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_59) == 0x003C98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_59' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_66) == 0x003CA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_29) == 0x003CA1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_58) == 0x003CA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_58' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_59) == 0x003CB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_59' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_87) == 0x003CB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_88) == 0x003CC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_87) == 0x003CC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_88) == 0x003CD0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_67) == 0x003CD8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_68) == 0x003CD9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_29) == 0x003CE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_69) == 0x003CE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_29) == 0x003CF0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_89) == 0x003CF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_22) == 0x003D00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_89) == 0x003D70, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_22) == 0x003D78, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_22' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_29) == 0x003E18, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_29) == 0x003E20, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_29) == 0x003E28, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_30) == 0x003E29, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_30) == 0x003E2A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_30) == 0x003E2B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_30) == 0x003E2C, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_30) == 0x003E30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_60) == 0x003ED0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_60' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_61) == 0x003ED8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_61' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_30) == 0x003EE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_60) == 0x003EE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_60' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_61) == 0x003EF0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_61' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_90) == 0x003EF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_91) == 0x003F00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_90) == 0x003F08, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_91) == 0x003F10, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_70) == 0x003F18, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_71) == 0x003F19, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_72) == 0x003F1A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_23) == 0x003F20, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_23) == 0x003F90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_23' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_30) == 0x004030, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_73) == 0x004038, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_30) == 0x004040, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_92) == 0x004048, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_74) == 0x004050, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_92) == 0x004058, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_30) == 0x004060, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_30) == 0x004068, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_30) == 0x004070, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_31) == 0x004071, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_31) == 0x004072, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_31) == 0x004073, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_31) == 0x004074, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_31) == 0x004078, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_62) == 0x004118, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_62' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_63) == 0x004120, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_63' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_34) == 0x004128, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_31) == 0x004129, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_62) == 0x004130, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_62' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_63) == 0x004138, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_63' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_93) == 0x004140, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_94) == 0x004148, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_93) == 0x004150, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_94) == 0x004158, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_75) == 0x004160, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_76) == 0x004161, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_24) == 0x004168, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_24) == 0x0041D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_24' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_77) == 0x004278, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_31) == 0x004280, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_31) == 0x004288, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_78) == 0x004290, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_95) == 0x004298, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_95) == 0x0042A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_32) == 0x0042A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_31) == 0x0042B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_32) == 0x0042B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_31) == 0x0042C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_31) == 0x0042C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_32) == 0x0042C9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_32) == 0x0042D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_32) == 0x004370, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_64) == 0x004378, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_64' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_65) == 0x004380, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_65' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_33) == 0x004388, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_32) == 0x004389, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_64) == 0x004390, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_64' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_65) == 0x004398, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_65' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_96) == 0x0043A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_97) == 0x0043A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_96) == 0x0043B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_97) == 0x0043B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_79) == 0x0043C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_80) == 0x0043C1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_25) == 0x0043C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_25) == 0x004438, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_25' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_81) == 0x0044D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_32) == 0x0044E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_32) == 0x0044E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_82) == 0x0044F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_98) == 0x0044F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_98) == 0x004500, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_26) == 0x004508, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_26) == 0x004578, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_26' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_32) == 0x004618, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_32) == 0x004620, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_32) == 0x004628, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_83) == 0x004629, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_33) == 0x00462A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_27) == 0x004630, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_33) == 0x0046A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_27) == 0x0046A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_27' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_33) == 0x004748, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_33) == 0x004750, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_33) == 0x0047F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_67) == 0x0047F1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_66) == 0x0047F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_66' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_67) == 0x004800, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_67' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_33) == 0x004808, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_66) == 0x004810, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_66' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_67) == 0x004818, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_67' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_99) == 0x004820, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_100) == 0x004828, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_99) == 0x004830, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_100) == 0x004838, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_84) == 0x004840, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_85) == 0x004841, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_86) == 0x004842, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_33) == 0x004848, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_33) == 0x004850, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_28) == 0x004858, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_101) == 0x0048C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_28) == 0x0048D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_28' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_101) == 0x004970, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_33) == 0x004978, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_87) == 0x004980, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_33) == 0x004988, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_33) == 0x004990, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_88) == 0x004991, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_68) == 0x004992, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_34) == 0x004993, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_34) == 0x004994, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_34) == 0x004995, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_34) == 0x004996, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_34) == 0x004998, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_68) == 0x004A38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_68' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_69) == 0x004A40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_69' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_34) == 0x004A48, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_68) == 0x004A50, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_68' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_69) == 0x004A58, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_69' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_102) == 0x004A60, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_103) == 0x004A68, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_102) == 0x004A70, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_103) == 0x004A78, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_89) == 0x004A80, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_90) == 0x004A81, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_29) == 0x004A88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_29) == 0x004AF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_29' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_34) == 0x004B98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_91) == 0x004BA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_34) == 0x004BA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_104) == 0x004BB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_104) == 0x004BB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_92) == 0x004BC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_34) == 0x004BC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_93) == 0x004BD0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_34) == 0x004BD8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_34) == 0x004BE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_35) == 0x004BE1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_35) == 0x004BE2, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_35) == 0x004BE3, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_35) == 0x004BE4, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_35) == 0x004BE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_70) == 0x004C88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_70' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_71) == 0x004C90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_71' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_35) == 0x004C98, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_70) == 0x004CA0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_70' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_71) == 0x004CA8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_71' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_105) == 0x004CB0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_106) == 0x004CB8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_105) == 0x004CC0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_106) == 0x004CC8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_94) == 0x004CD0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_95) == 0x004CD1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_30) == 0x004CD8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_30) == 0x004D48, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_30' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_35) == 0x004DE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_96) == 0x004DF0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_35) == 0x004DF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_107) == 0x004E00, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_97) == 0x004E08, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_107) == 0x004E10, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_31) == 0x004E18, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_35) == 0x004E88, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_31) == 0x004E90, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_31' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_35) == 0x004F30, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_35) == 0x004F38, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_36) == 0x004F39, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_36) == 0x004F3A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_36) == 0x004F3B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_36) == 0x004F3C, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_36) == 0x004F40, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_35) == 0x004FE0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_72) == 0x004FE8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_72' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_73) == 0x004FF0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_73' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_36) == 0x004FF8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_72) == 0x005000, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_72' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_73) == 0x005008, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_73' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_108) == 0x005010, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_109) == 0x005018, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_108) == 0x005020, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_109) == 0x005028, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_98) == 0x005030, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_99) == 0x005031, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_36) == 0x005038, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_100) == 0x005040, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_36) == 0x005048, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_110) == 0x005050, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_32) == 0x005058, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_110) == 0x0050C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_32) == 0x0050D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_32' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_36) == 0x005170, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_36) == 0x005178, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_36) == 0x005180, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_101) == 0x005181, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_33) == 0x005188, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_37) == 0x0051F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_33) == 0x005200, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_33' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_37) == 0x0052A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_37) == 0x0052A1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_37) == 0x0052A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_37) == 0x005348, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_34) == 0x005349, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_74) == 0x005350, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_74' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_75) == 0x005358, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_75' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_37) == 0x005360, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_74) == 0x005368, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_74' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_75) == 0x005370, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_75' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_111) == 0x005378, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_112) == 0x005380, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_111) == 0x005388, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_112) == 0x005390, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_102) == 0x005398, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_103) == 0x005399, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_104) == 0x00539A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_34) == 0x0053A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_34) == 0x005410, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_34' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_37) == 0x0054B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_105) == 0x0054B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_37) == 0x0054C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_113) == 0x0054C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_113) == 0x0054D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_69) == 0x0054D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_37) == 0x0054E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_37) == 0x0054E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_37) == 0x0054F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_PollNextDialogLineRequested_ReturnValue_38) == 0x0054F1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_PollNextDialogLineRequested_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsDialogRunning_ReturnValue_38) == 0x0054F2, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsDialogRunning_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsUnrollRequested_ReturnValue_38) == 0x0054F3, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsUnrollRequested_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_BooleanOR_ReturnValue_38) == 0x0054F4, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_BooleanOR_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentLine_ReturnValue_38) == 0x0054F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentLine_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_106) == 0x005598, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_76) == 0x0055A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_76' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindCameraManager_CameraManager_77) == 0x0055A8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindCameraManager_CameraManager_77' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_70) == 0x0055B0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IslineTextDisplayed_ReturnValue_38) == 0x0055B1, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IslineTextDisplayed_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_76) == 0x0055B8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_76' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_FindPlayerCatPawn_Cat_77) == 0x0055C0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_FindPlayerCatPawn_Cat_77' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_114) == 0x0055C8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_115) == 0x0055D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_114) == 0x0055D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_115) == 0x0055E0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_107) == 0x0055E8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_108) == 0x0055E9, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_35) == 0x0055F0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_35) == 0x005660, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_109) == 0x005700, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetCurrentSpeaker_ReturnValue_38) == 0x005708, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetCurrentSpeaker_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUsingCat_ReturnValue_38) == 0x005710, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUsingCat_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetBackpack_ReturnValue_116) == 0x005718, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetBackpack_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_110) == 0x005720, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetDrone_ReturnValue_116) == 0x005728, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetDrone_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_GetUserWidgetObject_ReturnValue_38) == 0x005730, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_GetUserWidgetObject_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_Event__lootable) == 0x005738, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_Event__lootable' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_38) == 0x005740, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_DynamicCast_bSuccess_38) == 0x005748, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_DynamicCast_bSuccess_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchName_CmpSuccess) == 0x005749, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchName_CmpSuccess_1) == 0x00574A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchName_CmpSuccess_2) == 0x00574B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchName_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchName_CmpSuccess_3) == 0x00574C, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchName_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_35) == 0x00574D, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_35' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_36) == 0x00574E, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_RandomIntegerInRange_ReturnValue) == 0x005750, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_111) == 0x005754, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_71) == 0x005755, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_36) == 0x005756, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchInteger_CmpSuccess) == 0x005757, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_72) == 0x005758, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchInteger_CmpSuccess_1) == 0x005759, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_112) == 0x00575A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchInteger_CmpSuccess_2) == 0x00575B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_36) == 0x005760, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_73) == 0x0057D0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_36) == 0x0057D8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_36' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_113) == 0x005878, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_74) == 0x005879, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_37) == 0x00587A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchInteger_CmpSuccess_3) == 0x00587B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchInteger_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchInteger_CmpSuccess_4) == 0x00587C, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchInteger_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_Has_Been_Initd_Variable_38) == 0x00587D, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_Has_Been_Initd_Variable_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_37) == 0x00587E, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, Temp_bool_IsClosed_Variable_38) == 0x00587F, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::Temp_bool_IsClosed_Variable_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchInteger_CmpSuccess_5) == 0x005880, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchInteger_CmpSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_114) == 0x005881, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_75) == 0x005882, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_115) == 0x005883, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_37) == 0x005888, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_37) == 0x0058F8, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_37' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_76) == 0x005998, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_SwitchInteger_CmpSuccess_6) == 0x005999, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_SwitchInteger_CmpSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_MakeLiteralByte_ReturnValue_116) == 0x00599A, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_MakeLiteralByte_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, CallFunc_IsValid_ReturnValue_77) == 0x00599B, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::CallFunc_IsValid_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLineAdvanced_38) == 0x0059A0, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLineAdvanced_38' has a wrong offset!"); \ static_assert(offsetof(BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase, K2Node_MakeStruct_DialogLine_38) == 0x005A10, "Member 'BP_DialogBase_C_ExecuteUbergraph_BP_DialogBase::K2Node_MakeStruct_DialogLine_38' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DialogBase_C_OnItemShown \ static_assert(alignof(BP_DialogBase_C_OnItemShown) == 0x000008, "Wrong alignment on BP_DialogBase_C_OnItemShown"); \ static_assert(sizeof(BP_DialogBase_C_OnItemShown) == 0x000008, "Wrong size on BP_DialogBase_C_OnItemShown"); \ static_assert(offsetof(BP_DialogBase_C_OnItemShown, _lootable) == 0x000000, "Member 'BP_DialogBase_C_OnItemShown::_lootable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DialogBase_C \ static_assert(alignof(ABP_DialogBase_C) == 0x000008, "Wrong alignment on ABP_DialogBase_C"); \ static_assert(sizeof(ABP_DialogBase_C) == 0x000338, "Wrong size on ABP_DialogBase_C"); \ static_assert(offsetof(ABP_DialogBase_C, UberGraphFrame) == 0x000328, "Member 'ABP_DialogBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DialogBase_C, Randomize_Dialog_Variation) == 0x000330, "Member 'ABP_DialogBase_C::Randomize_Dialog_Variation' has a wrong offset!"); \ static_assert(offsetof(ABP_DialogBase_C, Dialog_Variation) == 0x000334, "Member 'ABP_DialogBase_C::Dialog_Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use \ static_assert(alignof(UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use) == 0x000008, "Wrong alignment on UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use"); \ static_assert(sizeof(UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use) == 0x000028, "Wrong size on UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use"); \ static_assert(offsetof(UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use, EntryPoint) == 0x000000, "Member 'UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use, CallFunc_GetBackpack_ReturnValue) == 0x000008, "Member 'UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use, K2Node_DynamicCast_AsBP_Backpack) == 0x000018, "Member 'UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UMG_BackpackScreen_Use_C_ExecuteUbergraph_UMG_BackpackScreen_Use::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_BackpackScreen_Use_C \ static_assert(alignof(UUMG_BackpackScreen_Use_C) == 0x000008, "Wrong alignment on UUMG_BackpackScreen_Use_C"); \ static_assert(sizeof(UUMG_BackpackScreen_Use_C) == 0x000288, "Wrong size on UUMG_BackpackScreen_Use_C"); \ static_assert(offsetof(UUMG_BackpackScreen_Use_C, UberGraphFrame) == 0x000268, "Member 'UUMG_BackpackScreen_Use_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Use_C, Use_Pulse) == 0x000270, "Member 'UUMG_BackpackScreen_Use_C::Use_Pulse' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Use_C, UseCanvas) == 0x000278, "Member 'UUMG_BackpackScreen_Use_C::UseCanvas' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Use_C, Using) == 0x000280, "Member 'UUMG_BackpackScreen_Use_C::Using' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk \ static_assert(alignof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk) == 0x000008, "Wrong alignment on UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk"); \ static_assert(sizeof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk) == 0x000108, "Wrong size on UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, EntryPoint) == 0x000000, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, K2Node_Event_MyGeometry) == 0x000004, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_GetBackpack_ReturnValue) == 0x000040, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_GetCurrentInteraction_ReturnValue) == 0x000048, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_GetCurrentInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000060, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_PlayAnimation_ReturnValue_1) == 0x000068, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_GetBackpack_ReturnValue_1) == 0x000070, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_GetCurrentInteraction_ReturnValue_1) == 0x000078, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_GetCurrentInteraction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_GetCurrentClosestInteraction_ReturnValue) == 0x000080, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_GetCurrentClosestInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, K2Node_DynamicCast_AsTalkable_Component) == 0x000088, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::K2Node_DynamicCast_AsTalkable_Component' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_IsValid_ReturnValue_1) == 0x000091, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_IsCalling_ReturnValue) == 0x000092, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_IsCalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_EqualEqual_BoolBool_ReturnValue_1) == 0x000093, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_EqualEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_PlayAnimation_ReturnValue_2) == 0x000098, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_GetBackpack_ReturnValue_2) == 0x0000A0, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_GetBackpack_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_GetBackpack_ReturnValue_3) == 0x0000A8, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_GetBackpack_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, K2Node_DynamicCast_AsBP_Backpack) == 0x0000B0, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, K2Node_DynamicCast_AsBP_Backpack_1) == 0x0000C0, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::K2Node_DynamicCast_AsBP_Backpack_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, K2Node_DynamicCast_bSuccess_2) == 0x0000C8, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_GetBackpack_ReturnValue_4) == 0x0000D0, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_GetBackpack_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_SpawnSound2D_ReturnValue) == 0x0000D8, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, K2Node_DynamicCast_AsBP_Backpack_2) == 0x0000E0, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::K2Node_DynamicCast_AsBP_Backpack_2' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, K2Node_DynamicCast_bSuccess_3) == 0x0000E8, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_GetBackpack_ReturnValue_5) == 0x0000F0, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_GetBackpack_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_IsWithinHelpDialog_ReturnValue) == 0x0000F8, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_IsWithinHelpDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk, CallFunc_SpawnSound2D_ReturnValue_1) == 0x000100, "Member 'UMG_BackpackScreen_Talk_C_ExecuteUbergraph_UMG_BackpackScreen_Talk::CallFunc_SpawnSound2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BackpackScreen_Talk_C_Tick \ static_assert(alignof(UMG_BackpackScreen_Talk_C_Tick) == 0x000004, "Wrong alignment on UMG_BackpackScreen_Talk_C_Tick"); \ static_assert(sizeof(UMG_BackpackScreen_Talk_C_Tick) == 0x00003C, "Wrong size on UMG_BackpackScreen_Talk_C_Tick"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_Tick, MyGeometry) == 0x000000, "Member 'UMG_BackpackScreen_Talk_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Talk_C_Tick, InDeltaTime) == 0x000038, "Member 'UMG_BackpackScreen_Talk_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_BackpackScreen_Talk_C \ static_assert(alignof(UUMG_BackpackScreen_Talk_C) == 0x000008, "Wrong alignment on UUMG_BackpackScreen_Talk_C"); \ static_assert(sizeof(UUMG_BackpackScreen_Talk_C) == 0x0002A8, "Wrong size on UUMG_BackpackScreen_Talk_C"); \ static_assert(offsetof(UUMG_BackpackScreen_Talk_C, UberGraphFrame) == 0x000268, "Member 'UUMG_BackpackScreen_Talk_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Talk_C, PendingDialog_Pulse) == 0x000270, "Member 'UUMG_BackpackScreen_Talk_C::PendingDialog_Pulse' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Talk_C, Dialog_InProgress) == 0x000278, "Member 'UUMG_BackpackScreen_Talk_C::Dialog_InProgress' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Talk_C, Dialog_Available) == 0x000280, "Member 'UUMG_BackpackScreen_Talk_C::Dialog_Available' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Talk_C, DialogCanvas) == 0x000288, "Member 'UUMG_BackpackScreen_Talk_C::DialogCanvas' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Talk_C, Image_1) == 0x000290, "Member 'UUMG_BackpackScreen_Talk_C::Image_1' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Talk_C, PendingDialogCanvas) == 0x000298, "Member 'UUMG_BackpackScreen_Talk_C::PendingDialogCanvas' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Talk_C, Talking) == 0x0002A0, "Member 'UUMG_BackpackScreen_Talk_C::Talking' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Talk_C, IsCalling) == 0x0002A1, "Member 'UUMG_BackpackScreen_Talk_C::IsCalling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification \ static_assert(alignof(UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification) == 0x000008, "Wrong alignment on UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification"); \ static_assert(sizeof(UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification) == 0x000028, "Wrong size on UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification"); \ static_assert(offsetof(UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification, EntryPoint) == 0x000000, "Member 'UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification, CallFunc_GetBackpack_ReturnValue) == 0x000008, "Member 'UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification, K2Node_DynamicCast_AsBP_Backpack) == 0x000010, "Member 'UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'UMG_BackpackScreen_Notification_C_ExecuteUbergraph_UMG_BackpackScreen_Notification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_BackpackScreen_Notification_C \ static_assert(alignof(UUMG_BackpackScreen_Notification_C) == 0x000008, "Wrong alignment on UUMG_BackpackScreen_Notification_C"); \ static_assert(sizeof(UUMG_BackpackScreen_Notification_C) == 0x000288, "Wrong size on UUMG_BackpackScreen_Notification_C"); \ static_assert(offsetof(UUMG_BackpackScreen_Notification_C, UberGraphFrame) == 0x000268, "Member 'UUMG_BackpackScreen_Notification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Notification_C, PendingDialog_Pulse) == 0x000270, "Member 'UUMG_BackpackScreen_Notification_C::PendingDialog_Pulse' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Notification_C, Image_1) == 0x000278, "Member 'UUMG_BackpackScreen_Notification_C::Image_1' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Notification_C, PendingDialogCanvas) == 0x000280, "Member 'UUMG_BackpackScreen_Notification_C::PendingDialogCanvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM \ static_assert(alignof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM) == 0x000008, "Wrong alignment on UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM"); \ static_assert(sizeof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM) == 0x000078, "Wrong size on UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, EntryPoint) == 0x000000, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, K2Node_Event_MyGeometry) == 0x000004, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, CallFunc_GetBackpack_ReturnValue) == 0x000040, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, CallFunc_GetBackpack_ReturnValue_1) == 0x000048, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, CallFunc_GetIEMDuration_ReturnValue) == 0x000050, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::CallFunc_GetIEMDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, CallFunc_GetIEMDuration_ReturnValue_1) == 0x000054, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::CallFunc_GetIEMDuration_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, CallFunc_GetRemainingIEMTime_ReturnValue) == 0x000058, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::CallFunc_GetRemainingIEMTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00005C, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000060, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000064, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, CallFunc_FClamp_ReturnValue) == 0x000068, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000070, "Member 'UMG_BackpackScreen_IEM_C_ExecuteUbergraph_UMG_BackpackScreen_IEM::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BackpackScreen_IEM_C_Tick \ static_assert(alignof(UMG_BackpackScreen_IEM_C_Tick) == 0x000004, "Wrong alignment on UMG_BackpackScreen_IEM_C_Tick"); \ static_assert(sizeof(UMG_BackpackScreen_IEM_C_Tick) == 0x00003C, "Wrong size on UMG_BackpackScreen_IEM_C_Tick"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_Tick, MyGeometry) == 0x000000, "Member 'UMG_BackpackScreen_IEM_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_IEM_C_Tick, InDeltaTime) == 0x000038, "Member 'UMG_BackpackScreen_IEM_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_BackpackScreen_IEM_C \ static_assert(alignof(UUMG_BackpackScreen_IEM_C) == 0x000008, "Wrong alignment on UUMG_BackpackScreen_IEM_C"); \ static_assert(sizeof(UUMG_BackpackScreen_IEM_C) == 0x0002C0, "Wrong size on UUMG_BackpackScreen_IEM_C"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, UberGraphFrame) == 0x000268, "Member 'UUMG_BackpackScreen_IEM_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, Loot_done) == 0x000270, "Member 'UUMG_BackpackScreen_IEM_C::Loot_done' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, Dialog_InProgress) == 0x000278, "Member 'UUMG_BackpackScreen_IEM_C::Dialog_InProgress' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, Dialog_Available) == 0x000280, "Member 'UUMG_BackpackScreen_IEM_C::Dialog_Available' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, IEM_Scale) == 0x000288, "Member 'UUMG_BackpackScreen_IEM_C::IEM_Scale' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, PendingDialog_Pulse) == 0x000290, "Member 'UUMG_BackpackScreen_IEM_C::PendingDialog_Pulse' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, Use_InProgress) == 0x000298, "Member 'UUMG_BackpackScreen_IEM_C::Use_InProgress' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, Use_Pulse) == 0x0002A0, "Member 'UUMG_BackpackScreen_IEM_C::Use_Pulse' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, Loot_InProgress) == 0x0002A8, "Member 'UUMG_BackpackScreen_IEM_C::Loot_InProgress' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, Loot_Pulse) == 0x0002B0, "Member 'UUMG_BackpackScreen_IEM_C::Loot_Pulse' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_IEM_C, IEMCanvas) == 0x0002B8, "Member 'UUMG_BackpackScreen_IEM_C::IEMCanvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle \ static_assert(alignof(UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle) == 0x000008, "Wrong alignment on UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle"); \ static_assert(sizeof(UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle) == 0x000020, "Wrong size on UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle"); \ static_assert(offsetof(UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle, EntryPoint) == 0x000000, "Member 'UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle, CallFunc_GetBackpack_ReturnValue) == 0x000008, "Member 'UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle, K2Node_DynamicCast_AsBP_Backpack) == 0x000010, "Member 'UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UMG_BackpackScreen_Idle_C_ExecuteUbergraph_UMG_BackpackScreen_Idle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_BackpackScreen_Idle_C \ static_assert(alignof(UUMG_BackpackScreen_Idle_C) == 0x000008, "Wrong alignment on UUMG_BackpackScreen_Idle_C"); \ static_assert(sizeof(UUMG_BackpackScreen_Idle_C) == 0x000278, "Wrong size on UUMG_BackpackScreen_Idle_C"); \ static_assert(offsetof(UUMG_BackpackScreen_Idle_C, UberGraphFrame) == 0x000268, "Member 'UUMG_BackpackScreen_Idle_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Idle_C, IdleCanvas) == 0x000270, "Member 'UUMG_BackpackScreen_Idle_C::IdleCanvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack \ static_assert(alignof(BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack) == 0x000008, "Wrong alignment on BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack"); \ static_assert(sizeof(BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack) == 0x000018, "Wrong size on BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack"); \ static_assert(offsetof(BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack, EntryPoint) == 0x000000, "Member 'BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack, K2Node_SwitchInteger_CmpSuccess) == 0x000004, "Member 'BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'BP_UMG_BackPack_C_ExecuteUbergraph_BP_UMG_BackPack::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_UMG_BackPack_C \ static_assert(alignof(UBP_UMG_BackPack_C) == 0x000008, "Wrong alignment on UBP_UMG_BackPack_C"); \ static_assert(sizeof(UBP_UMG_BackPack_C) == 0x0002D0, "Wrong size on UBP_UMG_BackPack_C"); \ static_assert(offsetof(UBP_UMG_BackPack_C, UberGraphFrame) == 0x000260, "Member 'UBP_UMG_BackPack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, IEM_Scale) == 0x000268, "Member 'UBP_UMG_BackPack_C::IEM_Scale' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, Border_blue) == 0x000270, "Member 'UBP_UMG_BackPack_C::Border_blue' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, Border_green) == 0x000278, "Member 'UBP_UMG_BackPack_C::Border_green' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, compass) == 0x000280, "Member 'UBP_UMG_BackPack_C::compass' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, compass_img) == 0x000288, "Member 'UBP_UMG_BackPack_C::compass_img' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, Dialogue) == 0x000290, "Member 'UBP_UMG_BackPack_C::Dialogue' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, hacking) == 0x000298, "Member 'UBP_UMG_BackPack_C::hacking' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, Idle) == 0x0002A0, "Member 'UBP_UMG_BackPack_C::Idle' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, IEM) == 0x0002A8, "Member 'UBP_UMG_BackPack_C::IEM' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, iem_back_2) == 0x0002B0, "Member 'UBP_UMG_BackPack_C::iem_back_2' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, Inventory) == 0x0002B8, "Member 'UBP_UMG_BackPack_C::Inventory' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, Backpack_index) == 0x0002C0, "Member 'UBP_UMG_BackPack_C::Backpack_index' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, IEM_timer) == 0x0002C4, "Member 'UBP_UMG_BackPack_C::IEM_timer' has a wrong offset!"); \ static_assert(offsetof(UBP_UMG_BackPack_C, IEM_charged) == 0x0002C8, "Member 'UBP_UMG_BackPack_C::IEM_charged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_IEM_C_ExecuteUbergraph_BP_IEM \ static_assert(alignof(BP_IEM_C_ExecuteUbergraph_BP_IEM) == 0x000008, "Wrong alignment on BP_IEM_C_ExecuteUbergraph_BP_IEM"); \ static_assert(sizeof(BP_IEM_C_ExecuteUbergraph_BP_IEM) == 0x000038, "Wrong size on BP_IEM_C_ExecuteUbergraph_BP_IEM"); \ static_assert(offsetof(BP_IEM_C_ExecuteUbergraph_BP_IEM, EntryPoint) == 0x000000, "Member 'BP_IEM_C_ExecuteUbergraph_BP_IEM::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_IEM_C_ExecuteUbergraph_BP_IEM, CallFunc_FClamp_ReturnValue) == 0x000004, "Member 'BP_IEM_C_ExecuteUbergraph_BP_IEM::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_IEM_C_ExecuteUbergraph_BP_IEM, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_IEM_C_ExecuteUbergraph_BP_IEM::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_IEM_C_ExecuteUbergraph_BP_IEM, CallFunc_Lerp_ReturnValue) == 0x00000C, "Member 'BP_IEM_C_ExecuteUbergraph_BP_IEM::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_IEM_C_ExecuteUbergraph_BP_IEM, CallFunc_Lerp_ReturnValue_1) == 0x000010, "Member 'BP_IEM_C_ExecuteUbergraph_BP_IEM::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_IEM_C_ExecuteUbergraph_BP_IEM, CallFunc_Lerp_ReturnValue_2) == 0x000014, "Member 'BP_IEM_C_ExecuteUbergraph_BP_IEM::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_IEM_C_ExecuteUbergraph_BP_IEM, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_IEM_C_ExecuteUbergraph_BP_IEM::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_IEM_C_ExecuteUbergraph_BP_IEM, CallFunc_Conv_FloatToVector_ReturnValue) == 0x00001C, "Member 'BP_IEM_C_ExecuteUbergraph_BP_IEM::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_IEM_C_ExecuteUbergraph_BP_IEM, CallFunc_GetMaterial_ReturnValue) == 0x000028, "Member 'BP_IEM_C_ExecuteUbergraph_BP_IEM::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_IEM_C_ExecuteUbergraph_BP_IEM, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000030, "Member 'BP_IEM_C_ExecuteUbergraph_BP_IEM::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_IEM_C \ static_assert(alignof(ABP_IEM_C) == 0x000008, "Wrong alignment on ABP_IEM_C"); \ static_assert(sizeof(ABP_IEM_C) == 0x000278, "Wrong size on ABP_IEM_C"); \ static_assert(offsetof(ABP_IEM_C, UberGraphFrame) == 0x000228, "Member 'ABP_IEM_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_IEM_C, RadialForce) == 0x000230, "Member 'ABP_IEM_C::RadialForce' has a wrong offset!"); \ static_assert(offsetof(ABP_IEM_C, IEM_Sphere_col) == 0x000238, "Member 'ABP_IEM_C::IEM_Sphere_col' has a wrong offset!"); \ static_assert(offsetof(ABP_IEM_C, PointLight) == 0x000240, "Member 'ABP_IEM_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_IEM_C, Sphere) == 0x000248, "Member 'ABP_IEM_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_IEM_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_IEM_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_IEM_C, Timeline_0_NewTrack_2_B280DDD84CD44E4B927E71AEE85816B6) == 0x000258, "Member 'ABP_IEM_C::Timeline_0_NewTrack_2_B280DDD84CD44E4B927E71AEE85816B6' has a wrong offset!"); \ static_assert(offsetof(ABP_IEM_C, Timeline_0_NewTrack_0_B280DDD84CD44E4B927E71AEE85816B6) == 0x00025C, "Member 'ABP_IEM_C::Timeline_0_NewTrack_0_B280DDD84CD44E4B927E71AEE85816B6' has a wrong offset!"); \ static_assert(offsetof(ABP_IEM_C, Timeline_0__Direction_B280DDD84CD44E4B927E71AEE85816B6) == 0x000260, "Member 'ABP_IEM_C::Timeline_0__Direction_B280DDD84CD44E4B927E71AEE85816B6' has a wrong offset!"); \ static_assert(offsetof(ABP_IEM_C, Timeline_0) == 0x000268, "Member 'ABP_IEM_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_IEM_C, Material_instance) == 0x000270, "Member 'ABP_IEM_C::Material_instance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked \ static_assert(alignof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked) == 0x000008, "Wrong alignment on Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked"); \ static_assert(sizeof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked) == 0x0004A0, "Wrong size on Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, EntryPoint) == 0x000000, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_FindPlayerBackpack_backpack) == 0x000008, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_FindPlayerBackpack_backpack' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, Temp_bool_IsClosed_Variable) == 0x000010, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, Temp_bool_Has_Been_Initd_Variable) == 0x000011, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_MakeLiteralByte_ReturnValue) == 0x000012, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_PollNextDialogLineRequested_ReturnValue) == 0x000013, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_PollNextDialogLineRequested_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_IsDialogRunning_ReturnValue) == 0x000014, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_IsDialogRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_IsUnrollRequested_ReturnValue) == 0x000015, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_IsUnrollRequested_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_BooleanOR_ReturnValue) == 0x000016, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetCurrentLine_ReturnValue) == 0x000018, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetCurrentLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, Temp_bool_IsClosed_Variable_1) == 0x0000B8, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_FindCameraManager_CameraManager) == 0x0000C0, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_FindCameraManager_CameraManager_1) == 0x0000C8, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_FindCameraManager_CameraManager_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_IslineTextDisplayed_ReturnValue) == 0x0000D0, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_IslineTextDisplayed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_FindPlayerCatPawn_Cat) == 0x0000D8, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_FindPlayerCatPawn_Cat_1) == 0x0000E0, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetBackpack_ReturnValue) == 0x0000E8, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetBackpack_ReturnValue_1) == 0x0000F0, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetDrone_ReturnValue) == 0x0000F8, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetDrone_ReturnValue_1) == 0x000100, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_IsValid_ReturnValue) == 0x000108, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, Temp_bool_Has_Been_Initd_Variable_1) == 0x000109, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x00010A, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_IsValid_ReturnValue_1) == 0x00010B, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetCurrentSpeaker_ReturnValue) == 0x000110, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetCurrentSpeaker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000118, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetUsingCat_ReturnValue) == 0x000120, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetUsingCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetBackpack_ReturnValue_2) == 0x000128, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetBackpack_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, K2Node_MakeStruct_DialogLineAdvanced) == 0x000130, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::K2Node_MakeStruct_DialogLineAdvanced' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetDrone_ReturnValue_2) == 0x0001A0, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetDrone_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, K2Node_MakeStruct_DialogLine) == 0x0001A8, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::K2Node_MakeStruct_DialogLine' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000248, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, K2Node_DynamicCast_AsUMG_Drone_Dialog_New) == 0x000250, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::K2Node_DynamicCast_AsUMG_Drone_Dialog_New' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, K2Node_DynamicCast_bSuccess) == 0x000258, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_IsValid_ReturnValue_2) == 0x000259, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_PollNextDialogLineRequested_ReturnValue_1) == 0x00025A, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_PollNextDialogLineRequested_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_IsDialogRunning_ReturnValue_1) == 0x00025B, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_IsDialogRunning_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_IsUnrollRequested_ReturnValue_1) == 0x00025C, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_IsUnrollRequested_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_BooleanOR_ReturnValue_1) == 0x00025D, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetCurrentLine_ReturnValue_1) == 0x000260, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetCurrentLine_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_FindCameraManager_CameraManager_2) == 0x000300, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_FindCameraManager_CameraManager_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_FindCameraManager_CameraManager_3) == 0x000308, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_FindCameraManager_CameraManager_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_IsValid_ReturnValue_3) == 0x000310, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_IslineTextDisplayed_ReturnValue_1) == 0x000311, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_IslineTextDisplayed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_FindPlayerCatPawn_Cat_2) == 0x000318, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_FindPlayerCatPawn_Cat_3) == 0x000320, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_FindPlayerCatPawn_Cat_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetBackpack_ReturnValue_3) == 0x000328, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetBackpack_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetBackpack_ReturnValue_4) == 0x000330, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetBackpack_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetDrone_ReturnValue_3) == 0x000338, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetDrone_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetDrone_ReturnValue_4) == 0x000340, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetDrone_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000348, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000349, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetCurrentSpeaker_ReturnValue_1) == 0x000350, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetCurrentSpeaker_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetUsingCat_ReturnValue_1) == 0x000358, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetUsingCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000360, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetBackpack_ReturnValue_5) == 0x000368, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetBackpack_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetDrone_ReturnValue_5) == 0x000370, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetDrone_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, K2Node_MakeStruct_DialogLineAdvanced_1) == 0x000378, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::K2Node_MakeStruct_DialogLineAdvanced_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, K2Node_MakeStruct_DialogLine_1) == 0x0003E8, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::K2Node_MakeStruct_DialogLine_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, CallFunc_GetUserWidgetObject_ReturnValue_1) == 0x000488, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::CallFunc_GetUserWidgetObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_1) == 0x000490, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked, K2Node_DynamicCast_bSuccess_1) == 0x000498, "Member 'Dial_B12AllMemUnlocked_C_ExecuteUbergraph_Dial_B12AllMemUnlocked::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADial_B12AllMemUnlocked_C \ static_assert(alignof(ADial_B12AllMemUnlocked_C) == 0x000008, "Wrong alignment on ADial_B12AllMemUnlocked_C"); \ static_assert(sizeof(ADial_B12AllMemUnlocked_C) == 0x000340, "Wrong size on ADial_B12AllMemUnlocked_C"); \ static_assert(offsetof(ADial_B12AllMemUnlocked_C, UberGraphFrame_Dial_B12AllMemUnlocked_C) == 0x000338, "Member 'ADial_B12AllMemUnlocked_C::UberGraphFrame_Dial_B12AllMemUnlocked_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral \ static_assert(alignof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral) == 0x000008, "Wrong alignment on Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral"); \ static_assert(sizeof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral) == 0x00FAA0, "Wrong size on Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, EntryPoint) == 0x000000, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue) == 0x000006, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_2) == 0x000007, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_3) == 0x000008, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_4) == 0x000009, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable) == 0x00000A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable) == 0x00000B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x00000C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_5) == 0x00000D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x00000E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_6) == 0x00000F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_1) == 0x000010, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_1) == 0x000011, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_7) == 0x000012, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_8) == 0x000013, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000014, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_9) == 0x000015, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_2) == 0x000016, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_2) == 0x000017, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000018, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_10) == 0x000019, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_11) == 0x00001A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_3) == 0x00001B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_3) == 0x00001C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_4) == 0x00001D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x00001E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_12) == 0x00001F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_13) == 0x000020, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000021, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_4) == 0x000022, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_5) == 0x000023, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_14) == 0x000024, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_5) == 0x000025, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_15) == 0x000026, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000027, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_16) == 0x000028, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_17) == 0x000029, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_6) == 0x00002A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_6) == 0x00002B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_18) == 0x00002C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x00002D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_19) == 0x00002E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_20) == 0x00002F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_7) == 0x000030, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_7) == 0x000031, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_8) == 0x000032, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000033, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_21) == 0x000034, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_22) == 0x000035, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000036, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_9) == 0x000037, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_8) == 0x000038, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_23) == 0x000039, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x00003A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_24) == 0x00003B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_10) == 0x00003C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_9) == 0x00003D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_25) == 0x00003E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x00003F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_26) == 0x000040, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_11) == 0x000041, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_10) == 0x000042, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_11) == 0x000043, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_27) == 0x000044, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000045, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_28) == 0x000046, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_12) == 0x000047, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_12) == 0x000048, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_29) == 0x000049, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x00004A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_13) == 0x00004B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_30) == 0x00004C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_14) == 0x00004D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_13) == 0x00004E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x00004F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_31) == 0x000050, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_32) == 0x000051, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_33) == 0x000052, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x000053, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_15) == 0x000054, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_14) == 0x000055, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_34) == 0x000056, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_35) == 0x000057, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_36) == 0x000058, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x000059, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_16) == 0x00005A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_15) == 0x00005B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_16) == 0x00005C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_37) == 0x00005D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_18) == 0x00005E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_38) == 0x00005F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_17) == 0x000060, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_17) == 0x000061, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_39) == 0x000062, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_19) == 0x000063, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_40) == 0x000064, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_18) == 0x000065, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_18) == 0x000066, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_41) == 0x000067, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_20) == 0x000068, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_19) == 0x000069, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_42) == 0x00006A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_19) == 0x00006B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_20) == 0x00006C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_20) == 0x00006D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_43) == 0x00006E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_21) == 0x00006F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_44) == 0x000070, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_21) == 0x000071, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_22) == 0x000072, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_21) == 0x000073, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_22) == 0x000074, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_45) == 0x000075, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_46) == 0x000076, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_47) == 0x000077, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_23) == 0x000078, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_22) == 0x000079, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_23) == 0x00007A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_48) == 0x00007B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_24) == 0x00007C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_49) == 0x00007D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_50) == 0x00007E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_24) == 0x00007F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_23) == 0x000080, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_51) == 0x000081, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_25) == 0x000082, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_52) == 0x000083, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_53) == 0x000084, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_25) == 0x000085, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_24) == 0x000086, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_26) == 0x000087, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_54) == 0x000088, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_55) == 0x000089, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_26) == 0x00008A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_25) == 0x00008B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_27) == 0x00008C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_56) == 0x00008D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_57) == 0x00008E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_28) == 0x00008F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_26) == 0x000090, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_27) == 0x000091, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_27) == 0x000092, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_58) == 0x000093, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_59) == 0x000094, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_60) == 0x000095, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_29) == 0x000096, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_28) == 0x000097, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_28) == 0x000098, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_29) == 0x000099, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_61) == 0x00009A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_30) == 0x00009B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_62) == 0x00009C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_63) == 0x00009D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_30) == 0x00009E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_29) == 0x00009F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_64) == 0x0000A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_31) == 0x0000A1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_65) == 0x0000A2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_66) == 0x0000A3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_31) == 0x0000A4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_30) == 0x0000A5, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_32) == 0x0000A6, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_67) == 0x0000A7, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_33) == 0x0000A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_68) == 0x0000A9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_32) == 0x0000AA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_31) == 0x0000AB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_69) == 0x0000AC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_34) == 0x0000AD, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_70) == 0x0000AE, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_33) == 0x0000AF, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_32) == 0x0000B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_71) == 0x0000B1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_35) == 0x0000B2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_72) == 0x0000B3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_34) == 0x0000B4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_33) == 0x0000B5, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_34) == 0x0000B6, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue) == 0x0000B7, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue) == 0x0000B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue) == 0x0000B9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue) == 0x0000BA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue) == 0x0000C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager) == 0x000160, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_1) == 0x000168, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue) == 0x000170, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat) == 0x000178, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_1) == 0x000180, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue) == 0x000188, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_1) == 0x000190, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue) == 0x000198, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_1) == 0x0001A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_35) == 0x0001A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue) == 0x0001B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine) == 0x0001B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue) == 0x000258, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_2) == 0x000260, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_2) == 0x000268, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_35) == 0x000270, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000278, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New) == 0x000280, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess) == 0x000288, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_36) == 0x000289, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_36) == 0x00028A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_1) == 0x00028B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_1) == 0x00028C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_1) == 0x00028D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_1) == 0x00028E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_1) == 0x000290, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_73) == 0x000330, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_2) == 0x000338, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_3) == 0x000340, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_1) == 0x000348, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_2) == 0x000350, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_3) == 0x000358, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_3) == 0x000360, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_4) == 0x000368, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_3) == 0x000370, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_4) == 0x000378, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_74) == 0x000380, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_75) == 0x000381, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_37) == 0x000382, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_1) == 0x000388, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_1) == 0x000390, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_1) == 0x000398, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_5) == 0x000438, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_5) == 0x000440, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_76) == 0x000448, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_1) == 0x000450, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_1) == 0x000458, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_1) == 0x000460, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_38) == 0x000461, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_2) == 0x000462, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_2) == 0x000463, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_2) == 0x000464, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_2) == 0x000465, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_2) == 0x000468, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_77) == 0x000508, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_4) == 0x000510, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_5) == 0x000518, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_2) == 0x000520, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_4) == 0x000528, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_5) == 0x000530, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_6) == 0x000538, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_7) == 0x000540, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_6) == 0x000548, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_7) == 0x000550, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_2) == 0x000558, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_2) == 0x000560, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_2) == 0x000600, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_8) == 0x000608, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_8) == 0x000610, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_37) == 0x000618, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_2) == 0x000620, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_2) == 0x000628, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_2) == 0x000630, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_3) == 0x000631, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_3) == 0x000632, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_3) == 0x000633, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_3) == 0x000634, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_3) == 0x000638, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_6) == 0x0006D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_7) == 0x0006E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_3) == 0x0006E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_6) == 0x0006F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_7) == 0x0006F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_9) == 0x000700, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_10) == 0x000708, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_9) == 0x000710, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_10) == 0x000718, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_36) == 0x000720, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_3) == 0x000728, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_3) == 0x000730, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_3) == 0x0007D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_11) == 0x0007D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_11) == 0x0007E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_39) == 0x0007E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_3) == 0x0007F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_3) == 0x0007F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_3) == 0x000800, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_4) == 0x000801, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_4) == 0x000802, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_4) == 0x000803, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_4) == 0x000804, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_4) == 0x000808, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_8) == 0x0008A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_9) == 0x0008B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_37) == 0x0008B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_4) == 0x0008B9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_8) == 0x0008C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_9) == 0x0008C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_12) == 0x0008D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_13) == 0x0008D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_12) == 0x0008E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_13) == 0x0008E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_38) == 0x0008F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_39) == 0x0008F1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_40) == 0x0008F2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_78) == 0x0008F3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_4) == 0x0008F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_4) == 0x000900, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_4) == 0x0009A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_14) == 0x0009A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_14) == 0x0009B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_5) == 0x0009B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_4) == 0x0009C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_5) == 0x0009C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_4) == 0x0009D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_4) == 0x0009D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_5) == 0x0009D9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_5) == 0x0009E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_5) == 0x000A80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_10) == 0x000A88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_11) == 0x000A90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_40) == 0x000A98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_5) == 0x000A99, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_10) == 0x000AA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_11) == 0x000AA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_15) == 0x000AB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_16) == 0x000AB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_15) == 0x000AC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_16) == 0x000AC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_79) == 0x000AD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_5) == 0x000AD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_5) == 0x000AE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_5) == 0x000B80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_17) == 0x000B88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_17) == 0x000B90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_41) == 0x000B98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_5) == 0x000BA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_5) == 0x000BA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_5) == 0x000BB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_6) == 0x000BB1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_6) == 0x000BB2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_6) == 0x000BB3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_6) == 0x000BB4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_6) == 0x000BB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_80) == 0x000C58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_12) == 0x000C60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_13) == 0x000C68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_6) == 0x000C70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_12) == 0x000C78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_13) == 0x000C80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_18) == 0x000C88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_19) == 0x000C90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_18) == 0x000C98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_19) == 0x000CA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_38) == 0x000CA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_6) == 0x000CB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_6) == 0x000CB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_6) == 0x000D58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_20) == 0x000D60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_20) == 0x000D68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_81) == 0x000D70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_6) == 0x000D78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_6) == 0x000D80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_6) == 0x000D88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_7) == 0x000D89, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_7) == 0x000D8A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_7) == 0x000D8B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_7) == 0x000D8C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_7) == 0x000D90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_42) == 0x000E30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_14) == 0x000E38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_15) == 0x000E40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_7) == 0x000E48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_14) == 0x000E50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_15) == 0x000E58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_21) == 0x000E60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_22) == 0x000E68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_21) == 0x000E70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_22) == 0x000E78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_41) == 0x000E80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_43) == 0x000E81, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_82) == 0x000E82, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_7) == 0x000E88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_7) == 0x000E90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_7) == 0x000F30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_23) == 0x000F38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_23) == 0x000F40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_39) == 0x000F48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_7) == 0x000F50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_7) == 0x000F58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_7) == 0x000F60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_8) == 0x000F61, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_8) == 0x000F62, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_8) == 0x000F63, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_8) == 0x000F64, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_8) == 0x000F68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_16) == 0x001008, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_17) == 0x001010, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_8) == 0x001018, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_16) == 0x001020, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_17) == 0x001028, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_24) == 0x001030, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_25) == 0x001038, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_24) == 0x001040, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_25) == 0x001048, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_83) == 0x001050, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_8) == 0x001058, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_8) == 0x001060, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_8) == 0x001100, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_26) == 0x001108, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_26) == 0x001110, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_9) == 0x001118, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_8) == 0x001120, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_9) == 0x001128, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_8) == 0x001130, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_8) == 0x001138, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_9) == 0x001139, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_9) == 0x001140, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_9) == 0x0011E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_40) == 0x0011E1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_18) == 0x0011E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_19) == 0x0011F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_9) == 0x0011F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_18) == 0x001200, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_19) == 0x001208, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_27) == 0x001210, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_28) == 0x001218, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_27) == 0x001220, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_28) == 0x001228, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_41) == 0x001230, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_9) == 0x001238, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_9) == 0x001240, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_29) == 0x001248, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_29) == 0x001250, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_9) == 0x001258, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_9) == 0x0012F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_9) == 0x001300, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_9) == 0x001308, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_44) == 0x001309, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_10) == 0x00130A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_10) == 0x00130B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_10) == 0x00130C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_10) == 0x00130D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_10) == 0x001310, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_42) == 0x0013B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_20) == 0x0013B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_21) == 0x0013C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_10) == 0x0013C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_20) == 0x0013D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_21) == 0x0013D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_30) == 0x0013E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_31) == 0x0013E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_30) == 0x0013F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_31) == 0x0013F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_43) == 0x001400, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_45) == 0x001401, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_84) == 0x001402, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_10) == 0x001408, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_10) == 0x001410, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_10) == 0x001418, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_32) == 0x0014B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_32) == 0x0014C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_85) == 0x0014C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_10) == 0x0014D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_10) == 0x0014D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_10) == 0x0014E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_11) == 0x0014E1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_11) == 0x0014E2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_11) == 0x0014E3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_11) == 0x0014E4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_11) == 0x0014E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_46) == 0x001588, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_22) == 0x001590, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_23) == 0x001598, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_86) == 0x0015A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_11) == 0x0015A1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_22) == 0x0015A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_23) == 0x0015B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_33) == 0x0015B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_34) == 0x0015C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_33) == 0x0015C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_34) == 0x0015D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_87) == 0x0015D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_11) == 0x0015E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_11) == 0x0015E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_11) == 0x001688, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_35) == 0x001690, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_35) == 0x001698, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_12) == 0x0016A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_11) == 0x0016A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_12) == 0x0016B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_11) == 0x0016B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_11) == 0x0016C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_12) == 0x0016C1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_12) == 0x0016C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_12) == 0x001768, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_24) == 0x001770, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_25) == 0x001778, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_12) == 0x001780, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_24) == 0x001788, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_25) == 0x001790, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_36) == 0x001798, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_37) == 0x0017A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_36) == 0x0017A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_37) == 0x0017B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_42) == 0x0017B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_12) == 0x0017C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_12) == 0x0017C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_12) == 0x001868, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_38) == 0x001870, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_38) == 0x001878, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_43) == 0x001880, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_12) == 0x001888, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_12) == 0x001890, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_12) == 0x001898, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_47) == 0x001899, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_13) == 0x00189A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_13) == 0x00189B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_13) == 0x00189C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_13) == 0x00189D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_13) == 0x0018A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_44) == 0x001940, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_26) == 0x001948, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_27) == 0x001950, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_13) == 0x001958, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_26) == 0x001960, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_27) == 0x001968, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_39) == 0x001970, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_40) == 0x001978, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_39) == 0x001980, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_40) == 0x001988, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_44) == 0x001990, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_48) == 0x001991, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_13) == 0x001998, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_13) == 0x0019A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_13) == 0x0019A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_41) == 0x001A48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_41) == 0x001A50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_88) == 0x001A58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_13) == 0x001A60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_13) == 0x001A68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_13) == 0x001A70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_14) == 0x001A71, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_14) == 0x001A72, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_14) == 0x001A73, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_14) == 0x001A74, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_14) == 0x001A78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_45) == 0x001B18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_28) == 0x001B20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_29) == 0x001B28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_14) == 0x001B30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_28) == 0x001B38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_29) == 0x001B40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_42) == 0x001B48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_43) == 0x001B50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_42) == 0x001B58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_43) == 0x001B60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_89) == 0x001B68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_14) == 0x001B70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_14) == 0x001B78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_14) == 0x001C18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_44) == 0x001C20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_44) == 0x001C28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_15) == 0x001C30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_14) == 0x001C38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_15) == 0x001C40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_14) == 0x001C48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_14) == 0x001C50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_15) == 0x001C51, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_15) == 0x001C58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_15) == 0x001CF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_45) == 0x001CF9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_49) == 0x001CFA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_30) == 0x001D00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_31) == 0x001D08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_90) == 0x001D10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_15) == 0x001D11, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_30) == 0x001D18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_31) == 0x001D20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_45) == 0x001D28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_46) == 0x001D30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_45) == 0x001D38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_46) == 0x001D40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_15) == 0x001D48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_15) == 0x001D50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_15) == 0x001DF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_47) == 0x001DF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_47) == 0x001E00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_16) == 0x001E08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_15) == 0x001E10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_16) == 0x001E18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_15) == 0x001E20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_15) == 0x001E28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_16) == 0x001E29, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_16) == 0x001E30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_16) == 0x001ED0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_91) == 0x001ED1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_32) == 0x001ED8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_33) == 0x001EE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_16) == 0x001EE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_32) == 0x001EF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_33) == 0x001EF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_48) == 0x001F00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_49) == 0x001F08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_48) == 0x001F10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_49) == 0x001F18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_46) == 0x001F20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_46) == 0x001F21, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_50) == 0x001F22, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_16) == 0x001F28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_16) == 0x001F30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_16) == 0x001F38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_50) == 0x001FD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_50) == 0x001FE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_51) == 0x001FE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_16) == 0x001FF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_16) == 0x001FF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_16) == 0x002000, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_17) == 0x002001, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_17) == 0x002002, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_17) == 0x002003, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_17) == 0x002004, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_17) == 0x002008, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_34) == 0x0020A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_35) == 0x0020B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_17) == 0x0020B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_34) == 0x0020C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_35) == 0x0020C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_51) == 0x0020D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_52) == 0x0020D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_51) == 0x0020E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_52) == 0x0020E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_92) == 0x0020F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_93) == 0x0020F1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_17) == 0x0020F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_17) == 0x002100, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_17) == 0x0021A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_53) == 0x0021A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_53) == 0x0021B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_94) == 0x0021B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_17) == 0x0021C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_17) == 0x0021C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_17) == 0x0021D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_18) == 0x0021D1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_18) == 0x0021D2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_18) == 0x0021D3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_18) == 0x0021D4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_18) == 0x0021D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_36) == 0x002278, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_37) == 0x002280, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_18) == 0x002288, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_36) == 0x002290, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_37) == 0x002298, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_54) == 0x0022A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_55) == 0x0022A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_54) == 0x0022B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_55) == 0x0022B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_52) == 0x0022C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_18) == 0x0022C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_18) == 0x0022D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_18) == 0x002370, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_56) == 0x002378, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_56) == 0x002380, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_53) == 0x002388, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_18) == 0x002390, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_47) == 0x002398, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_18) == 0x0023A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_18) == 0x0023A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_19) == 0x0023A9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_19) == 0x0023AA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_19) == 0x0023AB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_19) == 0x0023AC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_19) == 0x0023B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_38) == 0x002450, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_39) == 0x002458, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_19) == 0x002460, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_38) == 0x002468, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_39) == 0x002470, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_57) == 0x002478, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_58) == 0x002480, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_57) == 0x002488, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_58) == 0x002490, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_48) == 0x002498, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_47) == 0x002499, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_19) == 0x0024A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_19) == 0x0024A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_59) == 0x0024B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_59) == 0x0024B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_19) == 0x0024C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_19) == 0x002560, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_19) == 0x002568, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_19) == 0x002570, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_48) == 0x002571, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_20) == 0x002572, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_20) == 0x002573, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_20) == 0x002574, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_20) == 0x002575, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_20) == 0x002578, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_95) == 0x002618, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_40) == 0x002620, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_41) == 0x002628, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_20) == 0x002630, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_40) == 0x002638, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_41) == 0x002640, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_60) == 0x002648, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_61) == 0x002650, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_60) == 0x002658, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_61) == 0x002660, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_96) == 0x002668, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_54) == 0x002669, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_97) == 0x00266A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_20) == 0x002670, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_20) == 0x002678, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_20) == 0x002680, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_62) == 0x002720, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_62) == 0x002728, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_55) == 0x002730, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_20) == 0x002738, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_20) == 0x002740, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_20) == 0x002748, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_21) == 0x002749, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_21) == 0x00274A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_21) == 0x00274B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_21) == 0x00274C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_21) == 0x002750, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_98) == 0x0027F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_42) == 0x0027F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_43) == 0x002800, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_21) == 0x002808, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_42) == 0x002810, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_43) == 0x002818, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_63) == 0x002820, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_64) == 0x002828, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_63) == 0x002830, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_64) == 0x002838, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_99) == 0x002840, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_21) == 0x002848, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_21) == 0x002850, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_21) == 0x0028F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_65) == 0x0028F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_65) == 0x002900, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_56) == 0x002908, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_21) == 0x002910, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_21) == 0x002918, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_21) == 0x002920, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_22) == 0x002921, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_22) == 0x002922, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_22) == 0x002923, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_22) == 0x002924, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_22) == 0x002928, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_44) == 0x0029C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_45) == 0x0029D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_22) == 0x0029D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_44) == 0x0029E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_45) == 0x0029E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_66) == 0x0029F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_67) == 0x0029F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_66) == 0x002A00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_67) == 0x002A08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_49) == 0x002A10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_22) == 0x002A18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_22) == 0x002A20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_22) == 0x002AC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_68) == 0x002AC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_68) == 0x002AD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_49) == 0x002AD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_22) == 0x002AE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_22) == 0x002AE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_22) == 0x002AF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_23) == 0x002AF1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_23) == 0x002AF2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_23) == 0x002AF3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_23) == 0x002AF4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_23) == 0x002AF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_46) == 0x002B98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_47) == 0x002BA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_50) == 0x002BA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_23) == 0x002BA9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_46) == 0x002BB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_47) == 0x002BB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_69) == 0x002BC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_70) == 0x002BC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_69) == 0x002BD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_70) == 0x002BD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_57) == 0x002BE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_100) == 0x002BE1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_50) == 0x002BE2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_23) == 0x002BE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_23) == 0x002BF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_23) == 0x002C90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_71) == 0x002C98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_71) == 0x002CA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_101) == 0x002CA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_23) == 0x002CB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_23) == 0x002CB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_23) == 0x002CC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_24) == 0x002CC1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_24) == 0x002CC2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_24) == 0x002CC3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_24) == 0x002CC4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_24) == 0x002CC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_48) == 0x002D68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_49) == 0x002D70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_51) == 0x002D78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_24) == 0x002D79, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_48) == 0x002D80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_49) == 0x002D88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_72) == 0x002D90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_73) == 0x002D98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_72) == 0x002DA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_73) == 0x002DA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_24) == 0x002DB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_24) == 0x002DB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_24) == 0x002E58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_74) == 0x002E60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_74) == 0x002E68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_58) == 0x002E70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_24) == 0x002E78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_24) == 0x002E80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_24) == 0x002E88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_25) == 0x002E89, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_25) == 0x002E8A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_25) == 0x002E8B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_25) == 0x002E8C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_25) == 0x002E90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_102) == 0x002F30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_50) == 0x002F38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_51) == 0x002F40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_25) == 0x002F48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_50) == 0x002F50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_51) == 0x002F58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_75) == 0x002F60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_76) == 0x002F68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_75) == 0x002F70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_76) == 0x002F78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_51) == 0x002F80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_25) == 0x002F88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_25) == 0x002F90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_25) == 0x003030, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_77) == 0x003038, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_77) == 0x003040, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_59) == 0x003048, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_25) == 0x003050, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_103) == 0x003058, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_25) == 0x003060, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_25) == 0x003068, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_25' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_26) == 0x003069, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_26) == 0x00306A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_26) == 0x00306B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_26) == 0x00306C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_26) == 0x003070, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_52) == 0x003110, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_53) == 0x003118, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_26) == 0x003120, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_52) == 0x003128, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_53) == 0x003130, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_78) == 0x003138, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_79) == 0x003140, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_78) == 0x003148, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_79) == 0x003150, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_52) == 0x003158, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_60) == 0x003159, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_104) == 0x00315A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_26) == 0x003160, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_26) == 0x003168, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_26) == 0x003208, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_80) == 0x003210, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_80) == 0x003218, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_27) == 0x003220, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_26) == 0x003228, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_27) == 0x003230, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_26) == 0x003238, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_26) == 0x003240, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_26' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_27) == 0x003241, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_27) == 0x003248, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_27) == 0x0032E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_54) == 0x0032F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_55) == 0x0032F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_27) == 0x003300, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_54) == 0x003308, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_55) == 0x003310, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_81) == 0x003318, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_82) == 0x003320, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_81) == 0x003328, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_82) == 0x003330, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_105) == 0x003338, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_52) == 0x003339, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_27) == 0x003340, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_27) == 0x003348, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_27) == 0x0033E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_83) == 0x0033F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_83) == 0x0033F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_61) == 0x003400, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_27) == 0x003408, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_27) == 0x003410, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_27) == 0x003418, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_27' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_28) == 0x003419, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_28) == 0x00341A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_28) == 0x00341B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_28) == 0x00341C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_28) == 0x003420, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_53) == 0x0034C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_56) == 0x0034C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_57) == 0x0034D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_28) == 0x0034D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_56) == 0x0034E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_57) == 0x0034E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_84) == 0x0034F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_85) == 0x0034F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_84) == 0x003500, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_85) == 0x003508, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_54) == 0x003510, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_28) == 0x003518, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_28) == 0x003520, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_28) == 0x0035C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_86) == 0x0035C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_86) == 0x0035D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_29) == 0x0035D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_28) == 0x0035E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_29) == 0x0035E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_28) == 0x0035F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_28) == 0x0035F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_28' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_29) == 0x0035F9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_29) == 0x003600, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_29) == 0x0036A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_53) == 0x0036A1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_58) == 0x0036A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_59) == 0x0036B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_29) == 0x0036B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_58) == 0x0036C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_59) == 0x0036C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_87) == 0x0036D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_88) == 0x0036D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_87) == 0x0036E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_88) == 0x0036E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_54) == 0x0036F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_62) == 0x0036F1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_106) == 0x0036F2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_29) == 0x0036F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_29) == 0x003700, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_29) == 0x0037A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_89) == 0x0037A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_89) == 0x0037B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_63) == 0x0037B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_29) == 0x0037C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_107) == 0x0037C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_29) == 0x0037D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_29) == 0x0037D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_29' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_30) == 0x0037D9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_30) == 0x0037DA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_30) == 0x0037DB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_30) == 0x0037DC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_30) == 0x0037E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_60) == 0x003880, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_61) == 0x003888, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_108) == 0x003890, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_30) == 0x003891, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_60) == 0x003898, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_61) == 0x0038A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_90) == 0x0038A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_91) == 0x0038B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_90) == 0x0038B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_91) == 0x0038C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_109) == 0x0038C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_30) == 0x0038D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_30) == 0x0038D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_30) == 0x003978, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_92) == 0x003980, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_92) == 0x003988, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_31) == 0x003990, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_30) == 0x003998, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_31) == 0x0039A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_30) == 0x0039A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_30) == 0x0039B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_30' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_31) == 0x0039B1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_31) == 0x0039B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_31) == 0x003A58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_64) == 0x003A59, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_62) == 0x003A60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_63) == 0x003A68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_31) == 0x003A70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_62) == 0x003A78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_63) == 0x003A80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_93) == 0x003A88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_94) == 0x003A90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_93) == 0x003A98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_94) == 0x003AA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_55) == 0x003AA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_31) == 0x003AB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_31) == 0x003AB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_95) == 0x003AC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_95) == 0x003AC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_31) == 0x003AD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_31) == 0x003B70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_31) == 0x003B78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_31) == 0x003B80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_31' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_32) == 0x003B81, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_32) == 0x003B82, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_32) == 0x003B83, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_32) == 0x003B84, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_32) == 0x003B88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_55) == 0x003C28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_64) == 0x003C30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_65) == 0x003C38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_32) == 0x003C40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_64) == 0x003C48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_65) == 0x003C50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_96) == 0x003C58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_97) == 0x003C60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_96) == 0x003C68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_97) == 0x003C70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_56) == 0x003C78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_65) == 0x003C79, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_110) == 0x003C7A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_32) == 0x003C80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_32) == 0x003C88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_32) == 0x003C90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_98) == 0x003D30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_98) == 0x003D38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_32) == 0x003D40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_33) == 0x003D48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_32) == 0x003D50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_32) == 0x003D58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_32' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_33) == 0x003D59, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_33) == 0x003D5A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_33) == 0x003D5B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_33) == 0x003D60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_56) == 0x003E00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_66) == 0x003E08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_67) == 0x003E10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_33) == 0x003E18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_66) == 0x003E20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_67) == 0x003E28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_99) == 0x003E30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_100) == 0x003E38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_99) == 0x003E40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_100) == 0x003E48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_111) == 0x003E50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_66) == 0x003E51, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_33) == 0x003E58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_33) == 0x003E60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_33) == 0x003E68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_101) == 0x003F08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_101) == 0x003F10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_67) == 0x003F18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_33) == 0x003F20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_33) == 0x003F28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_33) == 0x003F30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_33' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_34) == 0x003F31, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_34) == 0x003F32, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_34) == 0x003F33, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_34) == 0x003F34, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_34) == 0x003F38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_57) == 0x003FD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_68) == 0x003FE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_69) == 0x003FE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_112) == 0x003FF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_34) == 0x003FF1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_68) == 0x003FF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_69) == 0x004000, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_102) == 0x004008, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_103) == 0x004010, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_102) == 0x004018, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_103) == 0x004020, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_34) == 0x004028, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_34) == 0x004030, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_34) == 0x0040D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_104) == 0x0040D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_104) == 0x0040E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_57) == 0x0040E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_34) == 0x0040F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_34) == 0x0040F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_34) == 0x004100, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_34' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_35) == 0x004101, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_35) == 0x004102, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_35) == 0x004103, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_35) == 0x004104, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_35) == 0x004108, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_68) == 0x0041A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_113) == 0x0041A9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_70) == 0x0041B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_71) == 0x0041B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_35) == 0x0041C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_70) == 0x0041C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_71) == 0x0041D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_105) == 0x0041D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_106) == 0x0041E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_105) == 0x0041E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_106) == 0x0041F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_58) == 0x0041F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_35) == 0x004200, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_35) == 0x004208, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_35) == 0x0042A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_107) == 0x0042B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_107) == 0x0042B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_114) == 0x0042C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_35) == 0x0042C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_35) == 0x0042D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_35) == 0x0042D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_35' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_36) == 0x0042D9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_36) == 0x0042DA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_36) == 0x0042DB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_36) == 0x0042DC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_36) == 0x0042E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_72) == 0x004380, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_73) == 0x004388, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_36) == 0x004390, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_72) == 0x004398, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_73) == 0x0043A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_108) == 0x0043A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_109) == 0x0043B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_108) == 0x0043B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_109) == 0x0043C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_69) == 0x0043C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_115) == 0x0043C9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_36) == 0x0043D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_36) == 0x0043D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_36) == 0x004478, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_110) == 0x004480, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_110) == 0x004488, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_70) == 0x004490, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_36) == 0x004498, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_58) == 0x0044A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_36) == 0x0044A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_36) == 0x0044B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_36' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_37) == 0x0044B1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_37) == 0x0044B2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_37) == 0x0044B3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_37) == 0x0044B4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_37) == 0x0044B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_74) == 0x004558, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_75) == 0x004560, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_37) == 0x004568, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_74) == 0x004570, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_75) == 0x004578, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_111) == 0x004580, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_112) == 0x004588, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_111) == 0x004590, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_112) == 0x004598, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_37) == 0x0045A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_37) == 0x0045A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_37) == 0x004648, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_113) == 0x004650, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_113) == 0x004658, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_59) == 0x004660, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_37) == 0x004668, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_37) == 0x004670, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_37) == 0x004678, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_37' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_38) == 0x004679, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_38) == 0x00467A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_38) == 0x00467B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_38) == 0x00467C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_38) == 0x004680, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_76) == 0x004720, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_77) == 0x004728, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_38) == 0x004730, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_76) == 0x004738, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_77) == 0x004740, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_114) == 0x004748, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_115) == 0x004750, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_114) == 0x004758, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_115) == 0x004760, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_60) == 0x004768, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_59) == 0x004769, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_116) == 0x00476A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_38) == 0x004770, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_38) == 0x004778, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_38) == 0x004780, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_116) == 0x004820, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_116) == 0x004828, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Variable) == 0x004830, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_38) == 0x004838, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_60) == 0x004840, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_38) == 0x004848, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_38) == 0x004850, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_38' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_39) == 0x004851, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_39) == 0x004852, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_39) == 0x004853, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_39) == 0x004854, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_39) == 0x004858, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_71) == 0x0048F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_117) == 0x0048F9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_78) == 0x004900, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_79) == 0x004908, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_39) == 0x004910, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_78) == 0x004918, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_79) == 0x004920, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_117) == 0x004928, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_118) == 0x004930, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_117) == 0x004938, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_118) == 0x004940, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_118) == 0x004948, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_119) == 0x004949, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_39) == 0x004950, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_39) == 0x004958, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_39) == 0x0049F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_119) == 0x004A00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_119) == 0x004A08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_40) == 0x004A10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_39) == 0x004A18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_40) == 0x004A20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_39) == 0x004A28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_39) == 0x004A30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_39' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_40) == 0x004A31, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_40) == 0x004A38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_40) == 0x004AD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_120) == 0x004AD9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_80) == 0x004AE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_81) == 0x004AE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_72) == 0x004AF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_40) == 0x004AF1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_80) == 0x004AF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_81) == 0x004B00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_120) == 0x004B08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_121) == 0x004B10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_120) == 0x004B18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_121) == 0x004B20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_121) == 0x004B28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_40) == 0x004B30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_40) == 0x004B38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_40) == 0x004BD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_122) == 0x004BE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_122) == 0x004BE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_41) == 0x004BF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_40) == 0x004BF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_41) == 0x004C00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_40) == 0x004C08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_40) == 0x004C10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_40' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_41) == 0x004C11, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_41) == 0x004C18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_41) == 0x004CB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_82) == 0x004CC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_83) == 0x004CC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_41) == 0x004CD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_82) == 0x004CD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_83) == 0x004CE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_123) == 0x004CE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_124) == 0x004CF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_123) == 0x004CF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_124) == 0x004D00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_61) == 0x004D08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_61) == 0x004D09, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_41) == 0x004D10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_41) == 0x004D18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_125) == 0x004D20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_125) == 0x004D28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_41) == 0x004D30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_41) == 0x004DD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_41) == 0x004DD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_41) == 0x004DE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_41' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_122) == 0x004DE1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_73) == 0x004DE2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_42) == 0x004DE3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_42) == 0x004DE4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_42) == 0x004DE5, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_42) == 0x004DE6, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_42) == 0x004DE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_84) == 0x004E88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_85) == 0x004E90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_62) == 0x004E98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_42) == 0x004E99, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_84) == 0x004EA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_85) == 0x004EA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_126) == 0x004EB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_127) == 0x004EB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_126) == 0x004EC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_127) == 0x004EC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_123) == 0x004ED0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Variable_1) == 0x004ED1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_124) == 0x004ED2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_42) == 0x004ED8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_42) == 0x004EE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_42) == 0x004EE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_128) == 0x004F88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_128) == 0x004F90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_42) == 0x004F98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_43) == 0x004FA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_42) == 0x004FA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_42) == 0x004FB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_42' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_43) == 0x004FB1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_43) == 0x004FB2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_43) == 0x004FB3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_43) == 0x004FB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_86) == 0x005058, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_87) == 0x005060, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_62) == 0x005068, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_43) == 0x005069, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_86) == 0x005070, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_87) == 0x005078, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_129) == 0x005080, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_130) == 0x005088, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_129) == 0x005090, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_130) == 0x005098, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_63) == 0x0050A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Variable_2) == 0x0050A1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_43) == 0x0050A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_43) == 0x0050B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_43) == 0x005150, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_131) == 0x005158, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_131) == 0x005160, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_74) == 0x005168, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_43) == 0x005170, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_43) == 0x005178, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_43) == 0x005180, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_43' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_44) == 0x005181, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_44) == 0x005182, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_44) == 0x005183, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_44) == 0x005184, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_44) == 0x005188, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_125) == 0x005228, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_88) == 0x005230, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_89) == 0x005238, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_44) == 0x005240, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_88) == 0x005248, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_89) == 0x005250, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_132) == 0x005258, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_133) == 0x005260, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_132) == 0x005268, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_133) == 0x005270, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_63) == 0x005278, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_44) == 0x005280, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_44) == 0x005288, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_44) == 0x005328, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_134) == 0x005330, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_134) == 0x005338, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_64) == 0x005340, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_44) == 0x005348, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_44) == 0x005350, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_44) == 0x005358, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_44' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_126) == 0x005359, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_45) == 0x00535A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_45) == 0x00535B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_45) == 0x00535C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_45) == 0x00535D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_45) == 0x005360, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_75) == 0x005400, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_90) == 0x005408, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_91) == 0x005410, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_45) == 0x005418, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_90) == 0x005420, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_91) == 0x005428, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_135) == 0x005430, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_135' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_136) == 0x005438, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_136' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_135) == 0x005440, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_135' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_136) == 0x005448, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_136' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Variable_3) == 0x005450, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_127) == 0x005451, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_45) == 0x005458, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_45) == 0x005460, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_45) == 0x005500, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_137) == 0x005508, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_137' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_137) == 0x005510, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_137' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_128) == 0x005518, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_45) == 0x005520, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_45) == 0x005528, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_45) == 0x005530, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_45' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_46) == 0x005531, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_46) == 0x005532, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_46) == 0x005533, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_46) == 0x005534, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_46) == 0x005538, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_129) == 0x0055D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_92) == 0x0055E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_93) == 0x0055E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_46) == 0x0055F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_92) == 0x0055F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_93) == 0x005600, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_138) == 0x005608, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_138' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_139) == 0x005610, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_139' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_138) == 0x005618, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_138' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_139) == 0x005620, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_139' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_46) == 0x005628, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_46) == 0x005630, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_46) == 0x0056D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_140) == 0x0056D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_140' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_140) == 0x0056E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_140' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_130) == 0x0056E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_46) == 0x0056F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_46) == 0x0056F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_46) == 0x005700, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_46' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_47) == 0x005701, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_47) == 0x005702, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_47) == 0x005703, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_47) == 0x005704, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_47) == 0x005708, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_64) == 0x0057A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_94) == 0x0057B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_95) == 0x0057B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_47) == 0x0057C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_94) == 0x0057C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_95) == 0x0057D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_141) == 0x0057D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_141' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_142) == 0x0057E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_142' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_141) == 0x0057E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_141' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_142) == 0x0057F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_142' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_65) == 0x0057F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_47) == 0x005800, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_47) == 0x005808, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_47) == 0x0058A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_143) == 0x0058B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_143' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_143) == 0x0058B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_143' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_76) == 0x0058C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_47) == 0x0058C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_47) == 0x0058D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_47) == 0x0058D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_47' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_48) == 0x0058D9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_48) == 0x0058DA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_48) == 0x0058DB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_48) == 0x0058DC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_48) == 0x0058E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_65) == 0x005980, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_96) == 0x005988, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_97) == 0x005990, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_48) == 0x005998, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_96) == 0x0059A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_97) == 0x0059A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_144) == 0x0059B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_144' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_145) == 0x0059B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_145' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_144) == 0x0059C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_144' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_145) == 0x0059C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_145' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_66) == 0x0059D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_66) == 0x0059D1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_131) == 0x0059D2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_48) == 0x0059D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_48) == 0x0059E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_48) == 0x005A80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_146) == 0x005A88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_146' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_146) == 0x005A90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_146' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_132) == 0x005A98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_48) == 0x005AA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_48) == 0x005AA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_48) == 0x005AB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_48' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_49) == 0x005AB1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_49) == 0x005AB2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_49) == 0x005AB3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_49) == 0x005AB4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_49) == 0x005AB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_77) == 0x005B58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_98) == 0x005B60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_99) == 0x005B68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_133) == 0x005B70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_49) == 0x005B71, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_98) == 0x005B78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_99) == 0x005B80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_147) == 0x005B88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_147' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_148) == 0x005B90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_148' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_147) == 0x005B98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_147' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_148) == 0x005BA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_148' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_134) == 0x005BA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_135) == 0x005BA9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_135' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_49) == 0x005BB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_49) == 0x005BB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_49) == 0x005C58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_149) == 0x005C60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_149' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_149) == 0x005C68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_149' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_49) == 0x005C70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_50) == 0x005C78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_49) == 0x005C80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_49) == 0x005C88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_49' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_50) == 0x005C89, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_50) == 0x005C8A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_50) == 0x005C8B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_50) == 0x005C90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_100) == 0x005D30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_101) == 0x005D38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_50) == 0x005D40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_100) == 0x005D48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_101) == 0x005D50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_150) == 0x005D58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_150' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_151) == 0x005D60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_151' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_150) == 0x005D68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_150' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_151) == 0x005D70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_151' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_67) == 0x005D78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_50) == 0x005D80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_50) == 0x005D88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_50) == 0x005E28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_152) == 0x005E30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_152' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_152) == 0x005E38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_152' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_78) == 0x005E40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_50) == 0x005E48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_50) == 0x005E50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_50) == 0x005E58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_50' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_51) == 0x005E59, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_51) == 0x005E5A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_51) == 0x005E5B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_51) == 0x005E5C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_51) == 0x005E60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_102) == 0x005F00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_103) == 0x005F08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_51) == 0x005F10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_102) == 0x005F18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_103) == 0x005F20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_153) == 0x005F28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_153' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_154) == 0x005F30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_154' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_153) == 0x005F38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_153' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_154) == 0x005F40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_154' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_67) == 0x005F48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_136) == 0x005F49, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_136' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_51) == 0x005F50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_51) == 0x005F58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_51) == 0x005FF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_155) == 0x006000, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_155' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_155) == 0x006008, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_155' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_137) == 0x006010, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_137' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_51) == 0x006018, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_51) == 0x006020, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_51) == 0x006028, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_51' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_52) == 0x006029, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_52) == 0x00602A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_52) == 0x00602B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_52) == 0x00602C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_52) == 0x006030, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_68) == 0x0060D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_104) == 0x0060D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_105) == 0x0060E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_52) == 0x0060E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_104) == 0x0060F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_105) == 0x0060F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_156) == 0x006100, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_156' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_157) == 0x006108, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_157' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_156) == 0x006110, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_156' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_157) == 0x006118, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_157' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_68) == 0x006120, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_138) == 0x006121, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_138' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_52) == 0x006128, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_52) == 0x006130, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_52) == 0x0061D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_158) == 0x0061D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_158' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_158) == 0x0061E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_158' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_53) == 0x0061E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_52) == 0x0061F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_53) == 0x0061F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_52) == 0x006200, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_52) == 0x006208, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_52' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_53) == 0x006209, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_53) == 0x006210, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_53) == 0x0062B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_69) == 0x0062B1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_79) == 0x0062B2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_106) == 0x0062B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_107) == 0x0062C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_139) == 0x0062C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_139' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_53) == 0x0062C9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_106) == 0x0062D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_107) == 0x0062D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_159) == 0x0062E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_159' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_160) == 0x0062E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_160' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_159) == 0x0062F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_159' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_160) == 0x0062F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_160' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_69) == 0x006300, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_53) == 0x006308, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_53) == 0x006310, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_161) == 0x006318, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_161' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_161) == 0x006320, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_161' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_53) == 0x006328, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_53) == 0x0063C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_53) == 0x0063D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_53) == 0x0063D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_53' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_54) == 0x0063D9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_54) == 0x0063DA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_54) == 0x0063DB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_54) == 0x0063DC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_54) == 0x0063E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_140) == 0x006480, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_140' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_108) == 0x006488, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_109) == 0x006490, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_54) == 0x006498, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_108) == 0x0064A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_109) == 0x0064A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_162) == 0x0064B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_162' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_163) == 0x0064B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_163' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_162) == 0x0064C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_162' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_163) == 0x0064C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_163' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_70) == 0x0064D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_141) == 0x0064D1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_141' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_54) == 0x0064D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_54) == 0x0064E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_54) == 0x0064E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_164) == 0x006588, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_164' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_164) == 0x006590, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_164' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_80) == 0x006598, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_54) == 0x0065A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_54) == 0x0065A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_54) == 0x0065B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_54' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_55) == 0x0065B1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_55) == 0x0065B2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_55) == 0x0065B3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_55) == 0x0065B4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_55) == 0x0065B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_110) == 0x006658, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_111) == 0x006660, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_55) == 0x006668, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_110) == 0x006670, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_111) == 0x006678, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_165) == 0x006680, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_165' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_166) == 0x006688, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_166' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_165) == 0x006690, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_165' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_166) == 0x006698, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_166' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_70) == 0x0066A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_142) == 0x0066A1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_142' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_55) == 0x0066A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_55) == 0x0066B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_55) == 0x006750, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_167) == 0x006758, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_167' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_167) == 0x006760, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_167' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_56) == 0x006768, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_55) == 0x006770, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_56) == 0x006778, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_55) == 0x006780, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_55) == 0x006788, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_55' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_56) == 0x006789, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_56) == 0x006790, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_56) == 0x006830, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_112) == 0x006838, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_113) == 0x006840, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_56) == 0x006848, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_112) == 0x006850, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_113) == 0x006858, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_168) == 0x006860, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_168' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_169) == 0x006868, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_169' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_168) == 0x006870, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_168' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_169) == 0x006878, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_169' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_143) == 0x006880, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_143' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_56) == 0x006888, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_56) == 0x006890, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_56) == 0x006930, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_170) == 0x006938, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_170' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_170) == 0x006940, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_170' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_71) == 0x006948, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_56) == 0x006950, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_56) == 0x006958, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_56) == 0x006960, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_56' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_81) == 0x006961, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_72) == 0x006962, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_57) == 0x006963, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_57) == 0x006964, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_57) == 0x006965, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_57) == 0x006966, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_57) == 0x006968, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_114) == 0x006A08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_115) == 0x006A10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_57) == 0x006A18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_114) == 0x006A20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_115) == 0x006A28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_171) == 0x006A30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_171' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_172) == 0x006A38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_172' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_171) == 0x006A40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_171' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_172) == 0x006A48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_172' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_71) == 0x006A50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_57) == 0x006A58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_57) == 0x006A60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_57) == 0x006B00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_173) == 0x006B08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_173' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_173) == 0x006B10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_173' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_144) == 0x006B18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_144' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_57) == 0x006B20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_72) == 0x006B28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_57) == 0x006B30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_57) == 0x006B38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_57' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_58) == 0x006B39, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_58) == 0x006B3A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_58) == 0x006B3B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_58) == 0x006B3C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_58) == 0x006B40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_145) == 0x006BE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_145' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_116) == 0x006BE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_117) == 0x006BF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_58) == 0x006BF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_116) == 0x006C00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_117) == 0x006C08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_174) == 0x006C10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_174' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_175) == 0x006C18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_175' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_174) == 0x006C20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_174' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_175) == 0x006C28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_175' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_146) == 0x006C30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_146' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_147) == 0x006C31, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_147' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_58) == 0x006C38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_58) == 0x006C40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_58) == 0x006CE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_176) == 0x006CE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_176' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_176) == 0x006CF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_176' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_82) == 0x006CF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_58) == 0x006D00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_58) == 0x006D08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_58) == 0x006D10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_58' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_59) == 0x006D11, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_59) == 0x006D12, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_59) == 0x006D13, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_59) == 0x006D14, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_59) == 0x006D18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_148) == 0x006DB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_148' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_118) == 0x006DC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_119) == 0x006DC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_59) == 0x006DD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_118) == 0x006DD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_119) == 0x006DE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_177) == 0x006DE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_177' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_178) == 0x006DF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_178' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_177) == 0x006DF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_177' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_178) == 0x006E00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_178' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_73) == 0x006E08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_59) == 0x006E10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_59) == 0x006E18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_59) == 0x006EB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_179) == 0x006EC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_179' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_179) == 0x006EC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_179' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_83) == 0x006ED0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_59) == 0x006ED8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_59) == 0x006EE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_59) == 0x006EE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_59' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_60) == 0x006EE9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_60) == 0x006EEA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_60) == 0x006EEB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_60) == 0x006EEC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_60) == 0x006EF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_120) == 0x006F90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_121) == 0x006F98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_60) == 0x006FA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_120) == 0x006FA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_121) == 0x006FB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_180) == 0x006FB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_180' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_181) == 0x006FC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_181' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_180) == 0x006FC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_180' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_181) == 0x006FD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_181' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_73) == 0x006FD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_74) == 0x006FD9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_60) == 0x006FE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_60) == 0x006FE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_60) == 0x007088, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_182) == 0x007090, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_182' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_182) == 0x007098, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_182' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_60) == 0x0070A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_61) == 0x0070A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_60) == 0x0070B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_60) == 0x0070B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_60' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_61) == 0x0070B9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_61) == 0x0070BA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_61) == 0x0070C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_61) == 0x007160, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_122) == 0x007168, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_123) == 0x007170, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_74) == 0x007178, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_61) == 0x007179, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_122) == 0x007180, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_123) == 0x007188, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_183) == 0x007190, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_183' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_184) == 0x007198, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_184' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_183) == 0x0071A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_183' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_184) == 0x0071A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_184' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_149) == 0x0071B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_149' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_150) == 0x0071B1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_150' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_151) == 0x0071B2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_151' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_61) == 0x0071B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_61) == 0x0071C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_61) == 0x007260, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_185) == 0x007268, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_185' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_185) == 0x007270, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_185' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_84) == 0x007278, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_61) == 0x007280, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_61) == 0x007288, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_61) == 0x007290, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_61' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_62) == 0x007291, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_62) == 0x007292, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_62) == 0x007293, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_62) == 0x007294, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_62) == 0x007298, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_124) == 0x007338, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_125) == 0x007340, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_75) == 0x007348, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_62) == 0x007349, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_124) == 0x007350, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_125) == 0x007358, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_186) == 0x007360, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_186' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_187) == 0x007368, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_187' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_186) == 0x007370, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_186' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_187) == 0x007378, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_187' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_152) == 0x007380, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_152' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_62) == 0x007388, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_62) == 0x007390, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_62) == 0x007430, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_188) == 0x007438, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_188' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_188) == 0x007440, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_188' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_63) == 0x007448, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_62) == 0x007450, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_63) == 0x007458, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_62) == 0x007460, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_62) == 0x007468, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_62' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_63) == 0x007469, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_63) == 0x007470, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_63) == 0x007510, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_153) == 0x007511, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_153' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_126) == 0x007518, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_127) == 0x007520, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_85) == 0x007528, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_63) == 0x007529, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_126) == 0x007530, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_127) == 0x007538, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_189) == 0x007540, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_189' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_190) == 0x007548, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_190' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_189) == 0x007550, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_189' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_190) == 0x007558, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_190' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_75) == 0x007560, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_76) == 0x007561, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_63) == 0x007568, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_63) == 0x007570, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_191) == 0x007578, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_191' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_191) == 0x007580, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_191' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_63) == 0x007588, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_63) == 0x007628, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_63) == 0x007630, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_63) == 0x007638, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_63' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_77) == 0x007639, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_154) == 0x00763A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_154' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Variable_4) == 0x00763B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Not_PreBool_ReturnValue) == 0x00763C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_64) == 0x00763D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_64) == 0x00763E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_64) == 0x00763F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_64) == 0x007640, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_64) == 0x007648, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_86) == 0x0076E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_128) == 0x0076F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_129) == 0x0076F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_64) == 0x007700, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_128) == 0x007708, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_129) == 0x007710, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_192) == 0x007718, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_192' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_193) == 0x007720, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_193' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_192) == 0x007728, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_192' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_193) == 0x007730, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_193' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_155) == 0x007738, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_155' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_156) == 0x007739, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_156' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_64) == 0x007740, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_64) == 0x007748, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_64) == 0x007750, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_194) == 0x0077F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_194' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_194) == 0x0077F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_194' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_64) == 0x007800, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_64) == 0x007808, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_64) == 0x007810, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_64' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_65) == 0x007811, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_65) == 0x007812, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_65) == 0x007813, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_65) == 0x007814, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_65) == 0x007818, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_157) == 0x0078B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_157' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_130) == 0x0078C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_131) == 0x0078C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_65) == 0x0078D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_130) == 0x0078D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_131) == 0x0078E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_195) == 0x0078E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_195' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_196) == 0x0078F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_196' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_195) == 0x0078F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_195' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_196) == 0x007900, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_196' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_158) == 0x007908, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_158' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_65) == 0x007910, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_65) == 0x007918, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_65) == 0x0079B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_197) == 0x0079C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_197' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_197) == 0x0079C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_197' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_65) == 0x0079D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_66) == 0x0079D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_65) == 0x0079E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_65) == 0x0079E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_65' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_66) == 0x0079E9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_66) == 0x0079EA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_66) == 0x0079F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_66) == 0x007A90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_76) == 0x007A91, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_132) == 0x007A98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_133) == 0x007AA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_66) == 0x007AA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_132) == 0x007AB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_133) == 0x007AB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_198) == 0x007AC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_198' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_199) == 0x007AC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_199' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_198) == 0x007AD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_198' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_199) == 0x007AD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_199' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_77) == 0x007AE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_66) == 0x007AE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_66) == 0x007AF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_66) == 0x007B90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_200) == 0x007B98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_200' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_200) == 0x007BA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_200' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_78) == 0x007BA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_66) == 0x007BB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_66) == 0x007BB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_66) == 0x007BC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_66' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_87) == 0x007BC1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_67) == 0x007BC2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_67) == 0x007BC3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_67) == 0x007BC4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_67) == 0x007BC5, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_67) == 0x007BC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_79) == 0x007C68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_134) == 0x007C70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_135) == 0x007C78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_135' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_159) == 0x007C80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_159' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_67) == 0x007C81, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_134) == 0x007C88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_135) == 0x007C90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_135' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_201) == 0x007C98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_201' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_202) == 0x007CA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_202' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_201) == 0x007CA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_201' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_202) == 0x007CB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_202' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_160) == 0x007CB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_160' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_78) == 0x007CB9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_80) == 0x007CBA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_67) == 0x007CC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_67) == 0x007CC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_203) == 0x007CD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_203' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_203) == 0x007CD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_203' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_67) == 0x007CE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_67) == 0x007D80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_67) == 0x007D88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_67) == 0x007D90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_67' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_161) == 0x007D91, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_161' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_68) == 0x007D92, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_68) == 0x007D93, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_68) == 0x007D94, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_68) == 0x007D95, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_68) == 0x007D98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_88) == 0x007E38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_162) == 0x007E39, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_162' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_136) == 0x007E40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_136' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_137) == 0x007E48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_137' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_68) == 0x007E50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_136) == 0x007E58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_136' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_137) == 0x007E60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_137' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_204) == 0x007E68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_204' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_205) == 0x007E70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_205' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_204) == 0x007E78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_204' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_205) == 0x007E80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_205' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_68) == 0x007E88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_68) == 0x007E90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_68) == 0x007F30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_206) == 0x007F38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_206' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_206) == 0x007F40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_206' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_69) == 0x007F48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_68) == 0x007F50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_69) == 0x007F58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_68) == 0x007F60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_68) == 0x007F68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_68' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_69) == 0x007F69, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_69) == 0x007F70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_69) == 0x008010, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_138) == 0x008018, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_138' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_139) == 0x008020, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_139' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_69) == 0x008028, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_138) == 0x008030, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_138' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_139) == 0x008038, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_139' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_207) == 0x008040, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_207' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_208) == 0x008048, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_208' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_207) == 0x008050, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_207' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_208) == 0x008058, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_208' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_79) == 0x008060, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_69) == 0x008068, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_69) == 0x008070, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_69) == 0x008110, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_209) == 0x008118, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_209' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_209) == 0x008120, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_209' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_89) == 0x008128, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_69) == 0x008130, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_69) == 0x008138, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_69) == 0x008140, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_69' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_70) == 0x008141, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_70) == 0x008142, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_70) == 0x008143, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_70) == 0x008144, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_70) == 0x008148, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_140) == 0x0081E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_140' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_141) == 0x0081F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_141' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_70) == 0x0081F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_140) == 0x008200, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_140' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_141) == 0x008208, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_141' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_210) == 0x008210, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_210' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_211) == 0x008218, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_211' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_210) == 0x008220, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_210' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_211) == 0x008228, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_211' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_81) == 0x008230, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_163) == 0x008231, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_163' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_70) == 0x008238, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_70) == 0x008240, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_70) == 0x0082E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_212) == 0x0082E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_212' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_212) == 0x0082F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_212' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_80) == 0x0082F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_70) == 0x008300, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_70) == 0x008308, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_70) == 0x008310, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_70' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_71) == 0x008311, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_71) == 0x008312, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_71) == 0x008313, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_71) == 0x008314, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_71) == 0x008318, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_142) == 0x0083B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_142' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_143) == 0x0083C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_143' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_71) == 0x0083C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_142) == 0x0083D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_142' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_143) == 0x0083D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_143' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_213) == 0x0083E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_213' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_214) == 0x0083E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_214' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_213) == 0x0083F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_213' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_214) == 0x0083F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_214' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_164) == 0x008400, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_164' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_81) == 0x008401, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_82) == 0x008402, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_71) == 0x008408, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_71) == 0x008410, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_71) == 0x0084B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_215) == 0x0084B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_215' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_215) == 0x0084C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_215' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_82) == 0x0084C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_71) == 0x0084D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_71) == 0x0084D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_71) == 0x0084E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_71' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_72) == 0x0084E1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_72) == 0x0084E2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_72) == 0x0084E3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_72) == 0x0084E4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_72) == 0x0084E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_90) == 0x008588, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_165) == 0x008589, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_165' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_144) == 0x008590, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_144' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_145) == 0x008598, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_145' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_72) == 0x0085A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_144) == 0x0085A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_144' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_145) == 0x0085B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_145' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_216) == 0x0085B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_216' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_217) == 0x0085C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_217' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_216) == 0x0085C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_216' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_217) == 0x0085D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_217' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_83) == 0x0085D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_72) == 0x0085E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_72) == 0x0085E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_72) == 0x008688, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_218) == 0x008690, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_218' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_218) == 0x008698, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_218' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_73) == 0x0086A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_72) == 0x0086A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_73) == 0x0086B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_72) == 0x0086B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_72) == 0x0086C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_72' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_73) == 0x0086C1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_73) == 0x0086C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_73) == 0x008768, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_166) == 0x008769, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_166' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_146) == 0x008770, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_146' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_147) == 0x008778, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_147' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_91) == 0x008780, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_73) == 0x008781, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_146) == 0x008788, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_146' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_147) == 0x008790, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_147' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_219) == 0x008798, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_219' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_220) == 0x0087A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_220' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_219) == 0x0087A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_219' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_220) == 0x0087B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_220' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_83) == 0x0087B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_167) == 0x0087B9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_167' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_73) == 0x0087C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_73) == 0x0087C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_73) == 0x008868, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_221) == 0x008870, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_221' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_221) == 0x008878, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_221' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_74) == 0x008880, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_73) == 0x008888, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_74) == 0x008890, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_73) == 0x008898, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_73) == 0x0088A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_73' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_74) == 0x0088A1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_74) == 0x0088A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_74) == 0x008948, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_148) == 0x008950, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_148' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_149) == 0x008958, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_149' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_74) == 0x008960, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_148) == 0x008968, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_148' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_149) == 0x008970, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_149' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_222) == 0x008978, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_222' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_223) == 0x008980, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_223' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_222) == 0x008988, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_222' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_223) == 0x008990, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_223' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_168) == 0x008998, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_168' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_74) == 0x0089A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_74) == 0x0089A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_74) == 0x008A48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_224) == 0x008A50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_224' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_224) == 0x008A58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_224' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_74) == 0x008A60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_75) == 0x008A68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_74) == 0x008A70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_74) == 0x008A78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_74' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_75) == 0x008A79, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_75) == 0x008A7A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_75) == 0x008A80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_75) == 0x008B20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_150) == 0x008B28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_150' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_151) == 0x008B30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_151' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_84) == 0x008B38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_75) == 0x008B39, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_150) == 0x008B40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_150' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_151) == 0x008B48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_151' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_225) == 0x008B50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_225' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_226) == 0x008B58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_226' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_225) == 0x008B60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_225' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_226) == 0x008B68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_226' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_85) == 0x008B70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_75) == 0x008B78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_75) == 0x008B80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_227) == 0x008B88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_227' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_227) == 0x008B90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_227' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_75) == 0x008B98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_75) == 0x008C38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_75) == 0x008C40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_75) == 0x008C48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_75' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_92) == 0x008C49, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_76) == 0x008C4A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_76) == 0x008C4B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_76) == 0x008C4C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_76) == 0x008C4D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_76) == 0x008C50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_152) == 0x008CF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_152' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_153) == 0x008CF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_153' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_84) == 0x008D00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_76) == 0x008D01, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_152) == 0x008D08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_152' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_153) == 0x008D10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_153' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_228) == 0x008D18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_228' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_229) == 0x008D20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_229' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_228) == 0x008D28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_228' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_229) == 0x008D30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_229' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_85) == 0x008D38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_169) == 0x008D39, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_169' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_76) == 0x008D40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_76) == 0x008D48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_76) == 0x008D50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_230) == 0x008DF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_230' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_230) == 0x008DF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_230' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_76) == 0x008E00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_77) == 0x008E08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_76) == 0x008E10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_76) == 0x008E18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_76' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_77) == 0x008E19, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_77) == 0x008E1A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_77) == 0x008E20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_77) == 0x008EC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_170) == 0x008EC1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_170' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_154) == 0x008EC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_154' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_155) == 0x008ED0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_155' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_93) == 0x008ED8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_77) == 0x008ED9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_154) == 0x008EE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_154' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_155) == 0x008EE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_155' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_231) == 0x008EF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_231' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_232) == 0x008EF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_232' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_231) == 0x008F00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_231' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_232) == 0x008F08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_232' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_171) == 0x008F10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_171' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_172) == 0x008F11, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_172' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_86) == 0x008F12, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_77) == 0x008F18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_77) == 0x008F20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_233) == 0x008F28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_233' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_233) == 0x008F30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_233' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_77) == 0x008F38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_77) == 0x008FD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_77) == 0x008FE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_77) == 0x008FE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_77' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_173) == 0x008FE9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_173' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_78) == 0x008FEA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_78) == 0x008FEB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_78) == 0x008FEC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_78) == 0x008FED, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_78) == 0x008FF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_156) == 0x009090, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_156' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_157) == 0x009098, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_157' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_78) == 0x0090A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_156) == 0x0090A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_156' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_157) == 0x0090B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_157' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_234) == 0x0090B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_234' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_235) == 0x0090C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_235' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_234) == 0x0090C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_234' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_235) == 0x0090D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_235' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_78) == 0x0090D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_78) == 0x0090E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_78) == 0x009180, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_236) == 0x009188, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_236' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_236) == 0x009190, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_236' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_87) == 0x009198, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_78) == 0x0091A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_78) == 0x0091A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_78) == 0x0091B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_78' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_94) == 0x0091B1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_79) == 0x0091B2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_79) == 0x0091B3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_79) == 0x0091B4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_79) == 0x0091B5, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_79) == 0x0091B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_158) == 0x009258, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_158' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_159) == 0x009260, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_159' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_79) == 0x009268, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_158) == 0x009270, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_158' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_159) == 0x009278, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_159' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_237) == 0x009280, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_237' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_238) == 0x009288, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_238' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_237) == 0x009290, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_237' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_238) == 0x009298, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_238' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_86) == 0x0092A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_174) == 0x0092A1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_174' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_79) == 0x0092A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_79) == 0x0092B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_79) == 0x0092B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_239) == 0x009358, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_239' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_239) == 0x009360, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_239' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_175) == 0x009368, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_175' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_79) == 0x009370, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_79) == 0x009378, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_79) == 0x009380, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_79' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_80) == 0x009381, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_80) == 0x009382, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_80) == 0x009383, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_80) == 0x009384, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_80) == 0x009388, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_88) == 0x009428, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_160) == 0x009430, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_160' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_161) == 0x009438, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_161' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_80) == 0x009440, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_160) == 0x009448, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_160' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_161) == 0x009450, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_161' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_240) == 0x009458, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_240' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_241) == 0x009460, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_241' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_240) == 0x009468, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_240' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_241) == 0x009470, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_241' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_176) == 0x009478, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_176' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_177) == 0x009479, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_177' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_80) == 0x009480, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_80) == 0x009488, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_80) == 0x009490, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_242) == 0x009530, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_242' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_242) == 0x009538, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_242' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_95) == 0x009540, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_80) == 0x009548, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_80) == 0x009550, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_80) == 0x009558, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_80' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_81) == 0x009559, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_81) == 0x00955A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_81) == 0x00955B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_81) == 0x00955C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_81) == 0x009560, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_87) == 0x009600, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_162) == 0x009608, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_162' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_163) == 0x009610, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_163' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_81) == 0x009618, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_162) == 0x009620, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_162' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_163) == 0x009628, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_163' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_243) == 0x009630, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_243' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_244) == 0x009638, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_244' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_243) == 0x009640, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_243' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_244) == 0x009648, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_244' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_81) == 0x009650, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_81) == 0x009658, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_81) == 0x0096F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_245) == 0x009700, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_245' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_245) == 0x009708, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_245' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_178) == 0x009710, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_178' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_81) == 0x009718, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_81) == 0x009720, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_81) == 0x009728, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_81' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_82) == 0x009729, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_82) == 0x00972A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_82) == 0x00972B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_82) == 0x00972C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_82) == 0x009730, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_96) == 0x0097D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_164) == 0x0097D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_164' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_165) == 0x0097E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_165' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_179) == 0x0097E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_179' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_82) == 0x0097E9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_164) == 0x0097F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_164' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_165) == 0x0097F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_165' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_246) == 0x009800, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_246' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_247) == 0x009808, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_247' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_246) == 0x009810, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_246' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_247) == 0x009818, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_247' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_89) == 0x009820, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_88) == 0x009821, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_180) == 0x009822, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_180' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_82) == 0x009828, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_82) == 0x009830, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_82) == 0x009838, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_248) == 0x0098D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_248' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_248) == 0x0098E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_248' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_82) == 0x0098E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_83) == 0x0098F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_82) == 0x0098F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_82) == 0x009900, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_82' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_83) == 0x009901, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_83) == 0x009902, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_83) == 0x009908, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_83) == 0x0099A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_166) == 0x0099B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_166' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_167) == 0x0099B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_167' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_83) == 0x0099C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_166) == 0x0099C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_166' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_167) == 0x0099D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_167' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_249) == 0x0099D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_249' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_250) == 0x0099E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_250' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_249) == 0x0099E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_249' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_250) == 0x0099F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_250' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_181) == 0x0099F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_181' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_89) == 0x0099F9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_90) == 0x0099FA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_182) == 0x0099FB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_182' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_83) == 0x009A00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_83) == 0x009A08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_83) == 0x009AA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_251) == 0x009AB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_251' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_251) == 0x009AB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_251' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_97) == 0x009AC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_83) == 0x009AC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_83) == 0x009AD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_83) == 0x009AD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_83' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_84) == 0x009AD9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_84) == 0x009ADA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_84) == 0x009ADB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_84) == 0x009ADC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_84) == 0x009AE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_168) == 0x009B80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_168' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_169) == 0x009B88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_169' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_84) == 0x009B90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_168) == 0x009B98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_168' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_169) == 0x009BA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_169' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_252) == 0x009BA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_252' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_253) == 0x009BB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_253' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_252) == 0x009BB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_252' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_253) == 0x009BC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_253' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_84) == 0x009BC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_84) == 0x009BD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_84) == 0x009C70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_254) == 0x009C78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_254' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_254) == 0x009C80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_254' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_85) == 0x009C88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_84) == 0x009C90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_85) == 0x009C98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_84) == 0x009CA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_84) == 0x009CA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_84' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_85) == 0x009CA9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_85) == 0x009CB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_85) == 0x009D50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_90) == 0x009D51, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_170) == 0x009D58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_170' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_171) == 0x009D60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_171' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_85) == 0x009D68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_170) == 0x009D70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_170' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_171) == 0x009D78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_171' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_255) == 0x009D80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_255' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_256) == 0x009D88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_256' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_255) == 0x009D90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_255' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_256) == 0x009D98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_256' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_91) == 0x009DA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_91) == 0x009DA1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_85) == 0x009DA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_85) == 0x009DB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_257) == 0x009DB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_257' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_257) == 0x009DC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_257' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_85) == 0x009DC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_85) == 0x009E68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_85) == 0x009E70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_85) == 0x009E78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_85' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_86) == 0x009E79, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_86) == 0x009E7A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_86) == 0x009E7B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_86) == 0x009E7C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_86) == 0x009E80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_92) == 0x009F20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_98) == 0x009F21, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_172) == 0x009F28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_172' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_173) == 0x009F30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_173' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_183) == 0x009F38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_183' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_86) == 0x009F39, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_172) == 0x009F40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_172' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_173) == 0x009F48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_173' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_258) == 0x009F50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_258' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_259) == 0x009F58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_259' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_258) == 0x009F60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_258' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_259) == 0x009F68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_259' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_184) == 0x009F70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_184' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_185) == 0x009F71, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_185' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_86) == 0x009F78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_86) == 0x009F80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_86) == 0x009F88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_260) == 0x00A028, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_260' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_260) == 0x00A030, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_260' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_86) == 0x00A038, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_87) == 0x00A040, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_86) == 0x00A048, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_86) == 0x00A050, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_86' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_87) == 0x00A051, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_87) == 0x00A052, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_87) == 0x00A058, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_87) == 0x00A0F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_186) == 0x00A0F9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_186' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_174) == 0x00A100, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_174' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_175) == 0x00A108, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_175' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_87) == 0x00A110, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_174) == 0x00A118, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_174' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_175) == 0x00A120, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_175' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_261) == 0x00A128, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_261' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_262) == 0x00A130, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_262' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_261) == 0x00A138, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_261' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_262) == 0x00A140, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_262' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_92) == 0x00A148, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_93) == 0x00A149, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_87) == 0x00A150, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_87) == 0x00A158, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_87) == 0x00A1F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_263) == 0x00A200, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_263' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_263) == 0x00A208, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_263' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_99) == 0x00A210, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_87) == 0x00A218, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_87) == 0x00A220, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_87) == 0x00A228, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_87' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_88) == 0x00A229, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_88) == 0x00A22A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_88) == 0x00A22B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_88) == 0x00A22C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_88) == 0x00A230, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_176) == 0x00A2D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_176' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_177) == 0x00A2D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_177' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_88) == 0x00A2E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_176) == 0x00A2E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_176' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_177) == 0x00A2F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_177' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_264) == 0x00A2F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_264' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_265) == 0x00A300, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_265' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_264) == 0x00A308, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_264' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_265) == 0x00A310, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_265' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_94) == 0x00A318, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_88) == 0x00A320, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_88) == 0x00A328, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_88) == 0x00A3C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_266) == 0x00A3D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_266' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_266) == 0x00A3D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_266' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_93) == 0x00A3E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_88) == 0x00A3E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_88) == 0x00A3F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_88) == 0x00A3F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_88' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_89) == 0x00A3F9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_89) == 0x00A3FA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_89) == 0x00A3FB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_89) == 0x00A3FC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_89) == 0x00A400, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_178) == 0x00A4A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_178' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_179) == 0x00A4A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_179' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_89) == 0x00A4B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_178) == 0x00A4B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_178' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_179) == 0x00A4C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_179' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_267) == 0x00A4C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_267' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_268) == 0x00A4D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_268' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_267) == 0x00A4D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_267' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_268) == 0x00A4E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_268' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_187) == 0x00A4E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_187' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_89) == 0x00A4F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_89) == 0x00A4F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_89) == 0x00A598, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_269) == 0x00A5A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_269' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_269) == 0x00A5A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_269' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_188) == 0x00A5B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_188' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_89) == 0x00A5B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_100) == 0x00A5C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_89) == 0x00A5C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_89) == 0x00A5D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_89' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_95) == 0x00A5D1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_90) == 0x00A5D2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_90) == 0x00A5D3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_90) == 0x00A5D4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_90) == 0x00A5D5, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_90) == 0x00A5D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_180) == 0x00A678, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_180' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_181) == 0x00A680, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_181' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_90) == 0x00A688, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_180) == 0x00A690, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_180' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_181) == 0x00A698, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_181' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_270) == 0x00A6A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_270' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_271) == 0x00A6A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_271' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_270) == 0x00A6B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_270' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_271) == 0x00A6B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_271' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_90) == 0x00A6C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_90) == 0x00A6C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_90) == 0x00A768, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_272) == 0x00A770, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_272' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_272) == 0x00A778, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_272' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_94) == 0x00A780, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_90) == 0x00A788, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_90) == 0x00A790, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_90) == 0x00A798, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_90' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_91) == 0x00A799, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_91) == 0x00A79A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_91) == 0x00A79B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_91) == 0x00A79C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_91) == 0x00A7A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_189) == 0x00A840, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_189' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_182) == 0x00A848, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_182' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_183) == 0x00A850, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_183' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_91) == 0x00A858, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_182) == 0x00A860, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_182' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_183) == 0x00A868, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_183' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_273) == 0x00A870, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_273' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_274) == 0x00A878, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_274' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_273) == 0x00A880, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_273' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_274) == 0x00A888, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_274' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_96) == 0x00A890, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_91) == 0x00A898, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_91) == 0x00A8A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_91) == 0x00A940, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_275) == 0x00A948, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_275' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_275) == 0x00A950, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_275' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_101) == 0x00A958, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_91) == 0x00A960, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_91) == 0x00A968, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_91) == 0x00A970, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_91' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_92) == 0x00A971, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_92) == 0x00A972, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_92) == 0x00A973, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_92) == 0x00A974, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_92) == 0x00A978, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_190) == 0x00AA18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_190' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_184) == 0x00AA20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_184' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_185) == 0x00AA28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_185' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_92) == 0x00AA30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_184) == 0x00AA38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_184' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_185) == 0x00AA40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_185' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_276) == 0x00AA48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_276' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_277) == 0x00AA50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_277' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_276) == 0x00AA58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_276' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_277) == 0x00AA60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_277' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_95) == 0x00AA68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_191) == 0x00AA69, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_191' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_92) == 0x00AA70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_92) == 0x00AA78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_92) == 0x00AB18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_278) == 0x00AB20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_278' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_278) == 0x00AB28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_278' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_102) == 0x00AB30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_92) == 0x00AB38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_92) == 0x00AB40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_92) == 0x00AB48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_92' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_93) == 0x00AB49, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_93) == 0x00AB4A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_93) == 0x00AB4B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_93) == 0x00AB4C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_93) == 0x00AB50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_186) == 0x00ABF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_186' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_187) == 0x00ABF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_187' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_93) == 0x00AC00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_186) == 0x00AC08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_186' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_187) == 0x00AC10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_187' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_279) == 0x00AC18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_279' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_280) == 0x00AC20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_280' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_279) == 0x00AC28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_279' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_280) == 0x00AC30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_280' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_192) == 0x00AC38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_192' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_93) == 0x00AC40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_93) == 0x00AC48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_93) == 0x00ACE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_281) == 0x00ACF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_281' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_281) == 0x00ACF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_281' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_93) == 0x00AD00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_93) == 0x00AD08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_93) == 0x00AD10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_93' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_94) == 0x00AD11, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_94) == 0x00AD12, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_94) == 0x00AD13, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_94) == 0x00AD14, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_94) == 0x00AD18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_188) == 0x00ADB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_188' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_189) == 0x00ADC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_189' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_97) == 0x00ADC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_94) == 0x00ADC9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_188) == 0x00ADD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_188' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_189) == 0x00ADD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_189' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_282) == 0x00ADE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_282' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_283) == 0x00ADE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_283' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_282) == 0x00ADF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_282' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_283) == 0x00ADF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_283' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_98) == 0x00AE00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_94) == 0x00AE08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_94) == 0x00AE10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_94) == 0x00AEB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_284) == 0x00AEB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_284' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_284) == 0x00AEC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_284' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_95) == 0x00AEC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_94) == 0x00AED0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_95) == 0x00AED8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_94) == 0x00AEE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_94) == 0x00AEE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_94' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_95) == 0x00AEE9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_95) == 0x00AEF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_95) == 0x00AF90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_190) == 0x00AF98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_190' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_191) == 0x00AFA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_191' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_96) == 0x00AFA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_95) == 0x00AFA9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_190) == 0x00AFB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_190' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_191) == 0x00AFB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_191' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_285) == 0x00AFC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_285' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_286) == 0x00AFC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_286' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_285) == 0x00AFD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_285' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_286) == 0x00AFD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_286' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_97) == 0x00AFE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_193) == 0x00AFE1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_193' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_95) == 0x00AFE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_95) == 0x00AFF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_95) == 0x00B090, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_287) == 0x00B098, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_287' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_287) == 0x00B0A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_287' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_103) == 0x00B0A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_95) == 0x00B0B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_95) == 0x00B0B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_95) == 0x00B0C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_95' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_96) == 0x00B0C1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_96) == 0x00B0C2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_96) == 0x00B0C3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_96) == 0x00B0C4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_96) == 0x00B0C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_194) == 0x00B168, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_194' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_192) == 0x00B170, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_192' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_193) == 0x00B178, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_193' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_96) == 0x00B180, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_192) == 0x00B188, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_192' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_193) == 0x00B190, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_193' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_288) == 0x00B198, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_288' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_289) == 0x00B1A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_289' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_288) == 0x00B1A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_288' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_289) == 0x00B1B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_289' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_195) == 0x00B1B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_195' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_196) == 0x00B1B9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_196' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_98) == 0x00B1BA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_96) == 0x00B1C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_96) == 0x00B1C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_96) == 0x00B268, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_290) == 0x00B270, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_290' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_290) == 0x00B278, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_290' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_104) == 0x00B280, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_96) == 0x00B288, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_96) == 0x00B290, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_96) == 0x00B298, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_96' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_197) == 0x00B299, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_197' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_97) == 0x00B29A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_97) == 0x00B29B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_97) == 0x00B29C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_97) == 0x00B29D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_97) == 0x00B2A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_194) == 0x00B340, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_194' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_195) == 0x00B348, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_195' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_97) == 0x00B350, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_194) == 0x00B358, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_194' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_195) == 0x00B360, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_195' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_291) == 0x00B368, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_291' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_292) == 0x00B370, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_292' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_291) == 0x00B378, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_291' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_292) == 0x00B380, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_292' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_198) == 0x00B388, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_198' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_99) == 0x00B389, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_97) == 0x00B390, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_97) == 0x00B398, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_293) == 0x00B3A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_293' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_293) == 0x00B3A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_293' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_97) == 0x00B3B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_97) == 0x00B450, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_97) == 0x00B458, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_97) == 0x00B460, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_97' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_98) == 0x00B461, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_98) == 0x00B462, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_98) == 0x00B463, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_98) == 0x00B464, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_98) == 0x00B468, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_196) == 0x00B508, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_196' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_197) == 0x00B510, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_197' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_98) == 0x00B518, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_196) == 0x00B520, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_196' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_197) == 0x00B528, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_197' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_294) == 0x00B530, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_294' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_295) == 0x00B538, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_295' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_294) == 0x00B540, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_294' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_295) == 0x00B548, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_295' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_99) == 0x00B550, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_199) == 0x00B551, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_199' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_200) == 0x00B552, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_200' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_98) == 0x00B558, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_98) == 0x00B560, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_98) == 0x00B568, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_296) == 0x00B608, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_296' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_296) == 0x00B610, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_296' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_105) == 0x00B618, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_98) == 0x00B620, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_98) == 0x00B628, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_98) == 0x00B630, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_98' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_99) == 0x00B631, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_99) == 0x00B632, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_99) == 0x00B633, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_99) == 0x00B634, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_99) == 0x00B638, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_100) == 0x00B6D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_198) == 0x00B6E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_198' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_199) == 0x00B6E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_199' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_99) == 0x00B6F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_198) == 0x00B6F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_198' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_199) == 0x00B700, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_199' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_297) == 0x00B708, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_297' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_298) == 0x00B710, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_298' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_297) == 0x00B718, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_297' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_298) == 0x00B720, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_298' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_201) == 0x00B728, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_201' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_100) == 0x00B729, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_202) == 0x00B72A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_202' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_99) == 0x00B730, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_99) == 0x00B738, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_99) == 0x00B7D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_299) == 0x00B7E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_299' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_299) == 0x00B7E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_299' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_100) == 0x00B7F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_99) == 0x00B7F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_100) == 0x00B800, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_99) == 0x00B808, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_99) == 0x00B810, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_99' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_100) == 0x00B811, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_100) == 0x00B818, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_100) == 0x00B8B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_101) == 0x00B8B9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_200) == 0x00B8C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_200' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_201) == 0x00B8C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_201' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_100) == 0x00B8D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_200) == 0x00B8D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_200' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_201) == 0x00B8E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_201' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_300) == 0x00B8E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_300' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_301) == 0x00B8F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_301' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_300) == 0x00B8F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_300' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_301) == 0x00B900, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_301' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_100) == 0x00B908, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_101) == 0x00B910, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_100) == 0x00B918, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_302) == 0x00B920, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_302' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_302) == 0x00B928, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_302' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_106) == 0x00B930, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_100) == 0x00B938, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_100) == 0x00B940, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_100) == 0x00B948, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_203) == 0x00B949, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_203' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_101) == 0x00B94A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_101) == 0x00B94B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_101) == 0x00B94C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_101) == 0x00B94D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_101) == 0x00B950, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_202) == 0x00B9F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_202' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_203) == 0x00B9F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_203' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_204) == 0x00BA00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_204' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_101) == 0x00BA01, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_202) == 0x00BA08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_202' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_203) == 0x00BA10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_203' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_303) == 0x00BA18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_303' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_304) == 0x00BA20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_304' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_303) == 0x00BA28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_303' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_304) == 0x00BA30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_304' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_102) == 0x00BA38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_205) == 0x00BA39, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_205' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_101) == 0x00BA40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_100) == 0x00BA48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_100' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_101) == 0x00BAE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_305) == 0x00BAF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_305' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_305) == 0x00BAF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_305' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_206) == 0x00BB00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_206' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_101) == 0x00BB08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_101) == 0x00BB10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_101) == 0x00BB18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_102) == 0x00BB19, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_102) == 0x00BB1A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_102) == 0x00BB1B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_102) == 0x00BB1C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_102) == 0x00BB20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_107) == 0x00BBC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_204) == 0x00BBC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_204' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_205) == 0x00BBD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_205' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_102) == 0x00BBD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_204) == 0x00BBE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_204' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_205) == 0x00BBE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_205' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_306) == 0x00BBF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_306' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_307) == 0x00BBF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_307' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_306) == 0x00BC00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_306' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_307) == 0x00BC08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_307' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_102) == 0x00BC10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_207) == 0x00BC11, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_207' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_103) == 0x00BC12, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_102) == 0x00BC18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_102) == 0x00BC20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_308) == 0x00BC28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_308' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_308) == 0x00BC30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_308' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_101) == 0x00BC38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_101' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_102) == 0x00BCD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_102) == 0x00BCE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_102) == 0x00BCE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_103) == 0x00BCE9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_103) == 0x00BCEA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_103) == 0x00BCEB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_103) == 0x00BCEC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_103) == 0x00BCF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_206) == 0x00BD90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_206' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_207) == 0x00BD98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_207' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_103) == 0x00BDA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_206) == 0x00BDA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_206' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_207) == 0x00BDB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_207' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_309) == 0x00BDB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_309' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_310) == 0x00BDC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_310' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_309) == 0x00BDC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_309' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_310) == 0x00BDD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_310' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_103) == 0x00BDD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_102) == 0x00BDE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_102' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_103) == 0x00BE80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_311) == 0x00BE88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_311' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_311) == 0x00BE90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_311' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_104) == 0x00BE98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_103) == 0x00BEA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_104) == 0x00BEA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_103) == 0x00BEB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_103) == 0x00BEB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_104) == 0x00BEB9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_104) == 0x00BEC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_104) == 0x00BF60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_103) == 0x00BF61, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_208) == 0x00BF68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_208' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_209) == 0x00BF70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_209' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_104) == 0x00BF78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_208) == 0x00BF80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_208' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_209) == 0x00BF88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_209' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_312) == 0x00BF90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_312' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_313) == 0x00BF98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_313' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_312) == 0x00BFA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_312' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_313) == 0x00BFA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_313' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_104) == 0x00BFB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_104) == 0x00BFB1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_104) == 0x00BFB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_103) == 0x00BFC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_103' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_104) == 0x00C060, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_314) == 0x00C068, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_314' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_314) == 0x00C070, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_314' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_108) == 0x00C078, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_104) == 0x00C080, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_104) == 0x00C088, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_104) == 0x00C090, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_105) == 0x00C091, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_105) == 0x00C092, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_105) == 0x00C093, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_105) == 0x00C094, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_105) == 0x00C098, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_105) == 0x00C138, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_210) == 0x00C140, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_210' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_211) == 0x00C148, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_211' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_208) == 0x00C150, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_208' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_105) == 0x00C151, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_210) == 0x00C158, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_210' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_211) == 0x00C160, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_211' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_315) == 0x00C168, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_315' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_316) == 0x00C170, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_316' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_315) == 0x00C178, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_315' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_316) == 0x00C180, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_316' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_209) == 0x00C188, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_209' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_210) == 0x00C189, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_210' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_105) == 0x00C190, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_104) == 0x00C198, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_104' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_105) == 0x00C238, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_317) == 0x00C240, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_317' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_317) == 0x00C248, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_317' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_106) == 0x00C250, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_105) == 0x00C258, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_106) == 0x00C260, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_105) == 0x00C268, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_105) == 0x00C270, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_106) == 0x00C271, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_106) == 0x00C278, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_106) == 0x00C318, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_109) == 0x00C319, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_211) == 0x00C31A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_211' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_212) == 0x00C320, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_212' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_213) == 0x00C328, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_213' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_106) == 0x00C330, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_212) == 0x00C338, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_212' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_213) == 0x00C340, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_213' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_318) == 0x00C348, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_318' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_319) == 0x00C350, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_319' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_318) == 0x00C358, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_318' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_319) == 0x00C360, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_319' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_106) == 0x00C368, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_105) == 0x00C370, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_106) == 0x00C410, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_320) == 0x00C418, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_320' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_320) == 0x00C420, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_320' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_107) == 0x00C428, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_106) == 0x00C430, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_107) == 0x00C438, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_106) == 0x00C440, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_106) == 0x00C448, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_107) == 0x00C449, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_107) == 0x00C450, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_107) == 0x00C4F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_214) == 0x00C4F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_214' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_215) == 0x00C500, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_215' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_107) == 0x00C508, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_214) == 0x00C510, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_214' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_215) == 0x00C518, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_215' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_321) == 0x00C520, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_321' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_322) == 0x00C528, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_322' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_321) == 0x00C530, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_321' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_322) == 0x00C538, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_322' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_105) == 0x00C540, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_105' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_106) == 0x00C541, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_107) == 0x00C548, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_107) == 0x00C550, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_323) == 0x00C558, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_323' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_323) == 0x00C560, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_323' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_106) == 0x00C568, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_107) == 0x00C608, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_107) == 0x00C610, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_107) == 0x00C618, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_106) == 0x00C619, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_106' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_110) == 0x00C61A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_108) == 0x00C61B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_108) == 0x00C61C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_108) == 0x00C61D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_108) == 0x00C61E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_108) == 0x00C620, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_216) == 0x00C6C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_216' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_217) == 0x00C6C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_217' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_108) == 0x00C6D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_216) == 0x00C6D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_216' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_217) == 0x00C6E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_217' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_324) == 0x00C6E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_324' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_325) == 0x00C6F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_325' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_324) == 0x00C6F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_324' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_325) == 0x00C700, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_325' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_212) == 0x00C708, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_212' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_213) == 0x00C709, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_213' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_214) == 0x00C70A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_214' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_108) == 0x00C710, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_108) == 0x00C718, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_107) == 0x00C720, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_326) == 0x00C7C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_326' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_326) == 0x00C7C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_326' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_107) == 0x00C7D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_108) == 0x00C7D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_108) == 0x00C7E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_108) == 0x00C7E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_109) == 0x00C7E9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_109) == 0x00C7EA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_109) == 0x00C7EB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_109) == 0x00C7EC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_109) == 0x00C7F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_218) == 0x00C890, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_218' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_219) == 0x00C898, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_219' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_109) == 0x00C8A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_218) == 0x00C8A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_218' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_219) == 0x00C8B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_219' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_327) == 0x00C8B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_327' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_328) == 0x00C8C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_328' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_327) == 0x00C8C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_327' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_328) == 0x00C8D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_328' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_215) == 0x00C8D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_215' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_109) == 0x00C8E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_109) == 0x00C8E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_108) == 0x00C8F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_329) == 0x00C990, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_329' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_329) == 0x00C998, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_329' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_109) == 0x00C9A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_107) == 0x00C9A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_107' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_109) == 0x00C9B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_109) == 0x00C9B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_110) == 0x00C9B9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_110) == 0x00C9BA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_110) == 0x00C9BB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_110) == 0x00C9BC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_110) == 0x00C9C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_111) == 0x00CA60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_216) == 0x00CA61, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_216' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_220) == 0x00CA68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_220' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_221) == 0x00CA70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_221' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_110) == 0x00CA78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_220) == 0x00CA80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_220' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_221) == 0x00CA88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_221' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_330) == 0x00CA90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_330' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_331) == 0x00CA98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_331' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_330) == 0x00CAA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_330' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_331) == 0x00CAA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_331' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_108) == 0x00CAB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_110) == 0x00CAB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_109) == 0x00CAC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_110) == 0x00CB60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_332) == 0x00CB68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_332' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_332) == 0x00CB70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_332' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_108) == 0x00CB78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_108' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_110) == 0x00CB80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_110) == 0x00CB88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_110) == 0x00CB90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_111) == 0x00CB91, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_111) == 0x00CB92, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_111) == 0x00CB93, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_111) == 0x00CB94, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_111) == 0x00CB98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_217) == 0x00CC38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_217' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_222) == 0x00CC40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_222' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_223) == 0x00CC48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_223' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_112) == 0x00CC50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_111) == 0x00CC51, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_222) == 0x00CC58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_222' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_223) == 0x00CC60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_223' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_333) == 0x00CC68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_333' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_334) == 0x00CC70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_334' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_333) == 0x00CC78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_333' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_334) == 0x00CC80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_334' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_218) == 0x00CC88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_218' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_219) == 0x00CC89, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_219' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_111) == 0x00CC90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_110) == 0x00CC98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_111) == 0x00CD38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_335) == 0x00CD40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_335' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_335) == 0x00CD48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_335' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_220) == 0x00CD50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_220' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_111) == 0x00CD58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_111) == 0x00CD60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_111) == 0x00CD68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_112) == 0x00CD69, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_112) == 0x00CD6A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_112) == 0x00CD6B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_112) == 0x00CD6C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_112) == 0x00CD70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_224) == 0x00CE10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_224' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_225) == 0x00CE18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_225' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_109) == 0x00CE20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_112) == 0x00CE21, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_224) == 0x00CE28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_224' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_225) == 0x00CE30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_225' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_336) == 0x00CE38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_336' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_337) == 0x00CE40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_337' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_336) == 0x00CE48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_336' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_337) == 0x00CE50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_337' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_221) == 0x00CE58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_221' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_112) == 0x00CE60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_111) == 0x00CE68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_112) == 0x00CF08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_338) == 0x00CF10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_338' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_338) == 0x00CF18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_338' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_112) == 0x00CF20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_113) == 0x00CF28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_112) == 0x00CF30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_112) == 0x00CF38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_113) == 0x00CF39, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_113) == 0x00CF3A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_113) == 0x00CF40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_113) == 0x00CFE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_226) == 0x00CFE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_226' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_227) == 0x00CFF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_227' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_110) == 0x00CFF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_113) == 0x00CFF9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_226) == 0x00D000, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_226' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_227) == 0x00D008, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_227' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_339) == 0x00D010, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_339' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_340) == 0x00D018, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_340' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_339) == 0x00D020, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_339' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_340) == 0x00D028, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_340' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_111) == 0x00D030, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_113) == 0x00D038, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_112) == 0x00D040, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_113) == 0x00D0E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_341) == 0x00D0E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_341' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_341) == 0x00D0F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_341' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_113) == 0x00D0F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_113) == 0x00D100, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_113) == 0x00D108, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_113) == 0x00D110, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_114) == 0x00D111, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_114) == 0x00D112, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_114) == 0x00D113, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_114) == 0x00D114, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_114) == 0x00D118, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_228) == 0x00D1B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_228' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_229) == 0x00D1C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_229' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_109) == 0x00D1C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_109' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_114) == 0x00D1C9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_228) == 0x00D1D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_228' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_229) == 0x00D1D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_229' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_342) == 0x00D1E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_342' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_343) == 0x00D1E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_343' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_342) == 0x00D1F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_342' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_343) == 0x00D1F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_343' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_110) == 0x00D200, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_110' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_111) == 0x00D201, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_111' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_222) == 0x00D202, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_222' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_114) == 0x00D208, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_113) == 0x00D210, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_114) == 0x00D2B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_344) == 0x00D2B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_344' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_344) == 0x00D2C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_344' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_115) == 0x00D2C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_114) == 0x00D2D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_115) == 0x00D2D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_114) == 0x00D2E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_114) == 0x00D2E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_115) == 0x00D2E9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_115) == 0x00D2F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_115) == 0x00D390, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_223) == 0x00D391, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_223' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_230) == 0x00D398, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_230' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_231) == 0x00D3A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_231' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_114) == 0x00D3A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_115) == 0x00D3A9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_230) == 0x00D3B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_230' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_231) == 0x00D3B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_231' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_345) == 0x00D3C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_345' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_346) == 0x00D3C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_346' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_345) == 0x00D3D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_345' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_346) == 0x00D3D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_346' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_224) == 0x00D3E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_224' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_115) == 0x00D3E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_114) == 0x00D3F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_115) == 0x00D490, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_347) == 0x00D498, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_347' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_347) == 0x00D4A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_347' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_225) == 0x00D4A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_225' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_115) == 0x00D4B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_115) == 0x00D4B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_115) == 0x00D4C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_116) == 0x00D4C1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_116) == 0x00D4C2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_116) == 0x00D4C3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_116) == 0x00D4C4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_116) == 0x00D4C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_232) == 0x00D568, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_232' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_233) == 0x00D570, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_233' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_116) == 0x00D578, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_232) == 0x00D580, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_232' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_233) == 0x00D588, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_233' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_348) == 0x00D590, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_348' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_349) == 0x00D598, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_349' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_348) == 0x00D5A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_348' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_349) == 0x00D5A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_349' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_112) == 0x00D5B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_112) == 0x00D5B1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_112' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_116) == 0x00D5B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_115) == 0x00D5C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_116) == 0x00D660, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_350) == 0x00D668, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_350' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_350) == 0x00D670, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_350' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_115) == 0x00D678, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_116) == 0x00D680, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_116) == 0x00D688, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_116) == 0x00D690, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_117) == 0x00D691, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_117) == 0x00D692, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_117) == 0x00D693, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_117) == 0x00D694, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_117) == 0x00D698, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_234) == 0x00D738, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_234' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_235) == 0x00D740, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_235' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_117) == 0x00D748, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_234) == 0x00D750, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_234' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_235) == 0x00D758, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_235' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_351) == 0x00D760, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_351' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_352) == 0x00D768, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_352' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_351) == 0x00D770, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_351' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_352) == 0x00D778, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_352' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_113) == 0x00D780, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_113) == 0x00D781, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_113' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_226) == 0x00D782, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_226' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_117) == 0x00D788, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_116) == 0x00D790, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_117) == 0x00D830, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_353) == 0x00D838, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_353' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_353) == 0x00D840, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_353' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_227) == 0x00D848, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_227' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_117) == 0x00D850, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_117) == 0x00D858, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_117) == 0x00D860, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_118) == 0x00D861, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_118) == 0x00D862, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_118) == 0x00D863, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_118) == 0x00D864, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_118) == 0x00D868, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_114) == 0x00D908, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_236) == 0x00D910, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_236' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_237) == 0x00D918, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_237' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_118) == 0x00D920, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_236) == 0x00D928, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_236' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_237) == 0x00D930, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_237' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_354) == 0x00D938, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_354' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_355) == 0x00D940, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_355' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_354) == 0x00D948, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_354' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_355) == 0x00D950, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_355' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_228) == 0x00D958, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_228' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_118) == 0x00D960, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_117) == 0x00D968, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_118) == 0x00DA08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_356) == 0x00DA10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_356' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_356) == 0x00DA18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_356' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_119) == 0x00DA20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_118) == 0x00DA28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_119) == 0x00DA30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_118) == 0x00DA38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_118) == 0x00DA40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_119) == 0x00DA41, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_119) == 0x00DA48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_119) == 0x00DAE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_114) == 0x00DAE9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_114' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_238) == 0x00DAF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_238' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_239) == 0x00DAF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_239' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_116) == 0x00DB00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_119) == 0x00DB01, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_238) == 0x00DB08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_238' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_239) == 0x00DB10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_239' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_357) == 0x00DB18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_357' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_358) == 0x00DB20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_358' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_357) == 0x00DB28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_357' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_358) == 0x00DB30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_358' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_115) == 0x00DB38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_119) == 0x00DB40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_119) == 0x00DB48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_359) == 0x00DB50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_359' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_359) == 0x00DB58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_359' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_118) == 0x00DB60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_119) == 0x00DC00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_119) == 0x00DC08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_119) == 0x00DC10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_229) == 0x00DC11, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_229' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_120) == 0x00DC12, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_120) == 0x00DC13, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_120) == 0x00DC14, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_120) == 0x00DC15, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_120) == 0x00DC18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_240) == 0x00DCB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_240' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_241) == 0x00DCC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_241' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_230) == 0x00DCC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_230' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_120) == 0x00DCC9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_240) == 0x00DCD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_240' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_241) == 0x00DCD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_241' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_360) == 0x00DCE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_360' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_361) == 0x00DCE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_361' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_360) == 0x00DCF0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_360' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_361) == 0x00DCF8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_361' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_115) == 0x00DD00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_115' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_231) == 0x00DD01, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_231' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_120) == 0x00DD08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_120) == 0x00DD10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_119) == 0x00DD18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_362) == 0x00DDB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_362' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_362) == 0x00DDC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_362' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_117) == 0x00DDC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_120) == 0x00DDD0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_120) == 0x00DDD8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_120) == 0x00DDE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_121) == 0x00DDE1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_121) == 0x00DDE2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_121) == 0x00DDE3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_121) == 0x00DDE4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_121) == 0x00DDE8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_242) == 0x00DE88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_242' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_243) == 0x00DE90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_243' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_121) == 0x00DE98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_242) == 0x00DEA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_242' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_243) == 0x00DEA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_243' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_363) == 0x00DEB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_363' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_364) == 0x00DEB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_364' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_363) == 0x00DEC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_363' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_364) == 0x00DEC8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_364' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_232) == 0x00DED0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_232' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_233) == 0x00DED1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_233' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_121) == 0x00DED8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_120) == 0x00DEE0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_121) == 0x00DF80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_365) == 0x00DF88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_365' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_365) == 0x00DF90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_365' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_121) == 0x00DF98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_122) == 0x00DFA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_121) == 0x00DFA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_121) == 0x00DFB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_122) == 0x00DFB1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_122) == 0x00DFB2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_122) == 0x00DFB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_122) == 0x00E058, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_244) == 0x00E060, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_244' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_245) == 0x00E068, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_245' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_122) == 0x00E070, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_244) == 0x00E078, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_244' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_245) == 0x00E080, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_245' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_366) == 0x00E088, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_366' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_367) == 0x00E090, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_367' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_366) == 0x00E098, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_366' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_367) == 0x00E0A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_367' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_122) == 0x00E0A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_121) == 0x00E0B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_122) == 0x00E150, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_368) == 0x00E158, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_368' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_368) == 0x00E160, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_368' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_116) == 0x00E168, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_122) == 0x00E170, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_122) == 0x00E178, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_122) == 0x00E180, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_118) == 0x00E181, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_123) == 0x00E182, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_123) == 0x00E183, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_123) == 0x00E184, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_123) == 0x00E185, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_123) == 0x00E188, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_117) == 0x00E228, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_246) == 0x00E230, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_246' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_247) == 0x00E238, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_247' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_123) == 0x00E240, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_246) == 0x00E248, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_246' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_247) == 0x00E250, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_247' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_369) == 0x00E258, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_369' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_370) == 0x00E260, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_370' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_369) == 0x00E268, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_369' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_370) == 0x00E270, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_370' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_116) == 0x00E278, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_116' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_117) == 0x00E279, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_117' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_234) == 0x00E27A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_234' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_123) == 0x00E280, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_123) == 0x00E288, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_122) == 0x00E290, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_371) == 0x00E330, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_371' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_371) == 0x00E338, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_371' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_235) == 0x00E340, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_235' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_123) == 0x00E348, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_123) == 0x00E350, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_123) == 0x00E358, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_124) == 0x00E359, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_124) == 0x00E35A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_124) == 0x00E35B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_124) == 0x00E35C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_124) == 0x00E360, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_118) == 0x00E400, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_248) == 0x00E408, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_248' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_249) == 0x00E410, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_249' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_236) == 0x00E418, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_236' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_124) == 0x00E419, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_248) == 0x00E420, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_248' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_249) == 0x00E428, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_249' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_372) == 0x00E430, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_372' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_373) == 0x00E438, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_373' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_372) == 0x00E440, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_372' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_373) == 0x00E448, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_373' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_237) == 0x00E450, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_237' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_124) == 0x00E458, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_123) == 0x00E460, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_124) == 0x00E500, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_374) == 0x00E508, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_374' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_374) == 0x00E510, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_374' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_238) == 0x00E518, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_238' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_124) == 0x00E520, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_119) == 0x00E528, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_124) == 0x00E530, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_124) == 0x00E538, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_125) == 0x00E539, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_125) == 0x00E53A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_125) == 0x00E53B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_125) == 0x00E53C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_125) == 0x00E540, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_239) == 0x00E5E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_239' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_250) == 0x00E5E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_250' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_251) == 0x00E5F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_251' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_125) == 0x00E5F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_250) == 0x00E600, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_250' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_251) == 0x00E608, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_251' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_375) == 0x00E610, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_375' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_376) == 0x00E618, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_376' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_375) == 0x00E620, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_375' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_376) == 0x00E628, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_376' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_125) == 0x00E630, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_124) == 0x00E638, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_125) == 0x00E6D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_377) == 0x00E6E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_377' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_377) == 0x00E6E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_377' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_120) == 0x00E6F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_125) == 0x00E6F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_125) == 0x00E700, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_125) == 0x00E708, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_126) == 0x00E709, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_126) == 0x00E70A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_126) == 0x00E70B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_126) == 0x00E70C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_126) == 0x00E710, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_252) == 0x00E7B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_252' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_253) == 0x00E7B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_253' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_126) == 0x00E7C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_252) == 0x00E7C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_252' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_253) == 0x00E7D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_253' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_378) == 0x00E7D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_378' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_379) == 0x00E7E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_379' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_378) == 0x00E7E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_378' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_379) == 0x00E7F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_379' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_118) == 0x00E7F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_118' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_119) == 0x00E7F9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_126) == 0x00E800, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_125) == 0x00E808, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_126) == 0x00E8A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_380) == 0x00E8B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_380' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_380) == 0x00E8B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_380' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_127) == 0x00E8C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_126) == 0x00E8C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_127) == 0x00E8D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_126) == 0x00E8D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_126) == 0x00E8E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_127) == 0x00E8E1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_127) == 0x00E8E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_127) == 0x00E988, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_254) == 0x00E990, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_254' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_255) == 0x00E998, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_255' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_127) == 0x00E9A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_254) == 0x00E9A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_254' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_255) == 0x00E9B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_255' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_381) == 0x00E9B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_381' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_382) == 0x00E9C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_382' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_381) == 0x00E9C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_381' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_382) == 0x00E9D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_382' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_240) == 0x00E9D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_240' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_119) == 0x00E9D9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_119' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_241) == 0x00E9DA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_241' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_127) == 0x00E9E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_126) == 0x00E9E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_127) == 0x00EA88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_383) == 0x00EA90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_383' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_383) == 0x00EA98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_383' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_120) == 0x00EAA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_127) == 0x00EAA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_127) == 0x00EAB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_127) == 0x00EAB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_128) == 0x00EAB9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_128) == 0x00EABA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_128) == 0x00EABB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_128) == 0x00EABC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_128) == 0x00EAC0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_256) == 0x00EB60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_256' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_257) == 0x00EB68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_257' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_128) == 0x00EB70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_256) == 0x00EB78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_256' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_257) == 0x00EB80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_257' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_384) == 0x00EB88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_384' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_385) == 0x00EB90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_385' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_384) == 0x00EB98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_384' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_385) == 0x00EBA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_385' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_242) == 0x00EBA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_242' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_121) == 0x00EBA9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_128) == 0x00EBB0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_127) == 0x00EBB8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_128) == 0x00EC58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_386) == 0x00EC60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_386' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_386) == 0x00EC68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_386' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_121) == 0x00EC70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_128) == 0x00EC78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_128) == 0x00EC80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_128) == 0x00EC88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_120) == 0x00EC89, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_120' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_129) == 0x00EC8A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_129) == 0x00EC8B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_129) == 0x00EC8C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_129) == 0x00EC8D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_129) == 0x00EC90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_243) == 0x00ED30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_243' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_258) == 0x00ED38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_258' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_259) == 0x00ED40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_259' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_129) == 0x00ED48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_258) == 0x00ED50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_258' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_259) == 0x00ED58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_259' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_387) == 0x00ED60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_387' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_388) == 0x00ED68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_388' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_387) == 0x00ED70, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_387' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_388) == 0x00ED78, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_388' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_122) == 0x00ED80, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_121) == 0x00ED81, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_121' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_129) == 0x00ED88, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_129) == 0x00ED90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_389) == 0x00ED98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_389' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_389) == 0x00EDA0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_389' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_128) == 0x00EDA8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_129) == 0x00EE48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_129) == 0x00EE50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_129) == 0x00EE58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_122) == 0x00EE59, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_130) == 0x00EE5A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_130) == 0x00EE5B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_130) == 0x00EE5C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_130) == 0x00EE5D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_130) == 0x00EE60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_244) == 0x00EF00, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_244' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_260) == 0x00EF08, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_260' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_261) == 0x00EF10, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_261' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_130) == 0x00EF18, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_260) == 0x00EF20, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_260' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_261) == 0x00EF28, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_261' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_390) == 0x00EF30, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_390' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_391) == 0x00EF38, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_391' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_390) == 0x00EF40, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_390' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_391) == 0x00EF48, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_391' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_122) == 0x00EF50, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_122' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_245) == 0x00EF51, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_245' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_246) == 0x00EF52, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_246' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_130) == 0x00EF58, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_130) == 0x00EF60, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_129) == 0x00EF68, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_392) == 0x00F008, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_392' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_392) == 0x00F010, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_392' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_130) == 0x00F018, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_131) == 0x00F020, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_130) == 0x00F028, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_130) == 0x00F030, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_131) == 0x00F031, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_131) == 0x00F032, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_131) == 0x00F038, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_131) == 0x00F0D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_262) == 0x00F0E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_262' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_263) == 0x00F0E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_263' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_123) == 0x00F0F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_131) == 0x00F0F1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_262) == 0x00F0F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_262' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_263) == 0x00F100, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_263' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_393) == 0x00F108, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_393' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_394) == 0x00F110, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_394' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_393) == 0x00F118, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_393' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_394) == 0x00F120, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_394' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_131) == 0x00F128, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_130) == 0x00F130, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_131) == 0x00F1D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_395) == 0x00F1D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_395' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_395) == 0x00F1E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_395' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_123) == 0x00F1E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_131) == 0x00F1F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_131) == 0x00F1F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_131) == 0x00F200, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_132) == 0x00F201, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_132) == 0x00F202, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_132) == 0x00F203, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_132) == 0x00F204, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_132) == 0x00F208, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_264) == 0x00F2A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_264' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_265) == 0x00F2B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_265' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_123) == 0x00F2B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_123' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_132) == 0x00F2B9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_264) == 0x00F2C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_264' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_265) == 0x00F2C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_265' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_396) == 0x00F2D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_396' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_397) == 0x00F2D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_397' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_396) == 0x00F2E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_396' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_397) == 0x00F2E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_397' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_124) == 0x00F2F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_132) == 0x00F2F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_131) == 0x00F300, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_132) == 0x00F3A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_398) == 0x00F3A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_398' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_398) == 0x00F3B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_398' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_124) == 0x00F3B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_132) == 0x00F3C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_132) == 0x00F3C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_132) == 0x00F3D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_133) == 0x00F3D1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_133) == 0x00F3D2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_133) == 0x00F3D3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_133) == 0x00F3D4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_133) == 0x00F3D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_266) == 0x00F478, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_266' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_267) == 0x00F480, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_267' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_125) == 0x00F488, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_133) == 0x00F489, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_266) == 0x00F490, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_266' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_267) == 0x00F498, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_267' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_399) == 0x00F4A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_399' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_400) == 0x00F4A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_400' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_399) == 0x00F4B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_399' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_400) == 0x00F4B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_400' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_247) == 0x00F4C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_247' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_125) == 0x00F4C1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_133) == 0x00F4C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_133) == 0x00F4D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_401) == 0x00F4D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_401' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_401) == 0x00F4E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_401' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_132) == 0x00F4E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_133) == 0x00F588, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_133) == 0x00F590, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_133) == 0x00F598, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_248) == 0x00F599, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_248' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_124) == 0x00F59A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_124' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_PollNextDialogLineRequested_ReturnValue_134) == 0x00F59B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_PollNextDialogLineRequested_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsDialogRunning_ReturnValue_134) == 0x00F59C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsDialogRunning_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsUnrollRequested_ReturnValue_134) == 0x00F59D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsUnrollRequested_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_BooleanOR_ReturnValue_134) == 0x00F59E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_BooleanOR_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentLine_ReturnValue_134) == 0x00F5A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentLine_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_249) == 0x00F640, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_249' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_268) == 0x00F648, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_268' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindCameraManager_CameraManager_269) == 0x00F650, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindCameraManager_CameraManager_269' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IslineTextDisplayed_ReturnValue_134) == 0x00F658, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IslineTextDisplayed_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_268) == 0x00F660, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_268' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_FindPlayerCatPawn_Cat_269) == 0x00F668, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_FindPlayerCatPawn_Cat_269' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_402) == 0x00F670, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_402' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_403) == 0x00F678, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_403' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_402) == 0x00F680, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_402' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_403) == 0x00F688, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_403' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCurrentSpeaker_ReturnValue_134) == 0x00F690, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCurrentSpeaker_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_133) == 0x00F698, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUsingCat_ReturnValue_134) == 0x00F738, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUsingCat_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetBackpack_ReturnValue_404) == 0x00F740, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetBackpack_ReturnValue_404' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDrone_ReturnValue_404) == 0x00F748, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDrone_ReturnValue_404' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetUserWidgetObject_ReturnValue_134) == 0x00F750, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetUserWidgetObject_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_AsUMG_Drone_Dialog_New_134) == 0x00F758, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_AsUMG_Drone_Dialog_New_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_DynamicCast_bSuccess_134) == 0x00F760, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_DynamicCast_bSuccess_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_Event__lootable) == 0x00F768, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_Event__lootable' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_250) == 0x00F770, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_250' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchName_CmpSuccess) == 0x00F771, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchName_CmpSuccess_1) == 0x00F772, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchName_CmpSuccess_2) == 0x00F773, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchName_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchName_CmpSuccess_3) == 0x00F774, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchName_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_126) == 0x00F775, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_126) == 0x00F776, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_125) == 0x00F777, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_125' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_251) == 0x00F778, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_251' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_252) == 0x00F779, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_252' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_126) == 0x00F77A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_126' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_253) == 0x00F77B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_253' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetChapterAdventureState_ChapterAdventureState) == 0x00F77C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetChapterAdventureState_ChapterAdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetB12FlatAdventureState_B12FlatAdventureState) == 0x00F77D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetB12FlatAdventureState_B12FlatAdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess) == 0x00F77E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_1) == 0x00F77F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetSlumsPart1AdventureState_SlumsPart1AdventureState) == 0x00F780, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetSlumsPart1AdventureState_SlumsPart1AdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetRooftopsAdventureState_RooftopsAdventureState) == 0x00F781, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetRooftopsAdventureState_RooftopsAdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_2) == 0x00F782, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_3) == 0x00F783, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetSlumsPart2AdventureState_SlumsPart2AdventureState) == 0x00F784, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetSlumsPart2AdventureState_SlumsPart2AdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetSewersAdventureState_SewersAdventureState) == 0x00F785, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetSewersAdventureState_SewersAdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_4) == 0x00F786, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_5) == 0x00F787, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetAntVillageAdventureState_AntVillageAdventureState) == 0x00F788, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetAntVillageAdventureState_AntVillageAdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetMidtownPart1AdventureState_MidtownPart1AdventureState) == 0x00F789, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetMidtownPart1AdventureState_MidtownPart1AdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_6) == 0x00F78A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_7) == 0x00F78B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetFactoryAdventureState_FactoryAdventureState) == 0x00F78C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetFactoryAdventureState_FactoryAdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetMidtownPart2AdventureState_MidtownPart2AdventureState) == 0x00F78D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetMidtownPart2AdventureState_MidtownPart2AdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_8) == 0x00F78E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_8' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_9) == 0x00F78F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_9' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetJailAdventureState_JailAdventureState) == 0x00F790, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetJailAdventureState_JailAdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetCleanCityAdventureState_CleanCityAdventureState) == 0x00F791, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetCleanCityAdventureState_CleanCityAdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_10) == 0x00F792, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_10' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_11) == 0x00F793, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_11' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_127) == 0x00F794, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetDeadEndAdventureState_DeadEndAdventureState) == 0x00F795, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetDeadEndAdventureState_DeadEndAdventureState' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchEnum_CmpSuccess_12) == 0x00F796, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchEnum_CmpSuccess_12' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_254) == 0x00F797, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_254' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_127) == 0x00F798, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_127) == 0x00F799, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_127' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_255) == 0x00F79A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_255' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_128) == 0x00F79B, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_256) == 0x00F79C, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_256' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_129) == 0x00F79D, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_128) == 0x00F79E, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_128) == 0x00F79F, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_128' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_257) == 0x00F7A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_257' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_258) == 0x00F7A1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_258' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_129) == 0x00F7A2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_130) == 0x00F7A3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x00F7A8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_129) == 0x00F7B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_129' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetNbOfNoteBookLooted_NbOfNoteBookLooted) == 0x00F7B4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetNbOfNoteBookLooted_NbOfNoteBookLooted' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_SwitchInteger_CmpSuccess) == 0x00F7B8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_259) == 0x00F7B9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_259' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_130) == 0x00F7BA, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_260) == 0x00F7BB, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_260' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_261) == 0x00F7BC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_261' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_130) == 0x00F7BD, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_130' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_131) == 0x00F7BE, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_262) == 0x00F7BF, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_262' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_131) == 0x00F7C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_263) == 0x00F7C1, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_263' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_131) == 0x00F7C2, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_131' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_264) == 0x00F7C3, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_264' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_132) == 0x00F7C4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_GetHKSessionSaveData_HKSessionSaveData_1) == 0x00F7C8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_GetHKSessionSaveData_HKSessionSaveData_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00F7D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Percent_IntInt_ReturnValue) == 0x00F7D4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Not_PreBool_ReturnValue_1) == 0x00F7D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Percent_IntInt_ReturnValue_1) == 0x00F7DC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Divide_IntInt_ReturnValue) == 0x00F7E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Percent_IntInt_ReturnValue_2) == 0x00F7E4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Percent_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00F7E8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00F7E9, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Divide_IntInt_ReturnValue_1) == 0x00F7EC, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Divide_IntInt_ReturnValue_2) == 0x00F7F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Divide_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x00F7F4, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x00F7F5, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralText_ReturnValue) == 0x00F7F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralText_ReturnValue_1) == 0x00F810, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Conv_TextToString_ReturnValue) == 0x00F828, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Conv_TextToString_ReturnValue_1) == 0x00F838, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralText_ReturnValue_2) == 0x00F848, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_Select_Default) == 0x00F860, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Conv_TextToString_ReturnValue_2) == 0x00F870, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralText_ReturnValue_3) == 0x00F880, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralText_ReturnValue_4) == 0x00F898, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Conv_TextToString_ReturnValue_3) == 0x00F8B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Conv_TextToString_ReturnValue_4) == 0x00F8C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_Select_Default_1) == 0x00F8D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralText_ReturnValue_5) == 0x00F8E0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Concat_StrStr_ReturnValue) == 0x00F8F8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Conv_TextToString_ReturnValue_5) == 0x00F908, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralText_ReturnValue_6) == 0x00F918, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_Select_Default_2) == 0x00F930, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Conv_TextToString_ReturnValue_6) == 0x00F940, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Concat_StrStr_ReturnValue_1) == 0x00F950, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralText_ReturnValue_7) == 0x00F960, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Conv_TextToString_ReturnValue_7) == 0x00F978, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_132) == 0x00F988, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_Select_Default_3) == 0x00F990, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Concat_StrStr_ReturnValue_2) == 0x00F9A0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Concat_StrStr_ReturnValue_3) == 0x00F9B0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Concat_StrStr_ReturnValue_4) == 0x00F9C0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_132) == 0x00F9D0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_132' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_Conv_StringToText_ReturnValue) == 0x00F9D8, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, K2Node_MakeStruct_DialogLine_134) == 0x00F9F0, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::K2Node_MakeStruct_DialogLine_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_265) == 0x00FA90, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_265' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_266) == 0x00FA91, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_266' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_133) == 0x00FA92, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_133) == 0x00FA93, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_Has_Been_Initd_Variable_134) == 0x00FA94, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_Has_Been_Initd_Variable_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_133) == 0x00FA95, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_133' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, Temp_bool_IsClosed_Variable_134) == 0x00FA96, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::Temp_bool_IsClosed_Variable_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_267) == 0x00FA97, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_267' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_268) == 0x00FA98, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_268' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_MakeLiteralByte_ReturnValue_134) == 0x00FA99, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_MakeLiteralByte_ReturnValue_134' has a wrong offset!"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral, CallFunc_IsValid_ReturnValue_269) == 0x00FA9A, "Member 'Dial_B12HelpGeneral_C_ExecuteUbergraph_Dial_B12HelpGeneral::CallFunc_IsValid_ReturnValue_269' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Dial_B12HelpGeneral_C_OnItemShown \ static_assert(alignof(Dial_B12HelpGeneral_C_OnItemShown) == 0x000008, "Wrong alignment on Dial_B12HelpGeneral_C_OnItemShown"); \ static_assert(sizeof(Dial_B12HelpGeneral_C_OnItemShown) == 0x000008, "Wrong size on Dial_B12HelpGeneral_C_OnItemShown"); \ static_assert(offsetof(Dial_B12HelpGeneral_C_OnItemShown, _lootable) == 0x000000, "Member 'Dial_B12HelpGeneral_C_OnItemShown::_lootable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADial_B12HelpGeneral_C \ static_assert(alignof(ADial_B12HelpGeneral_C) == 0x000008, "Wrong alignment on ADial_B12HelpGeneral_C"); \ static_assert(sizeof(ADial_B12HelpGeneral_C) == 0x000340, "Wrong size on ADial_B12HelpGeneral_C"); \ static_assert(offsetof(ADial_B12HelpGeneral_C, UberGraphFrame_Dial_B12HelpGeneral_C) == 0x000338, "Member 'ADial_B12HelpGeneral_C::UberGraphFrame_Dial_B12HelpGeneral_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Selector_C \ static_assert(alignof(UUMG_Selector_C) == 0x000008, "Wrong alignment on UUMG_Selector_C"); \ static_assert(sizeof(UUMG_Selector_C) == 0x000280, "Wrong size on UUMG_Selector_C"); \ static_assert(offsetof(UUMG_Selector_C, BL) == 0x000260, "Member 'UUMG_Selector_C::BL' has a wrong offset!"); \ static_assert(offsetof(UUMG_Selector_C, BR) == 0x000268, "Member 'UUMG_Selector_C::BR' has a wrong offset!"); \ static_assert(offsetof(UUMG_Selector_C, TL) == 0x000270, "Member 'UUMG_Selector_C::TL' has a wrong offset!"); \ static_assert(offsetof(UUMG_Selector_C, TR) == 0x000278, "Member 'UUMG_Selector_C::TR' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetChapterAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetChapterAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetChapterAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetChapterAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetChapterAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetChapterAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetChapterAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetB12FlatAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetB12FlatAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetB12FlatAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetB12FlatAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetB12FlatAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetB12FlatAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetB12FlatAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetSlumsPart1AdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetSlumsPart1AdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetSlumsPart1AdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetSlumsPart1AdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetSlumsPart1AdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetSlumsPart1AdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetSlumsPart1AdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetRooftopsAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetRooftopsAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetRooftopsAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetRooftopsAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetRooftopsAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetRooftopsAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetRooftopsAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetSlumsPart2AdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetSlumsPart2AdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetSlumsPart2AdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetSlumsPart2AdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetSlumsPart2AdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetSlumsPart2AdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetSlumsPart2AdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetDeadEndAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetDeadEndAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetDeadEndAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetDeadEndAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetDeadEndAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetDeadEndAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetDeadEndAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetSewersAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetSewersAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetSewersAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetSewersAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetSewersAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetSewersAdventureState, Sewers) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetSewersAdventureState::Sewers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetAntVillageAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetAntVillageAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetAntVillageAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetAntVillageAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetAntVillageAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetAntVillageAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetAntVillageAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetMidtownPart1AdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetMidtownPart1AdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetMidtownPart1AdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetMidtownPart1AdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetMidtownPart1AdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetMidtownPart1AdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetMidtownPart1AdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetFactoryAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetFactoryAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetFactoryAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetFactoryAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetFactoryAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetFactoryAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetFactoryAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetMidtownPart2AdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetMidtownPart2AdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetMidtownPart2AdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetMidtownPart2AdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetMidtownPart2AdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetMidtownPart2AdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetMidtownPart2AdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetJailAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetJailAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetJailAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetJailAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetJailAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetJailAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetJailAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_SetCleanCityAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_SetCleanCityAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_SetCleanCityAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_SetCleanCityAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_SetCleanCityAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_SetCleanCityAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_SetCleanCityAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetChapterAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetChapterAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetChapterAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetChapterAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetChapterAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetChapterAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetChapterAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetB12FlatAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetB12FlatAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetB12FlatAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetB12FlatAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetB12FlatAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetB12FlatAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetB12FlatAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetSlumsPart1AdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetSlumsPart1AdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetSlumsPart1AdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetSlumsPart1AdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetSlumsPart1AdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetSlumsPart1AdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetSlumsPart1AdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetRooftopsAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetRooftopsAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetRooftopsAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetRooftopsAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetRooftopsAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetRooftopsAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetRooftopsAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetSlumsPart2AdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetSlumsPart2AdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetSlumsPart2AdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetSlumsPart2AdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetSlumsPart2AdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetSlumsPart2AdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetSlumsPart2AdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetDeadEndAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetDeadEndAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetDeadEndAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetDeadEndAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetDeadEndAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetDeadEndAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetDeadEndAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetSewersAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetSewersAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetSewersAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetSewersAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetSewersAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetSewersAdventureState, Sewers) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetSewersAdventureState::Sewers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetAntVillageAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetAntVillageAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetAntVillageAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetAntVillageAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetAntVillageAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetAntVillageAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetAntVillageAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetMidtownPart1AdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetMidtownPart1AdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetMidtownPart1AdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetMidtownPart1AdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetMidtownPart1AdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetMidtownPart1AdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetMidtownPart1AdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetFactoryAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetFactoryAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetFactoryAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetFactoryAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetFactoryAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetFactoryAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetFactoryAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetMidtownPart2AdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetMidtownPart2AdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetMidtownPart2AdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetMidtownPart2AdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetMidtownPart2AdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetMidtownPart2AdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetMidtownPart2AdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetJailAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetJailAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetJailAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetJailAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetJailAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetJailAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetJailAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_InternalSetCleanCityAdventureState \ static_assert(alignof(BP_HKSessionSaveData_C_InternalSetCleanCityAdventureState) == 0x000001, "Wrong alignment on BP_HKSessionSaveData_C_InternalSetCleanCityAdventureState"); \ static_assert(sizeof(BP_HKSessionSaveData_C_InternalSetCleanCityAdventureState) == 0x000001, "Wrong size on BP_HKSessionSaveData_C_InternalSetCleanCityAdventureState"); \ static_assert(offsetof(BP_HKSessionSaveData_C_InternalSetCleanCityAdventureState, State) == 0x000000, "Member 'BP_HKSessionSaveData_C_InternalSetCleanCityAdventureState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_GetNbOfNoteBookLooted \ static_assert(alignof(BP_HKSessionSaveData_C_GetNbOfNoteBookLooted) == 0x000004, "Wrong alignment on BP_HKSessionSaveData_C_GetNbOfNoteBookLooted"); \ static_assert(sizeof(BP_HKSessionSaveData_C_GetNbOfNoteBookLooted) == 0x000020, "Wrong size on BP_HKSessionSaveData_C_GetNbOfNoteBookLooted"); \ static_assert(offsetof(BP_HKSessionSaveData_C_GetNbOfNoteBookLooted, NbOfNoteBookLooted) == 0x000000, "Member 'BP_HKSessionSaveData_C_GetNbOfNoteBookLooted::NbOfNoteBookLooted' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_GetNbOfNoteBookLooted, NbOfLootedNoteBooks) == 0x000004, "Member 'BP_HKSessionSaveData_C_GetNbOfNoteBookLooted::NbOfLootedNoteBooks' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_GetNbOfNoteBookLooted, Temp_int_Variable) == 0x000008, "Member 'BP_HKSessionSaveData_C_GetNbOfNoteBookLooted::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_GetNbOfNoteBookLooted, Temp_int_Variable_1) == 0x00000C, "Member 'BP_HKSessionSaveData_C_GetNbOfNoteBookLooted::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_GetNbOfNoteBookLooted, Temp_int_Variable_2) == 0x000010, "Member 'BP_HKSessionSaveData_C_GetNbOfNoteBookLooted::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_GetNbOfNoteBookLooted, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_HKSessionSaveData_C_GetNbOfNoteBookLooted::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_GetNbOfNoteBookLooted, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_HKSessionSaveData_C_GetNbOfNoteBookLooted::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_GetNbOfNoteBookLooted, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'BP_HKSessionSaveData_C_GetNbOfNoteBookLooted::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKSessionSaveData_C_BlueprintToString \ static_assert(alignof(BP_HKSessionSaveData_C_BlueprintToString) == 0x000008, "Wrong alignment on BP_HKSessionSaveData_C_BlueprintToString"); \ static_assert(sizeof(BP_HKSessionSaveData_C_BlueprintToString) == 0x000978, "Wrong size on BP_HKSessionSaveData_C_BlueprintToString"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, ReturnValue) == 0x000000, "Member 'BP_HKSessionSaveData_C_BlueprintToString::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue) == 0x000010, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000028, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000C0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0000D0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue) == 0x0000E0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000F8, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_2) == 0x000110, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_3) == 0x000150, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000190, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x0001A0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0001B0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0001C8, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_5) == 0x000220, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4) == 0x000260, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_5) == 0x000270, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000280, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000298, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002B0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_7) == 0x0002F0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_6) == 0x000330, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_7) == 0x000340, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000350, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_7) == 0x000368, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_8) == 0x000380, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_9) == 0x0003C0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_8) == 0x000400, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_9) == 0x000410, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_8) == 0x000420, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_9) == 0x000438, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_10) == 0x000450, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_11) == 0x000490, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_10) == 0x0004D0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_11) == 0x0004E0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_10) == 0x0004F0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_11) == 0x000508, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_12) == 0x000520, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_13) == 0x000560, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_12) == 0x0005A0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_2) == 0x0005B0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_12) == 0x0005C8, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_14) == 0x0005E0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_15) == 0x000620, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_16) == 0x000660, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_3) == 0x0006A0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_17) == 0x0006B8, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_4) == 0x0006F8, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_18) == 0x000710, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_19) == 0x000750, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_5) == 0x000790, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_6) == 0x0007A8, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_20) == 0x0007C0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_21) == 0x000800, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_21' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_7) == 0x000840, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_13) == 0x000858, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_22) == 0x000868, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_22' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_StringToText_ReturnValue_13) == 0x0008A8, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_StringToText_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_23) == 0x0008C0, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_23' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_24) == 0x000900, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_24' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, K2Node_MakeArray_Array) == 0x000940, "Member 'BP_HKSessionSaveData_C_BlueprintToString::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Format_ReturnValue) == 0x000950, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKSessionSaveData_C_BlueprintToString, CallFunc_Conv_TextToString_ReturnValue) == 0x000968, "Member 'BP_HKSessionSaveData_C_BlueprintToString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_HKSessionSaveData_C \ static_assert(alignof(UBP_HKSessionSaveData_C) == 0x000008, "Wrong alignment on UBP_HKSessionSaveData_C"); \ static_assert(sizeof(UBP_HKSessionSaveData_C) == 0x000070, "Wrong size on UBP_HKSessionSaveData_C"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, SessionDoorUsedCount) == 0x000030, "Member 'UBP_HKSessionSaveData_C::SessionDoorUsedCount' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, AdventureState) == 0x000034, "Member 'UBP_HKSessionSaveData_C::AdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, ClemNoteBookLooted) == 0x000035, "Member 'UBP_HKSessionSaveData_C::ClemNoteBookLooted' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, DocNoteBookLooted) == 0x000036, "Member 'UBP_HKSessionSaveData_C::DocNoteBookLooted' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, GerardNoteBookLooted) == 0x000037, "Member 'UBP_HKSessionSaveData_C::GerardNoteBookLooted' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, NbOfCluesClemFlat) == 0x000038, "Member 'UBP_HKSessionSaveData_C::NbOfCluesClemFlat' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, RikoLooted) == 0x00003C, "Member 'UBP_HKSessionSaveData_C::RikoLooted' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, JailFinished) == 0x00003D, "Member 'UBP_HKSessionSaveData_C::JailFinished' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, Color) == 0x000040, "Member 'UBP_HKSessionSaveData_C::Color' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, TrackerShown) == 0x000044, "Member 'UBP_HKSessionSaveData_C::TrackerShown' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, ChapterAdventureState) == 0x000045, "Member 'UBP_HKSessionSaveData_C::ChapterAdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, B12FlatAdventureState) == 0x000046, "Member 'UBP_HKSessionSaveData_C::B12FlatAdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, SlumsPart1AdventureState) == 0x000047, "Member 'UBP_HKSessionSaveData_C::SlumsPart1AdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, RooftopsAdventureState) == 0x000048, "Member 'UBP_HKSessionSaveData_C::RooftopsAdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, SlumsPart2AdventureState) == 0x000049, "Member 'UBP_HKSessionSaveData_C::SlumsPart2AdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, DeadEndAdventureState) == 0x00004A, "Member 'UBP_HKSessionSaveData_C::DeadEndAdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, SewersAdventureState) == 0x00004B, "Member 'UBP_HKSessionSaveData_C::SewersAdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, AntVillageAdventureState) == 0x00004C, "Member 'UBP_HKSessionSaveData_C::AntVillageAdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, MidtownPart1AdventureState) == 0x00004D, "Member 'UBP_HKSessionSaveData_C::MidtownPart1AdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, FactoryAdventureState) == 0x00004E, "Member 'UBP_HKSessionSaveData_C::FactoryAdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, MidtownPart2AdventureState) == 0x00004F, "Member 'UBP_HKSessionSaveData_C::MidtownPart2AdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, JailAdventureState) == 0x000050, "Member 'UBP_HKSessionSaveData_C::JailAdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, CleanCityAdventureState) == 0x000051, "Member 'UBP_HKSessionSaveData_C::CleanCityAdventureState' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, OnAdventureStateChanged) == 0x000058, "Member 'UBP_HKSessionSaveData_C::OnAdventureStateChanged' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, SewersZurgKilled) == 0x000068, "Member 'UBP_HKSessionSaveData_C::SewersZurgKilled' has a wrong offset!"); \ static_assert(offsetof(UBP_HKSessionSaveData_C, DetectedBySentinelInMidtown) == 0x000069, "Member 'UBP_HKSessionSaveData_C::DetectedBySentinelInMidtown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New \ static_assert(alignof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New) == 0x000008, "Wrong alignment on UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New"); \ static_assert(sizeof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New) == 0x0000C8, "Wrong size on UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, EntryPoint) == 0x000000, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, K2Node_Event_MyGeometry) == 0x000008, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, K2Node_Event_InDeltaTime) == 0x000040, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_GetCachedGeometry_ReturnValue) == 0x000044, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_GetLocalSize_ReturnValue) == 0x00007C, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000088, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_BreakVector2D_X) == 0x000090, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_BreakVector2D_Y) == 0x000094, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_GetSize_ReturnValue) == 0x000098, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_BreakVector2D_X_1) == 0x0000A0, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_BreakVector2D_Y_1) == 0x0000A4, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x0000A8, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000B0, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000B4, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_MakeVector2D_ReturnValue) == 0x0000B8, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000C0, "Member 'UMG_VerticalScrollbar_New_C_ExecuteUbergraph_UMG_VerticalScrollbar_New::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_VerticalScrollbar_New_C_Tick \ static_assert(alignof(UMG_VerticalScrollbar_New_C_Tick) == 0x000004, "Wrong alignment on UMG_VerticalScrollbar_New_C_Tick"); \ static_assert(sizeof(UMG_VerticalScrollbar_New_C_Tick) == 0x00003C, "Wrong size on UMG_VerticalScrollbar_New_C_Tick"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_Tick, MyGeometry) == 0x000000, "Member 'UMG_VerticalScrollbar_New_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_Tick, InDeltaTime) == 0x000038, "Member 'UMG_VerticalScrollbar_New_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_VerticalScrollbar_New_C_PreConstruct \ static_assert(alignof(UMG_VerticalScrollbar_New_C_PreConstruct) == 0x000001, "Wrong alignment on UMG_VerticalScrollbar_New_C_PreConstruct"); \ static_assert(sizeof(UMG_VerticalScrollbar_New_C_PreConstruct) == 0x000001, "Wrong size on UMG_VerticalScrollbar_New_C_PreConstruct"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UMG_VerticalScrollbar_New_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_VerticalScrollbar_New_C_SetMaximumHeight \ static_assert(alignof(UMG_VerticalScrollbar_New_C_SetMaximumHeight) == 0x000004, "Wrong alignment on UMG_VerticalScrollbar_New_C_SetMaximumHeight"); \ static_assert(sizeof(UMG_VerticalScrollbar_New_C_SetMaximumHeight) == 0x00000C, "Wrong size on UMG_VerticalScrollbar_New_C_SetMaximumHeight"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_SetMaximumHeight, MaximumHeight_0) == 0x000000, "Member 'UMG_VerticalScrollbar_New_C_SetMaximumHeight::MaximumHeight_0' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_SetMaximumHeight, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'UMG_VerticalScrollbar_New_C_SetMaximumHeight::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_SetMaximumHeight, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000008, "Member 'UMG_VerticalScrollbar_New_C_SetMaximumHeight::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_VerticalScrollbar_New_C_SetViewHeight \ static_assert(alignof(UMG_VerticalScrollbar_New_C_SetViewHeight) == 0x000004, "Wrong alignment on UMG_VerticalScrollbar_New_C_SetViewHeight"); \ static_assert(sizeof(UMG_VerticalScrollbar_New_C_SetViewHeight) == 0x000008, "Wrong size on UMG_VerticalScrollbar_New_C_SetViewHeight"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_SetViewHeight, ViewHeight_0) == 0x000000, "Member 'UMG_VerticalScrollbar_New_C_SetViewHeight::ViewHeight_0' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_SetViewHeight, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'UMG_VerticalScrollbar_New_C_SetViewHeight::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_VerticalScrollbar_New_C_SetViewPosition \ static_assert(alignof(UMG_VerticalScrollbar_New_C_SetViewPosition) == 0x000004, "Wrong alignment on UMG_VerticalScrollbar_New_C_SetViewPosition"); \ static_assert(sizeof(UMG_VerticalScrollbar_New_C_SetViewPosition) == 0x000008, "Wrong size on UMG_VerticalScrollbar_New_C_SetViewPosition"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_SetViewPosition, Position) == 0x000000, "Member 'UMG_VerticalScrollbar_New_C_SetViewPosition::Position' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_SetViewPosition, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'UMG_VerticalScrollbar_New_C_SetViewPosition::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_VerticalScrollbar_New_C_UpdateVisibility \ static_assert(alignof(UMG_VerticalScrollbar_New_C_UpdateVisibility) == 0x000001, "Wrong alignment on UMG_VerticalScrollbar_New_C_UpdateVisibility"); \ static_assert(sizeof(UMG_VerticalScrollbar_New_C_UpdateVisibility) == 0x000005, "Wrong size on UMG_VerticalScrollbar_New_C_UpdateVisibility"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_UpdateVisibility, Temp_bool_Variable) == 0x000000, "Member 'UMG_VerticalScrollbar_New_C_UpdateVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_UpdateVisibility, Temp_byte_Variable) == 0x000001, "Member 'UMG_VerticalScrollbar_New_C_UpdateVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_UpdateVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'UMG_VerticalScrollbar_New_C_UpdateVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_UpdateVisibility, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000003, "Member 'UMG_VerticalScrollbar_New_C_UpdateVisibility::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_VerticalScrollbar_New_C_UpdateVisibility, K2Node_Select_Default) == 0x000004, "Member 'UMG_VerticalScrollbar_New_C_UpdateVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_VerticalScrollbar_New_C \ static_assert(alignof(UUMG_VerticalScrollbar_New_C) == 0x000008, "Wrong alignment on UUMG_VerticalScrollbar_New_C"); \ static_assert(sizeof(UUMG_VerticalScrollbar_New_C) == 0x000298, "Wrong size on UUMG_VerticalScrollbar_New_C"); \ static_assert(offsetof(UUMG_VerticalScrollbar_New_C, UberGraphFrame) == 0x000260, "Member 'UUMG_VerticalScrollbar_New_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_VerticalScrollbar_New_C, Border_85) == 0x000268, "Member 'UUMG_VerticalScrollbar_New_C::Border_85' has a wrong offset!"); \ static_assert(offsetof(UUMG_VerticalScrollbar_New_C, ScrollBar) == 0x000270, "Member 'UUMG_VerticalScrollbar_New_C::ScrollBar' has a wrong offset!"); \ static_assert(offsetof(UUMG_VerticalScrollbar_New_C, scrollbarContainer) == 0x000278, "Member 'UUMG_VerticalScrollbar_New_C::scrollbarContainer' has a wrong offset!"); \ static_assert(offsetof(UUMG_VerticalScrollbar_New_C, MaximumHeight) == 0x000280, "Member 'UUMG_VerticalScrollbar_New_C::MaximumHeight' has a wrong offset!"); \ static_assert(offsetof(UUMG_VerticalScrollbar_New_C, ViewHeight) == 0x000284, "Member 'UUMG_VerticalScrollbar_New_C::ViewHeight' has a wrong offset!"); \ static_assert(offsetof(UUMG_VerticalScrollbar_New_C, ViewPosition) == 0x000288, "Member 'UUMG_VerticalScrollbar_New_C::ViewPosition' has a wrong offset!"); \ static_assert(offsetof(UUMG_VerticalScrollbar_New_C, ContainerHeight) == 0x00028C, "Member 'UUMG_VerticalScrollbar_New_C::ContainerHeight' has a wrong offset!"); \ static_assert(offsetof(UUMG_VerticalScrollbar_New_C, ScrollbarSizeRatio) == 0x000290, "Member 'UUMG_VerticalScrollbar_New_C::ScrollbarSizeRatio' has a wrong offset!"); \ static_assert(offsetof(UUMG_VerticalScrollbar_New_C, ScrollbarPositionRatio) == 0x000294, "Member 'UUMG_VerticalScrollbar_New_C::ScrollbarPositionRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New \ static_assert(alignof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New) == 0x000008, "Wrong alignment on UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New"); \ static_assert(sizeof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New) == 0x000068, "Wrong size on UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, EntryPoint) == 0x000000, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, K2Node_CustomEvent_Backpack) == 0x000018, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::K2Node_CustomEvent_Backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, K2Node_CustomEvent__backpack) == 0x000020, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::K2Node_CustomEvent__backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, K2Node_CustomEvent__loot) == 0x000028, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::K2Node_CustomEvent__loot' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, CallFunc_GetCurrentSelection_Index) == 0x000034, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::CallFunc_GetCurrentSelection_Index' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, K2Node_MakeArray_Array) == 0x000038, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, CallFunc_GetInventory_ReturnValue) == 0x000048, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::CallFunc_GetInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00005C, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New, CallFunc_Subtract_IntInt_ReturnValue) == 0x000060, "Member 'UMG_Drone_HorizontalInventory_New_C_ExecuteUbergraph_UMG_Drone_HorizontalInventory_New::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_HorizontalInventory_New_C_OnInventoryChanged \ static_assert(alignof(UMG_Drone_HorizontalInventory_New_C_OnInventoryChanged) == 0x000008, "Wrong alignment on UMG_Drone_HorizontalInventory_New_C_OnInventoryChanged"); \ static_assert(sizeof(UMG_Drone_HorizontalInventory_New_C_OnInventoryChanged) == 0x000010, "Wrong size on UMG_Drone_HorizontalInventory_New_C_OnInventoryChanged"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_OnInventoryChanged, _backpack) == 0x000000, "Member 'UMG_Drone_HorizontalInventory_New_C_OnInventoryChanged::_backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_OnInventoryChanged, _loot) == 0x000008, "Member 'UMG_Drone_HorizontalInventory_New_C_OnInventoryChanged::_loot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_HorizontalInventory_New_C_SetBackpack \ static_assert(alignof(UMG_Drone_HorizontalInventory_New_C_SetBackpack) == 0x000008, "Wrong alignment on UMG_Drone_HorizontalInventory_New_C_SetBackpack"); \ static_assert(sizeof(UMG_Drone_HorizontalInventory_New_C_SetBackpack) == 0x000008, "Wrong size on UMG_Drone_HorizontalInventory_New_C_SetBackpack"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetBackpack, Backpack_0) == 0x000000, "Member 'UMG_Drone_HorizontalInventory_New_C_SetBackpack::Backpack_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_HorizontalInventory_New_C_UpdateVisual \ static_assert(alignof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual) == 0x000008, "Wrong alignment on UMG_Drone_HorizontalInventory_New_C_UpdateVisual"); \ static_assert(sizeof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual) == 0x000098, "Wrong size on UMG_Drone_HorizontalInventory_New_C_UpdateVisual"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_GetInventory_ReturnValue) == 0x000010, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_GetInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000028, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002D, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_SelectFloat_ReturnValue_1) == 0x000034, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Array_Length_ReturnValue_2) == 0x000038, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x00003C, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_GetInventory_ReturnValue_1) == 0x000040, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_GetInventory_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Array_Length_ReturnValue_3) == 0x000054, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, Temp_int_Variable) == 0x000058, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Array_Get_Item) == 0x000060, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Array_Length_ReturnValue_4) == 0x000070, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000074, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Less_IntInt_ReturnValue_1) == 0x000078, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Array_Get_Item_2) == 0x000080, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Less_IntInt_ReturnValue_2) == 0x000088, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000089, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_Add_IntInt_ReturnValue_2) == 0x00008C, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_UpdateVisual, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'UMG_Drone_HorizontalInventory_New_C_UpdateVisual::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection \ static_assert(alignof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection) == 0x000008, "Wrong alignment on UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection"); \ static_assert(sizeof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection) == 0x000098, "Wrong size on UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, Index_0) == 0x000000, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::Index_0' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, PlaySound_0) == 0x000004, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::PlaySound_0' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, PreviousIndex) == 0x000008, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::PreviousIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, ClampedIndex) == 0x00000C, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::ClampedIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000011, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000020, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x000029, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000030, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Array_Get_Item) == 0x000040, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_SpawnSoundAtLocation_ReturnValue_1) == 0x000048, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_SpawnSoundAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000050, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000064, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000068, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x00006C, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_GreaterEqual_IntInt_ReturnValue_3) == 0x000070, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_GreaterEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Less_IntInt_ReturnValue) == 0x000071, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_GetInventory_ReturnValue) == 0x000078, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_GetInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Array_Length_ReturnValue_1) == 0x000088, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, K2Node_MathExpression_ReturnValue) == 0x00008C, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection, CallFunc_Greater_IntInt_ReturnValue) == 0x000090, "Member 'UMG_Drone_HorizontalInventory_New_C_SetCurrentSelection::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_HorizontalInventory_New_C_GetCurrentSelection \ static_assert(alignof(UMG_Drone_HorizontalInventory_New_C_GetCurrentSelection) == 0x000004, "Wrong alignment on UMG_Drone_HorizontalInventory_New_C_GetCurrentSelection"); \ static_assert(sizeof(UMG_Drone_HorizontalInventory_New_C_GetCurrentSelection) == 0x000004, "Wrong size on UMG_Drone_HorizontalInventory_New_C_GetCurrentSelection"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_GetCurrentSelection, Index_0) == 0x000000, "Member 'UMG_Drone_HorizontalInventory_New_C_GetCurrentSelection::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_HorizontalInventory_New_C_GetSelectedItem \ static_assert(alignof(UMG_Drone_HorizontalInventory_New_C_GetSelectedItem) == 0x000008, "Wrong alignment on UMG_Drone_HorizontalInventory_New_C_GetSelectedItem"); \ static_assert(sizeof(UMG_Drone_HorizontalInventory_New_C_GetSelectedItem) == 0x000038, "Wrong size on UMG_Drone_HorizontalInventory_New_C_GetSelectedItem"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_GetSelectedItem, Lootable) == 0x000000, "Member 'UMG_Drone_HorizontalInventory_New_C_GetSelectedItem::Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_GetSelectedItem, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'UMG_Drone_HorizontalInventory_New_C_GetSelectedItem::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_GetSelectedItem, CallFunc_GetInventory_ReturnValue) == 0x000010, "Member 'UMG_Drone_HorizontalInventory_New_C_GetSelectedItem::CallFunc_GetInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_GetSelectedItem, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'UMG_Drone_HorizontalInventory_New_C_GetSelectedItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_GetSelectedItem, CallFunc_Array_Get_Item) == 0x000028, "Member 'UMG_Drone_HorizontalInventory_New_C_GetSelectedItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_GetSelectedItem, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'UMG_Drone_HorizontalInventory_New_C_GetSelectedItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_GetSelectedItem, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'UMG_Drone_HorizontalInventory_New_C_GetSelectedItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_HorizontalInventory_New_C_GetSelectedItem, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'UMG_Drone_HorizontalInventory_New_C_GetSelectedItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Drone_HorizontalInventory_New_C \ static_assert(alignof(UUMG_Drone_HorizontalInventory_New_C) == 0x000008, "Wrong alignment on UUMG_Drone_HorizontalInventory_New_C"); \ static_assert(sizeof(UUMG_Drone_HorizontalInventory_New_C) == 0x0002D8, "Wrong size on UUMG_Drone_HorizontalInventory_New_C"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, UberGraphFrame) == 0x000260, "Member 'UUMG_Drone_HorizontalInventory_New_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, left_arrow) == 0x000268, "Member 'UUMG_Drone_HorizontalInventory_New_C::left_arrow' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, right_arrow) == 0x000270, "Member 'UUMG_Drone_HorizontalInventory_New_C::right_arrow' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, UMG_Drone_GridButton_New_0) == 0x000278, "Member 'UUMG_Drone_HorizontalInventory_New_C::UMG_Drone_GridButton_New_0' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, UMG_Drone_GridButton_New_1) == 0x000280, "Member 'UUMG_Drone_HorizontalInventory_New_C::UMG_Drone_GridButton_New_1' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, UMG_Drone_GridButton_New_2) == 0x000288, "Member 'UUMG_Drone_HorizontalInventory_New_C::UMG_Drone_GridButton_New_2' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, UMG_Drone_GridButton_New_3) == 0x000290, "Member 'UUMG_Drone_HorizontalInventory_New_C::UMG_Drone_GridButton_New_3' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, UMG_Drone_GridButton_New_4) == 0x000298, "Member 'UUMG_Drone_HorizontalInventory_New_C::UMG_Drone_GridButton_New_4' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, UMG_Drone_GridButton_New_5) == 0x0002A0, "Member 'UUMG_Drone_HorizontalInventory_New_C::UMG_Drone_GridButton_New_5' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, Backpack) == 0x0002A8, "Member 'UUMG_Drone_HorizontalInventory_New_C::Backpack' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, Slots) == 0x0002B0, "Member 'UUMG_Drone_HorizontalInventory_New_C::Slots' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, Offset) == 0x0002C0, "Member 'UUMG_Drone_HorizontalInventory_New_C::Offset' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, CurrentSelection) == 0x0002C4, "Member 'UUMG_Drone_HorizontalInventory_New_C::CurrentSelection' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_HorizontalInventory_New_C, SelectionChanged) == 0x0002C8, "Member 'UUMG_Drone_HorizontalInventory_New_C::SelectionChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton \ static_assert(alignof(UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton) == 0x000004, "Wrong alignment on UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton"); \ static_assert(sizeof(UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton) == 0x000008, "Wrong size on UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton"); \ static_assert(offsetof(UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton, EntryPoint) == 0x000000, "Member 'UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton, K2Node_Event_IsDesignTime) == 0x000005, "Member 'UMG_Drone_GridButton_C_ExecuteUbergraph_UMG_Drone_GridButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_C_PreConstruct \ static_assert(alignof(UMG_Drone_GridButton_C_PreConstruct) == 0x000001, "Wrong alignment on UMG_Drone_GridButton_C_PreConstruct"); \ static_assert(sizeof(UMG_Drone_GridButton_C_PreConstruct) == 0x000001, "Wrong size on UMG_Drone_GridButton_C_PreConstruct"); \ static_assert(offsetof(UMG_Drone_GridButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UMG_Drone_GridButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_C_SetImage \ static_assert(alignof(UMG_Drone_GridButton_C_SetImage) == 0x000008, "Wrong alignment on UMG_Drone_GridButton_C_SetImage"); \ static_assert(sizeof(UMG_Drone_GridButton_C_SetImage) == 0x000020, "Wrong size on UMG_Drone_GridButton_C_SetImage"); \ static_assert(offsetof(UMG_Drone_GridButton_C_SetImage, Image) == 0x000000, "Member 'UMG_Drone_GridButton_C_SetImage::Image' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_C_SetImage, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UMG_Drone_GridButton_C_SetImage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_C_SetImage, K2Node_DynamicCast_AsTexture_2D) == 0x000010, "Member 'UMG_Drone_GridButton_C_SetImage::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_GridButton_C_SetImage, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UMG_Drone_GridButton_C_SetImage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_C_BeginFocus \ static_assert(alignof(UMG_Drone_GridButton_C_BeginFocus) == 0x000008, "Wrong alignment on UMG_Drone_GridButton_C_BeginFocus"); \ static_assert(sizeof(UMG_Drone_GridButton_C_BeginFocus) == 0x000008, "Wrong size on UMG_Drone_GridButton_C_BeginFocus"); \ static_assert(offsetof(UMG_Drone_GridButton_C_BeginFocus, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UMG_Drone_GridButton_C_BeginFocus::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_C_EndFocus \ static_assert(alignof(UMG_Drone_GridButton_C_EndFocus) == 0x000008, "Wrong alignment on UMG_Drone_GridButton_C_EndFocus"); \ static_assert(sizeof(UMG_Drone_GridButton_C_EndFocus) == 0x000008, "Wrong size on UMG_Drone_GridButton_C_EndFocus"); \ static_assert(offsetof(UMG_Drone_GridButton_C_EndFocus, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UMG_Drone_GridButton_C_EndFocus::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_C_SetImageRatio \ static_assert(alignof(UMG_Drone_GridButton_C_SetImageRatio) == 0x000004, "Wrong alignment on UMG_Drone_GridButton_C_SetImageRatio"); \ static_assert(sizeof(UMG_Drone_GridButton_C_SetImageRatio) == 0x000004, "Wrong size on UMG_Drone_GridButton_C_SetImageRatio"); \ static_assert(offsetof(UMG_Drone_GridButton_C_SetImageRatio, imageRatio_0) == 0x000000, "Member 'UMG_Drone_GridButton_C_SetImageRatio::imageRatio_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_C_BeginFade \ static_assert(alignof(UMG_Drone_GridButton_C_BeginFade) == 0x000008, "Wrong alignment on UMG_Drone_GridButton_C_BeginFade"); \ static_assert(sizeof(UMG_Drone_GridButton_C_BeginFade) == 0x000008, "Wrong size on UMG_Drone_GridButton_C_BeginFade"); \ static_assert(offsetof(UMG_Drone_GridButton_C_BeginFade, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UMG_Drone_GridButton_C_BeginFade::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_GridButton_C_EndFade \ static_assert(alignof(UMG_Drone_GridButton_C_EndFade) == 0x000008, "Wrong alignment on UMG_Drone_GridButton_C_EndFade"); \ static_assert(sizeof(UMG_Drone_GridButton_C_EndFade) == 0x000008, "Wrong size on UMG_Drone_GridButton_C_EndFade"); \ static_assert(offsetof(UMG_Drone_GridButton_C_EndFade, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000000, "Member 'UMG_Drone_GridButton_C_EndFade::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Drone_GridButton_C \ static_assert(alignof(UUMG_Drone_GridButton_C) == 0x000008, "Wrong alignment on UUMG_Drone_GridButton_C"); \ static_assert(sizeof(UUMG_Drone_GridButton_C) == 0x0002A0, "Wrong size on UUMG_Drone_GridButton_C"); \ static_assert(offsetof(UUMG_Drone_GridButton_C, UberGraphFrame) == 0x000260, "Member 'UUMG_Drone_GridButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_C, fade) == 0x000268, "Member 'UUMG_Drone_GridButton_C::fade' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_C, UnSelect) == 0x000270, "Member 'UUMG_Drone_GridButton_C::UnSelect' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_C, Select) == 0x000278, "Member 'UUMG_Drone_GridButton_C::Select' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_C, Thumbnail) == 0x000280, "Member 'UUMG_Drone_GridButton_C::Thumbnail' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_C, UMG_Selector) == 0x000288, "Member 'UUMG_Drone_GridButton_C::UMG_Selector' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_C, Button_Material_Instance) == 0x000290, "Member 'UUMG_Drone_GridButton_C::Button_Material_Instance' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_GridButton_C, imageRatio) == 0x000298, "Member 'UUMG_Drone_GridButton_C::imageRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer \ static_assert(alignof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer) == 0x000008, "Wrong alignment on BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer"); \ static_assert(sizeof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer) == 0x000208, "Wrong size on BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, EntryPoint) == 0x000000, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, K2Node_InputAxisEvent_AxisValue) == 0x000004, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::K2Node_InputAxisEvent_AxisValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000008, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_BreakVector_X) == 0x000010, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_BreakVector_Y) == 0x000014, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_BreakVector_Z) == 0x000018, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x00001C, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A4, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000A8, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, K2Node_Event_DeltaSeconds) == 0x000130, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000134, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_IsValid_ReturnValue) == 0x000138, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00013C, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_FClamp_ReturnValue) == 0x000140, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000144, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x000148, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_BreakVector2D_X) == 0x000150, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_BreakVector2D_Y) == 0x000154, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000158, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Add_FloatFloat_ReturnValue) == 0x00015C, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000160, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_Vector2DFloat_ReturnValue_2) == 0x000164, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_Vector2DFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_BreakVector2D_X_1) == 0x00016C, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_BreakVector2D_Y_1) == 0x000170, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000174, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000178, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_MakeRotator_ReturnValue) == 0x00017C, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_ComposeRotators_ReturnValue) == 0x000188, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_MapRangeClamped_ReturnValue) == 0x000194, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000198, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x00019C, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x0001A0, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_FClamp_ReturnValue_1) == 0x0001A4, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x0001A8, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_FClamp_ReturnValue_2) == 0x0001AC, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_MakeVector_ReturnValue) == 0x0001B0, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_IsPlaying_ReturnValue) == 0x0001BC, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001C0, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0001CC, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_VSizeSquared_ReturnValue) == 0x0001D0, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Abs_ReturnValue) == 0x0001D4, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, K2Node_InputActionEvent_Key) == 0x0001D8, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::K2Node_InputActionEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_VSize2DSquared_ReturnValue) == 0x0001F0, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_VSize2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0001F4, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0001F8, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0001FC, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000200, "Member 'BP_ItemRenderer_C_ExecuteUbergraph_BP_ItemRenderer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_ReceiveTick \ static_assert(alignof(BP_ItemRenderer_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_ItemRenderer_C_ReceiveTick"); \ static_assert(sizeof(BP_ItemRenderer_C_ReceiveTick) == 0x000004, "Wrong size on BP_ItemRenderer_C_ReceiveTick"); \ static_assert(offsetof(BP_ItemRenderer_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_ItemRenderer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_InpAxisEvt_PhotoZoom_K2Node_InputAxisEvent_35 \ static_assert(alignof(BP_ItemRenderer_C_InpAxisEvt_PhotoZoom_K2Node_InputAxisEvent_35) == 0x000004, "Wrong alignment on BP_ItemRenderer_C_InpAxisEvt_PhotoZoom_K2Node_InputAxisEvent_35"); \ static_assert(sizeof(BP_ItemRenderer_C_InpAxisEvt_PhotoZoom_K2Node_InputAxisEvent_35) == 0x000004, "Wrong size on BP_ItemRenderer_C_InpAxisEvt_PhotoZoom_K2Node_InputAxisEvent_35"); \ static_assert(offsetof(BP_ItemRenderer_C_InpAxisEvt_PhotoZoom_K2Node_InputAxisEvent_35, AxisValue) == 0x000000, "Member 'BP_ItemRenderer_C_InpAxisEvt_PhotoZoom_K2Node_InputAxisEvent_35::AxisValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_InpActEvt_GUI_Cancel_K2Node_InputActionEvent_0 \ static_assert(alignof(BP_ItemRenderer_C_InpActEvt_GUI_Cancel_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on BP_ItemRenderer_C_InpActEvt_GUI_Cancel_K2Node_InputActionEvent_0"); \ static_assert(sizeof(BP_ItemRenderer_C_InpActEvt_GUI_Cancel_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on BP_ItemRenderer_C_InpActEvt_GUI_Cancel_K2Node_InputActionEvent_0"); \ static_assert(offsetof(BP_ItemRenderer_C_InpActEvt_GUI_Cancel_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'BP_ItemRenderer_C_InpActEvt_GUI_Cancel_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_SetItemClass \ static_assert(alignof(BP_ItemRenderer_C_SetItemClass) == 0x000010, "Wrong alignment on BP_ItemRenderer_C_SetItemClass"); \ static_assert(sizeof(BP_ItemRenderer_C_SetItemClass) == 0x000250, "Wrong size on BP_ItemRenderer_C_SetItemClass"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, ActorClass) == 0x000000, "Member 'BP_ItemRenderer_C_SetItemClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_ItemRenderer_C_SetItemClass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_ItemRenderer_C_SetItemClass::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_ItemRenderer_C_SetItemClass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'BP_ItemRenderer_C_SetItemClass::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult) == 0x00002C, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, Temp_int_Loop_Counter_Variable_1) == 0x0000B4, "Member 'BP_ItemRenderer_C_SetItemClass::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C4, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_GetActorVisualBounds_ReturnValue) == 0x0000C8, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_GetActorVisualBounds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_GetBoxExtent_ReturnValue) == 0x0000E4, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_GetBoxExtent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_GetBoxCenter_ReturnValue) == 0x0000F0, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_GetBoxCenter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_BreakVector_X) == 0x0000FC, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_BreakVector_Y) == 0x000100, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_BreakVector_Z) == 0x000104, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000108, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_FMax_ReturnValue) == 0x000114, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x000118, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_FMax_ReturnValue_1) == 0x0001A0, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0001A4, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001A8, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Conv_FloatToVector_ReturnValue) == 0x0001AC, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0001B8, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Array_Get_Item) == 0x0001C8, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Array_Length_ReturnValue) == 0x0001D0, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Less_IntInt_ReturnValue) == 0x0001D4, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x0001D8, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Array_Get_Item_1) == 0x0001E8, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Array_Length_ReturnValue_1) == 0x0001F0, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001F4, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_MakeTransform_ReturnValue) == 0x000200, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000230, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_IsValidClass_ReturnValue) == 0x000238, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_FinishSpawningActor_ReturnValue) == 0x000240, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetItemClass, CallFunc_IsValid_ReturnValue) == 0x000248, "Member 'BP_ItemRenderer_C_SetItemClass::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_SetRotationVerticalInput \ static_assert(alignof(BP_ItemRenderer_C_SetRotationVerticalInput) == 0x000004, "Wrong alignment on BP_ItemRenderer_C_SetRotationVerticalInput"); \ static_assert(sizeof(BP_ItemRenderer_C_SetRotationVerticalInput) == 0x000014, "Wrong size on BP_ItemRenderer_C_SetRotationVerticalInput"); \ static_assert(offsetof(BP_ItemRenderer_C_SetRotationVerticalInput, Input) == 0x000000, "Member 'BP_ItemRenderer_C_SetRotationVerticalInput::Input' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetRotationVerticalInput, CallFunc_BreakVector2D_X) == 0x000004, "Member 'BP_ItemRenderer_C_SetRotationVerticalInput::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetRotationVerticalInput, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'BP_ItemRenderer_C_SetRotationVerticalInput::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetRotationVerticalInput, CallFunc_MakeVector2D_ReturnValue) == 0x00000C, "Member 'BP_ItemRenderer_C_SetRotationVerticalInput::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_SetRotationHorizontalInput \ static_assert(alignof(BP_ItemRenderer_C_SetRotationHorizontalInput) == 0x000004, "Wrong alignment on BP_ItemRenderer_C_SetRotationHorizontalInput"); \ static_assert(sizeof(BP_ItemRenderer_C_SetRotationHorizontalInput) == 0x000014, "Wrong size on BP_ItemRenderer_C_SetRotationHorizontalInput"); \ static_assert(offsetof(BP_ItemRenderer_C_SetRotationHorizontalInput, Input) == 0x000000, "Member 'BP_ItemRenderer_C_SetRotationHorizontalInput::Input' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetRotationHorizontalInput, CallFunc_BreakVector2D_X) == 0x000004, "Member 'BP_ItemRenderer_C_SetRotationHorizontalInput::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetRotationHorizontalInput, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'BP_ItemRenderer_C_SetRotationHorizontalInput::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetRotationHorizontalInput, CallFunc_MakeVector2D_ReturnValue) == 0x00000C, "Member 'BP_ItemRenderer_C_SetRotationHorizontalInput::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_SetTranslationVerticalInput \ static_assert(alignof(BP_ItemRenderer_C_SetTranslationVerticalInput) == 0x000004, "Wrong alignment on BP_ItemRenderer_C_SetTranslationVerticalInput"); \ static_assert(sizeof(BP_ItemRenderer_C_SetTranslationVerticalInput) == 0x000014, "Wrong size on BP_ItemRenderer_C_SetTranslationVerticalInput"); \ static_assert(offsetof(BP_ItemRenderer_C_SetTranslationVerticalInput, Input) == 0x000000, "Member 'BP_ItemRenderer_C_SetTranslationVerticalInput::Input' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetTranslationVerticalInput, CallFunc_BreakVector2D_X) == 0x000004, "Member 'BP_ItemRenderer_C_SetTranslationVerticalInput::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetTranslationVerticalInput, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'BP_ItemRenderer_C_SetTranslationVerticalInput::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetTranslationVerticalInput, CallFunc_MakeVector2D_ReturnValue) == 0x00000C, "Member 'BP_ItemRenderer_C_SetTranslationVerticalInput::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_SetTranslationHorizontalInput \ static_assert(alignof(BP_ItemRenderer_C_SetTranslationHorizontalInput) == 0x000004, "Wrong alignment on BP_ItemRenderer_C_SetTranslationHorizontalInput"); \ static_assert(sizeof(BP_ItemRenderer_C_SetTranslationHorizontalInput) == 0x000014, "Wrong size on BP_ItemRenderer_C_SetTranslationHorizontalInput"); \ static_assert(offsetof(BP_ItemRenderer_C_SetTranslationHorizontalInput, Input) == 0x000000, "Member 'BP_ItemRenderer_C_SetTranslationHorizontalInput::Input' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetTranslationHorizontalInput, CallFunc_BreakVector2D_X) == 0x000004, "Member 'BP_ItemRenderer_C_SetTranslationHorizontalInput::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetTranslationHorizontalInput, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'BP_ItemRenderer_C_SetTranslationHorizontalInput::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ItemRenderer_C_SetTranslationHorizontalInput, CallFunc_MakeVector2D_ReturnValue) == 0x00000C, "Member 'BP_ItemRenderer_C_SetTranslationHorizontalInput::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_SetZoomInput \ static_assert(alignof(BP_ItemRenderer_C_SetZoomInput) == 0x000004, "Wrong alignment on BP_ItemRenderer_C_SetZoomInput"); \ static_assert(sizeof(BP_ItemRenderer_C_SetZoomInput) == 0x000004, "Wrong size on BP_ItemRenderer_C_SetZoomInput"); \ static_assert(offsetof(BP_ItemRenderer_C_SetZoomInput, Input) == 0x000000, "Member 'BP_ItemRenderer_C_SetZoomInput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_GetZoomInput \ static_assert(alignof(BP_ItemRenderer_C_GetZoomInput) == 0x000004, "Wrong alignment on BP_ItemRenderer_C_GetZoomInput"); \ static_assert(sizeof(BP_ItemRenderer_C_GetZoomInput) == 0x000004, "Wrong size on BP_ItemRenderer_C_GetZoomInput"); \ static_assert(offsetof(BP_ItemRenderer_C_GetZoomInput, Input) == 0x000000, "Member 'BP_ItemRenderer_C_GetZoomInput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ItemRenderer_C_GetVisualizedActor \ static_assert(alignof(BP_ItemRenderer_C_GetVisualizedActor) == 0x000008, "Wrong alignment on BP_ItemRenderer_C_GetVisualizedActor"); \ static_assert(sizeof(BP_ItemRenderer_C_GetVisualizedActor) == 0x000008, "Wrong size on BP_ItemRenderer_C_GetVisualizedActor"); \ static_assert(offsetof(BP_ItemRenderer_C_GetVisualizedActor, Actor_0) == 0x000000, "Member 'BP_ItemRenderer_C_GetVisualizedActor::Actor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ItemRenderer_C \ static_assert(alignof(ABP_ItemRenderer_C) == 0x000008, "Wrong alignment on ABP_ItemRenderer_C"); \ static_assert(sizeof(ABP_ItemRenderer_C) == 0x000308, "Wrong size on ABP_ItemRenderer_C"); \ static_assert(offsetof(ABP_ItemRenderer_C, UberGraphFrame) == 0x000228, "Member 'ABP_ItemRenderer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, sfx_rotate_item) == 0x000230, "Member 'ABP_ItemRenderer_C::sfx_rotate_item' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, TestMesh) == 0x000238, "Member 'ABP_ItemRenderer_C::TestMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, Attach) == 0x000240, "Member 'ABP_ItemRenderer_C::Attach' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, SharedRoot) == 0x000248, "Member 'ABP_ItemRenderer_C::SharedRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, BlackSphere) == 0x000250, "Member 'ABP_ItemRenderer_C::BlackSphere' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, NewSceneCaptureComponent2D) == 0x000258, "Member 'ABP_ItemRenderer_C::NewSceneCaptureComponent2D' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, LightComponent01) == 0x000260, "Member 'ABP_ItemRenderer_C::LightComponent01' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, LightComponent0) == 0x000268, "Member 'ABP_ItemRenderer_C::LightComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, BackdropSphere) == 0x000270, "Member 'ABP_ItemRenderer_C::BackdropSphere' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, ShowGridTimeLine_Opacity_08C379504B4804B38FB23E9F6DEA1080) == 0x000278, "Member 'ABP_ItemRenderer_C::ShowGridTimeLine_Opacity_08C379504B4804B38FB23E9F6DEA1080' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, ShowGridTimeLine__Direction_08C379504B4804B38FB23E9F6DEA1080) == 0x00027C, "Member 'ABP_ItemRenderer_C::ShowGridTimeLine__Direction_08C379504B4804B38FB23E9F6DEA1080' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, ShowGridTimeLine) == 0x000280, "Member 'ABP_ItemRenderer_C::ShowGridTimeLine' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, MinFovAngle) == 0x000288, "Member 'ABP_ItemRenderer_C::MinFovAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, MaxFovAngle) == 0x00028C, "Member 'ABP_ItemRenderer_C::MaxFovAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, RotationSpeed) == 0x000290, "Member 'ABP_ItemRenderer_C::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, TranslationSpeed) == 0x000294, "Member 'ABP_ItemRenderer_C::TranslationSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, MaxHorizontalTranslation) == 0x000298, "Member 'ABP_ItemRenderer_C::MaxHorizontalTranslation' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, MaxVerticalTranslation) == 0x00029C, "Member 'ABP_ItemRenderer_C::MaxVerticalTranslation' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, ZoomSpeed) == 0x0002A0, "Member 'ABP_ItemRenderer_C::ZoomSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, Actor) == 0x0002A8, "Member 'ABP_ItemRenderer_C::Actor' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, FOVAngle) == 0x0002B0, "Member 'ABP_ItemRenderer_C::FOVAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, Rotation) == 0x0002B4, "Member 'ABP_ItemRenderer_C::Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, Translation) == 0x0002C0, "Member 'ABP_ItemRenderer_C::Translation' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, RotationInput) == 0x0002CC, "Member 'ABP_ItemRenderer_C::RotationInput' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, TranslationInput) == 0x0002D4, "Member 'ABP_ItemRenderer_C::TranslationInput' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, ZoomInput) == 0x0002DC, "Member 'ABP_ItemRenderer_C::ZoomInput' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, GUICancelPressed) == 0x0002E0, "Member 'ABP_ItemRenderer_C::GUICancelPressed' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, grid) == 0x0002F0, "Member 'ABP_ItemRenderer_C::grid' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, previousTranslation) == 0x0002F8, "Member 'ABP_ItemRenderer_C::previousTranslation' has a wrong offset!"); \ static_assert(offsetof(ABP_ItemRenderer_C, previousAngle) == 0x000304, "Member 'ABP_ItemRenderer_C::previousAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton \ static_assert(alignof(UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton) == 0x000008, "Wrong alignment on UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton"); \ static_assert(sizeof(UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton) == 0x000028, "Wrong size on UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton"); \ static_assert(offsetof(UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton, EntryPoint) == 0x000000, "Member 'UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton, CallFunc_FindPlayerDrone_Drone) == 0x000008, "Member 'UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton::CallFunc_FindPlayerDrone_Drone' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000018, "Member 'UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'UMG_Drone_SideMemoryButton_C_ExecuteUbergraph_UMG_Drone_SideMemoryButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_SideMemoryButton_C_SetState \ static_assert(alignof(UMG_Drone_SideMemoryButton_C_SetState) == 0x000001, "Wrong alignment on UMG_Drone_SideMemoryButton_C_SetState"); \ static_assert(sizeof(UMG_Drone_SideMemoryButton_C_SetState) == 0x000004, "Wrong size on UMG_Drone_SideMemoryButton_C_SetState"); \ static_assert(offsetof(UMG_Drone_SideMemoryButton_C_SetState, State) == 0x000000, "Member 'UMG_Drone_SideMemoryButton_C_SetState::State' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_SideMemoryButton_C_SetState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'UMG_Drone_SideMemoryButton_C_SetState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_SideMemoryButton_C_SetState, K2Node_SwitchEnum_CmpSuccess_1) == 0x000002, "Member 'UMG_Drone_SideMemoryButton_C_SetState::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_SideMemoryButton_C_SetState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UMG_Drone_SideMemoryButton_C_SetState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Drone_SideMemoryButton_C \ static_assert(alignof(UUMG_Drone_SideMemoryButton_C) == 0x000008, "Wrong alignment on UUMG_Drone_SideMemoryButton_C"); \ static_assert(sizeof(UUMG_Drone_SideMemoryButton_C) == 0x000298, "Wrong size on UUMG_Drone_SideMemoryButton_C"); \ static_assert(offsetof(UUMG_Drone_SideMemoryButton_C, UberGraphFrame) == 0x000260, "Member 'UUMG_Drone_SideMemoryButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_SideMemoryButton_C, Unlock) == 0x000268, "Member 'UUMG_Drone_SideMemoryButton_C::Unlock' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_SideMemoryButton_C, Active) == 0x000270, "Member 'UUMG_Drone_SideMemoryButton_C::Active' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_SideMemoryButton_C, Empty) == 0x000278, "Member 'UUMG_Drone_SideMemoryButton_C::Empty' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_SideMemoryButton_C, Inactive) == 0x000280, "Member 'UUMG_Drone_SideMemoryButton_C::Inactive' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_SideMemoryButton_C, Revealed) == 0x000288, "Member 'UUMG_Drone_SideMemoryButton_C::Revealed' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_SideMemoryButton_C, CurrentState) == 0x000290, "Member 'UUMG_Drone_SideMemoryButton_C::CurrentState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon \ static_assert(alignof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon) == 0x000004, "Wrong alignment on ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon"); \ static_assert(sizeof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon) == 0x00001C, "Wrong size on ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, EntryPoint) == 0x000000, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, CallFunc_Not_PreBool_ReturnValue_1) == 0x000005, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, CallFunc_Not_PreBool_ReturnValue_2) == 0x000006, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, CallFunc_Not_PreBool_ReturnValue_3) == 0x000007, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, CallFunc_BooleanAND_ReturnValue) == 0x000008, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, CallFunc_BooleanAND_ReturnValue_1) == 0x000009, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, K2Node_Event_DeltaTimeX) == 0x00000C, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, CallFunc_RandomFloatInRange_ReturnValue) == 0x000010, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000014, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000018, "Member 'ABP_Pigeon_C_ExecuteUbergraph_ABP_Pigeon::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Pigeon_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Pigeon_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Pigeon_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Pigeon_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Pigeon_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Pigeon_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Pigeon_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Pigeon_C_AnimGraph \ static_assert(alignof(ABP_Pigeon_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Pigeon_C_AnimGraph"); \ static_assert(sizeof(ABP_Pigeon_C_AnimGraph) == 0x000010, "Wrong size on ABP_Pigeon_C_AnimGraph"); \ static_assert(offsetof(ABP_Pigeon_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Pigeon_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Pigeon_C \ static_assert(alignof(UABP_Pigeon_C) == 0x000010, "Wrong alignment on UABP_Pigeon_C"); \ static_assert(sizeof(UABP_Pigeon_C) == 0x000670, "Wrong size on UABP_Pigeon_C"); \ static_assert(offsetof(UABP_Pigeon_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Pigeon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Pigeon_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_TransitionResult_3) == 0x0002F8, "Member 'UABP_Pigeon_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_TransitionResult_2) == 0x000320, "Member 'UABP_Pigeon_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_TransitionResult_1) == 0x000348, "Member 'UABP_Pigeon_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_TransitionResult) == 0x000370, "Member 'UABP_Pigeon_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_SequencePlayer_2) == 0x000398, "Member 'UABP_Pigeon_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_StateResult_2) == 0x000418, "Member 'UABP_Pigeon_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_SequencePlayer_1) == 0x000448, "Member 'UABP_Pigeon_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_StateResult_1) == 0x0004C8, "Member 'UABP_Pigeon_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_SequencePlayer) == 0x0004F8, "Member 'UABP_Pigeon_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_StateResult) == 0x000578, "Member 'UABP_Pigeon_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, AnimGraphNode_StateMachine) == 0x0005A8, "Member 'UABP_Pigeon_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, Peck_) == 0x000658, "Member 'UABP_Pigeon_C::Peck_' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, Fly_) == 0x000659, "Member 'UABP_Pigeon_C::Fly_' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, PeckPlayRate) == 0x00065C, "Member 'UABP_Pigeon_C::PeckPlayRate' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, FlyPlayRate) == 0x000660, "Member 'UABP_Pigeon_C::FlyPlayRate' has a wrong offset!"); \ static_assert(offsetof(UABP_Pigeon_C, RandomPeckTime) == 0x000664, "Member 'UABP_Pigeon_C::RandomPeckTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton \ static_assert(alignof(UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton) == 0x000008, "Wrong alignment on UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton"); \ static_assert(sizeof(UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton) == 0x000028, "Wrong size on UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton"); \ static_assert(offsetof(UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton, EntryPoint) == 0x000000, "Member 'UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton, CallFunc_FindPlayerDrone_Drone) == 0x000008, "Member 'UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton::CallFunc_FindPlayerDrone_Drone' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000018, "Member 'UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'UMG_Drone_MainMemoryButton_C_ExecuteUbergraph_UMG_Drone_MainMemoryButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_MainMemoryButton_C_SetState \ static_assert(alignof(UMG_Drone_MainMemoryButton_C_SetState) == 0x000001, "Wrong alignment on UMG_Drone_MainMemoryButton_C_SetState"); \ static_assert(sizeof(UMG_Drone_MainMemoryButton_C_SetState) == 0x000004, "Wrong size on UMG_Drone_MainMemoryButton_C_SetState"); \ static_assert(offsetof(UMG_Drone_MainMemoryButton_C_SetState, State) == 0x000000, "Member 'UMG_Drone_MainMemoryButton_C_SetState::State' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MainMemoryButton_C_SetState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'UMG_Drone_MainMemoryButton_C_SetState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MainMemoryButton_C_SetState, K2Node_SwitchEnum_CmpSuccess_1) == 0x000002, "Member 'UMG_Drone_MainMemoryButton_C_SetState::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MainMemoryButton_C_SetState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UMG_Drone_MainMemoryButton_C_SetState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Drone_MainMemoryButton_C \ static_assert(alignof(UUMG_Drone_MainMemoryButton_C) == 0x000008, "Wrong alignment on UUMG_Drone_MainMemoryButton_C"); \ static_assert(sizeof(UUMG_Drone_MainMemoryButton_C) == 0x000298, "Wrong size on UUMG_Drone_MainMemoryButton_C"); \ static_assert(offsetof(UUMG_Drone_MainMemoryButton_C, UberGraphFrame) == 0x000260, "Member 'UUMG_Drone_MainMemoryButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MainMemoryButton_C, Unlock) == 0x000268, "Member 'UUMG_Drone_MainMemoryButton_C::Unlock' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MainMemoryButton_C, Active) == 0x000270, "Member 'UUMG_Drone_MainMemoryButton_C::Active' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MainMemoryButton_C, Empty) == 0x000278, "Member 'UUMG_Drone_MainMemoryButton_C::Empty' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MainMemoryButton_C, Inactive) == 0x000280, "Member 'UUMG_Drone_MainMemoryButton_C::Inactive' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MainMemoryButton_C, Revealed) == 0x000288, "Member 'UUMG_Drone_MainMemoryButton_C::Revealed' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MainMemoryButton_C, CurrentState) == 0x000290, "Member 'UUMG_Drone_MainMemoryButton_C::CurrentState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPersistentSaveData_C_BlueprintToString \ static_assert(alignof(BP_HKPersistentSaveData_C_BlueprintToString) == 0x000008, "Wrong alignment on BP_HKPersistentSaveData_C_BlueprintToString"); \ static_assert(sizeof(BP_HKPersistentSaveData_C_BlueprintToString) == 0x0002B0, "Wrong size on BP_HKPersistentSaveData_C_BlueprintToString"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, ReturnValue) == 0x000000, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue) == 0x000010, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000028, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_2) == 0x0000C0, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_3) == 0x0000D8, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_3) == 0x000130, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_4) == 0x000170, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_5) == 0x000188, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001A0, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_5) == 0x0001E0, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, CallFunc_Conv_BoolToText_ReturnValue_6) == 0x000220, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::CallFunc_Conv_BoolToText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, K2Node_MakeStruct_FormatArgumentData_6) == 0x000238, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, K2Node_MakeArray_Array) == 0x000278, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, CallFunc_Format_ReturnValue) == 0x000288, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPersistentSaveData_C_BlueprintToString, CallFunc_Conv_TextToString_ReturnValue) == 0x0002A0, "Member 'BP_HKPersistentSaveData_C_BlueprintToString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_HKPersistentSaveData_C \ static_assert(alignof(UBP_HKPersistentSaveData_C) == 0x000008, "Wrong alignment on UBP_HKPersistentSaveData_C"); \ static_assert(sizeof(UBP_HKPersistentSaveData_C) == 0x000190, "Wrong size on UBP_HKPersistentSaveData_C"); \ static_assert(offsetof(UBP_HKPersistentSaveData_C, BadgeOutsiderUnlocked) == 0x000188, "Member 'UBP_HKPersistentSaveData_C::BadgeOutsiderUnlocked' has a wrong offset!"); \ static_assert(offsetof(UBP_HKPersistentSaveData_C, BadgeTrashzoneUnlocked) == 0x000189, "Member 'UBP_HKPersistentSaveData_C::BadgeTrashzoneUnlocked' has a wrong offset!"); \ static_assert(offsetof(UBP_HKPersistentSaveData_C, BadgeMusicUnlocked) == 0x00018A, "Member 'UBP_HKPersistentSaveData_C::BadgeMusicUnlocked' has a wrong offset!"); \ static_assert(offsetof(UBP_HKPersistentSaveData_C, BadgePlantUnlocked) == 0x00018B, "Member 'UBP_HKPersistentSaveData_C::BadgePlantUnlocked' has a wrong offset!"); \ static_assert(offsetof(UBP_HKPersistentSaveData_C, BadgeShopSafeUnlocked) == 0x00018C, "Member 'UBP_HKPersistentSaveData_C::BadgeShopSafeUnlocked' has a wrong offset!"); \ static_assert(offsetof(UBP_HKPersistentSaveData_C, BadgePoliceStationUnlocked) == 0x00018D, "Member 'UBP_HKPersistentSaveData_C::BadgePoliceStationUnlocked' has a wrong offset!"); \ static_assert(offsetof(UBP_HKPersistentSaveData_C, ChromeBackpackUnlocked) == 0x00018E, "Member 'UBP_HKPersistentSaveData_C::ChromeBackpackUnlocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_ExecuteUbergraph_UMG_Memories_Widget \ static_assert(alignof(UMG_Memories_Widget_C_ExecuteUbergraph_UMG_Memories_Widget) == 0x000004, "Wrong alignment on UMG_Memories_Widget_C_ExecuteUbergraph_UMG_Memories_Widget"); \ static_assert(sizeof(UMG_Memories_Widget_C_ExecuteUbergraph_UMG_Memories_Widget) == 0x000004, "Wrong size on UMG_Memories_Widget_C_ExecuteUbergraph_UMG_Memories_Widget"); \ static_assert(offsetof(UMG_Memories_Widget_C_ExecuteUbergraph_UMG_Memories_Widget, EntryPoint) == 0x000000, "Member 'UMG_Memories_Widget_C_ExecuteUbergraph_UMG_Memories_Widget::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_GetSelectedMemory \ static_assert(alignof(UMG_Memories_Widget_C_GetSelectedMemory) == 0x000008, "Wrong alignment on UMG_Memories_Widget_C_GetSelectedMemory"); \ static_assert(sizeof(UMG_Memories_Widget_C_GetSelectedMemory) == 0x000108, "Wrong size on UMG_Memories_Widget_C_GetSelectedMemory"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetSelectedMemory, MemoryData) == 0x000000, "Member 'UMG_Memories_Widget_C_GetSelectedMemory::MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetSelectedMemory, IsValid) == 0x000050, "Member 'UMG_Memories_Widget_C_GetSelectedMemory::IsValid' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetSelectedMemory, CallFunc_Array_Get_Item) == 0x000058, "Member 'UMG_Memories_Widget_C_GetSelectedMemory::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetSelectedMemory, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'UMG_Memories_Widget_C_GetSelectedMemory::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetSelectedMemory, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'UMG_Memories_Widget_C_GetSelectedMemory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetSelectedMemory, CallFunc_Array_Length_ReturnValue_1) == 0x0000FC, "Member 'UMG_Memories_Widget_C_GetSelectedMemory::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetSelectedMemory, CallFunc_Less_IntInt_ReturnValue) == 0x000100, "Member 'UMG_Memories_Widget_C_GetSelectedMemory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetSelectedMemory, CallFunc_Less_IntInt_ReturnValue_1) == 0x000101, "Member 'UMG_Memories_Widget_C_GetSelectedMemory::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetSelectedMemory, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000102, "Member 'UMG_Memories_Widget_C_GetSelectedMemory::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetSelectedMemory, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000103, "Member 'UMG_Memories_Widget_C_GetSelectedMemory::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex \ static_assert(alignof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex) == 0x000008, "Wrong alignment on UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex"); \ static_assert(sizeof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex) == 0x000150, "Wrong size on UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, MainIndex) == 0x000000, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::MainIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, SideIndex) == 0x000004, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::SideIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, ChosenMergedIndices) == 0x000008, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::ChosenMergedIndices' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, UnlockedMemories) == 0x000010, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::UnlockedMemories' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, Temp_int_Array_Index_Variable) == 0x000020, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, Temp_bool_True_if_break_was_hit_Variable) == 0x000030, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, Temp_int_Array_Index_Variable_2) == 0x00003C, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Multiply_IntInt_ReturnValue) == 0x000040, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Add_IntInt_ReturnValue_2) == 0x000044, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Array_Get_Item) == 0x000048, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Array_Get_Item_1) == 0x000098, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_IsMemoryRevealed_ReturnValue) == 0x0000E8, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_IsMemoryRevealed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_IsMemoryRevealed_ReturnValue_1) == 0x0000E9, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_IsMemoryRevealed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Array_Length_ReturnValue_1) == 0x0000F0, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue) == 0x0000F4, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F5, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000F6, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Array_Add_ReturnValue) == 0x0000F8, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, Temp_int_Loop_Counter_Variable_2) == 0x0000FC, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000100, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_IsMemoryUnlocked_ReturnValue) == 0x000108, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_IsMemoryUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Add_IntInt_ReturnValue_3) == 0x00010C, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_BooleanOR_ReturnValue) == 0x000110, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Array_Get_Item_2) == 0x000114, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Array_Length_ReturnValue_2) == 0x000118, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Divide_IntInt_ReturnValue) == 0x00011C, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000120, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x000121, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000122, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue_2) == 0x000123, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_BooleanAND_ReturnValue) == 0x000124, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Array_Get_Item_3) == 0x000128, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Array_Length_ReturnValue_3) == 0x00012C, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Divide_IntInt_ReturnValue_1) == 0x000130, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue_3) == 0x000134, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_BooleanAND_ReturnValue_1) == 0x000135, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue_4) == 0x000136, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_Array_Add_ReturnValue_1) == 0x000138, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1) == 0x000140, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_IsMemoryUnlocked_ReturnValue_1) == 0x000148, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_IsMemoryUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex, CallFunc_BooleanOR_ReturnValue_1) == 0x000149, "Member 'UMG_Memories_Widget_C_GetNextUnlockedMemoryIndex::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex \ static_assert(alignof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex) == 0x000008, "Wrong alignment on UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex"); \ static_assert(sizeof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex) == 0x000160, "Wrong size on UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, MainIndex) == 0x000000, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::MainIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, SideIndex) == 0x000004, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::SideIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, PreviousMemoryIndex) == 0x000008, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::PreviousMemoryIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, UnlockedMemories) == 0x000010, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::UnlockedMemories' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, Temp_int_Array_Index_Variable) == 0x000028, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Add_IntInt_ReturnValue_1) == 0x000034, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, Temp_int_Array_Index_Variable_2) == 0x000038, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, Temp_int_Loop_Counter_Variable_2) == 0x00003C, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Multiply_IntInt_ReturnValue) == 0x000040, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Subtract_IntInt_ReturnValue) == 0x000044, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Add_IntInt_ReturnValue_2) == 0x000048, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00004C, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue) == 0x00004D, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Get_Item) == 0x000050, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue_1) == 0x000058, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00005C, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_BooleanOR_ReturnValue) == 0x000060, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Max_ReturnValue) == 0x000064, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Divide_IntInt_ReturnValue) == 0x000068, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue_2) == 0x00006C, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue_3) == 0x00006D, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000074, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Divide_IntInt_ReturnValue_1) == 0x00007C, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Get_Item_2) == 0x000080, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Length_ReturnValue_2) == 0x0000D0, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_IsMemoryRevealed_ReturnValue) == 0x0000D4, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_IsMemoryRevealed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue_4) == 0x0000D5, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue_5) == 0x0000D6, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Get_Item_3) == 0x0000D8, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Add_ReturnValue) == 0x000128, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Length_ReturnValue_3) == 0x00012C, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_IsMemoryRevealed_ReturnValue_1) == 0x000130, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_IsMemoryRevealed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Less_IntInt_ReturnValue_6) == 0x000131, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000138, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_IsMemoryUnlocked_ReturnValue) == 0x000140, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_IsMemoryUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_BooleanOR_ReturnValue_1) == 0x000141, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Length_ReturnValue_4) == 0x000144, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000148, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_Array_Add_ReturnValue_1) == 0x00014C, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1) == 0x000150, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_IsMemoryUnlocked_ReturnValue_1) == 0x000158, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_IsMemoryUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex, CallFunc_BooleanOR_ReturnValue_2) == 0x000159, "Member 'UMG_Memories_Widget_C_GetPreviousUnlockedMemoryIndex::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_CreateMemoryGrids \ static_assert(alignof(UMG_Memories_Widget_C_CreateMemoryGrids) == 0x000008, "Wrong alignment on UMG_Memories_Widget_C_CreateMemoryGrids"); \ static_assert(sizeof(UMG_Memories_Widget_C_CreateMemoryGrids) == 0x000078, "Wrong size on UMG_Memories_Widget_C_CreateMemoryGrids"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, MemoriesData) == 0x000000, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::MemoriesData' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Array_Length_ReturnValue_1) == 0x00000C, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Array_Length_ReturnValue_2) == 0x000010, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000018, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_FCeil_ReturnValue) == 0x000024, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Percent_IntInt_ReturnValue) == 0x000034, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Divide_IntInt_ReturnValue) == 0x000038, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Create_ReturnValue) == 0x000040, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Less_IntInt_ReturnValue_1) == 0x00004C, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Create_ReturnValue_1) == 0x000058, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_AddChildToUniformGrid_ReturnValue) == 0x000060, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_AddChildToUniformGrid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_Array_Add_ReturnValue_1) == 0x000068, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_CreateMemoryGrids, CallFunc_AddChildToUniformGrid_ReturnValue_1) == 0x000070, "Member 'UMG_Memories_Widget_C_CreateMemoryGrids::CallFunc_AddChildToUniformGrid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_SetMainMemoryIndex \ static_assert(alignof(UMG_Memories_Widget_C_SetMainMemoryIndex) == 0x000008, "Wrong alignment on UMG_Memories_Widget_C_SetMainMemoryIndex"); \ static_assert(sizeof(UMG_Memories_Widget_C_SetMainMemoryIndex) == 0x000050, "Wrong size on UMG_Memories_Widget_C_SetMainMemoryIndex"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetMainMemoryIndex, Index_0) == 0x000000, "Member 'UMG_Memories_Widget_C_SetMainMemoryIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetMainMemoryIndex, PlaySound_0) == 0x000004, "Member 'UMG_Memories_Widget_C_SetMainMemoryIndex::PlaySound_0' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetMainMemoryIndex, CallFunc_FindPlayerBackpack_backpack) == 0x000008, "Member 'UMG_Memories_Widget_C_SetMainMemoryIndex::CallFunc_FindPlayerBackpack_backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetMainMemoryIndex, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'UMG_Memories_Widget_C_SetMainMemoryIndex::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetMainMemoryIndex, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000020, "Member 'UMG_Memories_Widget_C_SetMainMemoryIndex::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetMainMemoryIndex, CallFunc_FindPlayerBackpack_backpack_1) == 0x000028, "Member 'UMG_Memories_Widget_C_SetMainMemoryIndex::CallFunc_FindPlayerBackpack_backpack_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetMainMemoryIndex, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000030, "Member 'UMG_Memories_Widget_C_SetMainMemoryIndex::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetMainMemoryIndex, CallFunc_SpawnSoundAtLocation_ReturnValue_1) == 0x000040, "Member 'UMG_Memories_Widget_C_SetMainMemoryIndex::CallFunc_SpawnSoundAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetMainMemoryIndex, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000048, "Member 'UMG_Memories_Widget_C_SetMainMemoryIndex::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetMainMemoryIndex, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000049, "Member 'UMG_Memories_Widget_C_SetMainMemoryIndex::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_SetSideMemoryIndex \ static_assert(alignof(UMG_Memories_Widget_C_SetSideMemoryIndex) == 0x000008, "Wrong alignment on UMG_Memories_Widget_C_SetSideMemoryIndex"); \ static_assert(sizeof(UMG_Memories_Widget_C_SetSideMemoryIndex) == 0x000050, "Wrong size on UMG_Memories_Widget_C_SetSideMemoryIndex"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetSideMemoryIndex, Index_0) == 0x000000, "Member 'UMG_Memories_Widget_C_SetSideMemoryIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetSideMemoryIndex, PlaySound_0) == 0x000004, "Member 'UMG_Memories_Widget_C_SetSideMemoryIndex::PlaySound_0' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetSideMemoryIndex, CallFunc_FindPlayerBackpack_backpack) == 0x000008, "Member 'UMG_Memories_Widget_C_SetSideMemoryIndex::CallFunc_FindPlayerBackpack_backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetSideMemoryIndex, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'UMG_Memories_Widget_C_SetSideMemoryIndex::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetSideMemoryIndex, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000020, "Member 'UMG_Memories_Widget_C_SetSideMemoryIndex::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetSideMemoryIndex, CallFunc_FindPlayerBackpack_backpack_1) == 0x000028, "Member 'UMG_Memories_Widget_C_SetSideMemoryIndex::CallFunc_FindPlayerBackpack_backpack_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetSideMemoryIndex, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000030, "Member 'UMG_Memories_Widget_C_SetSideMemoryIndex::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetSideMemoryIndex, CallFunc_SpawnSoundAtLocation_ReturnValue_1) == 0x000040, "Member 'UMG_Memories_Widget_C_SetSideMemoryIndex::CallFunc_SpawnSoundAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetSideMemoryIndex, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000048, "Member 'UMG_Memories_Widget_C_SetSideMemoryIndex::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_SetSideMemoryIndex, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000049, "Member 'UMG_Memories_Widget_C_SetSideMemoryIndex::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_UpdateMemoriesDisplay \ static_assert(alignof(UMG_Memories_Widget_C_UpdateMemoriesDisplay) == 0x000008, "Wrong alignment on UMG_Memories_Widget_C_UpdateMemoriesDisplay"); \ static_assert(sizeof(UMG_Memories_Widget_C_UpdateMemoriesDisplay) == 0x000060, "Wrong size on UMG_Memories_Widget_C_UpdateMemoriesDisplay"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_Array_Get_Item) == 0x000018, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_IsMemoryRevealed_ReturnValue) == 0x000020, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_IsMemoryRevealed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000028, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_IsMemoryUnlocked_ReturnValue) == 0x000034, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_IsMemoryUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1) == 0x000040, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000048, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_IsMemoryRevealed_ReturnValue_1) == 0x000049, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_IsMemoryRevealed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_IsMemoryUnlocked_ReturnValue_1) == 0x00004A, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_IsMemoryUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_UpdateMemoriesDisplay, CallFunc_Less_IntInt_ReturnValue_1) == 0x000058, "Member 'UMG_Memories_Widget_C_UpdateMemoriesDisplay::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_MoveUp \ static_assert(alignof(UMG_Memories_Widget_C_MoveUp) == 0x000004, "Wrong alignment on UMG_Memories_Widget_C_MoveUp"); \ static_assert(sizeof(UMG_Memories_Widget_C_MoveUp) == 0x00004C, "Wrong size on UMG_Memories_Widget_C_MoveUp"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000000, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Percent_IntInt_ReturnValue) == 0x00000C, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000010, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000014, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_FFloor_ReturnValue) == 0x000024, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x00002C, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x000034, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x000038, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000040, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_FCeil_ReturnValue) == 0x000044, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveUp, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'UMG_Memories_Widget_C_MoveUp::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_MoveDown \ static_assert(alignof(UMG_Memories_Widget_C_MoveDown) == 0x000004, "Wrong alignment on UMG_Memories_Widget_C_MoveDown"); \ static_assert(sizeof(UMG_Memories_Widget_C_MoveDown) == 0x00004C, "Wrong size on UMG_Memories_Widget_C_MoveDown"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000000, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000008, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Percent_IntInt_ReturnValue) == 0x00000C, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000010, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_FFloor_ReturnValue) == 0x000020, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x00002C, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Array_Length_ReturnValue_2) == 0x000030, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x000034, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x000038, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000040, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000044, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveDown, CallFunc_FCeil_ReturnValue) == 0x000048, "Member 'UMG_Memories_Widget_C_MoveDown::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_MoveLeft \ static_assert(alignof(UMG_Memories_Widget_C_MoveLeft) == 0x000004, "Wrong alignment on UMG_Memories_Widget_C_MoveLeft"); \ static_assert(sizeof(UMG_Memories_Widget_C_MoveLeft) == 0x000034, "Wrong size on UMG_Memories_Widget_C_MoveLeft"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_Divide_IntInt_ReturnValue) == 0x000000, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000004, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_Multiply_IntInt_ReturnValue) == 0x000008, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, K2Node_MathExpression_ReturnValue) == 0x000018, "Member 'UMG_Memories_Widget_C_MoveLeft::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_Array_Length_ReturnValue_1) == 0x00001C, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000024, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000028, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, CallFunc_SelectInt_ReturnValue) == 0x00002C, "Member 'UMG_Memories_Widget_C_MoveLeft::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveLeft, K2Node_MathExpression_ReturnValue_1) == 0x000030, "Member 'UMG_Memories_Widget_C_MoveLeft::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_MoveRight \ static_assert(alignof(UMG_Memories_Widget_C_MoveRight) == 0x000004, "Wrong alignment on UMG_Memories_Widget_C_MoveRight"); \ static_assert(sizeof(UMG_Memories_Widget_C_MoveRight) == 0x000030, "Wrong size on UMG_Memories_Widget_C_MoveRight"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'UMG_Memories_Widget_C_MoveRight::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, CallFunc_Divide_IntInt_ReturnValue) == 0x000004, "Member 'UMG_Memories_Widget_C_MoveRight::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, CallFunc_Multiply_IntInt_ReturnValue) == 0x000008, "Member 'UMG_Memories_Widget_C_MoveRight::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UMG_Memories_Widget_C_MoveRight::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, K2Node_MathExpression_ReturnValue) == 0x000010, "Member 'UMG_Memories_Widget_C_MoveRight::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000014, "Member 'UMG_Memories_Widget_C_MoveRight::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, CallFunc_Add_IntInt_ReturnValue_2) == 0x000018, "Member 'UMG_Memories_Widget_C_MoveRight::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x00001C, "Member 'UMG_Memories_Widget_C_MoveRight::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, CallFunc_SelectInt_ReturnValue) == 0x000020, "Member 'UMG_Memories_Widget_C_MoveRight::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, CallFunc_Array_Length_ReturnValue_1) == 0x000024, "Member 'UMG_Memories_Widget_C_MoveRight::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, CallFunc_Add_IntInt_ReturnValue_3) == 0x000028, "Member 'UMG_Memories_Widget_C_MoveRight::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_MoveRight, K2Node_MathExpression_ReturnValue_1) == 0x00002C, "Member 'UMG_Memories_Widget_C_MoveRight::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Memories_Widget_C_AnimateMemoryUnlock \ static_assert(alignof(UMG_Memories_Widget_C_AnimateMemoryUnlock) == 0x000008, "Wrong alignment on UMG_Memories_Widget_C_AnimateMemoryUnlock"); \ static_assert(sizeof(UMG_Memories_Widget_C_AnimateMemoryUnlock) == 0x000030, "Wrong size on UMG_Memories_Widget_C_AnimateMemoryUnlock"); \ static_assert(offsetof(UMG_Memories_Widget_C_AnimateMemoryUnlock, memoryId) == 0x000000, "Member 'UMG_Memories_Widget_C_AnimateMemoryUnlock::memoryId' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_AnimateMemoryUnlock, CallFunc_FindMemoryIndex__outMainIndex) == 0x000008, "Member 'UMG_Memories_Widget_C_AnimateMemoryUnlock::CallFunc_FindMemoryIndex__outMainIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_AnimateMemoryUnlock, CallFunc_FindMemoryIndex__outSideIndex) == 0x00000C, "Member 'UMG_Memories_Widget_C_AnimateMemoryUnlock::CallFunc_FindMemoryIndex__outSideIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_AnimateMemoryUnlock, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'UMG_Memories_Widget_C_AnimateMemoryUnlock::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_AnimateMemoryUnlock, CallFunc_Array_Get_Item) == 0x000018, "Member 'UMG_Memories_Widget_C_AnimateMemoryUnlock::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_AnimateMemoryUnlock, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000020, "Member 'UMG_Memories_Widget_C_AnimateMemoryUnlock::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Memories_Widget_C_AnimateMemoryUnlock, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'UMG_Memories_Widget_C_AnimateMemoryUnlock::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Memories_Widget_C \ static_assert(alignof(UUMG_Memories_Widget_C) == 0x000008, "Wrong alignment on UUMG_Memories_Widget_C"); \ static_assert(sizeof(UUMG_Memories_Widget_C) == 0x0002B0, "Wrong size on UUMG_Memories_Widget_C"); \ static_assert(offsetof(UUMG_Memories_Widget_C, UberGraphFrame) == 0x000260, "Member 'UUMG_Memories_Widget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Memories_Widget_C, main_memories_grid) == 0x000268, "Member 'UUMG_Memories_Widget_C::main_memories_grid' has a wrong offset!"); \ static_assert(offsetof(UUMG_Memories_Widget_C, side_memories_grid) == 0x000270, "Member 'UUMG_Memories_Widget_C::side_memories_grid' has a wrong offset!"); \ static_assert(offsetof(UUMG_Memories_Widget_C, main_memories_buttons) == 0x000278, "Member 'UUMG_Memories_Widget_C::main_memories_buttons' has a wrong offset!"); \ static_assert(offsetof(UUMG_Memories_Widget_C, side_memories_buttons) == 0x000288, "Member 'UUMG_Memories_Widget_C::side_memories_buttons' has a wrong offset!"); \ static_assert(offsetof(UUMG_Memories_Widget_C, MainMemoryIndex) == 0x000298, "Member 'UUMG_Memories_Widget_C::MainMemoryIndex' has a wrong offset!"); \ static_assert(offsetof(UUMG_Memories_Widget_C, SideMemoryIndex) == 0x00029C, "Member 'UUMG_Memories_Widget_C::SideMemoryIndex' has a wrong offset!"); \ static_assert(offsetof(UUMG_Memories_Widget_C, SideMemoriesWidth) == 0x0002A0, "Member 'UUMG_Memories_Widget_C::SideMemoriesWidth' has a wrong offset!"); \ static_assert(offsetof(UUMG_Memories_Widget_C, B12Memories) == 0x0002A8, "Member 'UUMG_Memories_Widget_C::B12Memories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FF_reverb_slot \ static_assert(alignof(FF_reverb_slot) == 0x000008, "Wrong alignment on FF_reverb_slot"); \ static_assert(sizeof(FF_reverb_slot) == 0x000030, "Wrong size on FF_reverb_slot"); \ static_assert(offsetof(FF_reverb_slot, occupied_1_35D76E6E4C9DFA68E631759ED4BF48AB) == 0x000000, "Member 'FF_reverb_slot::occupied_1_35D76E6E4C9DFA68E631759ED4BF48AB' has a wrong offset!"); \ static_assert(offsetof(FF_reverb_slot, volume_4_3AC1F12745A640592C98C5815C4EEE7F) == 0x000004, "Member 'FF_reverb_slot::volume_4_3AC1F12745A640592C98C5815C4EEE7F' has a wrong offset!"); \ static_assert(offsetof(FF_reverb_slot, submix_7_83A8E1B2414E56A3722E3A8E5FE4004F) == 0x000008, "Member 'FF_reverb_slot::submix_7_83A8E1B2414E56A3722E3A8E5FE4004F' has a wrong offset!"); \ static_assert(offsetof(FF_reverb_slot, setter_10_EDA1EDB0490168FAC90821A4041C450C) == 0x000010, "Member 'FF_reverb_slot::setter_10_EDA1EDB0490168FAC90821A4041C450C' has a wrong offset!"); \ static_assert(offsetof(FF_reverb_slot, PresetName_13_F877EFF44883A38E4F0E50BEDBB2E263) == 0x000020, "Member 'FF_reverb_slot::PresetName_13_F877EFF44883A38E4F0E50BEDBB2E263' has a wrong offset!"); \ #define DUMPER7_ASSERTS_I_reverb_setter_C_get_reverb_submix_index \ static_assert(alignof(I_reverb_setter_C_get_reverb_submix_index) == 0x000004, "Wrong alignment on I_reverb_setter_C_get_reverb_submix_index"); \ static_assert(sizeof(I_reverb_setter_C_get_reverb_submix_index) == 0x000004, "Wrong size on I_reverb_setter_C_get_reverb_submix_index"); \ static_assert(offsetof(I_reverb_setter_C_get_reverb_submix_index, bpp__index__pf) == 0x000000, "Member 'I_reverb_setter_C_get_reverb_submix_index::bpp__index__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_I_reverb_setter_C_set_reverb_submix_index \ static_assert(alignof(I_reverb_setter_C_set_reverb_submix_index) == 0x000004, "Wrong alignment on I_reverb_setter_C_set_reverb_submix_index"); \ static_assert(sizeof(I_reverb_setter_C_set_reverb_submix_index) == 0x000004, "Wrong size on I_reverb_setter_C_set_reverb_submix_index"); \ static_assert(offsetof(I_reverb_setter_C_set_reverb_submix_index, bpp__index__pf) == 0x000000, "Member 'I_reverb_setter_C_set_reverb_submix_index::bpp__index__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_II_reverb_setter_C \ static_assert(alignof(II_reverb_setter_C) == 0x000001, "Wrong alignment on II_reverb_setter_C"); \ static_assert(sizeof(II_reverb_setter_C) == 0x000001, "Wrong size on II_reverb_setter_C"); \ #define DUMPER7_ASSERTS_COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter \ static_assert(alignof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter) == 0x000008, "Wrong alignment on COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter"); \ static_assert(sizeof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter) == 0x000060, "Wrong size on COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, EntryPoint) == 0x000000, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, Temp_bool_Has_Been_Initd_Variable_1) == 0x000006, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, CallFunc_GetAudioManager_AudioManager) == 0x000008, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000011, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, CallFunc_GetAudioManager_AudioManager_1) == 0x000018, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::CallFunc_GetAudioManager_AudioManager_1' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, Temp_bool_IsClosed_Variable_1) == 0x000020, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000021, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, CallFunc_GetAudioManager_AudioManager_2) == 0x000028, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::CallFunc_GetAudioManager_AudioManager_2' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, K2Node_CustomEvent_volume) == 0x000030, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::K2Node_CustomEvent_volume' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, CallFunc_setReverbPreset_setter_CastInput) == 0x000038, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::CallFunc_setReverbPreset_setter_CastInput' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000048, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, K2Node_Event_index) == 0x00004C, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::K2Node_Event_index' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, K2Node_Event_EndPlayReason) == 0x000050, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter, CallFunc_GetAudioManager_AudioManager_3) == 0x000058, "Member 'COMP_reverb_setter_C_ExecuteUbergraph_COMP_reverb_setter::CallFunc_GetAudioManager_AudioManager_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_reverb_setter_C_ReceiveEndPlay \ static_assert(alignof(COMP_reverb_setter_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on COMP_reverb_setter_C_ReceiveEndPlay"); \ static_assert(sizeof(COMP_reverb_setter_C_ReceiveEndPlay) == 0x000001, "Wrong size on COMP_reverb_setter_C_ReceiveEndPlay"); \ static_assert(offsetof(COMP_reverb_setter_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'COMP_reverb_setter_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_reverb_setter_C_set_reverb_submix_index \ static_assert(alignof(COMP_reverb_setter_C_set_reverb_submix_index) == 0x000004, "Wrong alignment on COMP_reverb_setter_C_set_reverb_submix_index"); \ static_assert(sizeof(COMP_reverb_setter_C_set_reverb_submix_index) == 0x000004, "Wrong size on COMP_reverb_setter_C_set_reverb_submix_index"); \ static_assert(offsetof(COMP_reverb_setter_C_set_reverb_submix_index, Index_0) == 0x000000, "Member 'COMP_reverb_setter_C_set_reverb_submix_index::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_reverb_setter_C_update_reverb \ static_assert(alignof(COMP_reverb_setter_C_update_reverb) == 0x000004, "Wrong alignment on COMP_reverb_setter_C_update_reverb"); \ static_assert(sizeof(COMP_reverb_setter_C_update_reverb) == 0x000004, "Wrong size on COMP_reverb_setter_C_update_reverb"); \ static_assert(offsetof(COMP_reverb_setter_C_update_reverb, Volume) == 0x000000, "Member 'COMP_reverb_setter_C_update_reverb::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_reverb_setter_C_setReverbPreset \ static_assert(alignof(COMP_reverb_setter_C_setReverbPreset) == 0x000008, "Wrong alignment on COMP_reverb_setter_C_setReverbPreset"); \ static_assert(sizeof(COMP_reverb_setter_C_setReverbPreset) == 0x000008, "Wrong size on COMP_reverb_setter_C_setReverbPreset"); \ static_assert(offsetof(COMP_reverb_setter_C_setReverbPreset, reverb_preset_0) == 0x000000, "Member 'COMP_reverb_setter_C_setReverbPreset::reverb_preset_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_reverb_setter_C_get_reverb_submix_index \ static_assert(alignof(COMP_reverb_setter_C_get_reverb_submix_index) == 0x000004, "Wrong alignment on COMP_reverb_setter_C_get_reverb_submix_index"); \ static_assert(sizeof(COMP_reverb_setter_C_get_reverb_submix_index) == 0x000004, "Wrong size on COMP_reverb_setter_C_get_reverb_submix_index"); \ static_assert(offsetof(COMP_reverb_setter_C_get_reverb_submix_index, Index_0) == 0x000000, "Member 'COMP_reverb_setter_C_get_reverb_submix_index::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_reverb_setter_C \ static_assert(alignof(UCOMP_reverb_setter_C) == 0x000008, "Wrong alignment on UCOMP_reverb_setter_C"); \ static_assert(sizeof(UCOMP_reverb_setter_C) == 0x0000D0, "Wrong size on UCOMP_reverb_setter_C"); \ static_assert(offsetof(UCOMP_reverb_setter_C, UberGraphFrame) == 0x0000B0, "Member 'UCOMP_reverb_setter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCOMP_reverb_setter_C, assigned_submix_index) == 0x0000B8, "Member 'UCOMP_reverb_setter_C::assigned_submix_index' has a wrong offset!"); \ static_assert(offsetof(UCOMP_reverb_setter_C, reverb_preset) == 0x0000C0, "Member 'UCOMP_reverb_setter_C::reverb_preset' has a wrong offset!"); \ static_assert(offsetof(UCOMP_reverb_setter_C, reverbIsFallback) == 0x0000C8, "Member 'UCOMP_reverb_setter_C::reverbIsFallback' has a wrong offset!"); \ static_assert(offsetof(UCOMP_reverb_setter_C, CurrentTarget) == 0x0000CC, "Member 'UCOMP_reverb_setter_C::CurrentTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base \ static_assert(alignof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base) == 0x000008, "Wrong alignment on BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base"); \ static_assert(sizeof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base) == 0x0001F8, "Wrong size on BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, EntryPoint) == 0x000000, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue) == 0x000008, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, K2Node_SwitchEnum_CmpSuccess) == 0x000014, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000018, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_IsValid_ReturnValue_2) == 0x00001C, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_Add_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000028, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000034, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_TimeIndependentLerpRotator_ReturnValue) == 0x000040, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_TimeIndependentLerpRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x00004C, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0000D4, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E0, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_Add_VectorVector_ReturnValue) == 0x0000EC, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000F8, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000104, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000110, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00011C, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000128, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x00012C, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, K2Node_ComponentBoundEvent__component) == 0x000138, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_FindPlayerCatPawn_Cat) == 0x000140, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_FindPlayerCatPawn_Cat_1) == 0x000148, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_FindCameraManager_CameraManager) == 0x000150, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_FindCameraManager_CameraManager_1) == 0x000158, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_FindCameraManager_CameraManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, K2Node_CustomEvent_Scale) == 0x000160, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::K2Node_CustomEvent_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_StartCameraShake_ReturnValue) == 0x000168, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x000170, "Member 'BP_SplineCameraCine_Base_C_ExecuteUbergraph_BP_SplineCameraCine_Base::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCameraCine_Base_C_StartShake \ static_assert(alignof(BP_SplineCameraCine_Base_C_StartShake) == 0x000004, "Wrong alignment on BP_SplineCameraCine_Base_C_StartShake"); \ static_assert(sizeof(BP_SplineCameraCine_Base_C_StartShake) == 0x000004, "Wrong size on BP_SplineCameraCine_Base_C_StartShake"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_StartShake, Scale) == 0x000000, "Member 'BP_SplineCameraCine_Base_C_StartShake::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCameraCine_Base_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_SplineCameraCine_Base_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_SplineCameraCine_Base_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_SplineCameraCine_Base_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_SplineCameraCine_Base_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_SplineCameraCine_Base_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCameraCine_Base_C_ReceiveTick \ static_assert(alignof(BP_SplineCameraCine_Base_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SplineCameraCine_Base_C_ReceiveTick"); \ static_assert(sizeof(BP_SplineCameraCine_Base_C_ReceiveTick) == 0x000004, "Wrong size on BP_SplineCameraCine_Base_C_ReceiveTick"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SplineCameraCine_Base_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCameraCine_Base_C_UserConstructionScript \ static_assert(alignof(BP_SplineCameraCine_Base_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_SplineCameraCine_Base_C_UserConstructionScript"); \ static_assert(sizeof(BP_SplineCameraCine_Base_C_UserConstructionScript) == 0x00012C, "Wrong size on BP_SplineCameraCine_Base_C_UserConstructionScript"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_UserConstructionScript, CallFunc_GetLocationAtTime_ReturnValue) == 0x000000, "Member 'BP_SplineCameraCine_Base_C_UserConstructionScript::CallFunc_GetLocationAtTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x00000C, "Member 'BP_SplineCameraCine_Base_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_UserConstructionScript, CallFunc_GetRotationAtTime_ReturnValue) == 0x000094, "Member 'BP_SplineCameraCine_Base_C_UserConstructionScript::CallFunc_GetRotationAtTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_UserConstructionScript, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0000A0, "Member 'BP_SplineCameraCine_Base_C_UserConstructionScript::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Base_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000128, "Member 'BP_SplineCameraCine_Base_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SplineCameraCine_Base_C \ static_assert(alignof(ABP_SplineCameraCine_Base_C) == 0x000008, "Wrong alignment on ABP_SplineCameraCine_Base_C"); \ static_assert(sizeof(ABP_SplineCameraCine_Base_C) == 0x0002C0, "Wrong size on ABP_SplineCameraCine_Base_C"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, UberGraphFrame) == 0x000238, "Member 'ABP_SplineCameraCine_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, Streaming) == 0x000240, "Member 'ABP_SplineCameraCine_Base_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, CameraScene) == 0x000248, "Member 'ABP_SplineCameraCine_Base_C::CameraScene' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, Spline) == 0x000250, "Member 'ABP_SplineCameraCine_Base_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, Scene) == 0x000258, "Member 'ABP_SplineCameraCine_Base_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, DebugTime) == 0x000260, "Member 'ABP_SplineCameraCine_Base_C::DebugTime' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, Activate) == 0x000264, "Member 'ABP_SplineCameraCine_Base_C::Activate' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, Easing_Movement) == 0x000265, "Member 'ABP_SplineCameraCine_Base_C::Easing_Movement' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, MovementDuration) == 0x000268, "Member 'ABP_SplineCameraCine_Base_C::MovementDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, WaitDurationBeforeMove) == 0x00026C, "Member 'ABP_SplineCameraCine_Base_C::WaitDurationBeforeMove' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, WaitDurationAfterMove) == 0x000270, "Member 'ABP_SplineCameraCine_Base_C::WaitDurationAfterMove' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, RotationMode) == 0x000274, "Member 'ABP_SplineCameraCine_Base_C::RotationMode' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, Timer) == 0x000278, "Member 'ABP_SplineCameraCine_Base_C::Timer' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, CatDistanceOnSpline) == 0x00027C, "Member 'ABP_SplineCameraCine_Base_C::CatDistanceOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, CameraWantedRotator) == 0x000280, "Member 'ABP_SplineCameraCine_Base_C::CameraWantedRotator' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, CameraBlendRotationSpeed) == 0x00028C, "Member 'ABP_SplineCameraCine_Base_C::CameraBlendRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, targetToLookAt) == 0x000290, "Member 'ABP_SplineCameraCine_Base_C::targetToLookAt' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, LookAtOffset) == 0x000298, "Member 'ABP_SplineCameraCine_Base_C::LookAtOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, InitRotator) == 0x0002A4, "Member 'ABP_SplineCameraCine_Base_C::InitRotator' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, CameraShake) == 0x0002B0, "Member 'ABP_SplineCameraCine_Base_C::CameraShake' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Base_C, Shake_Class) == 0x0002B8, "Member 'ABP_SplineCameraCine_Base_C::Shake_Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground \ static_assert(alignof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground) == 0x000008, "Wrong alignment on UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground"); \ static_assert(sizeof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground) == 0x000088, "Wrong size on UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, EntryPoint) == 0x000000, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, K2Node_Event_MyGeometry) == 0x000010, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, K2Node_Event_InDeltaTime) == 0x000048, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_GetSize_ReturnValue) == 0x00004C, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_GetLocalSize_ReturnValue) == 0x000054, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_BreakVector2D_X) == 0x00005C, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_BreakVector2D_Y) == 0x000060, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_BreakVector2D_X_1) == 0x000064, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_BreakVector2D_Y_1) == 0x000068, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00006C, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000070, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000078, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground, CallFunc_MakeVector2D_ReturnValue) == 0x00007C, "Member 'UMG_KeyboardIconBackground_C_ExecuteUbergraph_UMG_KeyboardIconBackground::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_KeyboardIconBackground_C_Tick \ static_assert(alignof(UMG_KeyboardIconBackground_C_Tick) == 0x000004, "Wrong alignment on UMG_KeyboardIconBackground_C_Tick"); \ static_assert(sizeof(UMG_KeyboardIconBackground_C_Tick) == 0x00003C, "Wrong size on UMG_KeyboardIconBackground_C_Tick"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_Tick, MyGeometry) == 0x000000, "Member 'UMG_KeyboardIconBackground_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyboardIconBackground_C_Tick, InDeltaTime) == 0x000038, "Member 'UMG_KeyboardIconBackground_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_KeyboardIconBackground_C \ static_assert(alignof(UUMG_KeyboardIconBackground_C) == 0x000008, "Wrong alignment on UUMG_KeyboardIconBackground_C"); \ static_assert(sizeof(UUMG_KeyboardIconBackground_C) == 0x000288, "Wrong size on UUMG_KeyboardIconBackground_C"); \ static_assert(offsetof(UUMG_KeyboardIconBackground_C, UberGraphFrame) == 0x000260, "Member 'UUMG_KeyboardIconBackground_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyboardIconBackground_C, HorizontalBox_82) == 0x000268, "Member 'UUMG_KeyboardIconBackground_C::HorizontalBox_82' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyboardIconBackground_C, Left) == 0x000270, "Member 'UUMG_KeyboardIconBackground_C::Left' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyboardIconBackground_C, Right) == 0x000278, "Member 'UUMG_KeyboardIconBackground_C::Right' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyboardIconBackground_C, Root) == 0x000280, "Member 'UUMG_KeyboardIconBackground_C::Root' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FF_sfx_zone_type \ static_assert(alignof(FF_sfx_zone_type) == 0x000008, "Wrong alignment on FF_sfx_zone_type"); \ static_assert(sizeof(FF_sfx_zone_type) == 0x000010, "Wrong size on FF_sfx_zone_type"); \ static_assert(offsetof(FF_sfx_zone_type, zone_39_F0949A08467B227A8270729B2F7069BD) == 0x000000, "Member 'FF_sfx_zone_type::zone_39_F0949A08467B227A8270729B2F7069BD' has a wrong offset!"); \ static_assert(offsetof(FF_sfx_zone_type, starterin_33_5B50CE4E4B257F875D1753BB4D53E942) == 0x000008, "Member 'FF_sfx_zone_type::starterin_33_5B50CE4E4B257F875D1753BB4D53E942' has a wrong offset!"); \ static_assert(offsetof(FF_sfx_zone_type, stopperin_37_67846B67418BB11C0E9DD487D566993D) == 0x000009, "Member 'FF_sfx_zone_type::stopperin_37_67846B67418BB11C0E9DD487D566993D' has a wrong offset!"); \ static_assert(offsetof(FF_sfx_zone_type, starterout_36_9E44A57C43E324A4695839A322A444C2) == 0x00000A, "Member 'FF_sfx_zone_type::starterout_36_9E44A57C43E324A4695839A322A444C2' has a wrong offset!"); \ static_assert(offsetof(FF_sfx_zone_type, stopperout_35_C838A0FF41F75695FB9E428FF351CBD9) == 0x00000B, "Member 'FF_sfx_zone_type::stopperout_35_C838A0FF41F75695FB9E428FF351CBD9' has a wrong offset!"); \ static_assert(offsetof(FF_sfx_zone_type, gainmodifier_34_E70F98BD46FD3CBC376EE5AAD6E18256) == 0x00000C, "Member 'FF_sfx_zone_type::gainmodifier_34_E70F98BD46FD3CBC376EE5AAD6E18256' has a wrong offset!"); \ #define DUMPER7_ASSERTS_II_sfx_zone_checker_C \ static_assert(alignof(II_sfx_zone_checker_C) == 0x000001, "Wrong alignment on II_sfx_zone_checker_C"); \ static_assert(sizeof(II_sfx_zone_checker_C) == 0x000001, "Wrong size on II_sfx_zone_checker_C"); \ #define DUMPER7_ASSERTS_BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer \ static_assert(alignof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer) == 0x000008, "Wrong alignment on BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer"); \ static_assert(sizeof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer) == 0x000150, "Wrong size on BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, EntryPoint) == 0x000000, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000004, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetRealTimeSeconds_ReturnValue_1) == 0x000008, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetRealTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000010, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Add_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_VictoryIntPlusEquals_IntOut) == 0x000018, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_VictoryIntPlusEquals_IntOut' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_VictoryIntPlusEquals_IntOut_1) == 0x000020, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_VictoryIntPlusEquals_IntOut_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetRealTimeSeconds_ReturnValue_2) == 0x000024, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetRealTimeSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetRealTimeSeconds_ReturnValue_3) == 0x000028, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetRealTimeSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00002C, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_FCeil_ReturnValue) == 0x000038, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetRealTimeSeconds_ReturnValue_4) == 0x00003C, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetRealTimeSeconds_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x000040, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000044, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000048, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_VictoryIntPlusEquals_IntOut_2) == 0x00004C, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_VictoryIntPlusEquals_IntOut_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, K2Node_CustomEvent_sfxSinglePlay) == 0x000058, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::K2Node_CustomEvent_sfxSinglePlay' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Multiply_IntFloat_ReturnValue_2) == 0x000070, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Multiply_IntFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00007C, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_SpawnSound2D_ReturnValue) == 0x000088, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetAudioManager_AudioManager) == 0x000090, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetRealTimeSeconds_ReturnValue_5) == 0x000098, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetRealTimeSeconds_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00009C, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000A0, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_FCeil_ReturnValue_1) == 0x0000A4, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_FCeil_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A8, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetRealTimeSeconds_ReturnValue_6) == 0x0000AC, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetRealTimeSeconds_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0000B0, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetRealTimeSeconds_ReturnValue_7) == 0x0000B4, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetRealTimeSeconds_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x0000B8, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0000BC, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_SpawnSound2D_ReturnValue_1) == 0x0000C0, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_SpawnSound2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_FCeil_ReturnValue_2) == 0x0000C8, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_FCeil_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_IsShipping_ReturnValue) == 0x0000CC, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_IsShipping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Not_PreBool_ReturnValue) == 0x0000CD, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0000D0, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x0000D4, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000D8, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000E0, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x0000F0, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000F4, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000F8, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_FMin_ReturnValue) == 0x0000FC, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000100, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x000110, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Concat_StrStr_ReturnValue) == 0x000118, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000128, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000138, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_InRange_FloatFloat_ReturnValue) == 0x00013C, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetRealTimeSeconds_ReturnValue_8) == 0x000140, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetRealTimeSeconds_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GetRealTimeSeconds_ReturnValue_9) == 0x000144, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GetRealTimeSeconds_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000148, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x00014C, "Member 'BP_sfx_synchronizer_C_ExecuteUbergraph_BP_sfx_synchronizer::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_synchronizer_C_AddReference \ static_assert(alignof(BP_sfx_synchronizer_C_AddReference) == 0x000008, "Wrong alignment on BP_sfx_synchronizer_C_AddReference"); \ static_assert(sizeof(BP_sfx_synchronizer_C_AddReference) == 0x000008, "Wrong size on BP_sfx_synchronizer_C_AddReference"); \ static_assert(offsetof(BP_sfx_synchronizer_C_AddReference, sfxSinglePlay) == 0x000000, "Member 'BP_sfx_synchronizer_C_AddReference::sfxSinglePlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_synchronizer_C_ReceiveTick \ static_assert(alignof(BP_sfx_synchronizer_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_sfx_synchronizer_C_ReceiveTick"); \ static_assert(sizeof(BP_sfx_synchronizer_C_ReceiveTick) == 0x000004, "Wrong size on BP_sfx_synchronizer_C_ReceiveTick"); \ static_assert(offsetof(BP_sfx_synchronizer_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_sfx_synchronizer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_sfx_synchronizer_C \ static_assert(alignof(ABP_sfx_synchronizer_C) == 0x000008, "Wrong alignment on ABP_sfx_synchronizer_C"); \ static_assert(sizeof(ABP_sfx_synchronizer_C) == 0x0002A0, "Wrong size on ABP_sfx_synchronizer_C"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, UberGraphFrame) == 0x000228, "Member 'ABP_sfx_synchronizer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_sfx_synchronizer_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, Time) == 0x000238, "Member 'ABP_sfx_synchronizer_C::Time' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, players) == 0x000240, "Member 'ABP_sfx_synchronizer_C::players' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, Timer) == 0x000250, "Member 'ABP_sfx_synchronizer_C::Timer' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, somethingCurrentlyPlaying) == 0x000254, "Member 'ABP_sfx_synchronizer_C::somethingCurrentlyPlaying' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, NewVar_0) == 0x000258, "Member 'ABP_sfx_synchronizer_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, lastFrameTime) == 0x000260, "Member 'ABP_sfx_synchronizer_C::lastFrameTime' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, Name_0) == 0x000268, "Member 'ABP_sfx_synchronizer_C::Name_0' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, has_started_yet) == 0x000278, "Member 'ABP_sfx_synchronizer_C::has_started_yet' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, true_delta_time) == 0x00027C, "Member 'ABP_sfx_synchronizer_C::true_delta_time' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, Debug) == 0x000280, "Member 'ABP_sfx_synchronizer_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, syncTimeLimit) == 0x000284, "Member 'ABP_sfx_synchronizer_C::syncTimeLimit' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, hasSkipped) == 0x000288, "Member 'ABP_sfx_synchronizer_C::hasSkipped' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, StartTime) == 0x00028C, "Member 'ABP_sfx_synchronizer_C::StartTime' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, lastTime) == 0x000290, "Member 'ABP_sfx_synchronizer_C::lastTime' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, nextTime) == 0x000294, "Member 'ABP_sfx_synchronizer_C::nextTime' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_synchronizer_C, ClickCount) == 0x000298, "Member 'ABP_sfx_synchronizer_C::ClickCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ILogicTrigger_C \ static_assert(alignof(ILogicTrigger_C) == 0x000001, "Wrong alignment on ILogicTrigger_C"); \ static_assert(sizeof(ILogicTrigger_C) == 0x000001, "Wrong size on ILogicTrigger_C"); \ #define DUMPER7_ASSERTS_UUMG_ChapterEntry_C \ static_assert(alignof(UUMG_ChapterEntry_C) == 0x000008, "Wrong alignment on UUMG_ChapterEntry_C"); \ static_assert(sizeof(UUMG_ChapterEntry_C) == 0x0003D0, "Wrong size on UUMG_ChapterEntry_C"); \ #define DUMPER7_ASSERTS_UUMG_InputSelector_C \ static_assert(alignof(UUMG_InputSelector_C) == 0x000008, "Wrong alignment on UUMG_InputSelector_C"); \ static_assert(sizeof(UUMG_InputSelector_C) == 0x000480, "Wrong size on UUMG_InputSelector_C"); \ #define DUMPER7_ASSERTS_BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn \ static_assert(alignof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn) == 0x000010, "Wrong alignment on BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn"); \ static_assert(sizeof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn) == 0x000090, "Wrong size on BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, EntryPoint) == 0x000000, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000004, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, K2Node_Event_DeltaSeconds_0) == 0x000010, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::K2Node_Event_DeltaSeconds_0' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, K2Node_ComponentBoundEvent__component) == 0x000018, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, K2Node_ComponentBoundEvent__saveComponent) == 0x000050, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::K2Node_ComponentBoundEvent__saveComponent' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, CallFunc_BreakTransform_Location) == 0x000058, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, CallFunc_BreakTransform_Rotation) == 0x000064, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, CallFunc_BreakTransform_Scale) == 0x000070, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00007C, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, CallFunc_Teleport_ReturnValue) == 0x000088, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::CallFunc_Teleport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn, CallFunc_Teleport_ReturnValue_1) == 0x000089, "Member 'BP_DummyCatPawn_C_ExecuteUbergraph_BP_DummyCatPawn::CallFunc_Teleport_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DummyCatPawn_C_BndEvt__Save_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature \ static_assert(alignof(BP_DummyCatPawn_C_BndEvt__Save_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_DummyCatPawn_C_BndEvt__Save_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature"); \ static_assert(sizeof(BP_DummyCatPawn_C_BndEvt__Save_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_DummyCatPawn_C_BndEvt__Save_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature"); \ static_assert(offsetof(BP_DummyCatPawn_C_BndEvt__Save_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature, _saveComponent) == 0x000000, "Member 'BP_DummyCatPawn_C_BndEvt__Save_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DummyCatPawn_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_DummyCatPawn_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_DummyCatPawn_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_DummyCatPawn_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_DummyCatPawn_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_DummyCatPawn_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_DummyCatPawn_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DummyCatPawn_C_ReceiveTick \ static_assert(alignof(BP_DummyCatPawn_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DummyCatPawn_C_ReceiveTick"); \ static_assert(sizeof(BP_DummyCatPawn_C_ReceiveTick) == 0x000004, "Wrong size on BP_DummyCatPawn_C_ReceiveTick"); \ static_assert(offsetof(BP_DummyCatPawn_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DummyCatPawn_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DummyCatPawn_C \ static_assert(alignof(ABP_DummyCatPawn_C) == 0x000010, "Wrong alignment on ABP_DummyCatPawn_C"); \ static_assert(sizeof(ABP_DummyCatPawn_C) == 0x0054C0, "Wrong size on ABP_DummyCatPawn_C"); \ static_assert(offsetof(ABP_DummyCatPawn_C, UberGraphFrame) == 0x005490, "Member 'ABP_DummyCatPawn_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyCatPawn_C, Save) == 0x005498, "Member 'ABP_DummyCatPawn_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyCatPawn_C, Streaming) == 0x0054A0, "Member 'ABP_DummyCatPawn_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyCatPawn_C, Meowable) == 0x0054A8, "Member 'ABP_DummyCatPawn_C::Meowable' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyCatPawn_C, meowRequested) == 0x0054B0, "Member 'ABP_DummyCatPawn_C::meowRequested' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_HKCheckBox_C \ static_assert(alignof(UBP_HKCheckBox_C) == 0x000008, "Wrong alignment on UBP_HKCheckBox_C"); \ static_assert(sizeof(UBP_HKCheckBox_C) == 0x000940, "Wrong size on UBP_HKCheckBox_C"); \ #define DUMPER7_ASSERTS_UBP_HKBorder_C \ static_assert(alignof(UBP_HKBorder_C) == 0x000008, "Wrong alignment on UBP_HKBorder_C"); \ static_assert(sizeof(UBP_HKBorder_C) == 0x000298, "Wrong size on UBP_HKBorder_C"); \ #define DUMPER7_ASSERTS_UBP_HKSlider_C \ static_assert(alignof(UBP_HKSlider_C) == 0x000008, "Wrong alignment on UBP_HKSlider_C"); \ static_assert(sizeof(UBP_HKSlider_C) == 0x000628, "Wrong size on UBP_HKSlider_C"); \ #define DUMPER7_ASSERTS_UUMG_SliderBox_C \ static_assert(alignof(UUMG_SliderBox_C) == 0x000008, "Wrong alignment on UUMG_SliderBox_C"); \ static_assert(sizeof(UUMG_SliderBox_C) == 0x000410, "Wrong size on UUMG_SliderBox_C"); \ #define DUMPER7_ASSERTS_UUMG_ListBox_C \ static_assert(alignof(UUMG_ListBox_C) == 0x000008, "Wrong alignment on UUMG_ListBox_C"); \ static_assert(sizeof(UUMG_ListBox_C) == 0x000438, "Wrong size on UUMG_ListBox_C"); \ #define DUMPER7_ASSERTS_UUMG_CheckBox_C \ static_assert(alignof(UUMG_CheckBox_C) == 0x000008, "Wrong alignment on UUMG_CheckBox_C"); \ static_assert(sizeof(UUMG_CheckBox_C) == 0x0003B8, "Wrong size on UUMG_CheckBox_C"); \ #define DUMPER7_ASSERTS_UUMG_TabButton_C \ static_assert(alignof(UUMG_TabButton_C) == 0x000008, "Wrong alignment on UUMG_TabButton_C"); \ static_assert(sizeof(UUMG_TabButton_C) == 0x000368, "Wrong size on UUMG_TabButton_C"); \ #define DUMPER7_ASSERTS_UUMG_InputSettings_C \ static_assert(alignof(UUMG_InputSettings_C) == 0x000008, "Wrong alignment on UUMG_InputSettings_C"); \ static_assert(sizeof(UUMG_InputSettings_C) == 0x000450, "Wrong size on UUMG_InputSettings_C"); \ #define DUMPER7_ASSERTS_UUMG_GraphicsSettings_C \ static_assert(alignof(UUMG_GraphicsSettings_C) == 0x000008, "Wrong alignment on UUMG_GraphicsSettings_C"); \ static_assert(sizeof(UUMG_GraphicsSettings_C) == 0x0005D0, "Wrong size on UUMG_GraphicsSettings_C"); \ #define DUMPER7_ASSERTS_UUMG_GameplaySettings_C \ static_assert(alignof(UUMG_GameplaySettings_C) == 0x000008, "Wrong alignment on UUMG_GameplaySettings_C"); \ static_assert(sizeof(UUMG_GameplaySettings_C) == 0x000488, "Wrong size on UUMG_GameplaySettings_C"); \ #define DUMPER7_ASSERTS_UUMG_AudioSettings_C \ static_assert(alignof(UUMG_AudioSettings_C) == 0x000008, "Wrong alignment on UUMG_AudioSettings_C"); \ static_assert(sizeof(UUMG_AudioSettings_C) == 0x0003A0, "Wrong size on UUMG_AudioSettings_C"); \ #define DUMPER7_ASSERTS_UMG_DebugButton_C_SetEntry \ static_assert(alignof(UMG_DebugButton_C_SetEntry) == 0x000008, "Wrong alignment on UMG_DebugButton_C_SetEntry"); \ static_assert(sizeof(UMG_DebugButton_C_SetEntry) == 0x000040, "Wrong size on UMG_DebugButton_C_SetEntry"); \ static_assert(offsetof(UMG_DebugButton_C_SetEntry, Entry_0) == 0x000000, "Member 'UMG_DebugButton_C_SetEntry::Entry_0' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugButton_C_SetEntry, CallFunc_GetChildren_ReturnValue) == 0x000008, "Member 'UMG_DebugButton_C_SetEntry::CallFunc_GetChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugButton_C_SetEntry, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'UMG_DebugButton_C_SetEntry::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugButton_C_SetEntry, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'UMG_DebugButton_C_SetEntry::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugButton_C_SetEntry, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'UMG_DebugButton_C_SetEntry::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_DebugButton_C_SetFocused \ static_assert(alignof(UMG_DebugButton_C_SetFocused) == 0x000008, "Wrong alignment on UMG_DebugButton_C_SetFocused"); \ static_assert(sizeof(UMG_DebugButton_C_SetFocused) == 0x000658, "Wrong size on UMG_DebugButton_C_SetFocused"); \ static_assert(offsetof(UMG_DebugButton_C_SetFocused, Focused) == 0x000000, "Member 'UMG_DebugButton_C_SetFocused::Focused' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugButton_C_SetFocused, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'UMG_DebugButton_C_SetFocused::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugButton_C_SetFocused, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'UMG_DebugButton_C_SetFocused::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugButton_C_SetFocused, K2Node_MakeStruct_SlateBrush) == 0x000058, "Member 'UMG_DebugButton_C_SetFocused::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugButton_C_SetFocused, K2Node_MakeStruct_ButtonStyle) == 0x0000E0, "Member 'UMG_DebugButton_C_SetFocused::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugButton_C_SetFocused, K2Node_MakeStruct_SlateBrush_1) == 0x000358, "Member 'UMG_DebugButton_C_SetFocused::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugButton_C_SetFocused, K2Node_MakeStruct_ButtonStyle_1) == 0x0003E0, "Member 'UMG_DebugButton_C_SetFocused::K2Node_MakeStruct_ButtonStyle_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_DebugButton_C \ static_assert(alignof(UUMG_DebugButton_C) == 0x000008, "Wrong alignment on UUMG_DebugButton_C"); \ static_assert(sizeof(UUMG_DebugButton_C) == 0x000280, "Wrong size on UUMG_DebugButton_C"); \ static_assert(offsetof(UUMG_DebugButton_C, Button_84) == 0x000260, "Member 'UUMG_DebugButton_C::Button_84' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugButton_C, Image_53) == 0x000268, "Member 'UUMG_DebugButton_C::Image_53' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugButton_C, TextBlock_130) == 0x000270, "Member 'UUMG_DebugButton_C::TextBlock_130' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugButton_C, Entry) == 0x000278, "Member 'UUMG_DebugButton_C::Entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_ActionDisplay_C_SetData \ static_assert(alignof(UMG_HUD_ActionDisplay_C_SetData) == 0x000008, "Wrong alignment on UMG_HUD_ActionDisplay_C_SetData"); \ static_assert(sizeof(UMG_HUD_ActionDisplay_C_SetData) == 0x0000C8, "Wrong size on UMG_HUD_ActionDisplay_C_SetData"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, ActionDisplay) == 0x000000, "Member 'UMG_HUD_ActionDisplay_C_SetData::ActionDisplay' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'UMG_HUD_ActionDisplay_C_SetData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, Temp_int_Array_Index_Variable) == 0x000050, "Member 'UMG_HUD_ActionDisplay_C_SetData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_Array_Get_Item) == 0x000054, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000060, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, Temp_bool_True_if_break_was_hit_Variable) == 0x000068, "Member 'UMG_HUD_ActionDisplay_C_SetData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_GetBindingKeys_ReturnValue) == 0x000070, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_GetBindingKeys_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_Not_PreBool_ReturnValue) == 0x000084, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, Temp_int_Loop_Counter_Variable_1) == 0x000088, "Member 'UMG_HUD_ActionDisplay_C_SetData::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, Temp_int_Array_Index_Variable_1) == 0x00008C, "Member 'UMG_HUD_ActionDisplay_C_SetData::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_Less_IntInt_ReturnValue_1) == 0x000090, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_Array_Get_Item_1) == 0x000098, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_BooleanAND_ReturnValue) == 0x0000B0, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B4, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_Create_ReturnValue) == 0x0000B8, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetData, CallFunc_AddChild_ReturnValue) == 0x0000C0, "Member 'UMG_HUD_ActionDisplay_C_SetData::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_ActionDisplay_C_SetImageTexture \ static_assert(alignof(UMG_HUD_ActionDisplay_C_SetImageTexture) == 0x000008, "Wrong alignment on UMG_HUD_ActionDisplay_C_SetImageTexture"); \ static_assert(sizeof(UMG_HUD_ActionDisplay_C_SetImageTexture) == 0x000098, "Wrong size on UMG_HUD_ActionDisplay_C_SetImageTexture"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetImageTexture, Image_Widget) == 0x000000, "Member 'UMG_HUD_ActionDisplay_C_SetImageTexture::Image_Widget' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetImageTexture, Texture) == 0x000008, "Member 'UMG_HUD_ActionDisplay_C_SetImageTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_SetImageTexture, K2Node_MakeStruct_SlateBrush) == 0x000010, "Member 'UMG_HUD_ActionDisplay_C_SetImageTexture::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_ActionDisplay_C_GetWidgetVisibility \ static_assert(alignof(UMG_HUD_ActionDisplay_C_GetWidgetVisibility) == 0x000001, "Wrong alignment on UMG_HUD_ActionDisplay_C_GetWidgetVisibility"); \ static_assert(sizeof(UMG_HUD_ActionDisplay_C_GetWidgetVisibility) == 0x000006, "Wrong size on UMG_HUD_ActionDisplay_C_GetWidgetVisibility"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_GetWidgetVisibility, ReturnValue) == 0x000000, "Member 'UMG_HUD_ActionDisplay_C_GetWidgetVisibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_GetWidgetVisibility, Temp_bool_Variable) == 0x000001, "Member 'UMG_HUD_ActionDisplay_C_GetWidgetVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_GetWidgetVisibility, Temp_byte_Variable) == 0x000002, "Member 'UMG_HUD_ActionDisplay_C_GetWidgetVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_GetWidgetVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'UMG_HUD_ActionDisplay_C_GetWidgetVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_GetWidgetVisibility, CallFunc_GetHUDEnabled_ReturnValue) == 0x000004, "Member 'UMG_HUD_ActionDisplay_C_GetWidgetVisibility::CallFunc_GetHUDEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_ActionDisplay_C_GetWidgetVisibility, K2Node_Select_Default) == 0x000005, "Member 'UMG_HUD_ActionDisplay_C_GetWidgetVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_HUD_ActionDisplay_C \ static_assert(alignof(UUMG_HUD_ActionDisplay_C) == 0x000008, "Wrong alignment on UUMG_HUD_ActionDisplay_C"); \ static_assert(sizeof(UUMG_HUD_ActionDisplay_C) == 0x000288, "Wrong size on UUMG_HUD_ActionDisplay_C"); \ static_assert(offsetof(UUMG_HUD_ActionDisplay_C, CanvasPanel_0) == 0x000260, "Member 'UUMG_HUD_ActionDisplay_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_ActionDisplay_C, IconsContainer) == 0x000268, "Member 'UUMG_HUD_ActionDisplay_C::IconsContainer' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_ActionDisplay_C, Text) == 0x000270, "Member 'UUMG_HUD_ActionDisplay_C::Text' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_ActionDisplay_C, UMG_KeyIcon) == 0x000278, "Member 'UUMG_HUD_ActionDisplay_C::UMG_KeyIcon' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_ActionDisplay_C, UMG_KeyIcon_117) == 0x000280, "Member 'UUMG_HUD_ActionDisplay_C::UMG_KeyIcon_117' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu \ static_assert(alignof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu) == 0x000008, "Wrong alignment on UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu"); \ static_assert(sizeof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu) == 0x000100, "Wrong size on UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, EntryPoint) == 0x000000, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_2) == 0x000006, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_3) == 0x000007, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_4) == 0x000008, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_5) == 0x000009, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_6) == 0x00000A, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_7) == 0x00000B, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GetChildren_ReturnValue) == 0x000010, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GetChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GetChildren_ReturnValue_1) == 0x000028, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GetChildren_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, K2Node_MathExpression_ReturnValue) == 0x000038, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_Array_Length_ReturnValue_1) == 0x00003C, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000040, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, K2Node_MathExpression_ReturnValue_1) == 0x000044, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_8) == 0x000048, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_9) == 0x000049, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GetOwningPlayer_ReturnValue) == 0x000050, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_Create_ReturnValue) == 0x000058, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_AddChild_ReturnValue) == 0x000060, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000068, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000074, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000078, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GetSize_ReturnValue) == 0x000080, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_10) == 0x000088, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_BreakVector2D_X) == 0x00008C, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_BreakVector2D_Y) == 0x000090, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_MakeVector2D_ReturnValue) == 0x000094, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_MakeVector2D_ReturnValue_1) == 0x00009C, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_IsValid_ReturnValue_11) == 0x0000A4, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GetCurrentFocusEntry_Entry) == 0x0000A8, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GetCurrentFocusEntry_Entry' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GetCurrentFocusEntry_Entry_1) == 0x0000B0, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GetCurrentFocusEntry_Entry_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GetChildren_ReturnValue_2) == 0x0000B8, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GetChildren_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GetChildren_ReturnValue_3) == 0x0000C8, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GetChildren_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_Array_Length_ReturnValue_2) == 0x0000D8, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_Array_Length_ReturnValue_3) == 0x0000DC, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_Greater_IntInt_ReturnValue) == 0x0000E0, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000E1, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GetCurrentFocusEntry_Entry_2) == 0x0000E8, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GetCurrentFocusEntry_Entry_2' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GetCurrentFocusEntry_Entry_3) == 0x0000F0, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GetCurrentFocusEntry_Entry_3' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x0000F8, "Member 'UMG_DebugMenu_C_ExecuteUbergraph_UMG_DebugMenu::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_DebugMenu_C_Init \ static_assert(alignof(UMG_DebugMenu_C_Init) == 0x000008, "Wrong alignment on UMG_DebugMenu_C_Init"); \ static_assert(sizeof(UMG_DebugMenu_C_Init) == 0x000040, "Wrong size on UMG_DebugMenu_C_Init"); \ static_assert(offsetof(UMG_DebugMenu_C_Init, Entry_0) == 0x000000, "Member 'UMG_DebugMenu_C_Init::Entry_0' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Init, Parent_0) == 0x000008, "Member 'UMG_DebugMenu_C_Init::Parent_0' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Init, HUDDebug_0) == 0x000010, "Member 'UMG_DebugMenu_C_Init::HUDDebug_0' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Init, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'UMG_DebugMenu_C_Init::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Init, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'UMG_DebugMenu_C_Init::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Init, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'UMG_DebugMenu_C_Init::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Init, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'UMG_DebugMenu_C_Init::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_DebugMenu_C_Update \ static_assert(alignof(UMG_DebugMenu_C_Update) == 0x000008, "Wrong alignment on UMG_DebugMenu_C_Update"); \ static_assert(sizeof(UMG_DebugMenu_C_Update) == 0x000108, "Wrong size on UMG_DebugMenu_C_Update"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, RangeMax) == 0x000000, "Member 'UMG_DebugMenu_C_Update::RangeMax' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, RangeMin) == 0x000004, "Member 'UMG_DebugMenu_C_Update::RangeMin' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, Name_0) == 0x000008, "Member 'UMG_DebugMenu_C_Update::Name_0' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'UMG_DebugMenu_C_Update::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UMG_DebugMenu_C_Update::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, Temp_int_Array_Index_Variable) == 0x000018, "Member 'UMG_DebugMenu_C_Update::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'UMG_DebugMenu_C_Update::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'UMG_DebugMenu_C_Update::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'UMG_DebugMenu_C_Update::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'UMG_DebugMenu_C_Update::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000029, "Member 'UMG_DebugMenu_C_Update::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_BooleanOR_ReturnValue) == 0x00002A, "Member 'UMG_DebugMenu_C_Update::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00002C, "Member 'UMG_DebugMenu_C_Update::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_GetChildren_ReturnValue) == 0x000030, "Member 'UMG_DebugMenu_C_Update::CallFunc_GetChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'UMG_DebugMenu_C_Update::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Divide_IntInt_ReturnValue) == 0x000044, "Member 'UMG_DebugMenu_C_Update::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000048, "Member 'UMG_DebugMenu_C_Update::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Add_IntInt_ReturnValue_2) == 0x00004C, "Member 'UMG_DebugMenu_C_Update::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Clamp_ReturnValue) == 0x000050, "Member 'UMG_DebugMenu_C_Update::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Divide_IntInt_ReturnValue_1) == 0x000054, "Member 'UMG_DebugMenu_C_Update::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000058, "Member 'UMG_DebugMenu_C_Update::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x00005C, "Member 'UMG_DebugMenu_C_Update::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_GetChildren_ReturnValue_1) == 0x000060, "Member 'UMG_DebugMenu_C_Update::CallFunc_GetChildren_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'UMG_DebugMenu_C_Update::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Greater_IntInt_ReturnValue) == 0x000074, "Member 'UMG_DebugMenu_C_Update::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000078, "Member 'UMG_DebugMenu_C_Update::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Clamp_ReturnValue_1) == 0x00007C, "Member 'UMG_DebugMenu_C_Update::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'UMG_DebugMenu_C_Update::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_BooleanOR_ReturnValue_1) == 0x000081, "Member 'UMG_DebugMenu_C_Update::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, Temp_int_Loop_Counter_Variable_1) == 0x000084, "Member 'UMG_DebugMenu_C_Update::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Add_IntInt_ReturnValue_3) == 0x000088, "Member 'UMG_DebugMenu_C_Update::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_GetAllChildren_ReturnValue) == 0x000090, "Member 'UMG_DebugMenu_C_Update::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'UMG_DebugMenu_C_Update::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Array_Length_ReturnValue_2) == 0x0000A8, "Member 'UMG_DebugMenu_C_Update::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, K2Node_DynamicCast_AsUMG_Debug_Button) == 0x0000B0, "Member 'UMG_DebugMenu_C_Update::K2Node_DynamicCast_AsUMG_Debug_Button' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'UMG_DebugMenu_C_Update::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B9, "Member 'UMG_DebugMenu_C_Update::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_GetOwningPlayer_ReturnValue) == 0x0000C0, "Member 'UMG_DebugMenu_C_Update::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Create_ReturnValue) == 0x0000C8, "Member 'UMG_DebugMenu_C_Update::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_GetChildren_ReturnValue_2) == 0x0000D0, "Member 'UMG_DebugMenu_C_Update::CallFunc_GetChildren_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0000E0, "Member 'UMG_DebugMenu_C_Update::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Array_Get_Item_1) == 0x0000E8, "Member 'UMG_DebugMenu_C_Update::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Array_Length_ReturnValue_3) == 0x0000F0, "Member 'UMG_DebugMenu_C_Update::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000F4, "Member 'UMG_DebugMenu_C_Update::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Array_Length_ReturnValue_4) == 0x0000F8, "Member 'UMG_DebugMenu_C_Update::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x0000FC, "Member 'UMG_DebugMenu_C_Update::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_Update, CallFunc_Clamp_ReturnValue_2) == 0x000100, "Member 'UMG_DebugMenu_C_Update::CallFunc_Clamp_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_DebugMenu_C_OnUpdate \ static_assert(alignof(UMG_DebugMenu_C_OnUpdate) == 0x000008, "Wrong alignment on UMG_DebugMenu_C_OnUpdate"); \ static_assert(sizeof(UMG_DebugMenu_C_OnUpdate) == 0x000008, "Wrong size on UMG_DebugMenu_C_OnUpdate"); \ static_assert(offsetof(UMG_DebugMenu_C_OnUpdate, Entry_0) == 0x000000, "Member 'UMG_DebugMenu_C_OnUpdate::Entry_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_DebugMenu_C_UpdateFocus \ static_assert(alignof(UMG_DebugMenu_C_UpdateFocus) == 0x000008, "Wrong alignment on UMG_DebugMenu_C_UpdateFocus"); \ static_assert(sizeof(UMG_DebugMenu_C_UpdateFocus) == 0x000030, "Wrong size on UMG_DebugMenu_C_UpdateFocus"); \ static_assert(offsetof(UMG_DebugMenu_C_UpdateFocus, Temp_int_Variable) == 0x000000, "Member 'UMG_DebugMenu_C_UpdateFocus::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_UpdateFocus, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'UMG_DebugMenu_C_UpdateFocus::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_UpdateFocus, CallFunc_GetChildrenCount_ReturnValue) == 0x000008, "Member 'UMG_DebugMenu_C_UpdateFocus::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_UpdateFocus, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'UMG_DebugMenu_C_UpdateFocus::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_UpdateFocus, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000018, "Member 'UMG_DebugMenu_C_UpdateFocus::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_UpdateFocus, K2Node_DynamicCast_AsUMG_Debug_Button) == 0x000020, "Member 'UMG_DebugMenu_C_UpdateFocus::K2Node_DynamicCast_AsUMG_Debug_Button' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_UpdateFocus, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UMG_DebugMenu_C_UpdateFocus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_UpdateFocus, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'UMG_DebugMenu_C_UpdateFocus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_DebugMenu_C_GetCurrentFocusEntry \ static_assert(alignof(UMG_DebugMenu_C_GetCurrentFocusEntry) == 0x000008, "Wrong alignment on UMG_DebugMenu_C_GetCurrentFocusEntry"); \ static_assert(sizeof(UMG_DebugMenu_C_GetCurrentFocusEntry) == 0x000020, "Wrong size on UMG_DebugMenu_C_GetCurrentFocusEntry"); \ static_assert(offsetof(UMG_DebugMenu_C_GetCurrentFocusEntry, Entry_0) == 0x000000, "Member 'UMG_DebugMenu_C_GetCurrentFocusEntry::Entry_0' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_GetCurrentFocusEntry, CallFunc_GetChildren_ReturnValue) == 0x000008, "Member 'UMG_DebugMenu_C_GetCurrentFocusEntry::CallFunc_GetChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_DebugMenu_C_GetCurrentFocusEntry, CallFunc_Array_Get_Item) == 0x000018, "Member 'UMG_DebugMenu_C_GetCurrentFocusEntry::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_DebugMenu_C_SetItemFocus \ static_assert(alignof(UMG_DebugMenu_C_SetItemFocus) == 0x000004, "Wrong alignment on UMG_DebugMenu_C_SetItemFocus"); \ static_assert(sizeof(UMG_DebugMenu_C_SetItemFocus) == 0x000004, "Wrong size on UMG_DebugMenu_C_SetItemFocus"); \ static_assert(offsetof(UMG_DebugMenu_C_SetItemFocus, Index_0) == 0x000000, "Member 'UMG_DebugMenu_C_SetItemFocus::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_DebugMenu_C \ static_assert(alignof(UUMG_DebugMenu_C) == 0x000008, "Wrong alignment on UUMG_DebugMenu_C"); \ static_assert(sizeof(UUMG_DebugMenu_C) == 0x0002A8, "Wrong size on UUMG_DebugMenu_C"); \ static_assert(offsetof(UUMG_DebugMenu_C, UberGraphFrame) == 0x000260, "Member 'UUMG_DebugMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugMenu_C, Root) == 0x000268, "Member 'UUMG_DebugMenu_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugMenu_C, VerticalBox_63) == 0x000270, "Member 'UUMG_DebugMenu_C::VerticalBox_63' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugMenu_C, Entry) == 0x000278, "Member 'UUMG_DebugMenu_C::Entry' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugMenu_C, CurrentFocus) == 0x000280, "Member 'UUMG_DebugMenu_C::CurrentFocus' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugMenu_C, Child) == 0x000288, "Member 'UUMG_DebugMenu_C::Child' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugMenu_C, Parent) == 0x000290, "Member 'UUMG_DebugMenu_C::Parent' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugMenu_C, HUDDebug) == 0x000298, "Member 'UUMG_DebugMenu_C::HUDDebug' has a wrong offset!"); \ static_assert(offsetof(UUMG_DebugMenu_C, MaxDisplayedChildren) == 0x0002A0, "Member 'UUMG_DebugMenu_C::MaxDisplayedChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Toyo_slim_Static_Child_C \ static_assert(alignof(ABP_Toyo_slim_Static_Child_C) == 0x000008, "Wrong alignment on ABP_Toyo_slim_Static_Child_C"); \ static_assert(sizeof(ABP_Toyo_slim_Static_Child_C) == 0x000340, "Wrong size on ABP_Toyo_slim_Static_Child_C"); \ #define DUMPER7_ASSERTS_UBP_HKTextBlock_C \ static_assert(alignof(UBP_HKTextBlock_C) == 0x000008, "Wrong alignment on UBP_HKTextBlock_C"); \ static_assert(sizeof(UBP_HKTextBlock_C) == 0x0002E8, "Wrong size on UBP_HKTextBlock_C"); \ #define DUMPER7_ASSERTS_UBP_HKButton_C \ static_assert(alignof(UBP_HKButton_C) == 0x000008, "Wrong alignment on UBP_HKButton_C"); \ static_assert(sizeof(UBP_HKButton_C) == 0x000558, "Wrong size on UBP_HKButton_C"); \ #define DUMPER7_ASSERTS_UUMG_DialogBox_C \ static_assert(alignof(UUMG_DialogBox_C) == 0x000008, "Wrong alignment on UUMG_DialogBox_C"); \ static_assert(sizeof(UUMG_DialogBox_C) == 0x000360, "Wrong size on UUMG_DialogBox_C"); \ #define DUMPER7_ASSERTS_TriggerZone_C_ExecuteUbergraph_TriggerZone \ static_assert(alignof(TriggerZone_C_ExecuteUbergraph_TriggerZone) == 0x000008, "Wrong alignment on TriggerZone_C_ExecuteUbergraph_TriggerZone"); \ static_assert(sizeof(TriggerZone_C_ExecuteUbergraph_TriggerZone) == 0x000088, "Wrong size on TriggerZone_C_ExecuteUbergraph_TriggerZone"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, EntryPoint) == 0x000000, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, Temp_int_Array_Index_Variable) == 0x000004, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, Temp_bool_IsClosed_Variable) == 0x000010, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, Temp_bool_Has_Been_Initd_Variable) == 0x000011, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, K2Node_Event_OtherActor_1) == 0x000018, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_GetObjectClass_ReturnValue) == 0x000020, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000028, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_IsItemInInventory_IsItemInInventory) == 0x000029, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_IsItemInInventory_IsItemInInventory' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000030, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_Array_Get_Item) == 0x000048, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, K2Node_DynamicCast_AsLogic_Trigger) == 0x000058, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::K2Node_DynamicCast_AsLogic_Trigger' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_Less_IntInt_ReturnValue_1) == 0x000069, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, K2Node_Event_OtherActor) == 0x000070, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, CallFunc_Not_PreBool_ReturnValue) == 0x000078, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TriggerZone_C_ExecuteUbergraph_TriggerZone, K2Node_ComponentBoundEvent__component) == 0x000080, "Member 'TriggerZone_C_ExecuteUbergraph_TriggerZone::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TriggerZone_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(TriggerZone_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on TriggerZone_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(TriggerZone_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on TriggerZone_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(TriggerZone_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'TriggerZone_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TriggerZone_C_ReceiveActorEndOverlap \ static_assert(alignof(TriggerZone_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on TriggerZone_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(TriggerZone_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on TriggerZone_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(TriggerZone_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'TriggerZone_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TriggerZone_C_ReceiveActorBeginOverlap \ static_assert(alignof(TriggerZone_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on TriggerZone_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(TriggerZone_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on TriggerZone_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(TriggerZone_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'TriggerZone_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATriggerZone_C \ static_assert(alignof(ATriggerZone_C) == 0x000008, "Wrong alignment on ATriggerZone_C"); \ static_assert(sizeof(ATriggerZone_C) == 0x0002A0, "Wrong size on ATriggerZone_C"); \ static_assert(offsetof(ATriggerZone_C, UberGraphFrame) == 0x000228, "Member 'ATriggerZone_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, Streaming) == 0x000230, "Member 'ATriggerZone_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, Save) == 0x000238, "Member 'ATriggerZone_C::Save' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, Billboard) == 0x000240, "Member 'ATriggerZone_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, Box) == 0x000248, "Member 'ATriggerZone_C::Box' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, Scene) == 0x000250, "Member 'ATriggerZone_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, ActorToTrigger) == 0x000258, "Member 'ATriggerZone_C::ActorToTrigger' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, Triggered) == 0x000268, "Member 'ATriggerZone_C::Triggered' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, DoOnce) == 0x000269, "Member 'ATriggerZone_C::DoOnce' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, ClassToDetect) == 0x000270, "Member 'ATriggerZone_C::ClassToDetect' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, Active) == 0x000278, "Member 'ATriggerZone_C::Active' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, NeedItemInInventory) == 0x000279, "Member 'ATriggerZone_C::NeedItemInInventory' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, ItemName) == 0x00027C, "Member 'ATriggerZone_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, DetectWhenEmpty) == 0x000284, "Member 'ATriggerZone_C::DetectWhenEmpty' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, CatHasEnteredZone) == 0x000288, "Member 'ATriggerZone_C::CatHasEnteredZone' has a wrong offset!"); \ static_assert(offsetof(ATriggerZone_C, StreamingDone) == 0x000298, "Member 'ATriggerZone_C::StreamingDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_ControllerUnplugged_C \ static_assert(alignof(UUMG_ControllerUnplugged_C) == 0x000008, "Wrong alignment on UUMG_ControllerUnplugged_C"); \ static_assert(sizeof(UUMG_ControllerUnplugged_C) == 0x0002F0, "Wrong size on UUMG_ControllerUnplugged_C"); \ #define DUMPER7_ASSERTS_UMG_ScreenOverlay_C_SetColor \ static_assert(alignof(UMG_ScreenOverlay_C_SetColor) == 0x000004, "Wrong alignment on UMG_ScreenOverlay_C_SetColor"); \ static_assert(sizeof(UMG_ScreenOverlay_C_SetColor) == 0x000024, "Wrong size on UMG_ScreenOverlay_C_SetColor"); \ static_assert(offsetof(UMG_ScreenOverlay_C_SetColor, Color) == 0x000000, "Member 'UMG_ScreenOverlay_C_SetColor::Color' has a wrong offset!"); \ static_assert(offsetof(UMG_ScreenOverlay_C_SetColor, CallFunc_GetFloatValue_ReturnValue) == 0x000010, "Member 'UMG_ScreenOverlay_C_SetColor::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_ScreenOverlay_C_SetColor, CallFunc_MakeColor_ReturnValue) == 0x000014, "Member 'UMG_ScreenOverlay_C_SetColor::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_ScreenOverlay_C_GetColor \ static_assert(alignof(UMG_ScreenOverlay_C_GetColor) == 0x000004, "Wrong alignment on UMG_ScreenOverlay_C_GetColor"); \ static_assert(sizeof(UMG_ScreenOverlay_C_GetColor) == 0x000010, "Wrong size on UMG_ScreenOverlay_C_GetColor"); \ static_assert(offsetof(UMG_ScreenOverlay_C_GetColor, Color) == 0x000000, "Member 'UMG_ScreenOverlay_C_GetColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_ScreenOverlay_C \ static_assert(alignof(UUMG_ScreenOverlay_C) == 0x000008, "Wrong alignment on UUMG_ScreenOverlay_C"); \ static_assert(sizeof(UUMG_ScreenOverlay_C) == 0x000300, "Wrong size on UUMG_ScreenOverlay_C"); \ static_assert(offsetof(UUMG_ScreenOverlay_C, Overlay) == 0x000260, "Member 'UUMG_ScreenOverlay_C::Overlay' has a wrong offset!"); \ static_assert(offsetof(UUMG_ScreenOverlay_C, AlphaCorrectionCurve) == 0x000268, "Member 'UUMG_ScreenOverlay_C::AlphaCorrectionCurve' has a wrong offset!"); \ static_assert(offsetof(UUMG_ScreenOverlay_C, UncorrectedColor) == 0x0002F0, "Member 'UUMG_ScreenOverlay_C::UncorrectedColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_SaveIcon_C \ static_assert(alignof(UUMG_SaveIcon_C) == 0x000008, "Wrong alignment on UUMG_SaveIcon_C"); \ static_assert(sizeof(UUMG_SaveIcon_C) == 0x000310, "Wrong size on UUMG_SaveIcon_C"); \ #define DUMPER7_ASSERTS_UUMG_Reticule_C \ static_assert(alignof(UUMG_Reticule_C) == 0x000008, "Wrong alignment on UUMG_Reticule_C"); \ static_assert(sizeof(UUMG_Reticule_C) == 0x000320, "Wrong size on UUMG_Reticule_C"); \ #define DUMPER7_ASSERTS_UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug \ static_assert(alignof(UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug) == 0x000008, "Wrong alignment on UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug"); \ static_assert(sizeof(UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug) == 0x000028, "Wrong size on UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug"); \ static_assert(offsetof(UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug, EntryPoint) == 0x000000, "Member 'UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug, CallFunc_GetRootDebugMenuEntry_ReturnValue) == 0x000008, "Member 'UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug::CallFunc_GetRootDebugMenuEntry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug, K2Node_DynamicCast_AsBP_HKGame_Instance) == 0x000018, "Member 'UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug::K2Node_DynamicCast_AsBP_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UMG_HUD_Debug_C_ExecuteUbergraph_UMG_HUD_Debug::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_Debug_C_GetCurrentEntry \ static_assert(alignof(UMG_HUD_Debug_C_GetCurrentEntry) == 0x000008, "Wrong alignment on UMG_HUD_Debug_C_GetCurrentEntry"); \ static_assert(sizeof(UMG_HUD_Debug_C_GetCurrentEntry) == 0x000030, "Wrong size on UMG_HUD_Debug_C_GetCurrentEntry"); \ static_assert(offsetof(UMG_HUD_Debug_C_GetCurrentEntry, Entry) == 0x000000, "Member 'UMG_HUD_Debug_C_GetCurrentEntry::Entry' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_GetCurrentEntry, LastMenu) == 0x000008, "Member 'UMG_HUD_Debug_C_GetCurrentEntry::LastMenu' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_GetCurrentEntry, CallFunc_GetChildren_ReturnValue) == 0x000010, "Member 'UMG_HUD_Debug_C_GetCurrentEntry::CallFunc_GetChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_GetCurrentEntry, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'UMG_HUD_Debug_C_GetCurrentEntry::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_GetCurrentEntry, CallFunc_Array_Get_Item) == 0x000028, "Member 'UMG_HUD_Debug_C_GetCurrentEntry::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_Debug_C_UpdateLegend \ static_assert(alignof(UMG_HUD_Debug_C_UpdateLegend) == 0x000008, "Wrong alignment on UMG_HUD_Debug_C_UpdateLegend"); \ static_assert(sizeof(UMG_HUD_Debug_C_UpdateLegend) == 0x0001C0, "Wrong size on UMG_HUD_Debug_C_UpdateLegend"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_GetCurrentEntry_Entry) == 0x000000, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_GetCurrentEntry_Entry' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_Conv_StringToText_ReturnValue) == 0x000008, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000020, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'UMG_HUD_Debug_C_UpdateLegend::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, K2Node_MakeArray_Array) == 0x000078, "Member 'UMG_HUD_Debug_C_UpdateLegend::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_StringIsEmpty_ReturnValue) == 0x000088, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_StringIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_Format_ReturnValue) == 0x000090, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_StringIsEmpty_ReturnValue_1) == 0x0000A8, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_StringIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000B0, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_StringIsEmpty_ReturnValue_2) == 0x0000C8, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_StringIsEmpty_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'UMG_HUD_Debug_C_UpdateLegend::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, K2Node_MakeArray_Array_1) == 0x000110, "Member 'UMG_HUD_Debug_C_UpdateLegend::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_Format_ReturnValue_1) == 0x000120, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000138, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, K2Node_MakeStruct_FormatArgumentData_2) == 0x000150, "Member 'UMG_HUD_Debug_C_UpdateLegend::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_StringIsEmpty_ReturnValue_3) == 0x000190, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_StringIsEmpty_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, K2Node_MakeArray_Array_2) == 0x000198, "Member 'UMG_HUD_Debug_C_UpdateLegend::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_Debug_C_UpdateLegend, CallFunc_Format_ReturnValue_2) == 0x0001A8, "Member 'UMG_HUD_Debug_C_UpdateLegend::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_HUD_Debug_C \ static_assert(alignof(UUMG_HUD_Debug_C) == 0x000008, "Wrong alignment on UUMG_HUD_Debug_C"); \ static_assert(sizeof(UUMG_HUD_Debug_C) == 0x0002D0, "Wrong size on UUMG_HUD_Debug_C"); \ static_assert(offsetof(UUMG_HUD_Debug_C, UberGraphFrame) == 0x000290, "Member 'UUMG_HUD_Debug_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_Debug_C, AText) == 0x000298, "Member 'UUMG_HUD_Debug_C::AText' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_Debug_C, DescText) == 0x0002A0, "Member 'UUMG_HUD_Debug_C::DescText' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_Debug_C, Legend) == 0x0002A8, "Member 'UUMG_HUD_Debug_C::Legend' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_Debug_C, RootDebugMenu) == 0x0002B0, "Member 'UUMG_HUD_Debug_C::RootDebugMenu' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_Debug_C, XText) == 0x0002B8, "Member 'UUMG_HUD_Debug_C::XText' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_Debug_C, YText) == 0x0002C0, "Member 'UUMG_HUD_Debug_C::YText' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_Debug_C, HKGameInstance) == 0x0002C8, "Member 'UUMG_HUD_Debug_C::HKGameInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_C_ExecuteUbergraph_UMG_HUD \ static_assert(alignof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD) == 0x000008, "Wrong alignment on UMG_HUD_C_ExecuteUbergraph_UMG_HUD"); \ static_assert(sizeof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD) == 0x000110, "Wrong size on UMG_HUD_C_ExecuteUbergraph_UMG_HUD"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, EntryPoint) == 0x000000, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_IsActionDisplayHidden_ReturnValue) == 0x000005, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_IsActionDisplayHidden_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x000010, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_StartEasingInterpolator_ReturnValue) == 0x000018, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000048, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, Temp_float_Variable) == 0x000050, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000054, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, Temp_float_Variable_1) == 0x000058, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, Temp_bool_Variable) == 0x00005C, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_CustomEvent_Ratio) == 0x000060, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_CreateDelegate_OutputDelegate_2) == 0x000064, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, Temp_wildcard_Variable) == 0x000078, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_IsValid_ReturnValue_1) == 0x000080, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_CreateDelegate_OutputDelegate_3) == 0x000084, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_CreateDelegate_OutputDelegate_4) == 0x000094, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, Temp_float_Variable_2) == 0x0000A4, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000A8, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, Temp_bool_Variable_1) == 0x0000A9, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_StartEasingInterpolator__interpolatorObject_1) == 0x0000B0, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_StartEasingInterpolator__interpolatorObject_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_StartEasingInterpolator_ReturnValue_1) == 0x0000B8, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_StartEasingInterpolator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_IsValid_ReturnValue_2) == 0x0000C0, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, Temp_float_Variable_3) == 0x0000C4, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, Temp_wildcard_Variable_1) == 0x0000C8, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::Temp_wildcard_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_IsValid_ReturnValue_3) == 0x0000D0, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_CustomEvent_Ratio_1) == 0x0000D4, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_CustomEvent_Ratio_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_CustomEvent__hud) == 0x0000D8, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_CustomEvent__hud' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_GetPlayerController_ReturnValue) == 0x0000E0, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, CallFunc_GetHUD_ReturnValue) == 0x0000E8, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_DynamicCast_AsBP_HKHUD) == 0x0000F0, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_DynamicCast_AsBP_HKHUD' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_ExecuteUbergraph_UMG_HUD, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000FC, "Member 'UMG_HUD_C_ExecuteUbergraph_UMG_HUD::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_C_OnActionDisplayChanged \ static_assert(alignof(UMG_HUD_C_OnActionDisplayChanged) == 0x000008, "Wrong alignment on UMG_HUD_C_OnActionDisplayChanged"); \ static_assert(sizeof(UMG_HUD_C_OnActionDisplayChanged) == 0x000008, "Wrong size on UMG_HUD_C_OnActionDisplayChanged"); \ static_assert(offsetof(UMG_HUD_C_OnActionDisplayChanged, _hud) == 0x000000, "Member 'UMG_HUD_C_OnActionDisplayChanged::_hud' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_C_Tick_6246EF4646E19036986D72BABD433E95 \ static_assert(alignof(UMG_HUD_C_Tick_6246EF4646E19036986D72BABD433E95) == 0x000004, "Wrong alignment on UMG_HUD_C_Tick_6246EF4646E19036986D72BABD433E95"); \ static_assert(sizeof(UMG_HUD_C_Tick_6246EF4646E19036986D72BABD433E95) == 0x000004, "Wrong size on UMG_HUD_C_Tick_6246EF4646E19036986D72BABD433E95"); \ static_assert(offsetof(UMG_HUD_C_Tick_6246EF4646E19036986D72BABD433E95, Ratio) == 0x000000, "Member 'UMG_HUD_C_Tick_6246EF4646E19036986D72BABD433E95::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_C_Tick_6246EF4646E19036986D72BAC7260F9E \ static_assert(alignof(UMG_HUD_C_Tick_6246EF4646E19036986D72BAC7260F9E) == 0x000004, "Wrong alignment on UMG_HUD_C_Tick_6246EF4646E19036986D72BAC7260F9E"); \ static_assert(sizeof(UMG_HUD_C_Tick_6246EF4646E19036986D72BAC7260F9E) == 0x000004, "Wrong size on UMG_HUD_C_Tick_6246EF4646E19036986D72BAC7260F9E"); \ static_assert(offsetof(UMG_HUD_C_Tick_6246EF4646E19036986D72BAC7260F9E, Ratio) == 0x000000, "Member 'UMG_HUD_C_Tick_6246EF4646E19036986D72BAC7260F9E::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_HUD_C_UpdateActionDisplay \ static_assert(alignof(UMG_HUD_C_UpdateActionDisplay) == 0x000008, "Wrong alignment on UMG_HUD_C_UpdateActionDisplay"); \ static_assert(sizeof(UMG_HUD_C_UpdateActionDisplay) == 0x0000D8, "Wrong size on UMG_HUD_C_UpdateActionDisplay"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, _ActionDisplays) == 0x000000, "Member 'UMG_HUD_C_UpdateActionDisplay::_ActionDisplays' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'UMG_HUD_C_UpdateActionDisplay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, Temp_int_Array_Index_Variable) == 0x000020, "Member 'UMG_HUD_C_UpdateActionDisplay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'UMG_HUD_C_UpdateActionDisplay::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_Array_Get_Item) == 0x000028, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_Add_IntInt_ReturnValue_1) == 0x000068, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_SelectFloat_ReturnValue) == 0x00006C, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'UMG_HUD_C_UpdateActionDisplay::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_Create_ReturnValue) == 0x000078, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, K2Node_DynamicCast_AsHorizontal_Box_Slot) == 0x000080, "Member 'UMG_HUD_C_UpdateActionDisplay::K2Node_DynamicCast_AsHorizontal_Box_Slot' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'UMG_HUD_C_UpdateActionDisplay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_AddChild_ReturnValue) == 0x000090, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, K2Node_MakeStruct_Margin) == 0x000098, "Member 'UMG_HUD_C_UpdateActionDisplay::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_Array_Add_ReturnValue) == 0x0000A8, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_GetActionDisplays_ReturnValue) == 0x0000B0, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_GetActionDisplays_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_Array_Length_ReturnValue_1) == 0x0000C0, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UMG_HUD_C_UpdateActionDisplay, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000D0, "Member 'UMG_HUD_C_UpdateActionDisplay::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_HUD_C \ static_assert(alignof(UUMG_HUD_C) == 0x000008, "Wrong alignment on UUMG_HUD_C"); \ static_assert(sizeof(UUMG_HUD_C) == 0x0002B0, "Wrong size on UUMG_HUD_C"); \ static_assert(offsetof(UUMG_HUD_C, UberGraphFrame) == 0x000260, "Member 'UUMG_HUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, A_FadeIn) == 0x000268, "Member 'UUMG_HUD_C::A_FadeIn' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, Y_FadeIn) == 0x000270, "Member 'UUMG_HUD_C::Y_FadeIn' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, X_FadeIn) == 0x000278, "Member 'UUMG_HUD_C::X_FadeIn' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, FullScreenVideoPanel) == 0x000280, "Member 'UUMG_HUD_C::FullScreenVideoPanel' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, InputDisplayWrapper2) == 0x000288, "Member 'UUMG_HUD_C::InputDisplayWrapper2' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, IsDialogStarted) == 0x000290, "Member 'UUMG_HUD_C::IsDialogStarted' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, IsXVisible) == 0x000291, "Member 'UUMG_HUD_C::IsXVisible' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, IsYVisible) == 0x000292, "Member 'UUMG_HUD_C::IsYVisible' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, IsAVisible) == 0x000293, "Member 'UUMG_HUD_C::IsAVisible' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, HUD) == 0x000298, "Member 'UUMG_HUD_C::HUD' has a wrong offset!"); \ static_assert(offsetof(UUMG_HUD_C, ActionDisplays) == 0x0002A0, "Member 'UUMG_HUD_C::ActionDisplays' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_SettingsMenu_C \ static_assert(alignof(UUMG_SettingsMenu_C) == 0x000008, "Wrong alignment on UUMG_SettingsMenu_C"); \ static_assert(sizeof(UUMG_SettingsMenu_C) == 0x000350, "Wrong size on UUMG_SettingsMenu_C"); \ #define DUMPER7_ASSERTS_BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera \ static_assert(alignof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera) == 0x000008, "Wrong alignment on BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera"); \ static_assert(sizeof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera) == 0x000958, "Wrong size on BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, EntryPoint) == 0x000000, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetCameraInput_ReturnValue) == 0x000008, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetCameraInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, Temp_bool_IsClosed_Variable) == 0x000010, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakVector2D_X) == 0x000014, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakVector2D_Y) == 0x000018, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_RotatorFromAxisAndAngle_ReturnValue) == 0x000020, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_RotatorFromAxisAndAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, Temp_bool_Has_Been_Initd_Variable) == 0x00002C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue) == 0x000030, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, K2Node_SwitchEnum_CmpSuccess) == 0x00003C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000040, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00004C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_VectorVector_ReturnValue) == 0x000058, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindLookAtRotation_ReturnValue) == 0x000064, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue_1) == 0x000070, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x00007C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, K2Node_Event__blendTime_1) == 0x000104, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::K2Node_Event__blendTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, K2Node_Event__blendTime) == 0x000108, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::K2Node_Event__blendTime' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindPlayerCatPawn_Cat) == 0x000110, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetCameraThirdPerson_ReturnValue) == 0x000118, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetCameraThirdPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000120, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00012C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakRotator_Roll) == 0x000130, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakRotator_Pitch) == 0x000134, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakRotator_Yaw) == 0x000138, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_MakeRotator_ReturnValue) == 0x00013C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindPlayerCatPawn_Cat_1) == 0x000148, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_IsValid_ReturnValue) == 0x000150, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindPlayerCatPawn_Cat_2) == 0x000158, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_IsValid_ReturnValue_1) == 0x000160, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_IsValid_ReturnValue_2) == 0x000161, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000164, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue) == 0x000170, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetActorForwardVector_ReturnValue) == 0x000174, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000180, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000184, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_TimeIndependentLerpFloat_ReturnValue) == 0x000188, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_TimeIndependentLerpFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x00018C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetCameraInput_ReturnValue_1) == 0x000190, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetCameraInput_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_VSize2DSquared_ReturnValue) == 0x000198, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_VSize2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_3) == 0x00019C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0001A0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_MakeVector2D_ReturnValue) == 0x0001A4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWalkingMaxSpeed_ReturnValue) == 0x0001AC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWalkingMaxSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetVelocity_ReturnValue) == 0x0001B0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_VSize_ReturnValue) == 0x0001BC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0001C0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0001C4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_TimeIndependentLerpVector2D_ReturnValue) == 0x0001C8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_TimeIndependentLerpVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BooleanAND_ReturnValue) == 0x0001D0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Conv_FloatToString_ReturnValue) == 0x0001D8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x0001E8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_String__CombineStrings_Multi_ReturnValue) == 0x0001F8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_String__CombineStrings_Multi_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_String__CombineStrings_Multi_ReturnValue_1) == 0x000208, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_String__CombineStrings_Multi_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000218, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_String__CombineStrings_Multi_ReturnValue_2) == 0x000228, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_String__CombineStrings_Multi_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000238, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000244, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x0002CC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, Temp_bool_Has_Been_Initd_Variable_1) == 0x000354, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000358, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_4) == 0x000364, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000368, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x00036C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue) == 0x000378, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_5) == 0x000384, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000388, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Dot_VectorVector_ReturnValue) == 0x000394, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000398, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_FloatFloat_ReturnValue) == 0x00039C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0003A0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_TimeIndependentLerpFloat_ReturnValue_1) == 0x0003A4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_TimeIndependentLerpFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Lerp_ReturnValue) == 0x0003A8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0003AC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0003B0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0003B4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0003C0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_1) == 0x0003C4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_IsValid_ReturnValue_3) == 0x0003C8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0003CC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0003D0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue_1) == 0x0003DC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0003E8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0003F4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_2) == 0x000400, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetVelocityRatio_ReturnValue) == 0x000404, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetVelocityRatio_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_6) == 0x000408, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2) == 0x00040C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_SetWorldLocation_SweepHitResult_2) == 0x000418, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_SetWorldLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_7) == 0x0004A0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Lerp_ReturnValue_1) == 0x0004A4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FMin_ReturnValue) == 0x0004A8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x0004B0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Lerp_ReturnValue_2) == 0x0004C0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_String__CombineStrings_Multi_ReturnValue_3) == 0x0004C8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_String__CombineStrings_Multi_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_TimeIndependentLerpFloat_ReturnValue_2) == 0x0004D8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_TimeIndependentLerpFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0004DC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x0004E0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_String__CombineStrings_Multi_ReturnValue_4) == 0x0004F0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_String__CombineStrings_Multi_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Conv_FloatToString_ReturnValue_5) == 0x000500, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Conv_FloatToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_String__CombineStrings_Multi_ReturnValue_5) == 0x000510, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_String__CombineStrings_Multi_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000520, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000524, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetCameraInput_ReturnValue_2) == 0x000530, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetCameraInput_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000538, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_VSize2DSquared_ReturnValue_1) == 0x000544, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_VSize2DSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindCameraManager_CameraManager) == 0x000548, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000550, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindCameraManager_CameraManager_1) == 0x000558, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindCameraManager_CameraManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_8) == 0x000560, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000564, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetRightVector_ReturnValue) == 0x000568, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000574, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_RotatorFromAxisAndAngle_ReturnValue_1) == 0x000580, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_RotatorFromAxisAndAngle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_ComposeRotators_ReturnValue) == 0x00058C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetComponentRotation_ReturnValue_2) == 0x000598, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetComponentRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0005A4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0005B0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_ComposeRotators_ReturnValue_1) == 0x0005BC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_ComposeRotators_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_DampedRotatorLerp_Result) == 0x0005C8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_DampedRotatorLerp_Result' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetTargetScreenRatio_ReturnValue) == 0x0005D4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetTargetScreenRatio_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakRotator_Roll_1) == 0x0005D8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakRotator_Pitch_1) == 0x0005DC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakRotator_Yaw_1) == 0x0005E0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_9) == 0x0005E4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_MakeRotator_ReturnValue_1) == 0x0005E8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0005F4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_RLerp_ReturnValue) == 0x0005F8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x000604, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetComponentByClass_ReturnValue) == 0x000610, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetSplineLength_ReturnValue) == 0x000618, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x00061C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_3) == 0x000628, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetLateralRatio_ReturnValue) == 0x00062C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetLateralRatio_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x000630, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_3) == 0x000634, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_IsValid_ReturnValue_4) == 0x000640, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x000644, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0006CC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, K2Node_SwitchEnum_CmpSuccess_1) == 0x0006CD, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BooleanAND_ReturnValue_1) == 0x0006CE, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0006D0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, Temp_bool_IsClosed_Variable_1) == 0x0006DC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x0006E0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_TimeIndependentLerpRotator_ReturnValue) == 0x0006E4, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_TimeIndependentLerpRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0006F0, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindLookAtRotation_ReturnValue_2) == 0x0006FC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindLookAtRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Divide_FloatFloat_ReturnValue_5) == 0x000708, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Divide_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x00070C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, K2Node_CustomEvent_UseCameraOrientation) == 0x000710, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::K2Node_CustomEvent_UseCameraOrientation' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FClamp_ReturnValue) == 0x000714, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetLocationAtTime_ReturnValue) == 0x000718, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetLocationAtTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000724, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindLookAtRotation_ReturnValue_3) == 0x000730, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindLookAtRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakRotator_Roll_2) == 0x00073C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakRotator_Pitch_2) == 0x000740, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_BreakRotator_Yaw_2) == 0x000744, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_MakeRotator_ReturnValue_2) == 0x000748, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000754, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_MakeVector_ReturnValue) == 0x0007DC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FMin_ReturnValue_1) == 0x0007E8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_VectorVector_ReturnValue_5) == 0x0007EC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Lerp_ReturnValue_3) == 0x0007F8, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_SetWorldLocation_SweepHitResult_3) == 0x0007FC, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_SetWorldLocation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_TimeIndependentLerpFloat_ReturnValue_3) == 0x000884, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_TimeIndependentLerpFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_TimeIndependentLerpFloat_ReturnValue_4) == 0x000888, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_TimeIndependentLerpFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_SetWorldRotation_SweepHitResult_2) == 0x00088C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_SetWorldRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetLookSensitivity_ReturnValue) == 0x000914, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetLookSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000918, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x00091C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000924, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_ClampAxes2D_ReturnValue) == 0x00092C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_ClampAxes2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000934, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_4) == 0x000940, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_GetWorldDeltaSeconds_ReturnValue_10) == 0x000944, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_GetWorldDeltaSeconds_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Lerp_ReturnValue_4) == 0x000948, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_Divide_FloatFloat_ReturnValue_6) == 0x00094C, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_Divide_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera, CallFunc_TimeIndependentLerpFloat_ReturnValue_5) == 0x000950, "Member 'BP_SplineCamera_C_ExecuteUbergraph_BP_SplineCamera::CallFunc_TimeIndependentLerpFloat_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCamera_C_Set_Camera_Orientation \ static_assert(alignof(BP_SplineCamera_C_Set_Camera_Orientation) == 0x000001, "Wrong alignment on BP_SplineCamera_C_Set_Camera_Orientation"); \ static_assert(sizeof(BP_SplineCamera_C_Set_Camera_Orientation) == 0x000001, "Wrong size on BP_SplineCamera_C_Set_Camera_Orientation"); \ static_assert(offsetof(BP_SplineCamera_C_Set_Camera_Orientation, UseCameraOrientation_0) == 0x000000, "Member 'BP_SplineCamera_C_Set_Camera_Orientation::UseCameraOrientation_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCamera_C_OnCameraFocusLost \ static_assert(alignof(BP_SplineCamera_C_OnCameraFocusLost) == 0x000004, "Wrong alignment on BP_SplineCamera_C_OnCameraFocusLost"); \ static_assert(sizeof(BP_SplineCamera_C_OnCameraFocusLost) == 0x000004, "Wrong size on BP_SplineCamera_C_OnCameraFocusLost"); \ static_assert(offsetof(BP_SplineCamera_C_OnCameraFocusLost, _blendTime) == 0x000000, "Member 'BP_SplineCamera_C_OnCameraFocusLost::_blendTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCamera_C_OnCameraFocus \ static_assert(alignof(BP_SplineCamera_C_OnCameraFocus) == 0x000004, "Wrong alignment on BP_SplineCamera_C_OnCameraFocus"); \ static_assert(sizeof(BP_SplineCamera_C_OnCameraFocus) == 0x000004, "Wrong size on BP_SplineCamera_C_OnCameraFocus"); \ static_assert(offsetof(BP_SplineCamera_C_OnCameraFocus, _blendTime) == 0x000000, "Member 'BP_SplineCamera_C_OnCameraFocus::_blendTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCamera_C_ReceiveTick \ static_assert(alignof(BP_SplineCamera_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SplineCamera_C_ReceiveTick"); \ static_assert(sizeof(BP_SplineCamera_C_ReceiveTick) == 0x000004, "Wrong size on BP_SplineCamera_C_ReceiveTick"); \ static_assert(offsetof(BP_SplineCamera_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SplineCamera_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCamera_C_CheckCameraOrientation \ static_assert(alignof(BP_SplineCamera_C_CheckCameraOrientation) == 0x000008, "Wrong alignment on BP_SplineCamera_C_CheckCameraOrientation"); \ static_assert(sizeof(BP_SplineCamera_C_CheckCameraOrientation) == 0x000170, "Wrong size on BP_SplineCamera_C_CheckCameraOrientation"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_GetForwardVector_ReturnValue) == 0x000004, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_BreakRotator_Roll) == 0x000010, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_BreakRotator_Pitch) == 0x000014, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_BreakRotator_Yaw) == 0x000018, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_BreakRotator_Roll_1) == 0x00001C, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_BreakRotator_Pitch_1) == 0x000020, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_BreakRotator_Yaw_1) == 0x000024, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_MakeRotator_ReturnValue) == 0x000028, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_MakeRotator_ReturnValue_1) == 0x000034, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_FindPlayerCatPawn_Cat) == 0x000040, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_GetCameraThirdPerson_ReturnValue) == 0x000048, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_GetCameraThirdPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_GetActorForwardVector_ReturnValue) == 0x000050, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_Dot_VectorVector_ReturnValue) == 0x00005C, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000060, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_CheckCameraOrientation, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0000E8, "Member 'BP_SplineCamera_C_CheckCameraOrientation::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCamera_C_GetLateralRatio \ static_assert(alignof(BP_SplineCamera_C_GetLateralRatio) == 0x000004, "Wrong alignment on BP_SplineCamera_C_GetLateralRatio"); \ static_assert(sizeof(BP_SplineCamera_C_GetLateralRatio) == 0x000010, "Wrong size on BP_SplineCamera_C_GetLateralRatio"); \ static_assert(offsetof(BP_SplineCamera_C_GetLateralRatio, ReturnValue) == 0x000000, "Member 'BP_SplineCamera_C_GetLateralRatio::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetLateralRatio, CallFunc_GetSplineLength_ReturnValue) == 0x000004, "Member 'BP_SplineCamera_C_GetLateralRatio::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetLateralRatio, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_SplineCamera_C_GetLateralRatio::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetLateralRatio, CallFunc_FClamp_ReturnValue) == 0x00000C, "Member 'BP_SplineCamera_C_GetLateralRatio::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCamera_C_GetTargetScreenRatio \ static_assert(alignof(BP_SplineCamera_C_GetTargetScreenRatio) == 0x000008, "Wrong alignment on BP_SplineCamera_C_GetTargetScreenRatio"); \ static_assert(sizeof(BP_SplineCamera_C_GetTargetScreenRatio) == 0x0000B0, "Wrong size on BP_SplineCamera_C_GetTargetScreenRatio"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, ReturnValue) == 0x000000, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_BreakVector2D_X) == 0x000004, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_GetViewportSize_SizeX) == 0x000028, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_GetViewportSize_SizeX' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_GetViewportSize_SizeY) == 0x00002C, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_GetViewportSize_SizeY' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_ProjectWorldToScreen_ScreenPosition) == 0x000030, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_ProjectWorldToScreen_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_ProjectWorldToScreen_ReturnValue) == 0x000038, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_ProjectWorldToScreen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00003C, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000040, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_MakeVector2D_ReturnValue) == 0x000044, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x00004C, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_ClampAxes2D_ReturnValue) == 0x000054, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_ClampAxes2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x00005C, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_BreakVector2D_X_1) == 0x000064, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_BreakVector2D_Y_1) == 0x000068, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00006C, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000070, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_MapRangeClamped_ReturnValue) == 0x000074, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_Conv_FloatToString_ReturnValue) == 0x000078, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000088, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_FMax_ReturnValue) == 0x00008C, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000090, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCamera_C_GetTargetScreenRatio, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x0000A0, "Member 'BP_SplineCamera_C_GetTargetScreenRatio::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SplineCamera_C \ static_assert(alignof(ABP_SplineCamera_C) == 0x000008, "Wrong alignment on ABP_SplineCamera_C"); \ static_assert(sizeof(ABP_SplineCamera_C) == 0x0003C8, "Wrong size on ABP_SplineCamera_C"); \ static_assert(offsetof(ABP_SplineCamera_C, UberGraphFrame) == 0x000238, "Member 'ABP_SplineCamera_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, Camera) == 0x000240, "Member 'ABP_SplineCamera_C::Camera' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, LateralSpline) == 0x000248, "Member 'ABP_SplineCamera_C::LateralSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, Arrow) == 0x000250, "Member 'ABP_SplineCamera_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CameraScene) == 0x000258, "Member 'ABP_SplineCamera_C::CameraScene' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, Spline) == 0x000260, "Member 'ABP_SplineCamera_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, Scene) == 0x000268, "Member 'ABP_SplineCamera_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, Debug) == 0x000270, "Member 'ABP_SplineCamera_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, cat) == 0x000278, "Member 'ABP_SplineCamera_C::cat' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, JoyWantedRotator) == 0x000280, "Member 'ABP_SplineCamera_C::JoyWantedRotator' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CatDistanceOnSpline) == 0x00028C, "Member 'ABP_SplineCamera_C::CatDistanceOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CameraSpeed) == 0x000290, "Member 'ABP_SplineCamera_C::CameraSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, JoyAngleAmplitudeX) == 0x000294, "Member 'ABP_SplineCamera_C::JoyAngleAmplitudeX' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, OffsetDistance) == 0x000298, "Member 'ABP_SplineCamera_C::OffsetDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, WantedOffsetDistance) == 0x00029C, "Member 'ABP_SplineCamera_C::WantedOffsetDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, OffsetDistanceOnSplineFront) == 0x0002A0, "Member 'ABP_SplineCamera_C::OffsetDistanceOnSplineFront' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, OffsetDistanceOnSplineBack) == 0x0002A4, "Member 'ABP_SplineCamera_C::OffsetDistanceOnSplineBack' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, OffsetDistanceSpeed) == 0x0002A8, "Member 'ABP_SplineCamera_C::OffsetDistanceSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, UseCameraSpeedBack) == 0x0002AC, "Member 'ABP_SplineCamera_C::UseCameraSpeedBack' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CameraSpeedBack) == 0x0002B0, "Member 'ABP_SplineCamera_C::CameraSpeedBack' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, UseCameraOrientation) == 0x0002B4, "Member 'ABP_SplineCamera_C::UseCameraOrientation' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, OrientationSign) == 0x0002B8, "Member 'ABP_SplineCamera_C::OrientationSign' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, UseLateralSpline) == 0x0002BC, "Member 'ABP_SplineCamera_C::UseLateralSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, JoyAngleAmplitudeY) == 0x0002C0, "Member 'ABP_SplineCamera_C::JoyAngleAmplitudeY' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, JoyRotateSmooth) == 0x0002C4, "Member 'ABP_SplineCamera_C::JoyRotateSmooth' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CameraLateralSpeed) == 0x0002C8, "Member 'ABP_SplineCamera_C::CameraLateralSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, DistanceOnSpline) == 0x0002CC, "Member 'ABP_SplineCamera_C::DistanceOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, WantedDistanceOnSpline) == 0x0002D0, "Member 'ABP_SplineCamera_C::WantedDistanceOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, RotationMode) == 0x0002D4, "Member 'ABP_SplineCamera_C::RotationMode' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, SplineOrientRatio) == 0x0002D8, "Member 'ABP_SplineCamera_C::SplineOrientRatio' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, WantedCameraRotator) == 0x0002DC, "Member 'ABP_SplineCamera_C::WantedCameraRotator' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, UseScreenZoneRotationBlend) == 0x0002E8, "Member 'ABP_SplineCamera_C::UseScreenZoneRotationBlend' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, ScreenZoneSize) == 0x0002EC, "Member 'ABP_SplineCamera_C::ScreenZoneSize' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CameraBlendInsideNeutralZone) == 0x0002F4, "Member 'ABP_SplineCamera_C::CameraBlendInsideNeutralZone' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CameraBlendRotationSpeedFront) == 0x0002F8, "Member 'ABP_SplineCamera_C::CameraBlendRotationSpeedFront' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, UseBlendRotationSpeedBack) == 0x0002FC, "Member 'ABP_SplineCamera_C::UseBlendRotationSpeedBack' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CameraBlendRotationSpeedBack) == 0x000300, "Member 'ABP_SplineCamera_C::CameraBlendRotationSpeedBack' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, LookAtTarget) == 0x000308, "Member 'ABP_SplineCamera_C::LookAtTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, LookAtOffset) == 0x000310, "Member 'ABP_SplineCamera_C::LookAtOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, InitRotator) == 0x00031C, "Member 'ABP_SplineCamera_C::InitRotator' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CameraRotator) == 0x000328, "Member 'ABP_SplineCamera_C::CameraRotator' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, DistanceOnLateralSpline) == 0x000334, "Member 'ABP_SplineCamera_C::DistanceOnLateralSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, WantedDistanceOnLateralSpline) == 0x000338, "Member 'ABP_SplineCamera_C::WantedDistanceOnLateralSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CurrentAngleTilt) == 0x00033C, "Member 'ABP_SplineCamera_C::CurrentAngleTilt' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, AngleTiltAmplitudeYaw) == 0x000344, "Member 'ABP_SplineCamera_C::AngleTiltAmplitudeYaw' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, AngleTiltAmplitudePitch) == 0x00034C, "Member 'ABP_SplineCamera_C::AngleTiltAmplitudePitch' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, OffsetDistanceOnLateralSpline) == 0x000354, "Member 'ABP_SplineCamera_C::OffsetDistanceOnLateralSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, Joy_InputSpeed) == 0x000358, "Member 'ABP_SplineCamera_C::Joy_InputSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, SplineToLookAtLinkedTo) == 0x00035C, "Member 'ABP_SplineCamera_C::SplineToLookAtLinkedTo' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, LookAtOnSplineTarget_Distance) == 0x000360, "Member 'ABP_SplineCamera_C::LookAtOnSplineTarget_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, SplineToLookAt) == 0x000368, "Member 'ABP_SplineCamera_C::SplineToLookAt' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, LookAtOnSplineDirection) == 0x000370, "Member 'ABP_SplineCamera_C::LookAtOnSplineDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CatSpeedRatioBlended) == 0x00037C, "Member 'ABP_SplineCamera_C::CatSpeedRatioBlended' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, UseSpeedAltitudeOffset) == 0x000380, "Member 'ABP_SplineCamera_C::UseSpeedAltitudeOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, AltitudeMin) == 0x000384, "Member 'ABP_SplineCamera_C::AltitudeMin' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, AltitudeMax) == 0x000388, "Member 'ABP_SplineCamera_C::AltitudeMax' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, AltitudeCurrent) == 0x00038C, "Member 'ABP_SplineCamera_C::AltitudeCurrent' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CameraBlendRotationSpeedWanted) == 0x000390, "Member 'ABP_SplineCamera_C::CameraBlendRotationSpeedWanted' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, LateralSplineOffset) == 0x000394, "Member 'ABP_SplineCamera_C::LateralSplineOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, LateralSplineDamp) == 0x000398, "Member 'ABP_SplineCamera_C::LateralSplineDamp' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, WantedJoyAngleRotator) == 0x00039C, "Member 'ABP_SplineCamera_C::WantedJoyAngleRotator' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, ThirdCam) == 0x0003A8, "Member 'ABP_SplineCamera_C::ThirdCam' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, ThirdCamera_Timer) == 0x0003AC, "Member 'ABP_SplineCamera_C::ThirdCamera_Timer' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, CameraRotatorFinal) == 0x0003B0, "Member 'ABP_SplineCamera_C::CameraRotatorFinal' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, LateralSplineDampSigned) == 0x0003BC, "Member 'ABP_SplineCamera_C::LateralSplineDampSigned' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, disableJoyInput) == 0x0003C0, "Member 'ABP_SplineCamera_C::disableJoyInput' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCamera_C, BlendTimeIn) == 0x0003C4, "Member 'ABP_SplineCamera_C::BlendTimeIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_SaveMenu_C \ static_assert(alignof(UUMG_SaveMenu_C) == 0x000008, "Wrong alignment on UUMG_SaveMenu_C"); \ static_assert(sizeof(UUMG_SaveMenu_C) == 0x000320, "Wrong size on UUMG_SaveMenu_C"); \ #define DUMPER7_ASSERTS_UMG_PauseMenu_C_ExecuteUbergraph_UMG_PauseMenu \ static_assert(alignof(UMG_PauseMenu_C_ExecuteUbergraph_UMG_PauseMenu) == 0x000004, "Wrong alignment on UMG_PauseMenu_C_ExecuteUbergraph_UMG_PauseMenu"); \ static_assert(sizeof(UMG_PauseMenu_C_ExecuteUbergraph_UMG_PauseMenu) == 0x000004, "Wrong size on UMG_PauseMenu_C_ExecuteUbergraph_UMG_PauseMenu"); \ static_assert(offsetof(UMG_PauseMenu_C_ExecuteUbergraph_UMG_PauseMenu, EntryPoint) == 0x000000, "Member 'UMG_PauseMenu_C_ExecuteUbergraph_UMG_PauseMenu::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_PauseMenu_C \ static_assert(alignof(UUMG_PauseMenu_C) == 0x000008, "Wrong alignment on UUMG_PauseMenu_C"); \ static_assert(sizeof(UUMG_PauseMenu_C) == 0x0003E8, "Wrong size on UUMG_PauseMenu_C"); \ static_assert(offsetof(UUMG_PauseMenu_C, UberGraphFrame) == 0x0003D8, "Member 'UUMG_PauseMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_PauseMenu_C, Black_Background) == 0x0003E0, "Member 'UUMG_PauseMenu_C::Black_Background' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_InputBindings_C \ static_assert(alignof(UUMG_InputBindings_C) == 0x000008, "Wrong alignment on UUMG_InputBindings_C"); \ static_assert(sizeof(UUMG_InputBindings_C) == 0x000510, "Wrong size on UUMG_InputBindings_C"); \ #define DUMPER7_ASSERTS_UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget \ static_assert(alignof(UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget) == 0x000004, "Wrong alignment on UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget"); \ static_assert(sizeof(UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget) == 0x000040, "Wrong size on UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget"); \ static_assert(offsetof(UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget, EntryPoint) == 0x000000, "Member 'UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget, K2Node_Event_MyGeometry) == 0x000004, "Member 'UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'UMG_GammaSettingsWidget_C_ExecuteUbergraph_UMG_GammaSettingsWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_GammaSettingsWidget_C_Tick \ static_assert(alignof(UMG_GammaSettingsWidget_C_Tick) == 0x000004, "Wrong alignment on UMG_GammaSettingsWidget_C_Tick"); \ static_assert(sizeof(UMG_GammaSettingsWidget_C_Tick) == 0x00003C, "Wrong size on UMG_GammaSettingsWidget_C_Tick"); \ static_assert(offsetof(UMG_GammaSettingsWidget_C_Tick, MyGeometry) == 0x000000, "Member 'UMG_GammaSettingsWidget_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_GammaSettingsWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'UMG_GammaSettingsWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_GammaSettingsWidget_C \ static_assert(alignof(UUMG_GammaSettingsWidget_C) == 0x000008, "Wrong alignment on UUMG_GammaSettingsWidget_C"); \ static_assert(sizeof(UUMG_GammaSettingsWidget_C) == 0x000420, "Wrong size on UUMG_GammaSettingsWidget_C"); \ static_assert(offsetof(UUMG_GammaSettingsWidget_C, UberGraphFrame) == 0x000410, "Member 'UUMG_GammaSettingsWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_GammaSettingsWidget_C, HBoxProgressBar) == 0x000418, "Member 'UUMG_GammaSettingsWidget_C::HBoxProgressBar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_DebugInput_C \ static_assert(alignof(UUMG_DebugInput_C) == 0x000008, "Wrong alignment on UUMG_DebugInput_C"); \ static_assert(sizeof(UUMG_DebugInput_C) == 0x000310, "Wrong size on UUMG_DebugInput_C"); \ #define DUMPER7_ASSERTS_UUMG_ChapterMenu_C \ static_assert(alignof(UUMG_ChapterMenu_C) == 0x000008, "Wrong alignment on UUMG_ChapterMenu_C"); \ static_assert(sizeof(UUMG_ChapterMenu_C) == 0x000440, "Wrong size on UUMG_ChapterMenu_C"); \ #define DUMPER7_ASSERTS_UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope \ static_assert(alignof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope) == 0x000008, "Wrong alignment on UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope"); \ static_assert(sizeof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope) == 0x000048, "Wrong size on UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, EntryPoint) == 0x000000, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, K2Node_CustomEvent_time_1) == 0x000004, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::K2Node_CustomEvent_time_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, K2Node_CustomEvent_time) == 0x000008, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::K2Node_CustomEvent_time' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000010, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, CallFunc_IsPlayingAnimation_ReturnValue) == 0x000014, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::CallFunc_IsPlayingAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, Temp_bool_Variable) == 0x000015, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, CallFunc_GetViewportSize_ReturnValue) == 0x000018, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, CallFunc_BreakVector2D_X) == 0x000020, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, CallFunc_BreakVector2D_Y) == 0x000024, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000028, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00002C, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, K2Node_Select_Default) == 0x000030, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope, CallFunc_PlayAnimation_ReturnValue_1) == 0x000040, "Member 'UMG_Cinemascope_C_ExecuteUbergraph_UMG_Cinemascope::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Cinemascope_C_FadeOut \ static_assert(alignof(UMG_Cinemascope_C_FadeOut) == 0x000004, "Wrong alignment on UMG_Cinemascope_C_FadeOut"); \ static_assert(sizeof(UMG_Cinemascope_C_FadeOut) == 0x000004, "Wrong size on UMG_Cinemascope_C_FadeOut"); \ static_assert(offsetof(UMG_Cinemascope_C_FadeOut, Time) == 0x000000, "Member 'UMG_Cinemascope_C_FadeOut::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Cinemascope_C_FadeIn \ static_assert(alignof(UMG_Cinemascope_C_FadeIn) == 0x000004, "Wrong alignment on UMG_Cinemascope_C_FadeIn"); \ static_assert(sizeof(UMG_Cinemascope_C_FadeIn) == 0x000004, "Wrong size on UMG_Cinemascope_C_FadeIn"); \ static_assert(offsetof(UMG_Cinemascope_C_FadeIn, Time) == 0x000000, "Member 'UMG_Cinemascope_C_FadeIn::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Cinemascope_C \ static_assert(alignof(UUMG_Cinemascope_C) == 0x000008, "Wrong alignment on UUMG_Cinemascope_C"); \ static_assert(sizeof(UUMG_Cinemascope_C) == 0x000280, "Wrong size on UUMG_Cinemascope_C"); \ static_assert(offsetof(UUMG_Cinemascope_C, UberGraphFrame) == 0x000260, "Member 'UUMG_Cinemascope_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Cinemascope_C, GoIn_widescreen) == 0x000268, "Member 'UUMG_Cinemascope_C::GoIn_widescreen' has a wrong offset!"); \ static_assert(offsetof(UUMG_Cinemascope_C, GoIn) == 0x000270, "Member 'UUMG_Cinemascope_C::GoIn' has a wrong offset!"); \ static_assert(offsetof(UUMG_Cinemascope_C, Cinemascope_On) == 0x000278, "Member 'UUMG_Cinemascope_C::Cinemascope_On' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ActorIdManager_C \ static_assert(alignof(ABP_ActorIdManager_C) == 0x000008, "Wrong alignment on ABP_ActorIdManager_C"); \ static_assert(sizeof(ABP_ActorIdManager_C) == 0x000280, "Wrong size on ABP_ActorIdManager_C"); \ static_assert(offsetof(ABP_ActorIdManager_C, DefaultSceneRoot) == 0x000278, "Member 'ABP_ActorIdManager_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_I_sfx_playable_C_EmergencyStop \ static_assert(alignof(I_sfx_playable_C_EmergencyStop) == 0x000004, "Wrong alignment on I_sfx_playable_C_EmergencyStop"); \ static_assert(sizeof(I_sfx_playable_C_EmergencyStop) == 0x000004, "Wrong size on I_sfx_playable_C_EmergencyStop"); \ static_assert(offsetof(I_sfx_playable_C_EmergencyStop, Duration) == 0x000000, "Member 'I_sfx_playable_C_EmergencyStop::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_I_sfx_playable_C_getAudioComponent \ static_assert(alignof(I_sfx_playable_C_getAudioComponent) == 0x000008, "Wrong alignment on I_sfx_playable_C_getAudioComponent"); \ static_assert(sizeof(I_sfx_playable_C_getAudioComponent) == 0x000008, "Wrong size on I_sfx_playable_C_getAudioComponent"); \ static_assert(offsetof(I_sfx_playable_C_getAudioComponent, Component) == 0x000000, "Member 'I_sfx_playable_C_getAudioComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_II_sfx_playable_C \ static_assert(alignof(II_sfx_playable_C) == 0x000001, "Wrong alignment on II_sfx_playable_C"); \ static_assert(sizeof(II_sfx_playable_C) == 0x000001, "Wrong size on II_sfx_playable_C"); \ #define DUMPER7_ASSERTS_BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player \ static_assert(alignof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player) == 0x000008, "Wrong alignment on BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player"); \ static_assert(sizeof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player) == 0x000220, "Wrong size on BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, EntryPoint) == 0x000000, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_float_Variable) == 0x000004, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_int_Variable) == 0x000008, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_bool_Variable) == 0x00000C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_float_Variable_1) == 0x000010, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_bool_Variable_1) == 0x000020, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_bool_Has_Been_Initd_Variable) == 0x000021, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_int_Variable_1) == 0x000024, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_int_Array_Index_Variable_2) == 0x000034, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_DynamicCast_AsI_Sfx_Zone) == 0x000050, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_DynamicCast_AsI_Sfx_Zone' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_DynamicCast_AsI_Sfx_Zone_1) == 0x000068, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_DynamicCast_AsI_Sfx_Zone_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_is_cat_inside_is_cat_inside) == 0x000079, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_is_cat_inside_is_cat_inside' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_camera_value_camera_value) == 0x00007C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_camera_value_camera_value' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000080, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_DoesImplementInterface_ReturnValue) == 0x000084, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_Event_DeltaSeconds) == 0x000088, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Add_FloatFloat_ReturnValue) == 0x00008C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000090, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000094, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000098, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Add_IntInt_ReturnValue_2) == 0x00009C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Not_PreBool_ReturnValue) == 0x0000A0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0000A1, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A2, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000A3, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_BooleanOR_ReturnValue) == 0x0000A4, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_BooleanOR_ReturnValue_1) == 0x0000A5, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_GetAudioManager_AudioManager) == 0x0000A8, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0000B0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000B1, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_Event_duration) == 0x0000B4, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_Event_duration' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsPlaying_ReturnValue) == 0x0000B9, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000BC, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_Select_Default) == 0x0000C4, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0000C8, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0000CC, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x0000D0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000D4, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_Event_EndPlayReason) == 0x0000E0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsValid_ReturnValue_2) == 0x0000E1, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsValid_ReturnValue_3) == 0x0000E2, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsValid_ReturnValue_4) == 0x0000E3, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Length_ReturnValue_1) == 0x0000E4, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsPlaying_ReturnValue_1) == 0x0000E8, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsPlaying_ReturnValue_2) == 0x0000E9, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0000EC, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsValid_ReturnValue_5) == 0x0000F0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_Select_Default_1) == 0x0000F4, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_CreateSound2D_ReturnValue) == 0x0000F8, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsPlaying_ReturnValue_3) == 0x000100, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsPlaying_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_bool_IsClosed_Variable) == 0x000101, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_GetAudioManager_AudioManager_1) == 0x000108, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_GetAudioManager_AudioManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_GreaterEqual_FloatFloat_ReturnValue_3) == 0x000110, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_GreaterEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Get_Item_2) == 0x000118, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Add_IntInt_ReturnValue_3) == 0x000120, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Length_ReturnValue_2) == 0x000124, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Percent_IntInt_ReturnValue) == 0x000128, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000130, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsValid_ReturnValue_6) == 0x000138, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsPlaying_ReturnValue_4) == 0x000139, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsPlaying_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Length_ReturnValue_3) == 0x00013C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Greater_IntInt_ReturnValue) == 0x000140, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, Temp_int_Loop_Counter_Variable_2) == 0x000144, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Less_IntInt_ReturnValue) == 0x000148, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Add_IntInt_ReturnValue_4) == 0x00014C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Length_ReturnValue_4) == 0x000150, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000154, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_GetObjectName_ReturnValue) == 0x000158, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Concat_StrStr_ReturnValue) == 0x000168, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_FClamp_ReturnValue) == 0x000178, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Length_ReturnValue_5) == 0x00017C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Subtract_IntInt_ReturnValue) == 0x000180, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000184, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Get_Item_3) == 0x000188, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Length_ReturnValue_6) == 0x000198, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_DynamicCast_AsI_Sfx_Zone_2) == 0x0001A0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_DynamicCast_AsI_Sfx_Zone_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_DynamicCast_bSuccess_2) == 0x0001B0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001B1, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsValid_ReturnValue_7) == 0x0001B2, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsValid_ReturnValue_8) == 0x0001B3, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_IsPlaying_ReturnValue_5) == 0x0001B4, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_IsPlaying_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_ComponentBoundEvent__saveComponent) == 0x0001B8, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_ComponentBoundEvent__saveComponent' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Length_ReturnValue_7) == 0x0001C0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0001C4, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Greater_IntInt_ReturnValue_3) == 0x0001C8, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0001CC, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Get_Item_4) == 0x0001D0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Array_Length_ReturnValue_8) == 0x0001E0, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001E4, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_DynamicCast_AsI_Sfx_Zone_3) == 0x0001E8, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_DynamicCast_AsI_Sfx_Zone_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_DynamicCast_bSuccess_3) == 0x0001F8, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0001FC, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000200, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000204, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000208, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_BooleanOR_ReturnValue_2) == 0x000209, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, K2Node_CreateDelegate_OutputDelegate) == 0x00020C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00021C, "Member 'BP_sfx_single_player_C_ExecuteUbergraph_BP_sfx_single_player::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_single_player_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature \ static_assert(alignof(BP_sfx_single_player_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_sfx_single_player_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature"); \ static_assert(sizeof(BP_sfx_single_player_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_sfx_single_player_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature"); \ static_assert(offsetof(BP_sfx_single_player_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature, _saveComponent) == 0x000000, "Member 'BP_sfx_single_player_C_BndEvt__Save_K2Node_ComponentBoundEvent_2_SaveLoadDelegate__DelegateSignature::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_single_player_C_ReceiveEndPlay \ static_assert(alignof(BP_sfx_single_player_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_sfx_single_player_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_sfx_single_player_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_sfx_single_player_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_sfx_single_player_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_sfx_single_player_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_single_player_C_EmergencyStop \ static_assert(alignof(BP_sfx_single_player_C_EmergencyStop) == 0x000004, "Wrong alignment on BP_sfx_single_player_C_EmergencyStop"); \ static_assert(sizeof(BP_sfx_single_player_C_EmergencyStop) == 0x000004, "Wrong size on BP_sfx_single_player_C_EmergencyStop"); \ static_assert(offsetof(BP_sfx_single_player_C_EmergencyStop, Duration) == 0x000000, "Member 'BP_sfx_single_player_C_EmergencyStop::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_single_player_C_ReceiveTick \ static_assert(alignof(BP_sfx_single_player_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_sfx_single_player_C_ReceiveTick"); \ static_assert(sizeof(BP_sfx_single_player_C_ReceiveTick) == 0x000004, "Wrong size on BP_sfx_single_player_C_ReceiveTick"); \ static_assert(offsetof(BP_sfx_single_player_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_sfx_single_player_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_single_player_C_getAudioComponent \ static_assert(alignof(BP_sfx_single_player_C_getAudioComponent) == 0x000008, "Wrong alignment on BP_sfx_single_player_C_getAudioComponent"); \ static_assert(sizeof(BP_sfx_single_player_C_getAudioComponent) == 0x000008, "Wrong size on BP_sfx_single_player_C_getAudioComponent"); \ static_assert(offsetof(BP_sfx_single_player_C_getAudioComponent, Component) == 0x000000, "Member 'BP_sfx_single_player_C_getAudioComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_sfx_single_player_C \ static_assert(alignof(ABP_sfx_single_player_C) == 0x000008, "Wrong alignment on ABP_sfx_single_player_C"); \ static_assert(sizeof(ABP_sfx_single_player_C) == 0x000320, "Wrong size on ABP_sfx_single_player_C"); \ static_assert(offsetof(ABP_sfx_single_player_C, UberGraphFrame) == 0x000228, "Member 'ABP_sfx_single_player_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, Save) == 0x000230, "Member 'ABP_sfx_single_player_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, DebugInput) == 0x000238, "Member 'ABP_sfx_single_player_C::DebugInput' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_sfx_single_player_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, Playlist) == 0x000248, "Member 'ABP_sfx_single_player_C::Playlist' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, currentPlaylistIndex) == 0x000258, "Member 'ABP_sfx_single_player_C::currentPlaylistIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, sound_base) == 0x000260, "Member 'ABP_sfx_single_player_C::sound_base' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, base_gain) == 0x000268, "Member 'ABP_sfx_single_player_C::base_gain' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, zones) == 0x000270, "Member 'ABP_sfx_single_player_C::zones' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, ideal_pitch) == 0x000280, "Member 'ABP_sfx_single_player_C::ideal_pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, always_play) == 0x000284, "Member 'ABP_sfx_single_player_C::always_play' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, play_on_meow_normal) == 0x000285, "Member 'ABP_sfx_single_player_C::play_on_meow_normal' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, play_on_meow_inverted) == 0x000286, "Member 'ABP_sfx_single_player_C::play_on_meow_inverted' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, random_offset) == 0x000287, "Member 'ABP_sfx_single_player_C::random_offset' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, fade_in__s_) == 0x000288, "Member 'ABP_sfx_single_player_C::fade_in__s_' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, fade_out__s_) == 0x00028C, "Member 'ABP_sfx_single_player_C::fade_out__s_' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, wait_before_retrigger__s_) == 0x000290, "Member 'ABP_sfx_single_player_C::wait_before_retrigger__s_' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, stop_after__s_) == 0x000294, "Member 'ABP_sfx_single_player_C::stop_after__s_' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, delay_before_play__s_) == 0x000298, "Member 'ABP_sfx_single_player_C::delay_before_play__s_' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, only_play_once) == 0x00029C, "Member 'ABP_sfx_single_player_C::only_play_once' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, mute) == 0x00029D, "Member 'ABP_sfx_single_player_C::mute' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, theSound) == 0x0002A0, "Member 'ABP_sfx_single_player_C::theSound' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, totalCamValue) == 0x0002A8, "Member 'ABP_sfx_single_player_C::totalCamValue' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, nbOfTimesPlayed) == 0x0002AC, "Member 'ABP_sfx_single_player_C::nbOfTimesPlayed' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, timeSinceLastPlay) == 0x0002B0, "Member 'ABP_sfx_single_player_C::timeSinceLastPlay' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, delayedPlayRequest) == 0x0002B4, "Member 'ABP_sfx_single_player_C::delayedPlayRequest' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, exclusiveGroup) == 0x0002B8, "Member 'ABP_sfx_single_player_C::exclusiveGroup' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, Identifier) == 0x0002C0, "Member 'ABP_sfx_single_player_C::Identifier' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, catInsideZones) == 0x0002D0, "Member 'ABP_sfx_single_player_C::catInsideZones' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, nextRandomDelay) == 0x0002E0, "Member 'ABP_sfx_single_player_C::nextRandomDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, PlayRandomly) == 0x0002E4, "Member 'ABP_sfx_single_player_C::PlayRandomly' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, randomMinDelay) == 0x0002E8, "Member 'ABP_sfx_single_player_C::randomMinDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, randomMaxDelay) == 0x0002EC, "Member 'ABP_sfx_single_player_C::randomMaxDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, Localized) == 0x0002F0, "Member 'ABP_sfx_single_player_C::Localized' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, Synchronized) == 0x0002F8, "Member 'ABP_sfx_single_player_C::Synchronized' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, sync_waitingForStart) == 0x000300, "Member 'ABP_sfx_single_player_C::sync_waitingForStart' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, sync_waitingForStop) == 0x000301, "Member 'ABP_sfx_single_player_C::sync_waitingForStop' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, stop_when_zero_volume) == 0x000302, "Member 'ABP_sfx_single_player_C::stop_when_zero_volume' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, start_when_positive_volume) == 0x000303, "Member 'ABP_sfx_single_player_C::start_when_positive_volume' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, restart_on_start) == 0x000304, "Member 'ABP_sfx_single_player_C::restart_on_start' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, restart_on_start_if_fading) == 0x000305, "Member 'ABP_sfx_single_player_C::restart_on_start_if_fading' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, onlyPlayIfNoMusicFor) == 0x000308, "Member 'ABP_sfx_single_player_C::onlyPlayIfNoMusicFor' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, tempSoundToDestroy) == 0x000310, "Member 'ABP_sfx_single_player_C::tempSoundToDestroy' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, wait_timing_multiplier) == 0x000318, "Member 'ABP_sfx_single_player_C::wait_timing_multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, startAllowed) == 0x00031C, "Member 'ABP_sfx_single_player_C::startAllowed' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, recheck_zones) == 0x00031D, "Member 'ABP_sfx_single_player_C::recheck_zones' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, sound_would_restart_if_spawned_there) == 0x00031E, "Member 'ABP_sfx_single_player_C::sound_would_restart_if_spawned_there' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_single_player_C, auto_restart_on_reload) == 0x00031F, "Member 'ABP_sfx_single_player_C::auto_restart_on_reload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon \ static_assert(alignof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon) == 0x000008, "Wrong alignment on UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon"); \ static_assert(sizeof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon) == 0x0001A0, "Wrong size on UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, EntryPoint) == 0x000000, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, Temp_bool_Variable) == 0x000010, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, K2Node_Event__key) == 0x000028, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::K2Node_Event__key' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, K2Node_CustomEvent_Float) == 0x000040, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::K2Node_CustomEvent_Float' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_MakeVector2D_ReturnValue) == 0x000044, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000050, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000058, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_SlotAsCanvasSlot_ReturnValue_2) == 0x000060, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_SlotAsCanvasSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_GetSize_ReturnValue) == 0x000068, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_BreakVector2D_X) == 0x000070, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_BreakVector2D_Y) == 0x000074, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000078, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_MakeVector2D_ReturnValue_1) == 0x000080, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000088, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00008C, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000090, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_Round_ReturnValue) == 0x000094, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, K2Node_MakeStruct_SlateFontInfo) == 0x0000A0, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, K2Node_MakeStruct_Margin) == 0x0000F8, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, K2Node_Event__isSelected) == 0x000108, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::K2Node_Event__isSelected' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_SelectColor_ReturnValue) == 0x00010C, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, K2Node_MakeStruct_SlateColor) == 0x000120, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, K2Node_MakeStruct_SlateColor_1) == 0x000148, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, K2Node_Select_Default) == 0x000170, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon, CallFunc_IsKeyboardColumnHidden_ReturnValue) == 0x000198, "Member 'UMG_KeyIcon_C_ExecuteUbergraph_UMG_KeyIcon::CallFunc_IsKeyboardColumnHidden_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_KeyIcon_C_SetIsSelected \ static_assert(alignof(UMG_KeyIcon_C_SetIsSelected) == 0x000001, "Wrong alignment on UMG_KeyIcon_C_SetIsSelected"); \ static_assert(sizeof(UMG_KeyIcon_C_SetIsSelected) == 0x000001, "Wrong size on UMG_KeyIcon_C_SetIsSelected"); \ static_assert(offsetof(UMG_KeyIcon_C_SetIsSelected, _isSelected) == 0x000000, "Member 'UMG_KeyIcon_C_SetIsSelected::_isSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_KeyIcon_C_SetSize \ static_assert(alignof(UMG_KeyIcon_C_SetSize) == 0x000004, "Wrong alignment on UMG_KeyIcon_C_SetSize"); \ static_assert(sizeof(UMG_KeyIcon_C_SetSize) == 0x000004, "Wrong size on UMG_KeyIcon_C_SetSize"); \ static_assert(offsetof(UMG_KeyIcon_C_SetSize, Float) == 0x000000, "Member 'UMG_KeyIcon_C_SetSize::Float' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_KeyIcon_C_SetKey \ static_assert(alignof(UMG_KeyIcon_C_SetKey) == 0x000008, "Wrong alignment on UMG_KeyIcon_C_SetKey"); \ static_assert(sizeof(UMG_KeyIcon_C_SetKey) == 0x000018, "Wrong size on UMG_KeyIcon_C_SetKey"); \ static_assert(offsetof(UMG_KeyIcon_C_SetKey, _key) == 0x000000, "Member 'UMG_KeyIcon_C_SetKey::_key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_KeyIcon_C_Set_Key \ static_assert(alignof(UMG_KeyIcon_C_Set_Key) == 0x000008, "Wrong alignment on UMG_KeyIcon_C_Set_Key"); \ static_assert(sizeof(UMG_KeyIcon_C_Set_Key) == 0x000078, "Wrong size on UMG_KeyIcon_C_Set_Key"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, Key) == 0x000000, "Member 'UMG_KeyIcon_C_Set_Key::Key' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, IconTexture) == 0x000018, "Member 'UMG_KeyIcon_C_Set_Key::IconTexture' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000020, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000021, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_GetGameControllerType_ReturnValue) == 0x000030, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_GetGameControllerType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_GetKeyDisplayName_ReturnValue) == 0x000038, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_GetKeyDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_TextToUpper_ReturnValue) == 0x000050, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_FindIconForKey_ReturnValue) == 0x000068, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_FindIconForKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000070, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000071, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_BooleanAND_ReturnValue) == 0x000072, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_KeyIcon_C_Set_Key, CallFunc_IsValid_ReturnValue) == 0x000073, "Member 'UMG_KeyIcon_C_Set_Key::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_KeyIcon_C \ static_assert(alignof(UUMG_KeyIcon_C) == 0x000008, "Wrong alignment on UUMG_KeyIcon_C"); \ static_assert(sizeof(UUMG_KeyIcon_C) == 0x0002D8, "Wrong size on UUMG_KeyIcon_C"); \ static_assert(offsetof(UUMG_KeyIcon_C, UberGraphFrame) == 0x000260, "Member 'UUMG_KeyIcon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, Icon) == 0x000268, "Member 'UUMG_KeyIcon_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, IconImage) == 0x000270, "Member 'UUMG_KeyIcon_C::IconImage' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, KeyboardKey) == 0x000278, "Member 'UUMG_KeyIcon_C::KeyboardKey' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, KeyboardKeyText) == 0x000280, "Member 'UUMG_KeyIcon_C::KeyboardKeyText' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, KeyboardKeyText_1) == 0x000288, "Member 'UUMG_KeyIcon_C::KeyboardKeyText_1' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, Root) == 0x000290, "Member 'UUMG_KeyIcon_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, UMG_KeyboardIconBackground) == 0x000298, "Member 'UUMG_KeyIcon_C::UMG_KeyboardIconBackground' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, UnknownImage) == 0x0002A0, "Member 'UUMG_KeyIcon_C::UnknownImage' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, UnknownKey) == 0x0002A8, "Member 'UUMG_KeyIcon_C::UnknownKey' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, CurrentKey) == 0x0002B0, "Member 'UUMG_KeyIcon_C::CurrentKey' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, ControllerType) == 0x0002C8, "Member 'UUMG_KeyIcon_C::ControllerType' has a wrong offset!"); \ static_assert(offsetof(UUMG_KeyIcon_C, KeySet) == 0x0002D0, "Member 'UUMG_KeyIcon_C::KeySet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CamShakeDeath_C \ static_assert(alignof(UBP_CamShakeDeath_C) == 0x000010, "Wrong alignment on UBP_CamShakeDeath_C"); \ static_assert(sizeof(UBP_CamShakeDeath_C) == 0x0001B0, "Wrong size on UBP_CamShakeDeath_C"); \ #define DUMPER7_ASSERTS_UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon \ static_assert(alignof(UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon) == 0x000008, "Wrong alignment on UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon"); \ static_assert(sizeof(UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon) == 0x000048, "Wrong size on UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon"); \ static_assert(offsetof(UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon, EntryPoint) == 0x000000, "Member 'UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000010, "Member 'UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon, CallFunc_GetBindingKey_ReturnValue) == 0x000018, "Member 'UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon::CallFunc_GetBindingKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon, K2Node_CustomEvent_Size) == 0x000030, "Member 'UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon::K2Node_CustomEvent_Size' has a wrong offset!"); \ static_assert(offsetof(UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'UMG_BindingIcon_C_ExecuteUbergraph_UMG_BindingIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BindingIcon_C_SetSize \ static_assert(alignof(UMG_BindingIcon_C_SetSize) == 0x000004, "Wrong alignment on UMG_BindingIcon_C_SetSize"); \ static_assert(sizeof(UMG_BindingIcon_C_SetSize) == 0x000004, "Wrong size on UMG_BindingIcon_C_SetSize"); \ static_assert(offsetof(UMG_BindingIcon_C_SetSize, Size) == 0x000000, "Member 'UMG_BindingIcon_C_SetSize::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BindingIcon_C_SetBindingName \ static_assert(alignof(UMG_BindingIcon_C_SetBindingName) == 0x000004, "Wrong alignment on UMG_BindingIcon_C_SetBindingName"); \ static_assert(sizeof(UMG_BindingIcon_C_SetBindingName) == 0x00000C, "Wrong size on UMG_BindingIcon_C_SetBindingName"); \ static_assert(offsetof(UMG_BindingIcon_C_SetBindingName, BindingName_0) == 0x000000, "Member 'UMG_BindingIcon_C_SetBindingName::BindingName_0' has a wrong offset!"); \ static_assert(offsetof(UMG_BindingIcon_C_SetBindingName, CallFunc_NotEqual_NameName_ReturnValue) == 0x000008, "Member 'UMG_BindingIcon_C_SetBindingName::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_BindingIcon_C \ static_assert(alignof(UUMG_BindingIcon_C) == 0x000008, "Wrong alignment on UUMG_BindingIcon_C"); \ static_assert(sizeof(UUMG_BindingIcon_C) == 0x000278, "Wrong size on UUMG_BindingIcon_C"); \ static_assert(offsetof(UUMG_BindingIcon_C, UberGraphFrame) == 0x000260, "Member 'UUMG_BindingIcon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_BindingIcon_C, UMG_KeyIcon) == 0x000268, "Member 'UUMG_BindingIcon_C::UMG_KeyIcon' has a wrong offset!"); \ static_assert(offsetof(UUMG_BindingIcon_C, BindingName) == 0x000270, "Member 'UUMG_BindingIcon_C::BindingName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon \ static_assert(alignof(UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon) == 0x000004, "Wrong alignment on UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon"); \ static_assert(sizeof(UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon) == 0x000010, "Wrong size on UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon"); \ static_assert(offsetof(UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon, EntryPoint) == 0x000000, "Member 'UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon, K2Node_Event__bindingName) == 0x000004, "Member 'UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon::K2Node_Event__bindingName' has a wrong offset!"); \ static_assert(offsetof(UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon, K2Node_Event__size) == 0x00000C, "Member 'UMG_InlineBindingIcon_C_ExecuteUbergraph_UMG_InlineBindingIcon::K2Node_Event__size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_InlineBindingIcon_C_SetSize \ static_assert(alignof(UMG_InlineBindingIcon_C_SetSize) == 0x000004, "Wrong alignment on UMG_InlineBindingIcon_C_SetSize"); \ static_assert(sizeof(UMG_InlineBindingIcon_C_SetSize) == 0x000004, "Wrong size on UMG_InlineBindingIcon_C_SetSize"); \ static_assert(offsetof(UMG_InlineBindingIcon_C_SetSize, _size) == 0x000000, "Member 'UMG_InlineBindingIcon_C_SetSize::_size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_InlineBindingIcon_C_SetBindingName \ static_assert(alignof(UMG_InlineBindingIcon_C_SetBindingName) == 0x000004, "Wrong alignment on UMG_InlineBindingIcon_C_SetBindingName"); \ static_assert(sizeof(UMG_InlineBindingIcon_C_SetBindingName) == 0x000008, "Wrong size on UMG_InlineBindingIcon_C_SetBindingName"); \ static_assert(offsetof(UMG_InlineBindingIcon_C_SetBindingName, _bindingName) == 0x000000, "Member 'UMG_InlineBindingIcon_C_SetBindingName::_bindingName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_InlineBindingIcon_C \ static_assert(alignof(UUMG_InlineBindingIcon_C) == 0x000008, "Wrong alignment on UUMG_InlineBindingIcon_C"); \ static_assert(sizeof(UUMG_InlineBindingIcon_C) == 0x000270, "Wrong size on UUMG_InlineBindingIcon_C"); \ static_assert(offsetof(UUMG_InlineBindingIcon_C, UberGraphFrame) == 0x000260, "Member 'UUMG_InlineBindingIcon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_InlineBindingIcon_C, UMG_BindingIcon) == 0x000268, "Member 'UUMG_InlineBindingIcon_C::UMG_BindingIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBindingIconDecorator_C \ static_assert(alignof(UBindingIconDecorator_C) == 0x000008, "Wrong alignment on UBindingIconDecorator_C"); \ static_assert(sizeof(UBindingIconDecorator_C) == 0x000038, "Wrong size on UBindingIconDecorator_C"); \ #define DUMPER7_ASSERTS_Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new \ static_assert(alignof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new) == 0x000010, "Wrong alignment on Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new"); \ static_assert(sizeof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new) == 0x000BC0, "Wrong size on Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, EntryPoint) == 0x000000, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, K2Node_MakeStruct_Vector4) == 0x000010, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::K2Node_MakeStruct_Vector4' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, K2Node_MakeStruct_PostProcessSettings) == 0x000020, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::K2Node_MakeStruct_PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, Temp_struct_Variable) == 0x000580, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_AddComponent_ReturnValue) == 0x0005B0, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_StartCameraShake_ReturnValue) == 0x0005B8, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_FindPlayerCatPawn_Cat) == 0x0005C0, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, K2Node_Event_DeltaSeconds) == 0x0005C8, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_GetMaxLife_ReturnValue) == 0x0005CC, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_GetMaxLife_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_GetLife_ReturnValue) == 0x0005D0, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_GetLife_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0005D4, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_Lerp_ReturnValue) == 0x0005D8, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_Lerp_ReturnValue_1) == 0x0005DC, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_Lerp_ReturnValue_2) == 0x0005E0, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, K2Node_MakeStruct_Vector4_1) == 0x0005F0, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::K2Node_MakeStruct_Vector4_1' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_FindPlayerCatPawn_Cat_1) == 0x000600, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_GetDistanceTo_ReturnValue) == 0x000608, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00060C, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, K2Node_MakeStruct_Vector4_2) == 0x000610, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::K2Node_MakeStruct_Vector4_2' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_FindPlayerCatPawn_Cat_2) == 0x000620, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, K2Node_MakeStruct_PostProcessSettings_1) == 0x000630, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::K2Node_MakeStruct_PostProcessSettings_1' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, K2Node_CreateDelegate_OutputDelegate) == 0x000B90, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, K2Node_CustomEvent_cat) == 0x000BA0, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::K2Node_CustomEvent_cat' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, K2Node_CustomEvent_Zurg) == 0x000BA8, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::K2Node_CustomEvent_Zurg' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_FindPlayerCatPawn_Cat_3) == 0x000BB0, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_FindPlayerCatPawn_Cat_3' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new, CallFunc_IsValid_ReturnValue) == 0x000BB8, "Member 'Cam_manager_new_C_ExecuteUbergraph_Cam_manager_new::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cam_manager_new_C_ZurgAttached \ static_assert(alignof(Cam_manager_new_C_ZurgAttached) == 0x000008, "Wrong alignment on Cam_manager_new_C_ZurgAttached"); \ static_assert(sizeof(Cam_manager_new_C_ZurgAttached) == 0x000010, "Wrong size on Cam_manager_new_C_ZurgAttached"); \ static_assert(offsetof(Cam_manager_new_C_ZurgAttached, cat) == 0x000000, "Member 'Cam_manager_new_C_ZurgAttached::cat' has a wrong offset!"); \ static_assert(offsetof(Cam_manager_new_C_ZurgAttached, Zurg) == 0x000008, "Member 'Cam_manager_new_C_ZurgAttached::Zurg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Cam_manager_new_C_ReceiveTick \ static_assert(alignof(Cam_manager_new_C_ReceiveTick) == 0x000004, "Wrong alignment on Cam_manager_new_C_ReceiveTick"); \ static_assert(sizeof(Cam_manager_new_C_ReceiveTick) == 0x000004, "Wrong size on Cam_manager_new_C_ReceiveTick"); \ static_assert(offsetof(Cam_manager_new_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Cam_manager_new_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACam_manager_new_C \ static_assert(alignof(ACam_manager_new_C) == 0x000010, "Wrong alignment on ACam_manager_new_C"); \ static_assert(sizeof(ACam_manager_new_C) == 0x002850, "Wrong size on ACam_manager_new_C"); \ static_assert(offsetof(ACam_manager_new_C, UberGraphFrame) == 0x002820, "Member 'ACam_manager_new_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ACam_manager_new_C, Camera) == 0x002828, "Member 'ACam_manager_new_C::Camera' has a wrong offset!"); \ static_assert(offsetof(ACam_manager_new_C, Alpha_Alpha_C48C186643E1FC01E4FA158513C3931D) == 0x002830, "Member 'ACam_manager_new_C::Alpha_Alpha_C48C186643E1FC01E4FA158513C3931D' has a wrong offset!"); \ static_assert(offsetof(ACam_manager_new_C, Alpha__Direction_C48C186643E1FC01E4FA158513C3931D) == 0x002834, "Member 'ACam_manager_new_C::Alpha__Direction_C48C186643E1FC01E4FA158513C3931D' has a wrong offset!"); \ static_assert(offsetof(ACam_manager_new_C, Alpha) == 0x002838, "Member 'ACam_manager_new_C::Alpha' has a wrong offset!"); \ static_assert(offsetof(ACam_manager_new_C, PostProcess_Zurg) == 0x002840, "Member 'ACam_manager_new_C::PostProcess_Zurg' has a wrong offset!"); \ static_assert(offsetof(ACam_manager_new_C, nb_zurgs) == 0x002848, "Member 'ACam_manager_new_C::nb_zurgs' has a wrong offset!"); \ static_assert(offsetof(ACam_manager_new_C, OverlayAlpha) == 0x00284C, "Member 'ACam_manager_new_C::OverlayAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HKSpectatorPawn_C \ static_assert(alignof(ABP_HKSpectatorPawn_C) == 0x000008, "Wrong alignment on ABP_HKSpectatorPawn_C"); \ static_assert(sizeof(ABP_HKSpectatorPawn_C) == 0x0002F8, "Wrong size on ABP_HKSpectatorPawn_C"); \ #define DUMPER7_ASSERTS_ABP_HKPlayerCameraManager_C \ static_assert(alignof(ABP_HKPlayerCameraManager_C) == 0x000010, "Wrong alignment on ABP_HKPlayerCameraManager_C"); \ static_assert(sizeof(ABP_HKPlayerCameraManager_C) == 0x0028F0, "Wrong size on ABP_HKPlayerCameraManager_C"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD \ static_assert(alignof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD) == 0x000008, "Wrong alignment on BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD"); \ static_assert(sizeof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD) == 0x0001A8, "Wrong size on BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, EntryPoint) == 0x000000, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, Temp_int_Variable) == 0x000008, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_StopSound_self_CastInput) == 0x000010, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_StopSound_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_StartSound_self_CastInput) == 0x000028, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_StartSound_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_GetActorIdManager_ActorIdManager) == 0x000038, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_GetActorIdManager_ActorIdManager' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, Temp_bool_Has_Been_Initd_Variable_1) == 0x000040, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_GetHUDWidget_ReturnValue) == 0x000048, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_GetHUDWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_Event__URL) == 0x000050, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_Event__URL' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_Event__musicActorId) == 0x000060, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_Event__musicActorId' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_DynamicCast_AsUMG_HUD) == 0x000068, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_DynamicCast_AsUMG_HUD' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Conv_NameToString_ReturnValue) == 0x000078, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_AppendMultiple_ReturnValue) == 0x000088, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_FindActorById_ReturnValue) == 0x000098, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_FindActorById_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_AppendMultiple_ReturnValue_1) == 0x0000A0, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_DynamicCast_AsBP_Sfx_Single_Player) == 0x0000B0, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_DynamicCast_AsBP_Sfx_Single_Player' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_IsValid_ReturnValue_1) == 0x0000B9, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_ConvertVideoURLDependingOnPlatform_Converted_URL) == 0x0000C0, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_ConvertVideoURLDependingOnPlatform_Converted_URL' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_AppendMultiple_ReturnValue_2) == 0x0000D0, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_AppendMultiple_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_AppendMultiple_ReturnValue_3) == 0x0000E0, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_AppendMultiple_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_GetOwningPlayerController_ReturnValue) == 0x0000F0, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_GetOwningPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_Event_DeltaSeconds) == 0x0000F8, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_DynamicCast_AsBP_HKPlayer_Controller) == 0x000100, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_DynamicCast_AsBP_HKPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_DynamicCast_bSuccess_2) == 0x000108, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00010C, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_IsSkipCinematicDown_ReturnValue) == 0x000110, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_IsSkipCinematicDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_Event__value) == 0x000111, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_Event__value' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000112, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_BooleanAND_ReturnValue) == 0x000113, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Create_ReturnValue) == 0x000118, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_SelectFloat_ReturnValue) == 0x000120, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Add_FloatFloat_ReturnValue) == 0x000124, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_FClamp_ReturnValue) == 0x000128, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_IsInViewport_ReturnValue) == 0x00012C, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_IsInViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_CustomEvent_time_1) == 0x000130, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_CustomEvent_time_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_CustomEvent_time) == 0x000134, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_CustomEvent_time' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, Temp_bool_IsClosed_Variable_1) == 0x000138, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, Temp_int_Variable_1) == 0x00013C, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Add_IntInt_ReturnValue) == 0x000140, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000144, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Subtract_IntInt_ReturnValue) == 0x000148, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Less_IntInt_ReturnValue) == 0x00014C, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00014D, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_Event__type) == 0x00014E, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_Event__type' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_Event__color) == 0x000150, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_Event__color' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_CreateOrGetScreenOverlay_ScreenOverlay) == 0x000160, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_CreateOrGetScreenOverlay_ScreenOverlay' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_CreateOrGetScreenOverlay_ScreenOverlay_1) == 0x000168, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_CreateOrGetScreenOverlay_ScreenOverlay_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_CreateOrGetScreenOverlay_ScreenOverlay_2) == 0x000170, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_CreateOrGetScreenOverlay_ScreenOverlay_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, K2Node_Event_EndPlayReason) == 0x000178, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Play_ReturnValue) == 0x000179, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_OpenUrl_ReturnValue) == 0x00017A, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_OpenUrl_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_GetMasterVolume_ReturnValue) == 0x00017C, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_GetEffectsVolume_ReturnValue) == 0x000180, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_GetEffectsVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_FMin_ReturnValue) == 0x000184, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Play_ReturnValue_1) == 0x000188, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Play_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Pause_ReturnValue) == 0x000189, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Pause_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_GetWidgets_ReturnValue) == 0x000190, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_GetWidgets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD, CallFunc_Greater_IntInt_ReturnValue) == 0x0001A4, "Member 'BP_HKHUD_C_ExecuteUbergraph_BP_HKHUD::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_ReceiveEndPlay \ static_assert(alignof(BP_HKHUD_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_HKHUD_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_HKHUD_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_HKHUD_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_HKHUD_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_HKHUD_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C__SetScreenFadeColorInternal \ static_assert(alignof(BP_HKHUD_C__SetScreenFadeColorInternal) == 0x000004, "Wrong alignment on BP_HKHUD_C__SetScreenFadeColorInternal"); \ static_assert(sizeof(BP_HKHUD_C__SetScreenFadeColorInternal) == 0x000014, "Wrong size on BP_HKHUD_C__SetScreenFadeColorInternal"); \ static_assert(offsetof(BP_HKHUD_C__SetScreenFadeColorInternal, _type) == 0x000000, "Member 'BP_HKHUD_C__SetScreenFadeColorInternal::_type' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C__SetScreenFadeColorInternal, _color) == 0x000004, "Member 'BP_HKHUD_C__SetScreenFadeColorInternal::_color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_PopCinemascopeEnabled \ static_assert(alignof(BP_HKHUD_C_PopCinemascopeEnabled) == 0x000004, "Wrong alignment on BP_HKHUD_C_PopCinemascopeEnabled"); \ static_assert(sizeof(BP_HKHUD_C_PopCinemascopeEnabled) == 0x000004, "Wrong size on BP_HKHUD_C_PopCinemascopeEnabled"); \ static_assert(offsetof(BP_HKHUD_C_PopCinemascopeEnabled, Time) == 0x000000, "Member 'BP_HKHUD_C_PopCinemascopeEnabled::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_PushCinemascopeEnabled \ static_assert(alignof(BP_HKHUD_C_PushCinemascopeEnabled) == 0x000004, "Wrong alignment on BP_HKHUD_C_PushCinemascopeEnabled"); \ static_assert(sizeof(BP_HKHUD_C_PushCinemascopeEnabled) == 0x000004, "Wrong size on BP_HKHUD_C_PushCinemascopeEnabled"); \ static_assert(offsetof(BP_HKHUD_C_PushCinemascopeEnabled, Time) == 0x000000, "Member 'BP_HKHUD_C_PushCinemascopeEnabled::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_SetVideoCinematicSkippable \ static_assert(alignof(BP_HKHUD_C_SetVideoCinematicSkippable) == 0x000001, "Wrong alignment on BP_HKHUD_C_SetVideoCinematicSkippable"); \ static_assert(sizeof(BP_HKHUD_C_SetVideoCinematicSkippable) == 0x000001, "Wrong size on BP_HKHUD_C_SetVideoCinematicSkippable"); \ static_assert(offsetof(BP_HKHUD_C_SetVideoCinematicSkippable, _value) == 0x000000, "Member 'BP_HKHUD_C_SetVideoCinematicSkippable::_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_ReceiveTick \ static_assert(alignof(BP_HKHUD_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_HKHUD_C_ReceiveTick"); \ static_assert(sizeof(BP_HKHUD_C_ReceiveTick) == 0x000004, "Wrong size on BP_HKHUD_C_ReceiveTick"); \ static_assert(offsetof(BP_HKHUD_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_HKHUD_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_StartVideoCinematic \ static_assert(alignof(BP_HKHUD_C_StartVideoCinematic) == 0x000008, "Wrong alignment on BP_HKHUD_C_StartVideoCinematic"); \ static_assert(sizeof(BP_HKHUD_C_StartVideoCinematic) == 0x000018, "Wrong size on BP_HKHUD_C_StartVideoCinematic"); \ static_assert(offsetof(BP_HKHUD_C_StartVideoCinematic, _URL) == 0x000000, "Member 'BP_HKHUD_C_StartVideoCinematic::_URL' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_StartVideoCinematic, _musicActorId) == 0x000010, "Member 'BP_HKHUD_C_StartVideoCinematic::_musicActorId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_CreateOrGetScreenOverlay \ static_assert(alignof(BP_HKHUD_C_CreateOrGetScreenOverlay) == 0x000008, "Wrong alignment on BP_HKHUD_C_CreateOrGetScreenOverlay"); \ static_assert(sizeof(BP_HKHUD_C_CreateOrGetScreenOverlay) == 0x000030, "Wrong size on BP_HKHUD_C_CreateOrGetScreenOverlay"); \ static_assert(offsetof(BP_HKHUD_C_CreateOrGetScreenOverlay, Type) == 0x000000, "Member 'BP_HKHUD_C_CreateOrGetScreenOverlay::Type' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_CreateOrGetScreenOverlay, ScreenOverlay) == 0x000008, "Member 'BP_HKHUD_C_CreateOrGetScreenOverlay::ScreenOverlay' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_CreateOrGetScreenOverlay, CallFunc_Create_ReturnValue) == 0x000010, "Member 'BP_HKHUD_C_CreateOrGetScreenOverlay::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_CreateOrGetScreenOverlay, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_HKHUD_C_CreateOrGetScreenOverlay::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_CreateOrGetScreenOverlay, CallFunc_Create_ReturnValue_1) == 0x000020, "Member 'BP_HKHUD_C_CreateOrGetScreenOverlay::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_CreateOrGetScreenOverlay, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_HKHUD_C_CreateOrGetScreenOverlay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_CreateOrGetScreenOverlay, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BP_HKHUD_C_CreateOrGetScreenOverlay::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_ConvertVideoURLDependingOnPlatform \ static_assert(alignof(BP_HKHUD_C_ConvertVideoURLDependingOnPlatform) == 0x000008, "Wrong alignment on BP_HKHUD_C_ConvertVideoURLDependingOnPlatform"); \ static_assert(sizeof(BP_HKHUD_C_ConvertVideoURLDependingOnPlatform) == 0x000040, "Wrong size on BP_HKHUD_C_ConvertVideoURLDependingOnPlatform"); \ static_assert(offsetof(BP_HKHUD_C_ConvertVideoURLDependingOnPlatform, URL) == 0x000000, "Member 'BP_HKHUD_C_ConvertVideoURLDependingOnPlatform::URL' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ConvertVideoURLDependingOnPlatform, Converted_URL) == 0x000010, "Member 'BP_HKHUD_C_ConvertVideoURLDependingOnPlatform::Converted_URL' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ConvertVideoURLDependingOnPlatform, CallFunc_IsUsingXSS_ReturnValue) == 0x000020, "Member 'BP_HKHUD_C_ConvertVideoURLDependingOnPlatform::CallFunc_IsUsingXSS_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ConvertVideoURLDependingOnPlatform, CallFunc_Replace_ReturnValue) == 0x000028, "Member 'BP_HKHUD_C_ConvertVideoURLDependingOnPlatform::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ConvertVideoURLDependingOnPlatform, CallFunc_IsUsingXB1X_ReturnValue) == 0x000038, "Member 'BP_HKHUD_C_ConvertVideoURLDependingOnPlatform::CallFunc_IsUsingXB1X_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ConvertVideoURLDependingOnPlatform, CallFunc_GetPlatform_ReturnValue) == 0x000039, "Member 'BP_HKHUD_C_ConvertVideoURLDependingOnPlatform::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_ConvertVideoURLDependingOnPlatform, K2Node_SwitchEnum_CmpSuccess) == 0x00003A, "Member 'BP_HKHUD_C_ConvertVideoURLDependingOnPlatform::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_IsPlayingVideoCinematic \ static_assert(alignof(BP_HKHUD_C_IsPlayingVideoCinematic) == 0x000001, "Wrong alignment on BP_HKHUD_C_IsPlayingVideoCinematic"); \ static_assert(sizeof(BP_HKHUD_C_IsPlayingVideoCinematic) == 0x000001, "Wrong size on BP_HKHUD_C_IsPlayingVideoCinematic"); \ static_assert(offsetof(BP_HKHUD_C_IsPlayingVideoCinematic, ReturnValue) == 0x000000, "Member 'BP_HKHUD_C_IsPlayingVideoCinematic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_IsVideoCinematicSkippable \ static_assert(alignof(BP_HKHUD_C_IsVideoCinematicSkippable) == 0x000001, "Wrong alignment on BP_HKHUD_C_IsVideoCinematicSkippable"); \ static_assert(sizeof(BP_HKHUD_C_IsVideoCinematicSkippable) == 0x000001, "Wrong size on BP_HKHUD_C_IsVideoCinematicSkippable"); \ static_assert(offsetof(BP_HKHUD_C_IsVideoCinematicSkippable, ReturnValue) == 0x000000, "Member 'BP_HKHUD_C_IsVideoCinematicSkippable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKHUD_C_GetScreenFadeColorInternal \ static_assert(alignof(BP_HKHUD_C_GetScreenFadeColorInternal) == 0x000008, "Wrong alignment on BP_HKHUD_C_GetScreenFadeColorInternal"); \ static_assert(sizeof(BP_HKHUD_C_GetScreenFadeColorInternal) == 0x000040, "Wrong size on BP_HKHUD_C_GetScreenFadeColorInternal"); \ static_assert(offsetof(BP_HKHUD_C_GetScreenFadeColorInternal, _type) == 0x000000, "Member 'BP_HKHUD_C_GetScreenFadeColorInternal::_type' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_GetScreenFadeColorInternal, ReturnValue) == 0x000004, "Member 'BP_HKHUD_C_GetScreenFadeColorInternal::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_GetScreenFadeColorInternal, Temp_byte_Variable) == 0x000014, "Member 'BP_HKHUD_C_GetScreenFadeColorInternal::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_GetScreenFadeColorInternal, Temp_object_Variable) == 0x000018, "Member 'BP_HKHUD_C_GetScreenFadeColorInternal::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_GetScreenFadeColorInternal, K2Node_Select_Default) == 0x000020, "Member 'BP_HKHUD_C_GetScreenFadeColorInternal::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_GetScreenFadeColorInternal, CallFunc_GetColor_Color) == 0x000028, "Member 'BP_HKHUD_C_GetScreenFadeColorInternal::CallFunc_GetColor_Color' has a wrong offset!"); \ static_assert(offsetof(BP_HKHUD_C_GetScreenFadeColorInternal, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_HKHUD_C_GetScreenFadeColorInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HKHUD_C \ static_assert(alignof(ABP_HKHUD_C) == 0x000008, "Wrong alignment on ABP_HKHUD_C"); \ static_assert(sizeof(ABP_HKHUD_C) == 0x000520, "Wrong size on ABP_HKHUD_C"); \ static_assert(offsetof(ABP_HKHUD_C, UberGraphFrame) == 0x000498, "Member 'ABP_HKHUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, DefaultSceneRoot) == 0x0004A0, "Member 'ABP_HKHUD_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, HUDWidget) == 0x0004A8, "Member 'ABP_HKHUD_C::HUDWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, ActionDisplayModeChanged) == 0x0004B0, "Member 'ABP_HKHUD_C::ActionDisplayModeChanged' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, FullScreenVideoMediaPlayer) == 0x0004C0, "Member 'ABP_HKHUD_C::FullScreenVideoMediaPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, IsPlayingCinematic) == 0x0004C8, "Member 'ABP_HKHUD_C::IsPlayingCinematic' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, IsCinematicSkippable) == 0x0004C9, "Member 'ABP_HKHUD_C::IsCinematicSkippable' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, SkipVideoPressTime) == 0x0004CC, "Member 'ABP_HKHUD_C::SkipVideoPressTime' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, SkipVideoPressTimer) == 0x0004D0, "Member 'ABP_HKHUD_C::SkipVideoPressTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, UMGCinemascope) == 0x0004D8, "Member 'ABP_HKHUD_C::UMGCinemascope' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, CinemascopeEnabledCount) == 0x0004E0, "Member 'ABP_HKHUD_C::CinemascopeEnabledCount' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, DefaultScreenOverlay) == 0x0004E8, "Member 'ABP_HKHUD_C::DefaultScreenOverlay' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, GameScreenOverlay) == 0x0004F0, "Member 'ABP_HKHUD_C::GameScreenOverlay' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, CinematicMusicTrack) == 0x0004F8, "Member 'ABP_HKHUD_C::CinematicMusicTrack' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, CinematicStopped) == 0x000500, "Member 'ABP_HKHUD_C::CinematicStopped' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, BinkMediaPlayer) == 0x000510, "Member 'ABP_HKHUD_C::BinkMediaPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_HKHUD_C, CinematicMusicActor) == 0x000518, "Member 'ABP_HKHUD_C::CinematicMusicActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController \ static_assert(alignof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController"); \ static_assert(sizeof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController) == 0x000078, "Wrong size on BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, EntryPoint) == 0x000000, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, Temp_float_Delay_Duration_Variable) == 0x000008, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::Temp_float_Delay_Duration_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, Temp_bool_Break_Variable) == 0x00000C, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::Temp_bool_Break_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, CallFunc_Less_FloatFloat_ReturnValue) == 0x00000D, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000010, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, CallFunc_K2_GetPawn_ReturnValue) == 0x000018, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x000020, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, K2Node_DynamicCast_AsCam_Manager_New) == 0x000030, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::K2Node_DynamicCast_AsCam_Manager_New' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, Temp_bool_IsClosed_Variable) == 0x000039, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, CallFunc_Create_ReturnValue) == 0x000040, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, Temp_bool_Has_Been_Initd_Variable_1) == 0x000048, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, CallFunc_GetHUD_ReturnValue) == 0x000050, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, K2Node_DynamicCast_AsBP_HKHUD) == 0x000058, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::K2Node_DynamicCast_AsBP_HKHUD' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, K2Node_Event_DeltaSeconds) == 0x000064, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, Temp_bool_IsClosed_Variable_1) == 0x000068, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, CallFunc_IsDead_ReturnValue) == 0x000069, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, Temp_bool_Has_Been_Initd_Variable_2) == 0x00006A, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, K2Node_Event__fadeTime_1) == 0x00006C, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::K2Node_Event__fadeTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, K2Node_Event__fadeTime) == 0x000070, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::K2Node_Event__fadeTime' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, Temp_bool_IsClosed_Variable_2) == 0x000074, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, CallFunc_IsShipping_ReturnValue) == 0x000075, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::CallFunc_IsShipping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController, CallFunc_BooleanAND_ReturnValue) == 0x000076, "Member 'BP_HKPlayerController_C_ExecuteUbergraph_BP_HKPlayerController::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_OnExitCinematicMode \ static_assert(alignof(BP_HKPlayerController_C_OnExitCinematicMode) == 0x000004, "Wrong alignment on BP_HKPlayerController_C_OnExitCinematicMode"); \ static_assert(sizeof(BP_HKPlayerController_C_OnExitCinematicMode) == 0x000004, "Wrong size on BP_HKPlayerController_C_OnExitCinematicMode"); \ static_assert(offsetof(BP_HKPlayerController_C_OnExitCinematicMode, _fadeTime) == 0x000000, "Member 'BP_HKPlayerController_C_OnExitCinematicMode::_fadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_OnEnterCinematicMode \ static_assert(alignof(BP_HKPlayerController_C_OnEnterCinematicMode) == 0x000004, "Wrong alignment on BP_HKPlayerController_C_OnEnterCinematicMode"); \ static_assert(sizeof(BP_HKPlayerController_C_OnEnterCinematicMode) == 0x000004, "Wrong size on BP_HKPlayerController_C_OnEnterCinematicMode"); \ static_assert(offsetof(BP_HKPlayerController_C_OnEnterCinematicMode, _fadeTime) == 0x000000, "Member 'BP_HKPlayerController_C_OnEnterCinematicMode::_fadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_ReceiveTick \ static_assert(alignof(BP_HKPlayerController_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_HKPlayerController_C_ReceiveTick"); \ static_assert(sizeof(BP_HKPlayerController_C_ReceiveTick) == 0x000004, "Wrong size on BP_HKPlayerController_C_ReceiveTick"); \ static_assert(offsetof(BP_HKPlayerController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_HKPlayerController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_StartPS5Vibration \ static_assert(alignof(BP_HKPlayerController_C_StartPS5Vibration) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_StartPS5Vibration"); \ static_assert(sizeof(BP_HKPlayerController_C_StartPS5Vibration) == 0x000018, "Wrong size on BP_HKPlayerController_C_StartPS5Vibration"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5Vibration, SoundVibration) == 0x000000, "Member 'BP_HKPlayerController_C_StartPS5Vibration::SoundVibration' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5Vibration, FadeInTime) == 0x000008, "Member 'BP_HKPlayerController_C_StartPS5Vibration::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5Vibration, Level) == 0x00000C, "Member 'BP_HKPlayerController_C_StartPS5Vibration::Level' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5Vibration, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_HKPlayerController_C_StartPS5Vibration::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5Vibration, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000011, "Member 'BP_HKPlayerController_C_StartPS5Vibration::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5Vibration, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'BP_HKPlayerController_C_StartPS5Vibration::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5Vibration, CallFunc_GetPlatform_ReturnValue) == 0x000013, "Member 'BP_HKPlayerController_C_StartPS5Vibration::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5Vibration, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000014, "Member 'BP_HKPlayerController_C_StartPS5Vibration::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5Vibration, CallFunc_BooleanOR_ReturnValue_1) == 0x000015, "Member 'BP_HKPlayerController_C_StartPS5Vibration::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_StopPS5Vibration \ static_assert(alignof(BP_HKPlayerController_C_StopPS5Vibration) == 0x000004, "Wrong alignment on BP_HKPlayerController_C_StopPS5Vibration"); \ static_assert(sizeof(BP_HKPlayerController_C_StopPS5Vibration) == 0x000008, "Wrong size on BP_HKPlayerController_C_StopPS5Vibration"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5Vibration, FadeOutTime) == 0x000000, "Member 'BP_HKPlayerController_C_StopPS5Vibration::FadeOutTime' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5Vibration, CallFunc_GetPlatform_ReturnValue) == 0x000004, "Member 'BP_HKPlayerController_C_StopPS5Vibration::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5Vibration, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'BP_HKPlayerController_C_StopPS5Vibration::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5Vibration, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'BP_HKPlayerController_C_StopPS5Vibration::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_IsPS5Vibrating \ static_assert(alignof(BP_HKPlayerController_C_IsPS5Vibrating) == 0x000001, "Wrong alignment on BP_HKPlayerController_C_IsPS5Vibrating"); \ static_assert(sizeof(BP_HKPlayerController_C_IsPS5Vibrating) == 0x000005, "Wrong size on BP_HKPlayerController_C_IsPS5Vibrating"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5Vibrating, IsVibrating) == 0x000000, "Member 'BP_HKPlayerController_C_IsPS5Vibrating::IsVibrating' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5Vibrating, CallFunc_GetPlatform_ReturnValue) == 0x000001, "Member 'BP_HKPlayerController_C_IsPS5Vibrating::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5Vibrating, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_HKPlayerController_C_IsPS5Vibrating::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5Vibrating, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_HKPlayerController_C_IsPS5Vibrating::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5Vibrating, CallFunc_IsPlaying_ReturnValue) == 0x000004, "Member 'BP_HKPlayerController_C_IsPS5Vibrating::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_SetPS5VibrationLevel \ static_assert(alignof(BP_HKPlayerController_C_SetPS5VibrationLevel) == 0x000004, "Wrong alignment on BP_HKPlayerController_C_SetPS5VibrationLevel"); \ static_assert(sizeof(BP_HKPlayerController_C_SetPS5VibrationLevel) == 0x000008, "Wrong size on BP_HKPlayerController_C_SetPS5VibrationLevel"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationLevel, Level) == 0x000000, "Member 'BP_HKPlayerController_C_SetPS5VibrationLevel::Level' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationLevel, CallFunc_GetPlatform_ReturnValue) == 0x000004, "Member 'BP_HKPlayerController_C_SetPS5VibrationLevel::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationLevel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'BP_HKPlayerController_C_SetPS5VibrationLevel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationLevel, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'BP_HKPlayerController_C_SetPS5VibrationLevel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_SetPS5VibrationPaused \ static_assert(alignof(BP_HKPlayerController_C_SetPS5VibrationPaused) == 0x000001, "Wrong alignment on BP_HKPlayerController_C_SetPS5VibrationPaused"); \ static_assert(sizeof(BP_HKPlayerController_C_SetPS5VibrationPaused) == 0x000004, "Wrong size on BP_HKPlayerController_C_SetPS5VibrationPaused"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationPaused, IsPaused) == 0x000000, "Member 'BP_HKPlayerController_C_SetPS5VibrationPaused::IsPaused' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationPaused, CallFunc_GetPlatform_ReturnValue) == 0x000001, "Member 'BP_HKPlayerController_C_SetPS5VibrationPaused::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationPaused, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_HKPlayerController_C_SetPS5VibrationPaused::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationPaused, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_HKPlayerController_C_SetPS5VibrationPaused::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_IsPS5VibrationControllerPaused \ static_assert(alignof(BP_HKPlayerController_C_IsPS5VibrationControllerPaused) == 0x000001, "Wrong alignment on BP_HKPlayerController_C_IsPS5VibrationControllerPaused"); \ static_assert(sizeof(BP_HKPlayerController_C_IsPS5VibrationControllerPaused) == 0x000007, "Wrong size on BP_HKPlayerController_C_IsPS5VibrationControllerPaused"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPaused, IsPaused) == 0x000000, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPaused::IsPaused' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPaused, CallFunc_GetPlatform_ReturnValue) == 0x000001, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPaused::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPaused, CallFunc_GetPlayState_ReturnValue) == 0x000002, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPaused::CallFunc_GetPlayState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPaused, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPaused::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPaused, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPaused::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPaused, CallFunc_MakeLiteralByte_ReturnValue) == 0x000005, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPaused::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPaused, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000006, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPaused::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_StartPS5ControllerSound \ static_assert(alignof(BP_HKPlayerController_C_StartPS5ControllerSound) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_StartPS5ControllerSound"); \ static_assert(sizeof(BP_HKPlayerController_C_StartPS5ControllerSound) == 0x000018, "Wrong size on BP_HKPlayerController_C_StartPS5ControllerSound"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSound, SoundVibration) == 0x000000, "Member 'BP_HKPlayerController_C_StartPS5ControllerSound::SoundVibration' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSound, FadeInTime) == 0x000008, "Member 'BP_HKPlayerController_C_StartPS5ControllerSound::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSound, Level) == 0x00000C, "Member 'BP_HKPlayerController_C_StartPS5ControllerSound::Level' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSound, CallFunc_GetPlatform_ReturnValue) == 0x000010, "Member 'BP_HKPlayerController_C_StartPS5ControllerSound::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSound, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_HKPlayerController_C_StartPS5ControllerSound::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSound, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'BP_HKPlayerController_C_StartPS5ControllerSound::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_StopPS5ControllerSound \ static_assert(alignof(BP_HKPlayerController_C_StopPS5ControllerSound) == 0x000004, "Wrong alignment on BP_HKPlayerController_C_StopPS5ControllerSound"); \ static_assert(sizeof(BP_HKPlayerController_C_StopPS5ControllerSound) == 0x000008, "Wrong size on BP_HKPlayerController_C_StopPS5ControllerSound"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5ControllerSound, FadeOutTime) == 0x000000, "Member 'BP_HKPlayerController_C_StopPS5ControllerSound::FadeOutTime' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5ControllerSound, CallFunc_GetPlatform_ReturnValue) == 0x000004, "Member 'BP_HKPlayerController_C_StopPS5ControllerSound::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5ControllerSound, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'BP_HKPlayerController_C_StopPS5ControllerSound::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5ControllerSound, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'BP_HKPlayerController_C_StopPS5ControllerSound::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_IsPS5ControllerMakingSound \ static_assert(alignof(BP_HKPlayerController_C_IsPS5ControllerMakingSound) == 0x000001, "Wrong alignment on BP_HKPlayerController_C_IsPS5ControllerMakingSound"); \ static_assert(sizeof(BP_HKPlayerController_C_IsPS5ControllerMakingSound) == 0x000005, "Wrong size on BP_HKPlayerController_C_IsPS5ControllerMakingSound"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSound, IsVibrating) == 0x000000, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSound::IsVibrating' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSound, CallFunc_GetPlatform_ReturnValue) == 0x000001, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSound::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSound, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSound::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSound, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSound::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSound, CallFunc_IsPlaying_ReturnValue) == 0x000004, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSound::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_SetPS5ControllerSoundLevel \ static_assert(alignof(BP_HKPlayerController_C_SetPS5ControllerSoundLevel) == 0x000004, "Wrong alignment on BP_HKPlayerController_C_SetPS5ControllerSoundLevel"); \ static_assert(sizeof(BP_HKPlayerController_C_SetPS5ControllerSoundLevel) == 0x000008, "Wrong size on BP_HKPlayerController_C_SetPS5ControllerSoundLevel"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5ControllerSoundLevel, Level) == 0x000000, "Member 'BP_HKPlayerController_C_SetPS5ControllerSoundLevel::Level' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5ControllerSoundLevel, CallFunc_GetPlatform_ReturnValue) == 0x000004, "Member 'BP_HKPlayerController_C_SetPS5ControllerSoundLevel::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5ControllerSoundLevel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'BP_HKPlayerController_C_SetPS5ControllerSoundLevel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5ControllerSoundLevel, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'BP_HKPlayerController_C_SetPS5ControllerSoundLevel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent \ static_assert(alignof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent"); \ static_assert(sizeof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent) == 0x000028, "Wrong size on BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, AudioComponent) == 0x000000, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, SoundVibration) == 0x000008, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::SoundVibration' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, FadeInTime) == 0x000010, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, Level) == 0x000014, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::Level' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, VibrationComponent) == 0x000018, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::VibrationComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000021, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, CallFunc_GetPlatform_ReturnValue) == 0x000023, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000024, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent, CallFunc_BooleanOR_ReturnValue_1) == 0x000025, "Member 'BP_HKPlayerController_C_StartPS5VibrationOnAudioComponent::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent \ static_assert(alignof(BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent"); \ static_assert(sizeof(BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent) == 0x000020, "Wrong size on BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent, AudioComponent) == 0x000000, "Member 'BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent, FadeOutTime) == 0x000008, "Member 'BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent::FadeOutTime' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent, VibrationComponent) == 0x000010, "Member 'BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent::VibrationComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent, CallFunc_GetPlatform_ReturnValue) == 0x000018, "Member 'BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent, CallFunc_BooleanOR_ReturnValue) == 0x00001A, "Member 'BP_HKPlayerController_C_StopPS5VibrationOnAudioComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent \ static_assert(alignof(BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent"); \ static_assert(sizeof(BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent) == 0x000020, "Wrong size on BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent, AudioComponent) == 0x000000, "Member 'BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent, IsVibrating) == 0x000008, "Member 'BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent::IsVibrating' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent, VibrationComponent) == 0x000010, "Member 'BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent::VibrationComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent, CallFunc_GetPlatform_ReturnValue) == 0x000018, "Member 'BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent, CallFunc_BooleanOR_ReturnValue) == 0x00001A, "Member 'BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent, CallFunc_IsPlaying_ReturnValue) == 0x00001B, "Member 'BP_HKPlayerController_C_IsPS5VibratingOnAudioComponent::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent \ static_assert(alignof(BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent"); \ static_assert(sizeof(BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent) == 0x000020, "Wrong size on BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent, AudioComponent) == 0x000000, "Member 'BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent, Level) == 0x000008, "Member 'BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent::Level' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent, VibrationComponent) == 0x000010, "Member 'BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent::VibrationComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent, CallFunc_GetPlatform_ReturnValue) == 0x000018, "Member 'BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent, CallFunc_BooleanOR_ReturnValue) == 0x00001A, "Member 'BP_HKPlayerController_C_SetPS5VibrationLevelOnAudioComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent \ static_assert(alignof(BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent"); \ static_assert(sizeof(BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent) == 0x000010, "Wrong size on BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent, AudioComponent) == 0x000000, "Member 'BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent, IsPaused) == 0x000008, "Member 'BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent::IsPaused' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent, CallFunc_GetPlatform_ReturnValue) == 0x000009, "Member 'BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'BP_HKPlayerController_C_SetPS5VibrationPausedOnAudioComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent \ static_assert(alignof(BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent"); \ static_assert(sizeof(BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent) == 0x000010, "Wrong size on BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent, AudioComponent) == 0x000000, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent, IsPaused) == 0x000008, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent::IsPaused' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent, CallFunc_GetPlayState_ReturnValue) == 0x000009, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent::CallFunc_GetPlayState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent, CallFunc_GetPlatform_ReturnValue) == 0x00000A, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent, CallFunc_MakeLiteralByte_ReturnValue) == 0x00000B, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000E, "Member 'BP_HKPlayerController_C_IsPS5VibrationControllerPausedOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent \ static_assert(alignof(BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent"); \ static_assert(sizeof(BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent) == 0x000028, "Wrong size on BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent, AudioComponent) == 0x000000, "Member 'BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent, SoundVibration) == 0x000008, "Member 'BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent::SoundVibration' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent, FadeInTime) == 0x000010, "Member 'BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent, Level) == 0x000014, "Member 'BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent::Level' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent, SpeakerComponent) == 0x000018, "Member 'BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent::SpeakerComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent, CallFunc_GetPlatform_ReturnValue) == 0x000020, "Member 'BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'BP_HKPlayerController_C_StartPS5ControllerSoundOnAudioComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent \ static_assert(alignof(BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent"); \ static_assert(sizeof(BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent) == 0x000020, "Wrong size on BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent, AudioComponent) == 0x000000, "Member 'BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent, FadeOutTime) == 0x000008, "Member 'BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent::FadeOutTime' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent, SpeakerComponent) == 0x000010, "Member 'BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent::SpeakerComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent, CallFunc_GetPlatform_ReturnValue) == 0x000018, "Member 'BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent, CallFunc_BooleanOR_ReturnValue) == 0x00001A, "Member 'BP_HKPlayerController_C_StopPS5ControllerSoundOnAudioComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent \ static_assert(alignof(BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent"); \ static_assert(sizeof(BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent) == 0x000020, "Wrong size on BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent, AudioComponent) == 0x000000, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent, IsVibrating) == 0x000008, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent::IsVibrating' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent, SpeakerComponent) == 0x000010, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent::SpeakerComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent, CallFunc_GetPlatform_ReturnValue) == 0x000018, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent, CallFunc_BooleanOR_ReturnValue) == 0x00001A, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent, CallFunc_IsPlaying_ReturnValue) == 0x00001B, "Member 'BP_HKPlayerController_C_IsPS5ControllerMakingSoundOnAudioComponent::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent \ static_assert(alignof(BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent) == 0x000008, "Wrong alignment on BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent"); \ static_assert(sizeof(BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent) == 0x000010, "Wrong size on BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent, AudioComponent) == 0x000000, "Member 'BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent, Level) == 0x000008, "Member 'BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent::Level' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent, CallFunc_GetPlatform_ReturnValue) == 0x00000C, "Member 'BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000D, "Member 'BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'BP_HKPlayerController_C_SetPS5ControllerSoundLevelOnAudioComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HKPlayerController_C \ static_assert(alignof(ABP_HKPlayerController_C) == 0x000010, "Wrong alignment on ABP_HKPlayerController_C"); \ static_assert(sizeof(ABP_HKPlayerController_C) == 0x000780, "Wrong size on ABP_HKPlayerController_C"); \ static_assert(offsetof(ABP_HKPlayerController_C, UberGraphFrame) == 0x000740, "Member 'ABP_HKPlayerController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerController_C, ControllerAudio) == 0x000748, "Member 'ABP_HKPlayerController_C::ControllerAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerController_C, ControllerVibration) == 0x000750, "Member 'ABP_HKPlayerController_C::ControllerVibration' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerController_C, Cat_Pawn) == 0x000758, "Member 'ABP_HKPlayerController_C::Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerController_C, DangeEffectWidget) == 0x000760, "Member 'ABP_HKPlayerController_C::DangeEffectWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerController_C, CameraIndex) == 0x000768, "Member 'ABP_HKPlayerController_C::CameraIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerController_C, HUD) == 0x000770, "Member 'ABP_HKPlayerController_C::HUD' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerController_C, DebugPS5Haptic) == 0x000778, "Member 'ABP_HKPlayerController_C::DebugPS5Haptic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence \ static_assert(alignof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence) == 0x000008, "Wrong alignment on BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence"); \ static_assert(sizeof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence) == 0x0001D0, "Wrong size on BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, EntryPoint) == 0x000000, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000018, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, Temp_float_Variable) == 0x000020, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000024, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_Conv_VectorToString_ReturnValue) == 0x000030, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, Temp_bool_Variable) == 0x000040, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000048, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x000050, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_Parent_actor_1) == 0x000058, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_Parent_actor_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_Start) == 0x000060, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_Start' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_Loop) == 0x000068, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_Loop' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_Stop) == 0x000070, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_Stop' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_gain_1) == 0x000078, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_gain_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_pitch_1) == 0x00007C, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_start_loop_overlap) == 0x000080, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_start_loop_overlap' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_attack_dur) == 0x000084, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_attack_dur' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_release_dur) == 0x000088, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_release_dur' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_random_loop_offset) == 0x00008C, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_random_loop_offset' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_debug) == 0x00008D, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_debug' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_custom_name) == 0x000090, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_custom_name' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_bind_destroy_to_parent_destroy_1) == 0x0000A0, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_bind_destroy_to_parent_destroy_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_1) == 0x0000A1, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_Event_DeltaSeconds) == 0x0000A4, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000A8, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000AC, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_2) == 0x0000AD, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_3) == 0x0000AE, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsPlaying_ReturnValue) == 0x0000AF, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsPlaying_ReturnValue_1) == 0x0000B0, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_4) == 0x0000B1, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsPlaying_ReturnValue_2) == 0x0000B2, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0000B8, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000C0, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, Temp_float_Variable_1) == 0x0000C4, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x0000C8, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_5) == 0x0000D0, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, Temp_bool_Variable_1) == 0x0000D1, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_pitch) == 0x0000D4, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_pitch' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_Select_Default) == 0x0000D8, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000DC, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_6) == 0x0000E0, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_gain) == 0x0000E4, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_gain' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_7) == 0x0000E8, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_Parent_actor) == 0x0000F0, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_Parent_actor' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_bind_destroy_to_parent_destroy) == 0x0000F8, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_bind_destroy_to_parent_destroy' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_8) == 0x0000F9, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_9) == 0x0000FA, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_10) == 0x0000FB, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_11) == 0x0000FC, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_12) == 0x0000FD, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_13) == 0x0000FE, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_14) == 0x0000FF, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_15) == 0x000100, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_16) == 0x000101, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_SwitchEnum_CmpSuccess) == 0x000102, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000103, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000104, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_BooleanOR_ReturnValue) == 0x000105, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000106, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000107, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_BooleanOR_ReturnValue_1) == 0x000108, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_SwitchEnum_CmpSuccess_1) == 0x000109, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_17) == 0x00010A, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00010C, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_Select_Default_1) == 0x000110, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_SpawnSoundAttached_ReturnValue_2) == 0x000118, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_SpawnSoundAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_18) == 0x000120, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_GetObjectName_ReturnValue) == 0x000128, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_Concat_StrStr_ReturnValue) == 0x000138, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000148, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_GetAudioManager_AudioManager) == 0x000158, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_Conv_ObjectToString_ReturnValue) == 0x000160, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_Conv_ObjectToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsAudioLogEnabled_ReturnValue) == 0x000170, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsAudioLogEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000178, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000188, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000198, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_BooleanAND_ReturnValue) == 0x000199, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CreateDelegate_OutputDelegate_1) == 0x00019C, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, Temp_float_Variable_2) == 0x0001AC, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsValid_ReturnValue_19) == 0x0001B0, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_IsPlaying_ReturnValue_3) == 0x0001B1, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_IsPlaying_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, Temp_bool_Variable_2) == 0x0001B2, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_CustomEvent_DestroyedActor) == 0x0001B8, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, K2Node_Select_Default_2) == 0x0001C0, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0001C4, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence, CallFunc_GetAudioManager_AudioManager_1) == 0x0001C8, "Member 'BP_sfx_Play_Loop_Sequence_C_ExecuteUbergraph_BP_sfx_Play_Loop_Sequence::CallFunc_GetAudioManager_AudioManager_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_Play_Loop_Sequence_C_parentDestroyed \ static_assert(alignof(BP_sfx_Play_Loop_Sequence_C_parentDestroyed) == 0x000008, "Wrong alignment on BP_sfx_Play_Loop_Sequence_C_parentDestroyed"); \ static_assert(sizeof(BP_sfx_Play_Loop_Sequence_C_parentDestroyed) == 0x000008, "Wrong size on BP_sfx_Play_Loop_Sequence_C_parentDestroyed"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_parentDestroyed, DestroyedActor) == 0x000000, "Member 'BP_sfx_Play_Loop_Sequence_C_parentDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_Play_Loop_Sequence_C_UpdateParent \ static_assert(alignof(BP_sfx_Play_Loop_Sequence_C_UpdateParent) == 0x000008, "Wrong alignment on BP_sfx_Play_Loop_Sequence_C_UpdateParent"); \ static_assert(sizeof(BP_sfx_Play_Loop_Sequence_C_UpdateParent) == 0x000010, "Wrong size on BP_sfx_Play_Loop_Sequence_C_UpdateParent"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_UpdateParent, Parent_actor_0) == 0x000000, "Member 'BP_sfx_Play_Loop_Sequence_C_UpdateParent::Parent_actor_0' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_UpdateParent, bind_destroy_to_parent_destroy) == 0x000008, "Member 'BP_sfx_Play_Loop_Sequence_C_UpdateParent::bind_destroy_to_parent_destroy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_Play_Loop_Sequence_C_UpdateGain \ static_assert(alignof(BP_sfx_Play_Loop_Sequence_C_UpdateGain) == 0x000004, "Wrong alignment on BP_sfx_Play_Loop_Sequence_C_UpdateGain"); \ static_assert(sizeof(BP_sfx_Play_Loop_Sequence_C_UpdateGain) == 0x000004, "Wrong size on BP_sfx_Play_Loop_Sequence_C_UpdateGain"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_UpdateGain, Gain) == 0x000000, "Member 'BP_sfx_Play_Loop_Sequence_C_UpdateGain::Gain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_Play_Loop_Sequence_C_Update_Pitch \ static_assert(alignof(BP_sfx_Play_Loop_Sequence_C_Update_Pitch) == 0x000004, "Wrong alignment on BP_sfx_Play_Loop_Sequence_C_Update_Pitch"); \ static_assert(sizeof(BP_sfx_Play_Loop_Sequence_C_Update_Pitch) == 0x000004, "Wrong size on BP_sfx_Play_Loop_Sequence_C_Update_Pitch"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Update_Pitch, Pitch) == 0x000000, "Member 'BP_sfx_Play_Loop_Sequence_C_Update_Pitch::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_Play_Loop_Sequence_C_ReceiveTick \ static_assert(alignof(BP_sfx_Play_Loop_Sequence_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_sfx_Play_Loop_Sequence_C_ReceiveTick"); \ static_assert(sizeof(BP_sfx_Play_Loop_Sequence_C_ReceiveTick) == 0x000004, "Wrong size on BP_sfx_Play_Loop_Sequence_C_ReceiveTick"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_sfx_Play_Loop_Sequence_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_Play_Loop_Sequence_C_Init \ static_assert(alignof(BP_sfx_Play_Loop_Sequence_C_Init) == 0x000008, "Wrong alignment on BP_sfx_Play_Loop_Sequence_C_Init"); \ static_assert(sizeof(BP_sfx_Play_Loop_Sequence_C_Init) == 0x000050, "Wrong size on BP_sfx_Play_Loop_Sequence_C_Init"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, Parent_actor_0) == 0x000000, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::Parent_actor_0' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, Start) == 0x000008, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::Start' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, loop) == 0x000010, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::loop' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, Stop) == 0x000018, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::Stop' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, Gain) == 0x000020, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::Gain' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, Pitch) == 0x000024, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, loop_overlap) == 0x000028, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::loop_overlap' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, attack_dur) == 0x00002C, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::attack_dur' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, release_dur) == 0x000030, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::release_dur' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, random_loop_offset) == 0x000034, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::random_loop_offset' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, Debug_0) == 0x000035, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::Debug_0' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, custom_name_0) == 0x000038, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::custom_name_0' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_Play_Loop_Sequence_C_Init, bind_destroy_to_parent_destroy) == 0x000048, "Member 'BP_sfx_Play_Loop_Sequence_C_Init::bind_destroy_to_parent_destroy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_sfx_Play_Loop_Sequence_C \ static_assert(alignof(ABP_sfx_Play_Loop_Sequence_C) == 0x000008, "Wrong alignment on ABP_sfx_Play_Loop_Sequence_C"); \ static_assert(sizeof(ABP_sfx_Play_Loop_Sequence_C) == 0x0002A8, "Wrong size on ABP_sfx_Play_Loop_Sequence_C"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, UberGraphFrame) == 0x000228, "Member 'ABP_sfx_Play_Loop_Sequence_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_sfx_Play_Loop_Sequence_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, Parent_actor) == 0x000238, "Member 'ABP_sfx_Play_Loop_Sequence_C::Parent_actor' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, StartWave) == 0x000240, "Member 'ABP_sfx_Play_Loop_Sequence_C::StartWave' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, LoopWave) == 0x000248, "Member 'ABP_sfx_Play_Loop_Sequence_C::LoopWave' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, StopWave) == 0x000250, "Member 'ABP_sfx_Play_Loop_Sequence_C::StopWave' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, global_gain) == 0x000258, "Member 'ABP_sfx_Play_Loop_Sequence_C::global_gain' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, global_pitch) == 0x00025C, "Member 'ABP_sfx_Play_Loop_Sequence_C::global_pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, startToLoopTime) == 0x000260, "Member 'ABP_sfx_Play_Loop_Sequence_C::startToLoopTime' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, attackDuration) == 0x000264, "Member 'ABP_sfx_Play_Loop_Sequence_C::attackDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, releaseDuration) == 0x000268, "Member 'ABP_sfx_Play_Loop_Sequence_C::releaseDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, randomOffset) == 0x00026C, "Member 'ABP_sfx_Play_Loop_Sequence_C::randomOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, timeSinceStart) == 0x000270, "Member 'ABP_sfx_Play_Loop_Sequence_C::timeSinceStart' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, StartComponent) == 0x000278, "Member 'ABP_sfx_Play_Loop_Sequence_C::StartComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, LoopComponent) == 0x000280, "Member 'ABP_sfx_Play_Loop_Sequence_C::LoopComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, StopComponent) == 0x000288, "Member 'ABP_sfx_Play_Loop_Sequence_C::StopComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, mute) == 0x000290, "Member 'ABP_sfx_Play_Loop_Sequence_C::mute' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, loop_state) == 0x000291, "Member 'ABP_sfx_Play_Loop_Sequence_C::loop_state' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, Debug) == 0x000292, "Member 'ABP_sfx_Play_Loop_Sequence_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_Play_Loop_Sequence_C, custom_name) == 0x000298, "Member 'ABP_sfx_Play_Loop_Sequence_C::custom_name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager \ static_assert(alignof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager) == 0x000010, "Wrong alignment on BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager"); \ static_assert(sizeof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager) == 0x000E00, "Wrong size on BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, EntryPoint) == 0x000000, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_1) == 0x000006, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_1) == 0x000007, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_2) == 0x000008, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_2) == 0x000040, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_IntInt_ReturnValue) == 0x000048, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00004C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_3) == 0x00004D, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_3) == 0x00004E, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_4) == 0x00004F, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_4) == 0x000050, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_5) == 0x000051, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_5) == 0x000052, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_struct_Variable) == 0x000060, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_AddComponent_ReturnValue) == 0x000090, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_string_Variable) == 0x000098, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_6) == 0x0000A8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_6) == 0x0000A9, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Variable) == 0x0000AA, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_7) == 0x0000AB, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_7) == 0x0000AC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Loop_Counter_Variable_1) == 0x0000B0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue) == 0x0000B4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Array_Index_Variable_1) == 0x0000B8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_8) == 0x0000BC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_struct_Variable_1) == 0x0000C0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_struct_Variable_2) == 0x0000D0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_float_Variable) == 0x0000E0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Variable_1) == 0x0000E4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_wildcard_Variable) == 0x0000E8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue) == 0x0000F0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Variable_2) == 0x0000F1, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CreateDelegate_OutputDelegate) == 0x0000F4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000104, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x000108, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Loop_Counter_Variable_2) == 0x00010C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x000110, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Array_Index_Variable_2) == 0x000114, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_time) == 0x000118, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_time' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_lastTime) == 0x00011C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_lastTime' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_timer) == 0x000120, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_timer' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_name) == 0x000128, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_name' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Array_Index_Variable_3) == 0x000138, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_9) == 0x00013C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_8) == 0x00013D, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_index_1) == 0x000140, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_index_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_volume_3) == 0x000144, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_volume_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_isFallbackReverb) == 0x000148, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_isFallbackReverb' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_reverbPreset) == 0x000150, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_reverbPreset' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_setter_1) == 0x000158, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_setter_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_get_reverb_submix_index_index) == 0x000168, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_get_reverb_submix_index_index' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_get_reverb_submix_index_index_1) == 0x00016C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_get_reverb_submix_index_index_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000170, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000178, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000188, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_AppendMultiple_ReturnValue) == 0x000190, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_AppendMultiple_ReturnValue_1) == 0x0001A0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetDisplayName_ReturnValue) == 0x0001B0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_MakeArray_Array) == 0x0001C0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_AppendMultiple_ReturnValue_2) == 0x0001D0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_AppendMultiple_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_MakeStruct_F_reverb_slot) == 0x0001E0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_MakeStruct_F_reverb_slot' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Conv_IntToString_ReturnValue_2) == 0x000210, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x000220, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000228, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000238, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Loop_Counter_Variable_3) == 0x000248, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_index) == 0x00024C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_index' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Conv_IntToString_ReturnValue_3) == 0x000250, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Conv_IntToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000260, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_MakeStruct_F_reverb_slot_1) == 0x000270, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_MakeStruct_F_reverb_slot_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0002A0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_MakeStruct_F_reverb_slot_2) == 0x0002B0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_MakeStruct_F_reverb_slot_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_MakeStruct_F_reverb_slot_3) == 0x0002E0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_MakeStruct_F_reverb_slot_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GreaterEqual_IntInt_ReturnValue_3) == 0x000310, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GreaterEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_2) == 0x000314, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_9) == 0x000318, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CreateDelegate_OutputDelegate_1) == 0x00031C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetActorIdManager_ActorIdManager) == 0x000330, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetActorIdManager_ActorIdManager' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Conv_FloatToString_ReturnValue) == 0x000338, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000348, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_10) == 0x000358, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue) == 0x00035C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_MakeStruct_F_reverb_slot_4) == 0x000360, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_MakeStruct_F_reverb_slot_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_1) == 0x000390, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_2) == 0x000394, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Lerp_ReturnValue) == 0x000398, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_setter) == 0x0003A0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_setter' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_get_reverb_submix_index_self_CastInput) == 0x0003A8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_get_reverb_submix_index_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_get_reverb_submix_index_index_2) == 0x0003B8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_get_reverb_submix_index_index_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsShipping_ReturnValue) == 0x0003BC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsShipping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GreaterEqual_IntInt_ReturnValue_4) == 0x0003BD, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GreaterEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_10) == 0x0003BE, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsShipping_ReturnValue_1) == 0x0003BF, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsShipping_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Array_Index_Variable_4) == 0x0003C0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_11) == 0x0003C4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item) == 0x0003C8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0003F8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FMax_ReturnValue) == 0x0003FC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000400, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_12) == 0x000401, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item_1) == 0x000408, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_3) == 0x000438, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00043C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000440, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Max_ReturnValue) == 0x000450, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000458, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_Select_Default) == 0x000468, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_Select_Default_1) == 0x000478, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000488, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_delta_1) == 0x000498, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_delta_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_VolumeMultiplier) == 0x00049C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Sound) == 0x0004A0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Sound' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_AttachToComponent) == 0x0004A8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_pitch_4) == 0x0004B0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_pitch_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_max_per_seconds) == 0x0004B4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_max_per_seconds' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0004B8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0004BC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FMax_ReturnValue_1) == 0x0004C0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0004C8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_FloatFloat_ReturnValue) == 0x0004D0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0004D4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_attach_to_component_1) == 0x0004D8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_attach_to_component_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_id) == 0x0004E0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_id' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue) == 0x0004E4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_SwitchEnum_CmpSuccess) == 0x0004E8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x0004F0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_2) == 0x0004F8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_3) == 0x000500, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_4) == 0x000508, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_5) == 0x000510, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_6) == 0x000518, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_7) == 0x000520, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_11) == 0x000528, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Array_Index_Variable_5) == 0x00052C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000530, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_attach_to_component) == 0x000538, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_attach_to_component' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_velocity_2) == 0x000540, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_velocity_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_distance) == 0x000544, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_distance' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_FloatFloat_ReturnValue) == 0x000548, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00054C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FClamp_ReturnValue) == 0x000550, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000554, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_8) == 0x000558, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FClamp_ReturnValue_1) == 0x000560, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Loop_Counter_Variable_4) == 0x000564, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_9) == 0x000568, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_IntInt_ReturnValue) == 0x000570, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_3) == 0x000574, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000578, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_does_it_suck) == 0x00057C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_does_it_suck' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FindPlayerCatPawn_Cat) == 0x000580, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloat_ReturnValue) == 0x000588, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsPlaying_ReturnValue) == 0x00058C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00058D, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00058E, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000590, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000594, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_1) == 0x000598, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0005A0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetCameraLocation_ReturnValue) == 0x0005A8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Lerp_ReturnValue_1) == 0x0005B4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0005B8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_12) == 0x000640, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_13) == 0x000644, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_13' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000650, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_12) == 0x000658, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_12' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x000664, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_1) == 0x000668, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FindPlayerCatPawn_Cat_1) == 0x000670, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsGrabbed_ReturnValue) == 0x000678, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsGrabbed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_11) == 0x00067C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_11' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Loop_Counter_Variable_5) == 0x000688, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_4) == 0x00068C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x000690, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_5) == 0x000694, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FindPlayerCatPawn_Cat_2) == 0x000698, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_2) == 0x0006A0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_5) == 0x0006A8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_6) == 0x0006AC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0006B0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Greater_IntInt_ReturnValue) == 0x0006B4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FindPlayerCatPawn_Cat_3) == 0x0006B8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FindPlayerCatPawn_Cat_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FindPlayerCatPawn_Cat_4) == 0x0006C0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FindPlayerCatPawn_Cat_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0006C8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0006D4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_3) == 0x0006E0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_4) == 0x0006E8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_7) == 0x0006F0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_10) == 0x0006F4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_5) == 0x000700, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_8) == 0x000708, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_9) == 0x00070C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_velocity_1) == 0x000718, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_velocity_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_MapRangeClamped_ReturnValue) == 0x00071C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000720, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_6) == 0x000728, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_MakeStruct_F_reverb_slot_5) == 0x000730, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_MakeStruct_F_reverb_slot_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_9) == 0x000760, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_8) == 0x000764, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_13) == 0x000770, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_7) == 0x000778, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_10) == 0x000780, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_7) == 0x000784, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_8) == 0x000790, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_14) == 0x000798, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_11) == 0x00079C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_6) == 0x0007A0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_9) == 0x0007B0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0007B8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_12) == 0x0007BC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0007C0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloat_ReturnValue_1) == 0x0007C4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x0007C8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_13) == 0x0007CC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_5) == 0x0007D0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_volume_2) == 0x0007DC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_volume_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_pitch_3) == 0x0007E0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_pitch_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_10) == 0x0007E8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Array_Index_Variable_6) == 0x0007F0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_14) == 0x0007F4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_4) == 0x0007F8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_volume_1) == 0x000804, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_volume_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_pitch_2) == 0x000808, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_11) == 0x000810, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_15) == 0x000818, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_3) == 0x00081C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_volume) == 0x000828, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_volume' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_pitch_1) == 0x00082C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_12) == 0x000830, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_2) == 0x000838, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_13) == 0x000848, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Number_1) == 0x000850, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Number_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Number) == 0x000854, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Number' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_6) == 0x000858, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Max_ReturnValue_1) == 0x00085C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_7) == 0x000860, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000864, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000868, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Max_ReturnValue_2) == 0x00086C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Max_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_15) == 0x000870, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000871, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_8) == 0x000874, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000878, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Max_ReturnValue_3) == 0x00087C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Max_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000880, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location_1) == 0x000884, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_13) == 0x000890, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAtLocation_ReturnValue_14) == 0x000898, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAtLocation_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloatInRange_ReturnValue_16) == 0x0008A0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloatInRange_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Player) == 0x0008A8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Player' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_group) == 0x0008B0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_group' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_identifier) == 0x0008B8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_identifier' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0008C8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_9) == 0x0008CC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item_2) == 0x0008D0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_4) == 0x0008D8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsI_Sfx_Playable) == 0x0008E0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsI_Sfx_Playable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess) == 0x0008F0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GreaterEqual_IntInt_ReturnValue_5) == 0x0008F1, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GreaterEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_2) == 0x0008F2, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0008F3, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_DoesImplementInterface_ReturnValue) == 0x0008F4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_delta) == 0x0008F8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_delta' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0008FC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item_3) == 0x000900, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsI_Sfx_Playable_1) == 0x000908, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsI_Sfx_Playable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess_1) == 0x000918, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_5) == 0x00091C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_getAudioComponent_component) == 0x000920, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_getAudioComponent_component' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GreaterEqual_IntInt_ReturnValue_6) == 0x000928, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GreaterEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_3) == 0x000929, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00092A, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsPlaying_ReturnValue_1) == 0x00092B, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Loop_Counter_Variable_6) == 0x00092C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x000930, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_10) == 0x000934, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_MakeLiteralByte_ReturnValue) == 0x000938, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_duration_1) == 0x00093C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_duration_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000940, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_BooleanOR_ReturnValue) == 0x000941, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Add_ReturnValue) == 0x000944, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item_4) == 0x000948, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_6) == 0x000950, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsI_Sfx_Playable_2) == 0x000958, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsI_Sfx_Playable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess_2) == 0x000968, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_IntInt_ReturnValue_2) == 0x000969, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_4) == 0x00096A, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x00096B, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_14) == 0x00096C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_15) == 0x00096D, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_ActorId) == 0x000970, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_ActorId' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000978, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Conv_NameToString_ReturnValue) == 0x000980, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000990, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_AppendMultiple_ReturnValue_3) == 0x000998, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_AppendMultiple_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FClamp_ReturnValue_2) == 0x0009A8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_AppendMultiple_ReturnValue_4) == 0x0009B0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_AppendMultiple_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FindActorById_ReturnValue) == 0x0009C0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FindActorById_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsBP_Sfx_Single_Player) == 0x0009C8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsBP_Sfx_Single_Player' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess_3) == 0x0009D0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_5) == 0x0009D1, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_StartSound_self_CastInput) == 0x0009D8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_StartSound_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_float_Variable_1) == 0x0009E8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item_5) == 0x0009F0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsI_Sfx_Playable_3) == 0x0009F8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsI_Sfx_Playable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess_4) == 0x000A08, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_DoesImplementInterface_ReturnValue_2) == 0x000A09, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_DoesImplementInterface_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_6) == 0x000A0A, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_7) == 0x000A0C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_IntInt_ReturnValue_3) == 0x000A10, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_16) == 0x000A11, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item_6) == 0x000A18, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_8) == 0x000A20, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsI_Sfx_Playable_4) == 0x000A28, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsI_Sfx_Playable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess_5) == 0x000A38, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GreaterEqual_IntInt_ReturnValue_7) == 0x000A39, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GreaterEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_DoesImplementInterface_ReturnValue_3) == 0x000A3A, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_DoesImplementInterface_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_7) == 0x000A3B, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_16) == 0x000A3C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetMusicVolume_ReturnValue) == 0x000A40, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Lerp_ReturnValue_2) == 0x000A44, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000A48, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Owner) == 0x000A50, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Owner' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Location) == 0x000A58, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Location' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Cues) == 0x000A68, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Cues' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_velocity) == 0x000A78, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_velocity' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Attenuation_factor) == 0x000A7C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Attenuation_factor' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_minimumVelocity) == 0x000A80, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_minimumVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_pitch) == 0x000A84, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_pitch' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_gain) == 0x000A88, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_gain' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SelectFloat_ReturnValue) == 0x000A8C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000A90, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000A94, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000A98, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000A9C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000AA0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_9) == 0x000AA4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000AA8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000AAC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000AB0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_10) == 0x000AB4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000AB8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Greater_IntInt_ReturnValue_3) == 0x000ABC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FMin_ReturnValue) == 0x000AC0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FTrunc_ReturnValue) == 0x000AC4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000AC8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item_7) == 0x000AD0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_8) == 0x000AD8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_10) == 0x000AE0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_9) == 0x000AE8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetObjectName_ReturnValue) == 0x000AF0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetDisplayName_ReturnValue_1) == 0x000B00, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000B10, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000B20, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetObjectName_ReturnValue_1) == 0x000B30, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000B40, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_17) == 0x000B50, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_Event_DeltaSeconds) == 0x000B54, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_17) == 0x000B58, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Array_Index_Variable_7) == 0x000B5C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_18) == 0x000B60, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_Ratio) == 0x000B64, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Loop_Counter_Variable_7) == 0x000B68, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_IntInt_ReturnValue_4) == 0x000B6C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_IntInt_ReturnValue_11) == 0x000B70, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_18) == 0x000B74, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CreateDelegate_OutputDelegate_2) == 0x000B78, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_19) == 0x000B88, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_19) == 0x000B89, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_MakeStruct_F_reverb_slot_6) == 0x000B90, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_MakeStruct_F_reverb_slot_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_20) == 0x000BC0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_MakeStruct_F_reverb_slot_7) == 0x000BC8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_MakeStruct_F_reverb_slot_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_20) == 0x000BF8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_CausedByMenu_1) == 0x000BF9, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_CausedByMenu_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CreateDelegate_OutputDelegate_3) == 0x000BFC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_CausedByMenu) == 0x000C0C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_CausedByMenu' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FindPlayerCatPawn_Cat_5) == 0x000C10, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FindPlayerCatPawn_Cat_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_10) == 0x000C18, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent__catPawn_1) == 0x000C20, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent__catPawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent__catPawn) == 0x000C28, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent__catPawn' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent__button) == 0x000C30, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent__button' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent__usable) == 0x000C38, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent__usable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsBackpack_Usable_Component) == 0x000C40, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsBackpack_Usable_Component' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess_6) == 0x000C48, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsLootable_Component) == 0x000C50, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsLootable_Component' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess_7) == 0x000C58, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsTalkable_Component) == 0x000C60, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsTalkable_Component' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess_8) == 0x000C68, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000C69, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FindPlayerBackpack_backpack) == 0x000C70, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FindPlayerBackpack_backpack' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000C78, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_21) == 0x000C80, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_11) == 0x000C88, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_12) == 0x000C90, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSoundAttached_ReturnValue_13) == 0x000C98, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSoundAttached_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Greater_IntInt_ReturnValue_4) == 0x000CA0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Greater_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_MakeArray_Array_1) == 0x000CA8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x000CB8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item_8) == 0x000CC0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_11) == 0x000CC8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsI_Sfx_Playable_5) == 0x000CD0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsI_Sfx_Playable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess_9) == 0x000CE0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_IntInt_ReturnValue_5) == 0x000CE1, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_getAudioComponent_component_1) == 0x000CE8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_getAudioComponent_component_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_DoesImplementInterface_ReturnValue_4) == 0x000CF0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_DoesImplementInterface_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_11) == 0x000CF1, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_21) == 0x000CF2, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item_9) == 0x000CF8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_12) == 0x000D00, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_AsI_Sfx_Playable_6) == 0x000D08, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_AsI_Sfx_Playable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_DynamicCast_bSuccess_10) == 0x000D18, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GreaterEqual_IntInt_ReturnValue_8) == 0x000D19, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GreaterEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_getAudioComponent_component_2) == 0x000D20, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_getAudioComponent_component_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_DoesImplementInterface_ReturnValue_5) == 0x000D28, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_DoesImplementInterface_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_12) == 0x000D29, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_pause) == 0x000D2A, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_pause' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_duration) == 0x000D2C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_duration' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_target_volume) == 0x000D30, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_target_volume' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x000D38, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_StartEasingInterpolator_ReturnValue) == 0x000D40, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_13) == 0x000D48, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_Has_Been_Initd_Variable_22) == 0x000D49, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_Has_Been_Initd_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000D4C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000D50, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x000D54, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FindPlayerCatPawn_Cat_6) == 0x000D58, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FindPlayerCatPawn_Cat_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_bool_IsClosed_Variable_22) == 0x000D60, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_bool_IsClosed_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_14) == 0x000D61, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_RandomFloat_ReturnValue_2) == 0x000D64, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_RandomFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x000D68, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Variable) == 0x000D6C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000D70, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetRealTimeSeconds_ReturnValue_1) == 0x000D74, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetRealTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetAllActorsOfClass_OutActors) == 0x000D78, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x000D88, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Get_Item_10) == 0x000D90, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_13) == 0x000D98, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Less_IntInt_ReturnValue_6) == 0x000D9C, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_BooleanNAND_ReturnValue) == 0x000D9D, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_BooleanNAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetGameStateManager_ReturnValue) == 0x000DA0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetGameStateManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsSuspended_ReturnValue) == 0x000DA8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsSuspended_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_FindHKHUD_HUD) == 0x000DB0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_FindHKHUD_HUD' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_GetWidgets_ReturnValue) == 0x000DB8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_GetWidgets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_PauseState) == 0x000DC8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_PauseState' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_Array_Length_ReturnValue_14) == 0x000DCC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_SwitchEnum_CmpSuccess_1) == 0x000DD0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000DD1, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_SwitchEnum_CmpSuccess_2) == 0x000DD2, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_SwitchEnum_CmpSuccess_3) == 0x000DD3, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_SwitchEnum_CmpSuccess_4) == 0x000DD4, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000DD5, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_SwitchEnum_CmpSuccess_5) == 0x000DD6, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000DD7, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000DD8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_BooleanOR_ReturnValue_1) == 0x000DD9, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_15) == 0x000DDA, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, Temp_int_Variable_1) == 0x000DDC, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_IsValid_ReturnValue_16) == 0x000DE0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, K2Node_CustomEvent_sound_base) == 0x000DE8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::K2Node_CustomEvent_sound_base' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_SpawnSound2D_ReturnValue) == 0x000DF0, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager, CallFunc_BooleanOR_ReturnValue_2) == 0x000DF8, "Member 'BP_AudioManager_C_ExecuteUbergraph_BP_AudioManager::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_startCinematicSfxTrack \ static_assert(alignof(BP_AudioManager_C_startCinematicSfxTrack) == 0x000008, "Wrong alignment on BP_AudioManager_C_startCinematicSfxTrack"); \ static_assert(sizeof(BP_AudioManager_C_startCinematicSfxTrack) == 0x000008, "Wrong size on BP_AudioManager_C_startCinematicSfxTrack"); \ static_assert(offsetof(BP_AudioManager_C_startCinematicSfxTrack, sound_base) == 0x000000, "Member 'BP_AudioManager_C_startCinematicSfxTrack::sound_base' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_SetPauseState \ static_assert(alignof(BP_AudioManager_C_SetPauseState) == 0x000001, "Wrong alignment on BP_AudioManager_C_SetPauseState"); \ static_assert(sizeof(BP_AudioManager_C_SetPauseState) == 0x000001, "Wrong size on BP_AudioManager_C_SetPauseState"); \ static_assert(offsetof(BP_AudioManager_C_SetPauseState, PauseState_0) == 0x000000, "Member 'BP_AudioManager_C_SetPauseState::PauseState_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_fade_sfx_bus \ static_assert(alignof(BP_AudioManager_C_fade_sfx_bus) == 0x000004, "Wrong alignment on BP_AudioManager_C_fade_sfx_bus"); \ static_assert(sizeof(BP_AudioManager_C_fade_sfx_bus) == 0x000008, "Wrong size on BP_AudioManager_C_fade_sfx_bus"); \ static_assert(offsetof(BP_AudioManager_C_fade_sfx_bus, Duration) == 0x000000, "Member 'BP_AudioManager_C_fade_sfx_bus::Duration' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_fade_sfx_bus, target_volume) == 0x000004, "Member 'BP_AudioManager_C_fade_sfx_bus::target_volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_pause_music \ static_assert(alignof(BP_AudioManager_C_pause_music) == 0x000001, "Wrong alignment on BP_AudioManager_C_pause_music"); \ static_assert(sizeof(BP_AudioManager_C_pause_music) == 0x000001, "Wrong size on BP_AudioManager_C_pause_music"); \ static_assert(offsetof(BP_AudioManager_C_pause_music, Pause) == 0x000000, "Member 'BP_AudioManager_C_pause_music::Pause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Closest_Interaction_Changed \ static_assert(alignof(BP_AudioManager_C_Closest_Interaction_Changed) == 0x000008, "Wrong alignment on BP_AudioManager_C_Closest_Interaction_Changed"); \ static_assert(sizeof(BP_AudioManager_C_Closest_Interaction_Changed) == 0x000018, "Wrong size on BP_AudioManager_C_Closest_Interaction_Changed"); \ static_assert(offsetof(BP_AudioManager_C_Closest_Interaction_Changed, _catPawn) == 0x000000, "Member 'BP_AudioManager_C_Closest_Interaction_Changed::_catPawn' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Closest_Interaction_Changed, _button) == 0x000008, "Member 'BP_AudioManager_C_Closest_Interaction_Changed::_button' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Closest_Interaction_Changed, _usable) == 0x000010, "Member 'BP_AudioManager_C_Closest_Interaction_Changed::_usable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_death \ static_assert(alignof(BP_AudioManager_C_death) == 0x000008, "Wrong alignment on BP_AudioManager_C_death"); \ static_assert(sizeof(BP_AudioManager_C_death) == 0x000008, "Wrong size on BP_AudioManager_C_death"); \ static_assert(offsetof(BP_AudioManager_C_death, _catPawn) == 0x000000, "Member 'BP_AudioManager_C_death::_catPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_On_Unpause \ static_assert(alignof(BP_AudioManager_C_On_Unpause) == 0x000001, "Wrong alignment on BP_AudioManager_C_On_Unpause"); \ static_assert(sizeof(BP_AudioManager_C_On_Unpause) == 0x000001, "Wrong size on BP_AudioManager_C_On_Unpause"); \ static_assert(offsetof(BP_AudioManager_C_On_Unpause, CausedByMenu) == 0x000000, "Member 'BP_AudioManager_C_On_Unpause::CausedByMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_On_Pause \ static_assert(alignof(BP_AudioManager_C_On_Pause) == 0x000001, "Wrong alignment on BP_AudioManager_C_On_Pause"); \ static_assert(sizeof(BP_AudioManager_C_On_Pause) == 0x000001, "Wrong size on BP_AudioManager_C_On_Pause"); \ static_assert(offsetof(BP_AudioManager_C_On_Pause, CausedByMenu) == 0x000000, "Member 'BP_AudioManager_C_On_Pause::CausedByMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_ReceiveTick \ static_assert(alignof(BP_AudioManager_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_AudioManager_C_ReceiveTick"); \ static_assert(sizeof(BP_AudioManager_C_ReceiveTick) == 0x000004, "Wrong size on BP_AudioManager_C_ReceiveTick"); \ static_assert(offsetof(BP_AudioManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_AudioManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Play_Velocity_Sfx \ static_assert(alignof(BP_AudioManager_C_Play_Velocity_Sfx) == 0x000008, "Wrong alignment on BP_AudioManager_C_Play_Velocity_Sfx"); \ static_assert(sizeof(BP_AudioManager_C_Play_Velocity_Sfx) == 0x000040, "Wrong size on BP_AudioManager_C_Play_Velocity_Sfx"); \ static_assert(offsetof(BP_AudioManager_C_Play_Velocity_Sfx, Owner_0) == 0x000000, "Member 'BP_AudioManager_C_Play_Velocity_Sfx::Owner_0' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Play_Velocity_Sfx, Location) == 0x000008, "Member 'BP_AudioManager_C_Play_Velocity_Sfx::Location' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Play_Velocity_Sfx, Cues) == 0x000018, "Member 'BP_AudioManager_C_Play_Velocity_Sfx::Cues' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Play_Velocity_Sfx, Velocity) == 0x000028, "Member 'BP_AudioManager_C_Play_Velocity_Sfx::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Play_Velocity_Sfx, Attenuation_factor) == 0x00002C, "Member 'BP_AudioManager_C_Play_Velocity_Sfx::Attenuation_factor' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Play_Velocity_Sfx, minimumVelocity) == 0x000030, "Member 'BP_AudioManager_C_Play_Velocity_Sfx::minimumVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Play_Velocity_Sfx, Pitch) == 0x000034, "Member 'BP_AudioManager_C_Play_Velocity_Sfx::Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Play_Velocity_Sfx, Gain) == 0x000038, "Member 'BP_AudioManager_C_Play_Velocity_Sfx::Gain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_start_player_by_ActorId \ static_assert(alignof(BP_AudioManager_C_start_player_by_ActorId) == 0x000004, "Wrong alignment on BP_AudioManager_C_start_player_by_ActorId"); \ static_assert(sizeof(BP_AudioManager_C_start_player_by_ActorId) == 0x000008, "Wrong size on BP_AudioManager_C_start_player_by_ActorId"); \ static_assert(offsetof(BP_AudioManager_C_start_player_by_ActorId, ActorId) == 0x000000, "Member 'BP_AudioManager_C_start_player_by_ActorId::ActorId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_fadeOutAllMusic \ static_assert(alignof(BP_AudioManager_C_fadeOutAllMusic) == 0x000004, "Wrong alignment on BP_AudioManager_C_fadeOutAllMusic"); \ static_assert(sizeof(BP_AudioManager_C_fadeOutAllMusic) == 0x000004, "Wrong size on BP_AudioManager_C_fadeOutAllMusic"); \ static_assert(offsetof(BP_AudioManager_C_fadeOutAllMusic, Duration) == 0x000000, "Member 'BP_AudioManager_C_fadeOutAllMusic::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_MusicManager_tick \ static_assert(alignof(BP_AudioManager_C_MusicManager_tick) == 0x000004, "Wrong alignment on BP_AudioManager_C_MusicManager_tick"); \ static_assert(sizeof(BP_AudioManager_C_MusicManager_tick) == 0x000004, "Wrong size on BP_AudioManager_C_MusicManager_tick"); \ static_assert(offsetof(BP_AudioManager_C_MusicManager_tick, Delta) == 0x000000, "Member 'BP_AudioManager_C_MusicManager_tick::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_informExclusivePlay \ static_assert(alignof(BP_AudioManager_C_informExclusivePlay) == 0x000008, "Wrong alignment on BP_AudioManager_C_informExclusivePlay"); \ static_assert(sizeof(BP_AudioManager_C_informExclusivePlay) == 0x000020, "Wrong size on BP_AudioManager_C_informExclusivePlay"); \ static_assert(offsetof(BP_AudioManager_C_informExclusivePlay, Player) == 0x000000, "Member 'BP_AudioManager_C_informExclusivePlay::Player' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_informExclusivePlay, Group) == 0x000008, "Member 'BP_AudioManager_C_informExclusivePlay::Group' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_informExclusivePlay, Identifier) == 0x000010, "Member 'BP_AudioManager_C_informExclusivePlay::Identifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_wet_land \ static_assert(alignof(BP_AudioManager_C_Zurg_wet_land) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_wet_land"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_wet_land) == 0x00000C, "Wrong size on BP_AudioManager_C_Zurg_wet_land"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_wet_land, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_wet_land::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_add_bigeye_sound \ static_assert(alignof(BP_AudioManager_C_Zurg_add_bigeye_sound) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_add_bigeye_sound"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_add_bigeye_sound) == 0x000004, "Wrong size on BP_AudioManager_C_Zurg_add_bigeye_sound"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_add_bigeye_sound, Number) == 0x000000, "Member 'BP_AudioManager_C_Zurg_add_bigeye_sound::Number' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_add_hiss \ static_assert(alignof(BP_AudioManager_C_Zurg_add_hiss) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_add_hiss"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_add_hiss) == 0x000004, "Wrong size on BP_AudioManager_C_Zurg_add_hiss"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_add_hiss, Number) == 0x000000, "Member 'BP_AudioManager_C_Zurg_add_hiss::Number' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_mouth \ static_assert(alignof(BP_AudioManager_C_Zurg_mouth) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_mouth"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_mouth) == 0x00000C, "Wrong size on BP_AudioManager_C_Zurg_mouth"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_mouth, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_mouth::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_eclosion \ static_assert(alignof(BP_AudioManager_C_Zurg_eclosion) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_eclosion"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_eclosion) == 0x000014, "Wrong size on BP_AudioManager_C_Zurg_eclosion"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_eclosion, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_eclosion::Location' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_eclosion, Volume) == 0x00000C, "Member 'BP_AudioManager_C_Zurg_eclosion::Volume' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_eclosion, Pitch) == 0x000010, "Member 'BP_AudioManager_C_Zurg_eclosion::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_before_eclosion \ static_assert(alignof(BP_AudioManager_C_Zurg_before_eclosion) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_before_eclosion"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_before_eclosion) == 0x000014, "Wrong size on BP_AudioManager_C_Zurg_before_eclosion"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_before_eclosion, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_before_eclosion::Location' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_before_eclosion, Volume) == 0x00000C, "Member 'BP_AudioManager_C_Zurg_before_eclosion::Volume' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_before_eclosion, Pitch) == 0x000010, "Member 'BP_AudioManager_C_Zurg_before_eclosion::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_explode \ static_assert(alignof(BP_AudioManager_C_Zurg_explode) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_explode"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_explode) == 0x000014, "Wrong size on BP_AudioManager_C_Zurg_explode"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_explode, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_explode::Location' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_explode, Volume) == 0x00000C, "Member 'BP_AudioManager_C_Zurg_explode::Volume' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_explode, Pitch) == 0x000010, "Member 'BP_AudioManager_C_Zurg_explode::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_jump \ static_assert(alignof(BP_AudioManager_C_Zurg_jump) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_jump"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_jump) == 0x00000C, "Wrong size on BP_AudioManager_C_Zurg_jump"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_jump, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_jump::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_ejected \ static_assert(alignof(BP_AudioManager_C_Zurg_ejected) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_ejected"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_ejected) == 0x00000C, "Wrong size on BP_AudioManager_C_Zurg_ejected"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_ejected, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_ejected::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_fall \ static_assert(alignof(BP_AudioManager_C_Zurg_fall) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_fall"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_fall) == 0x00000C, "Wrong size on BP_AudioManager_C_Zurg_fall"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_fall, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_fall::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_land \ static_assert(alignof(BP_AudioManager_C_Zurg_land) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_land"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_land) == 0x000010, "Wrong size on BP_AudioManager_C_Zurg_land"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_land, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_land::Location' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_land, Velocity) == 0x00000C, "Member 'BP_AudioManager_C_Zurg_land::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_aggressive__shout \ static_assert(alignof(BP_AudioManager_C_Zurg_aggressive__shout) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_aggressive__shout"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_aggressive__shout) == 0x00000C, "Wrong size on BP_AudioManager_C_Zurg_aggressive__shout"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_aggressive__shout, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_aggressive__shout::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_Eyes_Gargles \ static_assert(alignof(BP_AudioManager_C_Zurg_Eyes_Gargles) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_Eyes_Gargles"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_Eyes_Gargles) == 0x00000C, "Wrong size on BP_AudioManager_C_Zurg_Eyes_Gargles"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_Eyes_Gargles, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_Eyes_Gargles::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_idle_cry \ static_assert(alignof(BP_AudioManager_C_Zurg_idle_cry) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_idle_cry"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_idle_cry) == 0x00000C, "Wrong size on BP_AudioManager_C_Zurg_idle_cry"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_idle_cry, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_idle_cry::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_blink \ static_assert(alignof(BP_AudioManager_C_Zurg_blink) == 0x000004, "Wrong alignment on BP_AudioManager_C_Zurg_blink"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_blink) == 0x00000C, "Wrong size on BP_AudioManager_C_Zurg_blink"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_blink, Location) == 0x000000, "Member 'BP_AudioManager_C_Zurg_blink::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_suck \ static_assert(alignof(BP_AudioManager_C_Zurg_suck) == 0x000001, "Wrong alignment on BP_AudioManager_C_Zurg_suck"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_suck) == 0x000001, "Wrong size on BP_AudioManager_C_Zurg_suck"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_suck, does_it_suck) == 0x000000, "Member 'BP_AudioManager_C_Zurg_suck::does_it_suck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Zurg_Step \ static_assert(alignof(BP_AudioManager_C_Zurg_Step) == 0x000008, "Wrong alignment on BP_AudioManager_C_Zurg_Step"); \ static_assert(sizeof(BP_AudioManager_C_Zurg_Step) == 0x000010, "Wrong size on BP_AudioManager_C_Zurg_Step"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_Step, attach_to_component) == 0x000000, "Member 'BP_AudioManager_C_Zurg_Step::attach_to_component' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_Step, Velocity) == 0x000008, "Member 'BP_AudioManager_C_Zurg_Step::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Zurg_Step, Distance) == 0x00000C, "Member 'BP_AudioManager_C_Zurg_Step::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Spawn_Zurg_State_Sound \ static_assert(alignof(BP_AudioManager_C_Spawn_Zurg_State_Sound) == 0x000008, "Wrong alignment on BP_AudioManager_C_Spawn_Zurg_State_Sound"); \ static_assert(sizeof(BP_AudioManager_C_Spawn_Zurg_State_Sound) == 0x000010, "Wrong size on BP_AudioManager_C_Spawn_Zurg_State_Sound"); \ static_assert(offsetof(BP_AudioManager_C_Spawn_Zurg_State_Sound, attach_to_component) == 0x000000, "Member 'BP_AudioManager_C_Spawn_Zurg_State_Sound::attach_to_component' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Spawn_Zurg_State_Sound, ID) == 0x000008, "Member 'BP_AudioManager_C_Spawn_Zurg_State_Sound::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_spawn_dangerous_sound_attached \ static_assert(alignof(BP_AudioManager_C_spawn_dangerous_sound_attached) == 0x000008, "Wrong alignment on BP_AudioManager_C_spawn_dangerous_sound_attached"); \ static_assert(sizeof(BP_AudioManager_C_spawn_dangerous_sound_attached) == 0x000020, "Wrong size on BP_AudioManager_C_spawn_dangerous_sound_attached"); \ static_assert(offsetof(BP_AudioManager_C_spawn_dangerous_sound_attached, VolumeMultiplier) == 0x000000, "Member 'BP_AudioManager_C_spawn_dangerous_sound_attached::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_spawn_dangerous_sound_attached, Sound) == 0x000008, "Member 'BP_AudioManager_C_spawn_dangerous_sound_attached::Sound' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_spawn_dangerous_sound_attached, AttachToComponent) == 0x000010, "Member 'BP_AudioManager_C_spawn_dangerous_sound_attached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_spawn_dangerous_sound_attached, Pitch) == 0x000018, "Member 'BP_AudioManager_C_spawn_dangerous_sound_attached::Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_spawn_dangerous_sound_attached, max_per_seconds) == 0x00001C, "Member 'BP_AudioManager_C_spawn_dangerous_sound_attached::max_per_seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Various_tick \ static_assert(alignof(BP_AudioManager_C_Various_tick) == 0x000004, "Wrong alignment on BP_AudioManager_C_Various_tick"); \ static_assert(sizeof(BP_AudioManager_C_Various_tick) == 0x000004, "Wrong size on BP_AudioManager_C_Various_tick"); \ static_assert(offsetof(BP_AudioManager_C_Various_tick, Delta) == 0x000000, "Member 'BP_AudioManager_C_Various_tick::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_informReverbSetterEndPlay \ static_assert(alignof(BP_AudioManager_C_informReverbSetterEndPlay) == 0x000008, "Wrong alignment on BP_AudioManager_C_informReverbSetterEndPlay"); \ static_assert(sizeof(BP_AudioManager_C_informReverbSetterEndPlay) == 0x000008, "Wrong size on BP_AudioManager_C_informReverbSetterEndPlay"); \ static_assert(offsetof(BP_AudioManager_C_informReverbSetterEndPlay, setter) == 0x000000, "Member 'BP_AudioManager_C_informReverbSetterEndPlay::setter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Free_ReverbSlot \ static_assert(alignof(BP_AudioManager_C_Free_ReverbSlot) == 0x000004, "Wrong alignment on BP_AudioManager_C_Free_ReverbSlot"); \ static_assert(sizeof(BP_AudioManager_C_Free_ReverbSlot) == 0x000004, "Wrong size on BP_AudioManager_C_Free_ReverbSlot"); \ static_assert(offsetof(BP_AudioManager_C_Free_ReverbSlot, Index_0) == 0x000000, "Member 'BP_AudioManager_C_Free_ReverbSlot::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_setReverbPreset \ static_assert(alignof(BP_AudioManager_C_setReverbPreset) == 0x000008, "Wrong alignment on BP_AudioManager_C_setReverbPreset"); \ static_assert(sizeof(BP_AudioManager_C_setReverbPreset) == 0x000018, "Wrong size on BP_AudioManager_C_setReverbPreset"); \ static_assert(offsetof(BP_AudioManager_C_setReverbPreset, ReverbPreset) == 0x000000, "Member 'BP_AudioManager_C_setReverbPreset::ReverbPreset' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_setReverbPreset, setter) == 0x000008, "Member 'BP_AudioManager_C_setReverbPreset::setter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_setReverbVolume \ static_assert(alignof(BP_AudioManager_C_setReverbVolume) == 0x000004, "Wrong alignment on BP_AudioManager_C_setReverbVolume"); \ static_assert(sizeof(BP_AudioManager_C_setReverbVolume) == 0x00000C, "Wrong size on BP_AudioManager_C_setReverbVolume"); \ static_assert(offsetof(BP_AudioManager_C_setReverbVolume, Index_0) == 0x000000, "Member 'BP_AudioManager_C_setReverbVolume::Index_0' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_setReverbVolume, Volume) == 0x000004, "Member 'BP_AudioManager_C_setReverbVolume::Volume' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_setReverbVolume, isFallbackReverb) == 0x000008, "Member 'BP_AudioManager_C_setReverbVolume::isFallbackReverb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_inform_sync_is_dying \ static_assert(alignof(BP_AudioManager_C_inform_sync_is_dying) == 0x000008, "Wrong alignment on BP_AudioManager_C_inform_sync_is_dying"); \ static_assert(sizeof(BP_AudioManager_C_inform_sync_is_dying) == 0x000020, "Wrong size on BP_AudioManager_C_inform_sync_is_dying"); \ static_assert(offsetof(BP_AudioManager_C_inform_sync_is_dying, Time) == 0x000000, "Member 'BP_AudioManager_C_inform_sync_is_dying::Time' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_inform_sync_is_dying, lastTime) == 0x000004, "Member 'BP_AudioManager_C_inform_sync_is_dying::lastTime' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_inform_sync_is_dying, Timer) == 0x000008, "Member 'BP_AudioManager_C_inform_sync_is_dying::Timer' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_inform_sync_is_dying, Name_0) == 0x000010, "Member 'BP_AudioManager_C_inform_sync_is_dying::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Tick_6246EF4646E19036986D72BAE0588124 \ static_assert(alignof(BP_AudioManager_C_Tick_6246EF4646E19036986D72BAE0588124) == 0x000004, "Wrong alignment on BP_AudioManager_C_Tick_6246EF4646E19036986D72BAE0588124"); \ static_assert(sizeof(BP_AudioManager_C_Tick_6246EF4646E19036986D72BAE0588124) == 0x000004, "Wrong size on BP_AudioManager_C_Tick_6246EF4646E19036986D72BAE0588124"); \ static_assert(offsetof(BP_AudioManager_C_Tick_6246EF4646E19036986D72BAE0588124, Ratio) == 0x000000, "Member 'BP_AudioManager_C_Tick_6246EF4646E19036986D72BAE0588124::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_debugLog \ static_assert(alignof(BP_AudioManager_C_debugLog) == 0x000008, "Wrong alignment on BP_AudioManager_C_debugLog"); \ static_assert(sizeof(BP_AudioManager_C_debugLog) == 0x000060, "Wrong size on BP_AudioManager_C_debugLog"); \ static_assert(offsetof(BP_AudioManager_C_debugLog, Actor) == 0x000000, "Member 'BP_AudioManager_C_debugLog::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_debugLog, Text) == 0x000008, "Member 'BP_AudioManager_C_debugLog::Text' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_debugLog, CallFunc_IsAudioLogEnabled_ReturnValue) == 0x000018, "Member 'BP_AudioManager_C_debugLog::CallFunc_IsAudioLogEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_debugLog, CallFunc_Conv_ObjectToString_ReturnValue) == 0x000020, "Member 'BP_AudioManager_C_debugLog::CallFunc_Conv_ObjectToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_debugLog, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_AudioManager_C_debugLog::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_debugLog, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_AudioManager_C_debugLog::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_debugLog, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'BP_AudioManager_C_debugLog::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_initLoopSequence \ static_assert(alignof(BP_AudioManager_C_initLoopSequence) == 0x000010, "Wrong alignment on BP_AudioManager_C_initLoopSequence"); \ static_assert(sizeof(BP_AudioManager_C_initLoopSequence) == 0x0000E0, "Wrong size on BP_AudioManager_C_initLoopSequence"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, Owner_0) == 0x000000, "Member 'BP_AudioManager_C_initLoopSequence::Owner_0' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, Start) == 0x000008, "Member 'BP_AudioManager_C_initLoopSequence::Start' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, loop) == 0x000010, "Member 'BP_AudioManager_C_initLoopSequence::loop' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, Stop) == 0x000018, "Member 'BP_AudioManager_C_initLoopSequence::Stop' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, Gain) == 0x000020, "Member 'BP_AudioManager_C_initLoopSequence::Gain' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, Pitch) == 0x000024, "Member 'BP_AudioManager_C_initLoopSequence::Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, Start_Loop_Overlap) == 0x000028, "Member 'BP_AudioManager_C_initLoopSequence::Start_Loop_Overlap' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, gain_attack_dur) == 0x00002C, "Member 'BP_AudioManager_C_initLoopSequence::gain_attack_dur' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, gain_release_dur) == 0x000030, "Member 'BP_AudioManager_C_initLoopSequence::gain_release_dur' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, random_loop_offset) == 0x000034, "Member 'BP_AudioManager_C_initLoopSequence::random_loop_offset' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, Debug) == 0x000035, "Member 'BP_AudioManager_C_initLoopSequence::Debug' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, custom_name) == 0x000038, "Member 'BP_AudioManager_C_initLoopSequence::custom_name' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, bind_destroy_to_parent_destroy) == 0x000048, "Member 'BP_AudioManager_C_initLoopSequence::bind_destroy_to_parent_destroy' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, Sequence) == 0x000050, "Member 'BP_AudioManager_C_initLoopSequence::Sequence' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, CallFunc_MakeTransform_ReturnValue) == 0x000060, "Member 'BP_AudioManager_C_initLoopSequence::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, CallFunc_GetDisplayName_ReturnValue) == 0x000090, "Member 'BP_AudioManager_C_initLoopSequence::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000A0, "Member 'BP_AudioManager_C_initLoopSequence::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A8, "Member 'BP_AudioManager_C_initLoopSequence::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000B8, "Member 'BP_AudioManager_C_initLoopSequence::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C0, "Member 'BP_AudioManager_C_initLoopSequence::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_initLoopSequence, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'BP_AudioManager_C_initLoopSequence::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_SpawnSoundAtLocation \ static_assert(alignof(BP_AudioManager_C_SpawnSoundAtLocation) == 0x000008, "Wrong alignment on BP_AudioManager_C_SpawnSoundAtLocation"); \ static_assert(sizeof(BP_AudioManager_C_SpawnSoundAtLocation) == 0x000078, "Wrong size on BP_AudioManager_C_SpawnSoundAtLocation"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Sound) == 0x000000, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Sound' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Location) == 0x000008, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Rotation) == 0x000014, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Gain) == 0x000020, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Gain' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Pitch) == 0x000024, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Start) == 0x000028, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Start' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Attenuation) == 0x000030, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Attenuation' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Concurrency) == 0x000038, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Concurrency' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Auto_destroy) == 0x000040, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Auto_destroy' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Play_sound) == 0x000041, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Play_sound' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, Instance) == 0x000048, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::Instance' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000050, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, CallFunc_GetObjectName_ReturnValue) == 0x000058, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_SpawnSoundAtLocation, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'BP_AudioManager_C_SpawnSoundAtLocation::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_is_cat_in_a_discretion_zone \ static_assert(alignof(BP_AudioManager_C_is_cat_in_a_discretion_zone) == 0x000008, "Wrong alignment on BP_AudioManager_C_is_cat_in_a_discretion_zone"); \ static_assert(sizeof(BP_AudioManager_C_is_cat_in_a_discretion_zone) == 0x000050, "Wrong size on BP_AudioManager_C_is_cat_in_a_discretion_zone"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, is_discretion_zone) == 0x000000, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::is_discretion_zone' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, CallFunc_GetAllActorsWithInterface_OutActors) == 0x000010, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, K2Node_DynamicCast_AsI_Sfx_Zone) == 0x000038, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::K2Node_DynamicCast_AsI_Sfx_Zone' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, CallFunc_is_discretion_zone_is_discretion_zone) == 0x000049, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::CallFunc_is_discretion_zone_is_discretion_zone' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_is_cat_in_a_discretion_zone, CallFunc_BooleanOR_ReturnValue) == 0x00004A, "Member 'BP_AudioManager_C_is_cat_in_a_discretion_zone::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx \ static_assert(alignof(BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx) == 0x000004, "Wrong alignment on BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx"); \ static_assert(sizeof(BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx) == 0x000010, "Wrong size on BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx"); \ static_assert(offsetof(BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx, Yes) == 0x000000, "Member 'BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx::Yes' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx, Temp_int_Variable) == 0x000004, "Member 'BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'BP_AudioManager_C_Can_I_Play_One_More_Physics_Sfx::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_C_ResolveCheapPreset \ static_assert(alignof(BP_AudioManager_C_ResolveCheapPreset) == 0x000008, "Wrong alignment on BP_AudioManager_C_ResolveCheapPreset"); \ static_assert(sizeof(BP_AudioManager_C_ResolveCheapPreset) == 0x0000B0, "Wrong size on BP_AudioManager_C_ResolveCheapPreset"); \ static_assert(offsetof(BP_AudioManager_C_ResolveCheapPreset, Original) == 0x000000, "Member 'BP_AudioManager_C_ResolveCheapPreset::Original' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ResolveCheapPreset, Resolved) == 0x000028, "Member 'BP_AudioManager_C_ResolveCheapPreset::Resolved' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ResolveCheapPreset, Temp_bool_Variable) == 0x000050, "Member 'BP_AudioManager_C_ResolveCheapPreset::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ResolveCheapPreset, CallFunc_GetPlatform_ReturnValue) == 0x000051, "Member 'BP_AudioManager_C_ResolveCheapPreset::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ResolveCheapPreset, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000052, "Member 'BP_AudioManager_C_ResolveCheapPreset::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ResolveCheapPreset, CallFunc_Map_Find_Value) == 0x000058, "Member 'BP_AudioManager_C_ResolveCheapPreset::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ResolveCheapPreset, CallFunc_Map_Find_ReturnValue) == 0x000080, "Member 'BP_AudioManager_C_ResolveCheapPreset::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ResolveCheapPreset, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000081, "Member 'BP_AudioManager_C_ResolveCheapPreset::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ResolveCheapPreset, CallFunc_BooleanOR_ReturnValue) == 0x000082, "Member 'BP_AudioManager_C_ResolveCheapPreset::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_C_ResolveCheapPreset, K2Node_Select_Default) == 0x000088, "Member 'BP_AudioManager_C_ResolveCheapPreset::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AudioManager_C \ static_assert(alignof(ABP_AudioManager_C) == 0x000008, "Wrong alignment on ABP_AudioManager_C"); \ static_assert(sizeof(ABP_AudioManager_C) == 0x000480, "Wrong size on ABP_AudioManager_C"); \ static_assert(offsetof(ABP_AudioManager_C, UberGraphFrame) == 0x000250, "Member 'ABP_AudioManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_AudioManager_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, ItemSelectorCounter) == 0x000260, "Member 'ABP_AudioManager_C::ItemSelectorCounter' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, lastExclusiveSounds) == 0x000268, "Member 'ABP_AudioManager_C::lastExclusiveSounds' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, musicStack) == 0x000278, "Member 'ABP_AudioManager_C::musicStack' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, lastExclusiveIdentifiers) == 0x000288, "Member 'ABP_AudioManager_C::lastExclusiveIdentifiers' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, timeElapsedWithoutMusic) == 0x000298, "Member 'ABP_AudioManager_C::timeElapsedWithoutMusic' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, dangerousSoundSfxCounter) == 0x00029C, "Member 'ABP_AudioManager_C::dangerousSoundSfxCounter' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, zurgStepMaxDistance) == 0x0002A0, "Member 'ABP_AudioManager_C::zurgStepMaxDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, ZurgStepsDebugSphere) == 0x0002A8, "Member 'ABP_AudioManager_C::ZurgStepsDebugSphere' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, reverbs_slots) == 0x0002B0, "Member 'ABP_AudioManager_C::reverbs_slots' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, debug_zones) == 0x0002C0, "Member 'ABP_AudioManager_C::debug_zones' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, reverbVolumeToBeSet) == 0x0002C4, "Member 'ABP_AudioManager_C::reverbVolumeToBeSet' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, concurrenciesDebug) == 0x0002C8, "Member 'ABP_AudioManager_C::concurrenciesDebug' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, concurrenciesNotPlayingDebug) == 0x000318, "Member 'ABP_AudioManager_C::concurrenciesNotPlayingDebug' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, concurrencyNameToRegister) == 0x000368, "Member 'ABP_AudioManager_C::concurrencyNameToRegister' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, tempIsDiscretionZone) == 0x000378, "Member 'ABP_AudioManager_C::tempIsDiscretionZone' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, extradiegetic_ducker) == 0x00037C, "Member 'ABP_AudioManager_C::extradiegetic_ducker' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, syncPersist_time) == 0x000380, "Member 'ABP_AudioManager_C::syncPersist_time' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, syncPersist_lastTime) == 0x000384, "Member 'ABP_AudioManager_C::syncPersist_lastTime' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, syncPersist_timer) == 0x000388, "Member 'ABP_AudioManager_C::syncPersist_timer' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, syncPersist_name) == 0x000390, "Member 'ABP_AudioManager_C::syncPersist_name' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, number_of_zurg_suckers) == 0x0003A0, "Member 'ABP_AudioManager_C::number_of_zurg_suckers' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, zurg_locked_angryness) == 0x0003A4, "Member 'ABP_AudioManager_C::zurg_locked_angryness' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, number_of_zurg_hisses) == 0x0003A8, "Member 'ABP_AudioManager_C::number_of_zurg_hisses' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, number_of_bigeye_sounds) == 0x0003AC, "Member 'ABP_AudioManager_C::number_of_bigeye_sounds' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, number_of_angry_sounds) == 0x0003B0, "Member 'ABP_AudioManager_C::number_of_angry_sounds' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, cat_has_been_bound) == 0x0003B4, "Member 'ABP_AudioManager_C::cat_has_been_bound' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, currentNumberOfPhysicsSfx) == 0x0003B8, "Member 'ABP_AudioManager_C::currentNumberOfPhysicsSfx' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, buses_to_mute_during_pause) == 0x0003C0, "Member 'ABP_AudioManager_C::buses_to_mute_during_pause' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, intrad_bus_to_mute_during_pause) == 0x0003D0, "Member 'ABP_AudioManager_C::intrad_bus_to_mute_during_pause' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, extrad_music_bus_to_mute_during_pause) == 0x0003D8, "Member 'ABP_AudioManager_C::extrad_music_bus_to_mute_during_pause' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, intrad_music_convo) == 0x0003E0, "Member 'ABP_AudioManager_C::intrad_music_convo' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, intrad_bus) == 0x0003E8, "Member 'ABP_AudioManager_C::intrad_bus' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, PS5VibrationBus) == 0x0003F0, "Member 'ABP_AudioManager_C::PS5VibrationBus' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, PS5ControllerBus) == 0x0003F8, "Member 'ABP_AudioManager_C::PS5ControllerBus' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, start_time_of_the_last_pause) == 0x000400, "Member 'ABP_AudioManager_C::start_time_of_the_last_pause' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, duration_of_the_last_pause_margin) == 0x000404, "Member 'ABP_AudioManager_C::duration_of_the_last_pause_margin' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, automatable_sfx_bus) == 0x000408, "Member 'ABP_AudioManager_C::automatable_sfx_bus' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, sfx_bus_fade_starting_volume) == 0x000410, "Member 'ABP_AudioManager_C::sfx_bus_fade_starting_volume' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, menu_sliders_music) == 0x000418, "Member 'ABP_AudioManager_C::menu_sliders_music' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, IsSystemPaused) == 0x000420, "Member 'ABP_AudioManager_C::IsSystemPaused' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, IsMenuPaused) == 0x000421, "Member 'ABP_AudioManager_C::IsMenuPaused' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, PauseState) == 0x000422, "Member 'ABP_AudioManager_C::PauseState' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, use_PS4_optim) == 0x000423, "Member 'ABP_AudioManager_C::use_PS4_optim' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, automatable_sfx_bus_volume) == 0x000424, "Member 'ABP_AudioManager_C::automatable_sfx_bus_volume' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, cinematicSfxTrack) == 0x000428, "Member 'ABP_AudioManager_C::cinematicSfxTrack' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_C, Convo_to_Cheap_reverb_Soft) == 0x000430, "Member 'ABP_AudioManager_C::Convo_to_Cheap_reverb_Soft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInvisiPoint_C \ static_assert(alignof(AInvisiPoint_C) == 0x000008, "Wrong alignment on AInvisiPoint_C"); \ static_assert(sizeof(AInvisiPoint_C) == 0x000238, "Wrong size on AInvisiPoint_C"); \ static_assert(offsetof(AInvisiPoint_C, TextRender) == 0x000228, "Member 'AInvisiPoint_C::TextRender' has a wrong offset!"); \ static_assert(offsetof(AInvisiPoint_C, Arrow) == 0x000230, "Member 'AInvisiPoint_C::Arrow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New \ static_assert(alignof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New) == 0x000008, "Wrong alignment on UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New"); \ static_assert(sizeof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New) == 0x000168, "Wrong size on UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, EntryPoint) == 0x000000, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_FindPlayerBackpack_backpack) == 0x000008, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_FindPlayerBackpack_backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000010, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x000014, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetDrone_ReturnValue) == 0x000018, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetBackpack_ReturnValue) == 0x000020, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_MakeVector2D_ReturnValue) == 0x000028, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetCatPawn_ReturnValue) == 0x000030, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetCatPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetController_ReturnValue) == 0x000038, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, K2Node_DynamicCast_AsBP_HKPlayer_Controller) == 0x000040, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::K2Node_DynamicCast_AsBP_HKPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetHUD_ReturnValue) == 0x000050, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, K2Node_DynamicCast_AsBP_HKHUD) == 0x000058, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::K2Node_DynamicCast_AsBP_HKHUD' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetB12MemoriesData_ReturnValue) == 0x000068, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetB12MemoriesData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetDrone_ReturnValue_1) == 0x000070, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, K2Node_CustomEvent_MemoryId) == 0x000078, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::K2Node_CustomEvent_MemoryId' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetBackpack_ReturnValue_1) == 0x000080, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetCatPawn_ReturnValue_1) == 0x000088, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetCatPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetCurrentInteraction_ReturnValue) == 0x000090, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetCurrentInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetDrone_ReturnValue_2) == 0x000098, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetDrone_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, K2Node_DynamicCast_AsCOMP_Usable_Drone_Memory) == 0x0000A0, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::K2Node_DynamicCast_AsCOMP_Usable_Drone_Memory' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, K2Node_DynamicCast_bSuccess_2) == 0x0000A8, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_PlayAnimation_ReturnValue) == 0x0000B0, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetUnlockedMemoriesPercentage_Percentage) == 0x0000B8, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetUnlockedMemoriesPercentage_Percentage' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, K2Node_MakeStruct_FormatArgumentData) == 0x0000C0, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetDrone_ReturnValue_3) == 0x000100, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetDrone_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, K2Node_MakeArray_Array) == 0x000108, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000118, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_Format_ReturnValue) == 0x000128, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000140, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_GetDrone_ReturnValue_4) == 0x000148, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_GetDrone_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000150, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New, CallFunc_SpawnSoundAtLocation_ReturnValue_1) == 0x000160, "Member 'UMG_Drone_MemoriesPopup_New_C_ExecuteUbergraph_UMG_Drone_MemoriesPopup_New::CallFunc_SpawnSoundAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_MemoriesPopup_New_C_PlayMemoryUnlockSequence \ static_assert(alignof(UMG_Drone_MemoriesPopup_New_C_PlayMemoryUnlockSequence) == 0x000004, "Wrong alignment on UMG_Drone_MemoriesPopup_New_C_PlayMemoryUnlockSequence"); \ static_assert(sizeof(UMG_Drone_MemoriesPopup_New_C_PlayMemoryUnlockSequence) == 0x000008, "Wrong size on UMG_Drone_MemoriesPopup_New_C_PlayMemoryUnlockSequence"); \ static_assert(offsetof(UMG_Drone_MemoriesPopup_New_C_PlayMemoryUnlockSequence, memoryId_0) == 0x000000, "Member 'UMG_Drone_MemoriesPopup_New_C_PlayMemoryUnlockSequence::memoryId_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Drone_MemoriesPopup_New_C \ static_assert(alignof(UUMG_Drone_MemoriesPopup_New_C) == 0x000008, "Wrong alignment on UUMG_Drone_MemoriesPopup_New_C"); \ static_assert(sizeof(UUMG_Drone_MemoriesPopup_New_C) == 0x0002D0, "Wrong size on UUMG_Drone_MemoriesPopup_New_C"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, UberGraphFrame) == 0x000270, "Member 'UUMG_Drone_MemoriesPopup_New_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, Open) == 0x000278, "Member 'UUMG_Drone_MemoriesPopup_New_C::Open' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, gradient_background) == 0x000280, "Member 'UUMG_Drone_MemoriesPopup_New_C::gradient_background' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, Image_86) == 0x000288, "Member 'UUMG_Drone_MemoriesPopup_New_C::Image_86' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, memories_widget) == 0x000290, "Member 'UUMG_Drone_MemoriesPopup_New_C::memories_widget' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, progress_icon) == 0x000298, "Member 'UUMG_Drone_MemoriesPopup_New_C::progress_icon' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, progress_text) == 0x0002A0, "Member 'UUMG_Drone_MemoriesPopup_New_C::progress_text' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, HUD) == 0x0002A8, "Member 'UUMG_Drone_MemoriesPopup_New_C::HUD' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, CurrentHUDSelectedItem) == 0x0002B0, "Member 'UUMG_Drone_MemoriesPopup_New_C::CurrentHUDSelectedItem' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, MemoryUsable) == 0x0002B8, "Member 'UUMG_Drone_MemoriesPopup_New_C::MemoryUsable' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, RenderScale) == 0x0002C0, "Member 'UUMG_Drone_MemoriesPopup_New_C::RenderScale' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_MemoriesPopup_New_C, memoryId) == 0x0002C4, "Member 'UUMG_Drone_MemoriesPopup_New_C::memoryId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New \ static_assert(alignof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New) == 0x000908, "Wrong size on UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, EntryPoint) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent_Sfx) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent_Sfx' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, Temp_bool_Variable) == 0x000005, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_MakeVector2D_ReturnValue) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_MakeVector2D_ReturnValue_1) == 0x000010, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, Temp_bool_Has_Been_Initd_Variable) == 0x000018, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, Temp_bool_IsClosed_Variable) == 0x000019, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, Temp_bool_IsClosed_Variable_1) == 0x00002C, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000054, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x000058, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, Temp_int_Array_Index_Variable) == 0x000074, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDrone_ReturnValue) == 0x000078, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetBackpack_ReturnValue) == 0x000080, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCatPawn_ReturnValue) == 0x000088, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCatPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCurrentInteractions_ReturnValue) == 0x000090, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCurrentInteractions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_AsTalkable_Component) == 0x0000B0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_AsTalkable_Component' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Less_IntInt_ReturnValue) == 0x0000B9, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_AsBP_Backpack) == 0x0000C0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000CC, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000DC, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000EC, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent__talkableComponent_1) == 0x0000F0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent__talkableComponent_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent__line) == 0x0000F8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent__line' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDialog_ReturnValue) == 0x000198, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Conv_NameToString_ReturnValue) == 0x0001A0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_CanBeShownItems_ReturnValue) == 0x0001B0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_CanBeShownItems_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Concat_StrStr_ReturnValue) == 0x0001B8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001C8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCurrentLine_ReturnValue) == 0x0001D8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCurrentLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_IsValidClass_ReturnValue) == 0x000278, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Not_PreBool_ReturnValue_1) == 0x000279, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDialog_ReturnValue_1) == 0x000280, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDialog_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCurrentSpeaker_ReturnValue) == 0x000288, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCurrentSpeaker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDialog_ReturnValue_2) == 0x000290, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDialog_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDialogDisplayedName_ReturnValue) == 0x000298, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDialogDisplayedName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCurrentLine_ReturnValue_1) == 0x0002B0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCurrentLine_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent__talkableComponent) == 0x000350, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent__talkableComponent' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Conv_TextToString_ReturnValue) == 0x000358, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_ReplaceStringTableTokens_ReturnValue) == 0x000368, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_ReplaceStringTableTokens_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_IsValid_ReturnValue) == 0x000378, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDialog_ReturnValue_3) == 0x000380, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDialog_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDrone_ReturnValue_1) == 0x000388, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetBackpack_ReturnValue_1) == 0x000390, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_Event_MyGeometry) == 0x000398, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_Event_InDeltaTime) == 0x0003D0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCatPawn_ReturnValue_1) == 0x0003D8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCatPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetController_ReturnValue) == 0x0003E0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_AsBP_HKPlayer_Controller) == 0x0003E8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_AsBP_HKPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_bSuccess_2) == 0x0003F0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetHUD_ReturnValue) == 0x0003F8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDialog_ReturnValue_4) == 0x000400, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDialog_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_AsBP_HKHUD) == 0x000408, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_AsBP_HKHUD' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_bSuccess_3) == 0x000410, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCurrentLine_ReturnValue_2) == 0x000418, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCurrentLine_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetSelectedItem_Lootable) == 0x0004B8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetSelectedItem_Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Not_PreBool_ReturnValue_2) == 0x0004C0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SelectInt_ReturnValue) == 0x0004C4, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SelectInt_ReturnValue_1) == 0x0004C8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_IsValid_ReturnValue_1) == 0x0004CC, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_MakeVector2D_ReturnValue_2) == 0x0004D0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDrone_ReturnValue_2) == 0x0004D8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDrone_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCachedGeometry_ReturnValue) == 0x0004E0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetLocalSize_ReturnValue) == 0x000518, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDesiredSize_ReturnValue) == 0x000520, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_X) == 0x000528, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_Y) == 0x00052C, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_X_1) == 0x000530, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_Y_1) == 0x000534, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000538, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00053C, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000540, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_FMin_ReturnValue) == 0x000544, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000548, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BooleanAND_ReturnValue) == 0x000549, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDialog_ReturnValue_5) == 0x000550, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDialog_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_IslineTextDisplayed_ReturnValue) == 0x000558, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_IslineTextDisplayed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000560, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_MakeVector2D_ReturnValue_3) == 0x000568, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000570, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000574, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCachedGeometry_ReturnValue_1) == 0x000578, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCachedGeometry_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Add_FloatFloat_ReturnValue) == 0x0005B0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetLocalSize_ReturnValue_1) == 0x0005B4, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetLocalSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_FClamp_ReturnValue) == 0x0005BC, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_X_2) == 0x0005C0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_Y_2) == 0x0005C4, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDesiredSize_ReturnValue_1) == 0x0005C8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDesiredSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_X_3) == 0x0005D0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_Y_3) == 0x0005D4, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0005D8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_FMin_ReturnValue_1) == 0x0005DC, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_PlayAnimation_ReturnValue) == 0x0005E0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_PlayAnimation_ReturnValue_1) == 0x0005E8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent__backpack_1) == 0x0005F0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent__backpack_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent__loot_1) == 0x0005F8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent__loot_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_PlayAnimation_ReturnValue_2) == 0x000600, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent__backpack) == 0x000608, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent__backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent__loot) == 0x000610, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent__loot' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetSelectedItem_Lootable_1) == 0x000618, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetSelectedItem_Lootable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDesiredSize_ReturnValue_2) == 0x000620, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDesiredSize_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCachedGeometry_ReturnValue_2) == 0x000628, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCachedGeometry_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_X_4) == 0x000660, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_Y_4) == 0x000664, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetLocalSize_ReturnValue_2) == 0x000668, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetLocalSize_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_X_5) == 0x000670, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_X_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BreakVector2D_Y_5) == 0x000674, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BreakVector2D_Y_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000678, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDialog_ReturnValue_6) == 0x000680, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDialog_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_IslineTextDisplayed_ReturnValue_1) == 0x000688, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_IslineTextDisplayed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetSubstringWhilePreservingMarkup_ReturnValue) == 0x000690, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetSubstringWhilePreservingMarkup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Not_PreBool_ReturnValue_3) == 0x0006A0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Conv_StringToText_ReturnValue) == 0x0006A8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SelectInt_ReturnValue_2) == 0x0006C0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SelectInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetSubstringWithoutMarkup_ReturnValue) == 0x0006C8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetSubstringWithoutMarkup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Len_ReturnValue) == 0x0006D8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0006DC, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDrone_ReturnValue_3) == 0x0006E0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDrone_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetBackpack_ReturnValue_2) == 0x0006E8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetBackpack_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_AsBP_Backpack_1) == 0x0006F0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_AsBP_Backpack_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_bSuccess_4) == 0x0006F8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000700, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetItemRenderer_ItemRenderer) == 0x000708, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetItemRenderer_ItemRenderer' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent_Item_Class) == 0x000710, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent_Item_Class' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent_IsMemory) == 0x000718, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent_IsMemory' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetVisualizedActor_Actor) == 0x000720, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetVisualizedActor_Actor' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetComponentByClass_ReturnValue) == 0x000728, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDisplayedName_ReturnValue) == 0x000730, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDisplayedName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_PlayAnimationForward_ReturnValue) == 0x000748, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000750, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SpawnSound2D_ReturnValue) == 0x000758, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent_state) == 0x000760, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent_state' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000764, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_SwitchInteger_CmpSuccess) == 0x000765, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_SwitchInteger_CmpSuccess_1) == 0x000766, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_IsValid_ReturnValue_2) == 0x000767, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, Temp_int_Variable) == 0x000768, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDrone_ReturnValue_4) == 0x000770, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDrone_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetBackpack_ReturnValue_3) == 0x000778, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetBackpack_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_IsExitDialogEnabled_ReturnValue) == 0x000780, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_IsExitDialogEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_MakeLiteralName_ReturnValue) == 0x000784, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000790, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000798, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDrone_ReturnValue_5) == 0x0007A0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDrone_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetBackpack_ReturnValue_4) == 0x0007A8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetBackpack_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCurrentInteraction_ReturnValue) == 0x0007B0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCurrentInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_AsTalkable_Component_1) == 0x0007B8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_AsTalkable_Component_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_bSuccess_5) == 0x0007C0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_PlayAnimation_ReturnValue_3) == 0x0007C8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetPrimaryColor_ReturnValue) == 0x0007D0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetPrimaryColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetSecondaryColor_ReturnValue) == 0x0007D4, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetSecondaryColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x0007D8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Conv_ColorToLinearColor_ReturnValue_1) == 0x0007E8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Conv_ColorToLinearColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetB12MemoriesData_ReturnValue) == 0x0007F8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetB12MemoriesData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_FindMemoryData__outMemoryData) == 0x000800, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_FindMemoryData__outMemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_FindMemoryData_ReturnValue) == 0x000850, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_FindMemoryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BooleanOR_ReturnValue) == 0x000851, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_Select_Default) == 0x000858, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_IsValidClass_ReturnValue_1) == 0x000860, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_Not_PreBool_ReturnValue_4) == 0x000861, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_BooleanAND_ReturnValue_1) == 0x000862, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, Temp_bool_Has_Been_Initd_Variable_1) == 0x000863, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_CustomEvent_DeltaTime) == 0x000864, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_CustomEvent_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDrone_ReturnValue_6) == 0x000868, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDrone_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SelectFloat_ReturnValue) == 0x000870, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000874, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_TimeIndependentLerpFloat_ReturnValue) == 0x000880, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_TimeIndependentLerpFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000888, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SelectFloat_ReturnValue_1) == 0x000890, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDrone_ReturnValue_7) == 0x000898, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDrone_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_TimeIndependentLerpFloat_ReturnValue_1) == 0x0008A0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_TimeIndependentLerpFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0008A4, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SpawnSoundAtLocation_ReturnValue_1) == 0x0008B0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SpawnSoundAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_IsValid_ReturnValue_3) == 0x0008B8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SpawnSound2D_ReturnValue_1) == 0x0008C0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SpawnSound2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SpawnSound2D_ReturnValue_2) == 0x0008C8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SpawnSound2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_IsInVisualizingItemIntroAnimation_Value) == 0x0008D0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_IsInVisualizingItemIntroAnimation_Value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_SelectInt_ReturnValue_3) == 0x0008D4, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_SelectInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_PlayAnimation_ReturnValue_4) == 0x0008D8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetDrone_ReturnValue_8) == 0x0008E0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetDrone_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetBackpack_ReturnValue_5) == 0x0008E8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetBackpack_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, CallFunc_GetCatPawn_ReturnValue_2) == 0x0008F0, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::CallFunc_GetCatPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x0008F8, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New, K2Node_DynamicCast_bSuccess_6) == 0x000900, "Member 'UMG_Drone_Dialog_New_C_ExecuteUbergraph_UMG_Drone_Dialog_New::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_SetNextMiaouSfx \ static_assert(alignof(UMG_Drone_Dialog_New_C_SetNextMiaouSfx) == 0x000001, "Wrong alignment on UMG_Drone_Dialog_New_C_SetNextMiaouSfx"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_SetNextMiaouSfx) == 0x000001, "Wrong size on UMG_Drone_Dialog_New_C_SetNextMiaouSfx"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_SetNextMiaouSfx, Sfx) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_SetNextMiaouSfx::Sfx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_UpdateRenderScale \ static_assert(alignof(UMG_Drone_Dialog_New_C_UpdateRenderScale) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_UpdateRenderScale"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_UpdateRenderScale) == 0x000004, "Wrong size on UMG_Drone_Dialog_New_C_UpdateRenderScale"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateRenderScale, DeltaTime) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_UpdateRenderScale::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_UpdateHudStateDisplays \ static_assert(alignof(UMG_Drone_Dialog_New_C_UpdateHudStateDisplays) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_UpdateHudStateDisplays"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_UpdateHudStateDisplays) == 0x000004, "Wrong size on UMG_Drone_Dialog_New_C_UpdateHudStateDisplays"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHudStateDisplays, State) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_UpdateHudStateDisplays::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_BeginVisualizeItem \ static_assert(alignof(UMG_Drone_Dialog_New_C_BeginVisualizeItem) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_BeginVisualizeItem"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_BeginVisualizeItem) == 0x000010, "Wrong size on UMG_Drone_Dialog_New_C_BeginVisualizeItem"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_BeginVisualizeItem, Item_Class) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_BeginVisualizeItem::Item_Class' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_BeginVisualizeItem, IsMemory) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_BeginVisualizeItem::IsMemory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnRemovedObjectFromInventory \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnRemovedObjectFromInventory) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_OnRemovedObjectFromInventory"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnRemovedObjectFromInventory) == 0x000010, "Wrong size on UMG_Drone_Dialog_New_C_OnRemovedObjectFromInventory"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnRemovedObjectFromInventory, _backpack) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnRemovedObjectFromInventory::_backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnRemovedObjectFromInventory, _loot) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_OnRemovedObjectFromInventory::_loot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnAddedObjectToInventory \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnAddedObjectToInventory) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_OnAddedObjectToInventory"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnAddedObjectToInventory) == 0x000010, "Wrong size on UMG_Drone_Dialog_New_C_OnAddedObjectToInventory"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnAddedObjectToInventory, _backpack) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnAddedObjectToInventory::_backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnAddedObjectToInventory, _loot) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_OnAddedObjectToInventory::_loot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_Tick \ static_assert(alignof(UMG_Drone_Dialog_New_C_Tick) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_Tick"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_Tick) == 0x00003C, "Wrong size on UMG_Drone_Dialog_New_C_Tick"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_Tick, MyGeometry) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_Tick, InDeltaTime) == 0x000038, "Member 'UMG_Drone_Dialog_New_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnDialogEnded \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnDialogEnded) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_OnDialogEnded"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnDialogEnded) == 0x000008, "Wrong size on UMG_Drone_Dialog_New_C_OnDialogEnded"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDialogEnded, _talkableComponent) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnDialogEnded::_talkableComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnDialogLineBegan \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnDialogLineBegan) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_OnDialogLineBegan"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnDialogLineBegan) == 0x0000A8, "Wrong size on UMG_Drone_Dialog_New_C_OnDialogLineBegan"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDialogLineBegan, _talkableComponent) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnDialogLineBegan::_talkableComponent' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDialogLineBegan, _line) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_OnDialogLineBegan::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnXPressed \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnXPressed) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_OnXPressed"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnXPressed) == 0x0000E8, "Wrong size on UMG_Drone_Dialog_New_C_OnXPressed"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, _handled) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_IsInVisualizingItemIntroAnimation_Value) == 0x000001, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_IsInVisualizingItemIntroAnimation_Value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_SpawnSound2D_ReturnValue) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_SpawnSound2D_ReturnValue_1) == 0x000010, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_SpawnSound2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_OnXPressed__handled) == 0x000018, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_OnXPressed__handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_GetSelectedItem_Lootable) == 0x000020, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_GetSelectedItem_Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_OnXPressed__handled_1) == 0x000029, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_OnXPressed__handled_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_Len_ReturnValue) == 0x00002C, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_GetSelectedItem_Lootable_1) == 0x000030, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_GetSelectedItem_Lootable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_GetDialog_ReturnValue) == 0x000038, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_GetDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_GetCurrentLine_ReturnValue) == 0x000040, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_GetCurrentLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_Not_PreBool_ReturnValue) == 0x0000E0, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnXPressed, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000E1, "Member 'UMG_Drone_Dialog_New_C_OnXPressed::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnCancelPressed \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnCancelPressed) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_OnCancelPressed"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnCancelPressed) == 0x000028, "Wrong size on UMG_Drone_Dialog_New_C_OnCancelPressed"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnCancelPressed, _handled) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnCancelPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnCancelPressed, CallFunc_OnCancelPressed__handled) == 0x000001, "Member 'UMG_Drone_Dialog_New_C_OnCancelPressed::CallFunc_OnCancelPressed__handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnCancelPressed, CallFunc_GetDrone_ReturnValue) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_OnCancelPressed::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnCancelPressed, CallFunc_GetBackpack_ReturnValue) == 0x000010, "Member 'UMG_Drone_Dialog_New_C_OnCancelPressed::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnCancelPressed, CallFunc_GetCurrentDialog_ReturnValue) == 0x000018, "Member 'UMG_Drone_Dialog_New_C_OnCancelPressed::CallFunc_GetCurrentDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnCancelPressed, CallFunc_IsExitDialogEnabled_ReturnValue) == 0x000020, "Member 'UMG_Drone_Dialog_New_C_OnCancelPressed::CallFunc_IsExitDialogEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnLeftPressed \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnLeftPressed) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_OnLeftPressed"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnLeftPressed) == 0x00000C, "Wrong size on UMG_Drone_Dialog_New_C_OnLeftPressed"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftPressed, _handled) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnLeftPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftPressed, CallFunc_GetCurrentSelection_Index) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_OnLeftPressed::CallFunc_GetCurrentSelection_Index' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftPressed, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_OnLeftPressed::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnRightPressed \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnRightPressed) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_OnRightPressed"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnRightPressed) == 0x00000C, "Wrong size on UMG_Drone_Dialog_New_C_OnRightPressed"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnRightPressed, _handled) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnRightPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnRightPressed, CallFunc_GetCurrentSelection_Index) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_OnRightPressed::CallFunc_GetCurrentSelection_Index' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnRightPressed, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_OnRightPressed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays \ static_assert(alignof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays) == 0x000090, "Wrong size on UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, Lootable) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, Previous) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::Previous' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, K2Node_MakeArray_Array) == 0x000010, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, Temp_bool_Variable) == 0x000020, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, CallFunc_Format_ReturnValue) == 0x000028, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, CallFunc_GetDisplayedName_ReturnValue) == 0x000040, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::CallFunc_GetDisplayedName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, CallFunc_TextToUpper_ReturnValue) == 0x000058, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, CallFunc_IsValid_ReturnValue_1) == 0x000071, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, CallFunc_IsValid_ReturnValue_2) == 0x000072, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, Temp_object_Variable) == 0x000078, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, K2Node_Select_Default) == 0x000080, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000088, "Member 'UMG_Drone_Dialog_New_C_UpdateHUDItemDisplays::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_GetSelectedItem \ static_assert(alignof(UMG_Drone_Dialog_New_C_GetSelectedItem) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_GetSelectedItem"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_GetSelectedItem) == 0x000010, "Wrong size on UMG_Drone_Dialog_New_C_GetSelectedItem"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_GetSelectedItem, Lootable) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_GetSelectedItem::Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_GetSelectedItem, CallFunc_GetSelectedItem_Lootable) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_GetSelectedItem::CallFunc_GetSelectedItem_Lootable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnDpadUpPressed \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnDpadUpPressed) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_OnDpadUpPressed"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnDpadUpPressed) == 0x000008, "Wrong size on UMG_Drone_Dialog_New_C_OnDpadUpPressed"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDpadUpPressed, _handled) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnDpadUpPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDpadUpPressed, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_OnDpadUpPressed::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnDpadUpReleased \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnDpadUpReleased) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_OnDpadUpReleased"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnDpadUpReleased) == 0x000008, "Wrong size on UMG_Drone_Dialog_New_C_OnDpadUpReleased"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDpadUpReleased, _handled) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnDpadUpReleased::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDpadUpReleased, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_OnDpadUpReleased::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnDpadDownReleased \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnDpadDownReleased) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_OnDpadDownReleased"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnDpadDownReleased) == 0x000008, "Wrong size on UMG_Drone_Dialog_New_C_OnDpadDownReleased"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDpadDownReleased, _handled) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnDpadDownReleased::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDpadDownReleased, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_OnDpadDownReleased::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnDpadDownPressed \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnDpadDownPressed) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_OnDpadDownPressed"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnDpadDownPressed) == 0x000008, "Wrong size on UMG_Drone_Dialog_New_C_OnDpadDownPressed"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDpadDownPressed, _handled) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnDpadDownPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnDpadDownPressed, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_OnDpadDownPressed::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnRightVerticalAxis \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnRightVerticalAxis) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_OnRightVerticalAxis"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnRightVerticalAxis) == 0x000008, "Wrong size on UMG_Drone_Dialog_New_C_OnRightVerticalAxis"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnRightVerticalAxis, _value) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnRightVerticalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnRightVerticalAxis, _handled) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_OnRightVerticalAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnRightHorizontalAxis \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnRightHorizontalAxis) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_OnRightHorizontalAxis"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnRightHorizontalAxis) == 0x000008, "Wrong size on UMG_Drone_Dialog_New_C_OnRightHorizontalAxis"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnRightHorizontalAxis, _value) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnRightHorizontalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnRightHorizontalAxis, _handled) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_OnRightHorizontalAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnLeftHorizontalAxis \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnLeftHorizontalAxis) == 0x000004, "Wrong alignment on UMG_Drone_Dialog_New_C_OnLeftHorizontalAxis"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnLeftHorizontalAxis) == 0x000008, "Wrong size on UMG_Drone_Dialog_New_C_OnLeftHorizontalAxis"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftHorizontalAxis, _value) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnLeftHorizontalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftHorizontalAxis, _handled) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_OnLeftHorizontalAxis::_handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_OnLeftVerticalAxis \ static_assert(alignof(UMG_Drone_Dialog_New_C_OnLeftVerticalAxis) == 0x000008, "Wrong alignment on UMG_Drone_Dialog_New_C_OnLeftVerticalAxis"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_OnLeftVerticalAxis) == 0x000018, "Wrong size on UMG_Drone_Dialog_New_C_OnLeftVerticalAxis"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftVerticalAxis, _value) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_OnLeftVerticalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftVerticalAxis, _handled) == 0x000004, "Member 'UMG_Drone_Dialog_New_C_OnLeftVerticalAxis::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftVerticalAxis, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000005, "Member 'UMG_Drone_Dialog_New_C_OnLeftVerticalAxis::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftVerticalAxis, CallFunc_GetDialog_ReturnValue) == 0x000008, "Member 'UMG_Drone_Dialog_New_C_OnLeftVerticalAxis::CallFunc_GetDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftVerticalAxis, CallFunc_IslineTextDisplayed_ReturnValue) == 0x000010, "Member 'UMG_Drone_Dialog_New_C_OnLeftVerticalAxis::CallFunc_IslineTextDisplayed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftVerticalAxis, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'UMG_Drone_Dialog_New_C_OnLeftVerticalAxis::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_OnLeftVerticalAxis, CallFunc_BooleanAND_ReturnValue_1) == 0x000012, "Member 'UMG_Drone_Dialog_New_C_OnLeftVerticalAxis::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Dialog_New_C_IsInVisualizingItemIntroAnimation \ static_assert(alignof(UMG_Drone_Dialog_New_C_IsInVisualizingItemIntroAnimation) == 0x000001, "Wrong alignment on UMG_Drone_Dialog_New_C_IsInVisualizingItemIntroAnimation"); \ static_assert(sizeof(UMG_Drone_Dialog_New_C_IsInVisualizingItemIntroAnimation) == 0x000002, "Wrong size on UMG_Drone_Dialog_New_C_IsInVisualizingItemIntroAnimation"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_IsInVisualizingItemIntroAnimation, Value) == 0x000000, "Member 'UMG_Drone_Dialog_New_C_IsInVisualizingItemIntroAnimation::Value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Dialog_New_C_IsInVisualizingItemIntroAnimation, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000001, "Member 'UMG_Drone_Dialog_New_C_IsInVisualizingItemIntroAnimation::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Drone_Dialog_New_C \ static_assert(alignof(UUMG_Drone_Dialog_New_C) == 0x000008, "Wrong alignment on UUMG_Drone_Dialog_New_C"); \ static_assert(sizeof(UUMG_Drone_Dialog_New_C) == 0x000410, "Wrong size on UUMG_Drone_Dialog_New_C"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, UberGraphFrame) == 0x000270, "Member 'UUMG_Drone_Dialog_New_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ShowItemArrowLoop) == 0x000278, "Member 'UUMG_Drone_Dialog_New_C::ShowItemArrowLoop' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, Open) == 0x000280, "Member 'UUMG_Drone_Dialog_New_C::Open' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ShowVisualizedItemName) == 0x000288, "Member 'UUMG_Drone_Dialog_New_C::ShowVisualizedItemName' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, HideNameItemsCombo) == 0x000290, "Member 'UUMG_Drone_Dialog_New_C::HideNameItemsCombo' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ShowItems) == 0x000298, "Member 'UUMG_Drone_Dialog_New_C::ShowItems' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ShowName) == 0x0002A0, "Member 'UUMG_Drone_Dialog_New_C::ShowName' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, dialog_background) == 0x0002A8, "Member 'UUMG_Drone_Dialog_New_C::dialog_background' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, dialog_wrapper) == 0x0002B0, "Member 'UUMG_Drone_Dialog_New_C::dialog_wrapper' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, DialogLine) == 0x0002B8, "Member 'UUMG_Drone_Dialog_New_C::DialogLine' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, DialogLineContainer) == 0x0002C0, "Member 'UUMG_Drone_Dialog_New_C::DialogLineContainer' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, GainedItem_Text) == 0x0002C8, "Member 'UUMG_Drone_Dialog_New_C::GainedItem_Text' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, Image) == 0x0002D0, "Member 'UUMG_Drone_Dialog_New_C::Image' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, Image_86) == 0x0002D8, "Member 'UUMG_Drone_Dialog_New_C::Image_86' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, Image_224) == 0x0002E0, "Member 'UUMG_Drone_Dialog_New_C::Image_224' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, Image_377) == 0x0002E8, "Member 'UUMG_Drone_Dialog_New_C::Image_377' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, item_visualizer_wrapper) == 0x0002F0, "Member 'UUMG_Drone_Dialog_New_C::item_visualizer_wrapper' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ItemName) == 0x0002F8, "Member 'UUMG_Drone_Dialog_New_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ItemRendererImage) == 0x000300, "Member 'UUMG_Drone_Dialog_New_C::ItemRendererImage' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, items_background) == 0x000308, "Member 'UUMG_Drone_Dialog_New_C::items_background' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, items_panel) == 0x000310, "Member 'UUMG_Drone_Dialog_New_C::items_panel' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, items_text) == 0x000318, "Member 'UUMG_Drone_Dialog_New_C::items_text' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, SpeakerName) == 0x000320, "Member 'UUMG_Drone_Dialog_New_C::SpeakerName' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, top_slider) == 0x000328, "Member 'UUMG_Drone_Dialog_New_C::top_slider' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, UMG_Drone_HorizontalInventory_New) == 0x000330, "Member 'UUMG_Drone_Dialog_New_C::UMG_Drone_HorizontalInventory_New' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, UMG_VerticalScrollbar_New) == 0x000338, "Member 'UUMG_Drone_Dialog_New_C::UMG_VerticalScrollbar_New' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, vertical_arrow) == 0x000340, "Member 'UUMG_Drone_Dialog_New_C::vertical_arrow' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, CurrentLineDisplayedLength) == 0x000348, "Member 'UUMG_Drone_Dialog_New_C::CurrentLineDisplayedLength' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, CurrentLineString) == 0x000350, "Member 'UUMG_Drone_Dialog_New_C::CurrentLineString' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, CurrentLineStringWithoutMarkup) == 0x000360, "Member 'UUMG_Drone_Dialog_New_C::CurrentLineStringWithoutMarkup' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, IsInItemSelection) == 0x000370, "Member 'UUMG_Drone_Dialog_New_C::IsInItemSelection' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, IsAtDialogEnd) == 0x000371, "Member 'UUMG_Drone_Dialog_New_C::IsAtDialogEnd' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ItemListOffset) == 0x000374, "Member 'UUMG_Drone_Dialog_New_C::ItemListOffset' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, SelectedItemIndex) == 0x000378, "Member 'UUMG_Drone_Dialog_New_C::SelectedItemIndex' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, Slots) == 0x000380, "Member 'UUMG_Drone_Dialog_New_C::Slots' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, talkable) == 0x000390, "Member 'UUMG_Drone_Dialog_New_C::talkable' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, PendingShowItem) == 0x000398, "Member 'UUMG_Drone_Dialog_New_C::PendingShowItem' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, CurrentHUDStateDisplays) == 0x0003A0, "Member 'UUMG_Drone_Dialog_New_C::CurrentHUDStateDisplays' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, HUD) == 0x0003A8, "Member 'UUMG_Drone_Dialog_New_C::HUD' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, CurrentHUDSelectedItem) == 0x0003B0, "Member 'UUMG_Drone_Dialog_New_C::CurrentHUDSelectedItem' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, RenderScale) == 0x0003B8, "Member 'UUMG_Drone_Dialog_New_C::RenderScale' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, DialogLineYOffset) == 0x0003BC, "Member 'UUMG_Drone_Dialog_New_C::DialogLineYOffset' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ScrollInput) == 0x0003C0, "Member 'UUMG_Drone_Dialog_New_C::ScrollInput' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ScrollSpeed) == 0x0003C4, "Member 'UUMG_Drone_Dialog_New_C::ScrollSpeed' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, IsWaitingForShowItem) == 0x0003C8, "Member 'UUMG_Drone_Dialog_New_C::IsWaitingForShowItem' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, TimeBetweenLetterDisplay) == 0x0003CC, "Member 'UUMG_Drone_Dialog_New_C::TimeBetweenLetterDisplay' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ItemRenderer) == 0x0003D0, "Member 'UUMG_Drone_Dialog_New_C::ItemRenderer' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, FullPhotoMaterialInstance) == 0x0003D8, "Member 'UUMG_Drone_Dialog_New_C::FullPhotoMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, IsVisualizingItem) == 0x0003E0, "Member 'UUMG_Drone_Dialog_New_C::IsVisualizingItem' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, BackgroundMaterialInstance) == 0x0003E8, "Member 'UUMG_Drone_Dialog_New_C::BackgroundMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, ItemsBackgroundMaterialInstance) == 0x0003F0, "Member 'UUMG_Drone_Dialog_New_C::ItemsBackgroundMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, VerticalRenderLocation) == 0x0003F8, "Member 'UUMG_Drone_Dialog_New_C::VerticalRenderLocation' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, OpenSound) == 0x000400, "Member 'UUMG_Drone_Dialog_New_C::OpenSound' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Dialog_New_C, NextMiaouSfx) == 0x000408, "Member 'UUMG_Drone_Dialog_New_C::NextMiaouSfx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New \ static_assert(alignof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New) == 0x000410, "Wrong size on UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, EntryPoint) == 0x000000, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_MakeVector2D_ReturnValue) == 0x000014, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000020, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_CustomEvent_Lootable_1) == 0x000028, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_CustomEvent_Lootable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_CustomEvent_Lootable) == 0x000030, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_CustomEvent_Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue) == 0x000038, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_CustomEvent__backpack) == 0x000040, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_CustomEvent__backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_CustomEvent__loot) == 0x000048, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_CustomEvent__loot' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetBackpack_ReturnValue) == 0x000050, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_1) == 0x000058, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_IsWorldTearingDown_ReturnValue) == 0x000060, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_IsWorldTearingDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetBackpack_ReturnValue_1) == 0x000068, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_DynamicCast_AsBP_Backpack) == 0x000070, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_Event_MyGeometry) == 0x00007C, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_Event_InDeltaTime) == 0x0000B4, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetItemRenderer_ItemRenderer) == 0x0000B8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetItemRenderer_ItemRenderer' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_Event__category) == 0x0000C0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_Event__category' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000C1, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000C4, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_SwitchEnum_CmpSuccess) == 0x0000CC, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000CD, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_2) == 0x0000D0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetBackpack_ReturnValue_2) == 0x0000D8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetBackpack_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetCatPawn_ReturnValue) == 0x0000E0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetCatPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetController_ReturnValue) == 0x0000E8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_DynamicCast_AsBP_HKPlayer_Controller) == 0x0000F0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_DynamicCast_AsBP_HKPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_DynamicCast_bSuccess_1) == 0x0000F8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetHUD_ReturnValue) == 0x000100, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_DynamicCast_AsBP_HKHUD) == 0x000108, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_DynamicCast_AsBP_HKHUD' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_DynamicCast_bSuccess_2) == 0x000110, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_3) == 0x000118, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_MakeVector2D_ReturnValue_2) == 0x000120, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000128, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000138, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_4) == 0x000140, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_5) == 0x000148, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000150, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00015C, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_SpawnSoundAtLocation_ReturnValue_1) == 0x000168, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_SpawnSoundAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_SpawnSoundAtLocation_ReturnValue_2) == 0x000170, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_SpawnSoundAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_6) == 0x000178, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000180, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00018C, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_SpawnSoundAtLocation_ReturnValue_3) == 0x000190, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_SpawnSoundAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000198, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00019C, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001A0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001A4, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_CustomEvent_PreviousSelection) == 0x0001A8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_CustomEvent_PreviousSelection' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_CustomEvent_NewSelection) == 0x0001AC, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_CustomEvent_NewSelection' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0001B0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetCachedGeometry_ReturnValue) == 0x0001B8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetPlayerController_ReturnValue) == 0x0001F0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetLocalSize_ReturnValue) == 0x0001F8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_BreakVector2D_X) == 0x000200, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_BreakVector2D_Y) == 0x000204, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000208, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_7) == 0x000210, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000218, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetBackpack_ReturnValue_3) == 0x000220, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetBackpack_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetCatPawn_ReturnValue_1) == 0x000228, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetCatPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetCameraThirdPerson_ReturnValue) == 0x000230, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetCameraThirdPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_8) == 0x000238, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_9) == 0x000240, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetBackpack_ReturnValue_4) == 0x000248, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetBackpack_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetCatPawn_ReturnValue_2) == 0x000250, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetCatPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_Event_IsDesignTime) == 0x000258, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetCameraThirdPerson_ReturnValue_1) == 0x000260, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetCameraThirdPerson_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_MakeLiteralText_ReturnValue) == 0x000268, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000280, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_TextToUpper_ReturnValue) == 0x000298, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_TextToUpper_ReturnValue_1) == 0x0002B0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_10) == 0x0002C8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetBackpack_ReturnValue_5) == 0x0002D0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetBackpack_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetB12MemoriesData_ReturnValue) == 0x0002D8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetB12MemoriesData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_DynamicCast_AsBP_Backpack_1) == 0x0002E0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_DynamicCast_AsBP_Backpack_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_DynamicCast_bSuccess_3) == 0x0002E8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_CustomEvent_MemorySelectionState) == 0x0002E9, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_CustomEvent_MemorySelectionState' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_SwitchEnum_CmpSuccess_2) == 0x0002EA, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0002EB, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_SwitchEnum_CmpSuccess_3) == 0x0002EC, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_11) == 0x0002F0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_12) == 0x0002F8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000300, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x00030C, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_SpawnSoundAtLocation_ReturnValue_4) == 0x000318, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_SpawnSoundAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_SpawnSoundAtLocation_ReturnValue_5) == 0x000320, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_SpawnSoundAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_13) == 0x000328, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetBackpack_ReturnValue_6) == 0x000330, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetBackpack_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000338, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetCatPawn_ReturnValue_3) == 0x000340, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetCatPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_BooleanOR_ReturnValue) == 0x000348, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetCameraThirdPerson_ReturnValue_2) == 0x000350, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetCameraThirdPerson_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_SelectFloat_ReturnValue) == 0x000358, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_TimeIndependentLerpFloat_ReturnValue) == 0x00035C, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_TimeIndependentLerpFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_SelectFloat_ReturnValue_1) == 0x000360, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_TimeIndependentLerpFloat_ReturnValue_1) == 0x000364, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_TimeIndependentLerpFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, K2Node_CreateDelegate_OutputDelegate_1) == 0x000368, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000378, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetPlayerController_ReturnValue_1) == 0x000380, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDrone_ReturnValue_14) == 0x000388, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDrone_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_PlayAnimationForward_ReturnValue) == 0x000390, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000398, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_PlayAnimation_ReturnValue) == 0x0003A0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_IsValid_ReturnValue) == 0x0003A8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0003B0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetDesiredSize_ReturnValue) == 0x0003B8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_BreakVector2D_X_1) == 0x0003C0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_BreakVector2D_Y_1) == 0x0003C4, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x0003C8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x0003D0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetPosition_ReturnValue) == 0x0003D4, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_FMax_ReturnValue) == 0x0003DC, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_BreakVector2D_X_2) == 0x0003E0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_BreakVector2D_Y_2) == 0x0003E4, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_FClamp_ReturnValue) == 0x0003E8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x0003F0, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_GetPosition_ReturnValue_1) == 0x0003F8, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_GetPosition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_BreakVector2D_X_3) == 0x000400, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_BreakVector2D_Y_3) == 0x000404, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New, CallFunc_MakeVector2D_ReturnValue_3) == 0x000408, "Member 'UMG_Drone_Menu_New_C_ExecuteUbergraph_UMG_Drone_Menu_New::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_SetMemorySelectionState \ static_assert(alignof(UMG_Drone_Menu_New_C_SetMemorySelectionState) == 0x000001, "Wrong alignment on UMG_Drone_Menu_New_C_SetMemorySelectionState"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_SetMemorySelectionState) == 0x000001, "Wrong size on UMG_Drone_Menu_New_C_SetMemorySelectionState"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_SetMemorySelectionState, MemorySelectionState_0) == 0x000000, "Member 'UMG_Drone_Menu_New_C_SetMemorySelectionState::MemorySelectionState_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_PreConstruct \ static_assert(alignof(UMG_Drone_Menu_New_C_PreConstruct) == 0x000001, "Wrong alignment on UMG_Drone_Menu_New_C_PreConstruct"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_PreConstruct) == 0x000001, "Wrong size on UMG_Drone_Menu_New_C_PreConstruct"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UMG_Drone_Menu_New_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnIventoryItemGridSelectionChanged \ static_assert(alignof(UMG_Drone_Menu_New_C_OnIventoryItemGridSelectionChanged) == 0x000004, "Wrong alignment on UMG_Drone_Menu_New_C_OnIventoryItemGridSelectionChanged"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnIventoryItemGridSelectionChanged) == 0x000008, "Wrong size on UMG_Drone_Menu_New_C_OnIventoryItemGridSelectionChanged"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnIventoryItemGridSelectionChanged, PreviousSelection) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnIventoryItemGridSelectionChanged::PreviousSelection' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnIventoryItemGridSelectionChanged, NewSelection) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnIventoryItemGridSelectionChanged::NewSelection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_SetCategory \ static_assert(alignof(UMG_Drone_Menu_New_C_SetCategory) == 0x000001, "Wrong alignment on UMG_Drone_Menu_New_C_SetCategory"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_SetCategory) == 0x000001, "Wrong size on UMG_Drone_Menu_New_C_SetCategory"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_SetCategory, _category) == 0x000000, "Member 'UMG_Drone_Menu_New_C_SetCategory::_category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_Tick \ static_assert(alignof(UMG_Drone_Menu_New_C_Tick) == 0x000004, "Wrong alignment on UMG_Drone_Menu_New_C_Tick"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_Tick) == 0x00003C, "Wrong size on UMG_Drone_Menu_New_C_Tick"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_Tick, MyGeometry) == 0x000000, "Member 'UMG_Drone_Menu_New_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_Tick, InDeltaTime) == 0x000038, "Member 'UMG_Drone_Menu_New_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnBackpackInventoryChange \ static_assert(alignof(UMG_Drone_Menu_New_C_OnBackpackInventoryChange) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnBackpackInventoryChange"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnBackpackInventoryChange) == 0x000010, "Wrong size on UMG_Drone_Menu_New_C_OnBackpackInventoryChange"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnBackpackInventoryChange, _backpack) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnBackpackInventoryChange::_backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnBackpackInventoryChange, _loot) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnBackpackInventoryChange::_loot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnItemEndHighlight \ static_assert(alignof(UMG_Drone_Menu_New_C_OnItemEndHighlight) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnItemEndHighlight"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnItemEndHighlight) == 0x000008, "Wrong size on UMG_Drone_Menu_New_C_OnItemEndHighlight"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnItemEndHighlight, Lootable) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnItemEndHighlight::Lootable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnItemBeginHighlight \ static_assert(alignof(UMG_Drone_Menu_New_C_OnItemBeginHighlight) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnItemBeginHighlight"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnItemBeginHighlight) == 0x000008, "Wrong size on UMG_Drone_Menu_New_C_OnItemBeginHighlight"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnItemBeginHighlight, Lootable) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnItemBeginHighlight::Lootable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnCancelPressed \ static_assert(alignof(UMG_Drone_Menu_New_C_OnCancelPressed) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnCancelPressed"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnCancelPressed) == 0x000068, "Wrong size on UMG_Drone_Menu_New_C_OnCancelPressed"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnCancelPressed, _handled) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnCancelPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnCancelPressed, CallFunc_GetSelectedMemory_MemoryData) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnCancelPressed::CallFunc_GetSelectedMemory_MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnCancelPressed, CallFunc_GetSelectedMemory_IsValid) == 0x000058, "Member 'UMG_Drone_Menu_New_C_OnCancelPressed::CallFunc_GetSelectedMemory_IsValid' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnCancelPressed, CallFunc_IsValidClass_ReturnValue) == 0x000059, "Member 'UMG_Drone_Menu_New_C_OnCancelPressed::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnCancelPressed, K2Node_SwitchEnum_CmpSuccess) == 0x00005A, "Member 'UMG_Drone_Menu_New_C_OnCancelPressed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnCancelPressed, CallFunc_GetCategory_ReturnValue) == 0x00005B, "Member 'UMG_Drone_Menu_New_C_OnCancelPressed::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnCancelPressed, CallFunc_IsValid_ReturnValue) == 0x00005C, "Member 'UMG_Drone_Menu_New_C_OnCancelPressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnCancelPressed, K2Node_SwitchEnum_CmpSuccess_1) == 0x00005D, "Member 'UMG_Drone_Menu_New_C_OnCancelPressed::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnCancelPressed, CallFunc_GetDrone_ReturnValue) == 0x000060, "Member 'UMG_Drone_Menu_New_C_OnCancelPressed::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnUpPressed \ static_assert(alignof(UMG_Drone_Menu_New_C_OnUpPressed) == 0x000001, "Wrong alignment on UMG_Drone_Menu_New_C_OnUpPressed"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnUpPressed) == 0x000003, "Wrong size on UMG_Drone_Menu_New_C_OnUpPressed"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnUpPressed, _handled) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnUpPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnUpPressed, CallFunc_GetCategory_ReturnValue) == 0x000001, "Member 'UMG_Drone_Menu_New_C_OnUpPressed::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnUpPressed, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'UMG_Drone_Menu_New_C_OnUpPressed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnRightPressed \ static_assert(alignof(UMG_Drone_Menu_New_C_OnRightPressed) == 0x000004, "Wrong alignment on UMG_Drone_Menu_New_C_OnRightPressed"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnRightPressed) == 0x000010, "Wrong size on UMG_Drone_Menu_New_C_OnRightPressed"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightPressed, _handled) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnRightPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightPressed, CallFunc_GetCurrentSelection_Index) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnRightPressed::CallFunc_GetCurrentSelection_Index' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightPressed, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnRightPressed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightPressed, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'UMG_Drone_Menu_New_C_OnRightPressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightPressed, CallFunc_GetCategory_ReturnValue) == 0x00000D, "Member 'UMG_Drone_Menu_New_C_OnRightPressed::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightPressed, K2Node_SwitchEnum_CmpSuccess) == 0x00000E, "Member 'UMG_Drone_Menu_New_C_OnRightPressed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnLeftPressed \ static_assert(alignof(UMG_Drone_Menu_New_C_OnLeftPressed) == 0x000004, "Wrong alignment on UMG_Drone_Menu_New_C_OnLeftPressed"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnLeftPressed) == 0x000014, "Wrong size on UMG_Drone_Menu_New_C_OnLeftPressed"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftPressed, _handled) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnLeftPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftPressed, CallFunc_GetCurrentSelection_Index) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnLeftPressed::CallFunc_GetCurrentSelection_Index' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftPressed, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnLeftPressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftPressed, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UMG_Drone_Menu_New_C_OnLeftPressed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftPressed, CallFunc_GetCategory_ReturnValue) == 0x000010, "Member 'UMG_Drone_Menu_New_C_OnLeftPressed::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftPressed, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'UMG_Drone_Menu_New_C_OnLeftPressed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnDownPressed \ static_assert(alignof(UMG_Drone_Menu_New_C_OnDownPressed) == 0x000001, "Wrong alignment on UMG_Drone_Menu_New_C_OnDownPressed"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnDownPressed) == 0x000003, "Wrong size on UMG_Drone_Menu_New_C_OnDownPressed"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnDownPressed, _handled) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnDownPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnDownPressed, CallFunc_GetCategory_ReturnValue) == 0x000001, "Member 'UMG_Drone_Menu_New_C_OnDownPressed::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnDownPressed, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'UMG_Drone_Menu_New_C_OnDownPressed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_UpdateVisual \ static_assert(alignof(UMG_Drone_Menu_New_C_UpdateVisual) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_UpdateVisual"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_UpdateVisual) == 0x000160, "Wrong size on UMG_Drone_Menu_New_C_UpdateVisual"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, ScrollbarPositionRatio) == 0x000000, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::ScrollbarPositionRatio' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, ScrollbarSizeRatio) == 0x000004, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::ScrollbarSizeRatio' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_GetUnlockedMemoriesPercentage_Percentage) == 0x000008, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_GetUnlockedMemoriesPercentage_Percentage' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_MakeLiteralText_ReturnValue) == 0x000010, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_TextToUpper_ReturnValue) == 0x000068, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, K2Node_MakeArray_Array) == 0x000080, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_Format_ReturnValue) == 0x000090, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x0000A8, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_GetSelectedMemory_MemoryData) == 0x0000B0, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_GetSelectedMemory_MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_GetSelectedMemory_IsValid) == 0x000100, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_GetSelectedMemory_IsValid' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_GetSelectedItem_Lootable) == 0x000108, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_GetSelectedItem_Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_IsValid_ReturnValue) == 0x000110, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_GetDisplayedName_ReturnValue) == 0x000118, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_GetDisplayedName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_TextToUpper_ReturnValue_1) == 0x000130, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_GetOwner_ReturnValue) == 0x000148, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_GetObjectClass_ReturnValue) == 0x000150, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_IsMemoryRevealed_ReturnValue) == 0x000158, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_IsMemoryRevealed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, CallFunc_IsMemoryUnlocked_ReturnValue) == 0x000159, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::CallFunc_IsMemoryUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateVisual, K2Node_SwitchEnum_CmpSuccess) == 0x00015A, "Member 'UMG_Drone_Menu_New_C_UpdateVisual::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnRBPressed \ static_assert(alignof(UMG_Drone_Menu_New_C_OnRBPressed) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnRBPressed"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnRBPressed) == 0x000048, "Wrong size on UMG_Drone_Menu_New_C_OnRBPressed"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, _handled) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, HasChangedItem) == 0x000001, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::HasChangedItem' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_GetNextUnlockedMemoryIndex_MainIndex) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_GetNextUnlockedMemoryIndex_MainIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_GetNextUnlockedMemoryIndex_SideIndex) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_GetNextUnlockedMemoryIndex_SideIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_GetCurrentSelection_Index) == 0x00000C, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_GetCurrentSelection_Index' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000010, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000018, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_GetDrone_ReturnValue) == 0x000020, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_BooleanOR_ReturnValue) == 0x000028, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000038, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_GetCategory_ReturnValue) == 0x000041, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, K2Node_SwitchEnum_CmpSuccess) == 0x000042, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRBPressed, CallFunc_GetNextCategory_NextCategory) == 0x000043, "Member 'UMG_Drone_Menu_New_C_OnRBPressed::CallFunc_GetNextCategory_NextCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnLBPressed \ static_assert(alignof(UMG_Drone_Menu_New_C_OnLBPressed) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnLBPressed"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnLBPressed) == 0x000048, "Wrong size on UMG_Drone_Menu_New_C_OnLBPressed"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, _handled) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, HasChangedItem) == 0x000001, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::HasChangedItem' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_GetPreviousUnlockedMemoryIndex_MainIndex) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_GetPreviousUnlockedMemoryIndex_MainIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_GetPreviousUnlockedMemoryIndex_SideIndex) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_GetPreviousUnlockedMemoryIndex_SideIndex' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_GetCurrentSelection_Index) == 0x00000C, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_GetCurrentSelection_Index' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000010, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000018, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_GetDrone_ReturnValue) == 0x000020, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_BooleanOR_ReturnValue) == 0x000028, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000038, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_GetCategory_ReturnValue) == 0x000041, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, K2Node_SwitchEnum_CmpSuccess) == 0x000042, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLBPressed, CallFunc_GetPreviousCategory_PreviousCategory) == 0x000043, "Member 'UMG_Drone_Menu_New_C_OnLBPressed::CallFunc_GetPreviousCategory_PreviousCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnValidatePressed \ static_assert(alignof(UMG_Drone_Menu_New_C_OnValidatePressed) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnValidatePressed"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnValidatePressed) == 0x000098, "Wrong size on UMG_Drone_Menu_New_C_OnValidatePressed"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, _handled) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_GetDrone_ReturnValue) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000020, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000028, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_GetSelectedMemory_MemoryData) == 0x000030, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_GetSelectedMemory_MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_GetSelectedMemory_IsValid) == 0x000080, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_GetSelectedMemory_IsValid' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_GetSelectedItem_Lootable) == 0x000088, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_GetSelectedItem_Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_IsValidClass_ReturnValue) == 0x000091, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_IsMemoryRevealed_ReturnValue) == 0x000092, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_IsMemoryRevealed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_IsMemoryUnlocked_ReturnValue) == 0x000093, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_IsMemoryUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_BooleanAND_ReturnValue) == 0x000094, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, CallFunc_BooleanOR_ReturnValue) == 0x000095, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnValidatePressed, K2Node_SwitchEnum_CmpSuccess_1) == 0x000096, "Member 'UMG_Drone_Menu_New_C_OnValidatePressed::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_GetSelectedItem \ static_assert(alignof(UMG_Drone_Menu_New_C_GetSelectedItem) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_GetSelectedItem"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_GetSelectedItem) == 0x000050, "Wrong size on UMG_Drone_Menu_New_C_GetSelectedItem"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedItem, Lootable) == 0x000000, "Member 'UMG_Drone_Menu_New_C_GetSelectedItem::Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedItem, CallFunc_GetCurrentSelection_Index) == 0x000008, "Member 'UMG_Drone_Menu_New_C_GetSelectedItem::CallFunc_GetCurrentSelection_Index' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedItem, CallFunc_GetDrone_ReturnValue) == 0x000010, "Member 'UMG_Drone_Menu_New_C_GetSelectedItem::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedItem, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000018, "Member 'UMG_Drone_Menu_New_C_GetSelectedItem::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedItem, CallFunc_GetBackpack_ReturnValue) == 0x000020, "Member 'UMG_Drone_Menu_New_C_GetSelectedItem::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedItem, CallFunc_GetInventory_ReturnValue) == 0x000028, "Member 'UMG_Drone_Menu_New_C_GetSelectedItem::CallFunc_GetInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedItem, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'UMG_Drone_Menu_New_C_GetSelectedItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedItem, CallFunc_Array_Get_Item) == 0x000040, "Member 'UMG_Drone_Menu_New_C_GetSelectedItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedItem, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'UMG_Drone_Menu_New_C_GetSelectedItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedItem, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'UMG_Drone_Menu_New_C_GetSelectedItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_GetNextCategory \ static_assert(alignof(UMG_Drone_Menu_New_C_GetNextCategory) == 0x000001, "Wrong alignment on UMG_Drone_Menu_New_C_GetNextCategory"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_GetNextCategory) == 0x000003, "Wrong size on UMG_Drone_Menu_New_C_GetNextCategory"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetNextCategory, Category_0) == 0x000000, "Member 'UMG_Drone_Menu_New_C_GetNextCategory::Category_0' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetNextCategory, NextCategory) == 0x000001, "Member 'UMG_Drone_Menu_New_C_GetNextCategory::NextCategory' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetNextCategory, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'UMG_Drone_Menu_New_C_GetNextCategory::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_GetPreviousCategory \ static_assert(alignof(UMG_Drone_Menu_New_C_GetPreviousCategory) == 0x000001, "Wrong alignment on UMG_Drone_Menu_New_C_GetPreviousCategory"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_GetPreviousCategory) == 0x000003, "Wrong size on UMG_Drone_Menu_New_C_GetPreviousCategory"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetPreviousCategory, Category_0) == 0x000000, "Member 'UMG_Drone_Menu_New_C_GetPreviousCategory::Category_0' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetPreviousCategory, PreviousCategory) == 0x000001, "Member 'UMG_Drone_Menu_New_C_GetPreviousCategory::PreviousCategory' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetPreviousCategory, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'UMG_Drone_Menu_New_C_GetPreviousCategory::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_GetSelectedMemory \ static_assert(alignof(UMG_Drone_Menu_New_C_GetSelectedMemory) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_GetSelectedMemory"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_GetSelectedMemory) == 0x0000B0, "Wrong size on UMG_Drone_Menu_New_C_GetSelectedMemory"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedMemory, MemoryData) == 0x000000, "Member 'UMG_Drone_Menu_New_C_GetSelectedMemory::MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedMemory, IsValid) == 0x000050, "Member 'UMG_Drone_Menu_New_C_GetSelectedMemory::IsValid' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedMemory, CallFunc_GetSelectedMemory_MemoryData) == 0x000058, "Member 'UMG_Drone_Menu_New_C_GetSelectedMemory::CallFunc_GetSelectedMemory_MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetSelectedMemory, CallFunc_GetSelectedMemory_IsValid) == 0x0000A8, "Member 'UMG_Drone_Menu_New_C_GetSelectedMemory::CallFunc_GetSelectedMemory_IsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_UpdateMemoryDisplay \ static_assert(alignof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_UpdateMemoryDisplay"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay) == 0x0002F8, "Wrong size on UMG_Drone_Menu_New_C_UpdateMemoryDisplay"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, Revealed) == 0x000000, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::Revealed' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, Unlocked) == 0x000001, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::Unlocked' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, Data) == 0x000008, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::Data' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, Temp_bool_Variable) == 0x000058, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, CallFunc_IsValidClass_ReturnValue) == 0x00005A, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, CallFunc_ReplaceStringTableTokens_ReturnValue) == 0x000070, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::CallFunc_ReplaceStringTableTokens_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, Temp_object_Variable) == 0x000080, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, CallFunc_MakeLiteralText_ReturnValue) == 0x0000A0, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000B8, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, K2Node_Select_Default) == 0x0000D0, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, K2Node_MakeStruct_SlateBrush) == 0x0000D8, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, K2Node_MakeStruct_SlateBrush_1) == 0x000160, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, K2Node_MakeStruct_SlateBrush_2) == 0x0001E8, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::K2Node_MakeStruct_SlateBrush_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateMemoryDisplay, K2Node_MakeStruct_SlateBrush_3) == 0x000270, "Member 'UMG_Drone_Menu_New_C_UpdateMemoryDisplay::K2Node_MakeStruct_SlateBrush_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnLeftTriggerAxis \ static_assert(alignof(UMG_Drone_Menu_New_C_OnLeftTriggerAxis) == 0x000004, "Wrong alignment on UMG_Drone_Menu_New_C_OnLeftTriggerAxis"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnLeftTriggerAxis) == 0x000014, "Wrong size on UMG_Drone_Menu_New_C_OnLeftTriggerAxis"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftTriggerAxis, _value) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnLeftTriggerAxis::_value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftTriggerAxis, _handled) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnLeftTriggerAxis::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftTriggerAxis, CallFunc_OnLeftTriggerAxis__handled) == 0x000005, "Member 'UMG_Drone_Menu_New_C_OnLeftTriggerAxis::CallFunc_OnLeftTriggerAxis__handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftTriggerAxis, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'UMG_Drone_Menu_New_C_OnLeftTriggerAxis::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftTriggerAxis, CallFunc_IsValid_ReturnValue) == 0x000007, "Member 'UMG_Drone_Menu_New_C_OnLeftTriggerAxis::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftTriggerAxis, CallFunc_GetZoomInput_Input) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnLeftTriggerAxis::CallFunc_GetZoomInput_Input' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftTriggerAxis, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'UMG_Drone_Menu_New_C_OnLeftTriggerAxis::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftTriggerAxis, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'UMG_Drone_Menu_New_C_OnLeftTriggerAxis::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnRightTriggerAxis \ static_assert(alignof(UMG_Drone_Menu_New_C_OnRightTriggerAxis) == 0x000004, "Wrong alignment on UMG_Drone_Menu_New_C_OnRightTriggerAxis"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnRightTriggerAxis) == 0x000014, "Wrong size on UMG_Drone_Menu_New_C_OnRightTriggerAxis"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightTriggerAxis, _value) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnRightTriggerAxis::_value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightTriggerAxis, _handled) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnRightTriggerAxis::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightTriggerAxis, CallFunc_OnRightTriggerAxis__handled) == 0x000005, "Member 'UMG_Drone_Menu_New_C_OnRightTriggerAxis::CallFunc_OnRightTriggerAxis__handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightTriggerAxis, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'UMG_Drone_Menu_New_C_OnRightTriggerAxis::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightTriggerAxis, CallFunc_IsValid_ReturnValue) == 0x000007, "Member 'UMG_Drone_Menu_New_C_OnRightTriggerAxis::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightTriggerAxis, CallFunc_BooleanOR_ReturnValue) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnRightTriggerAxis::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightTriggerAxis, CallFunc_GetZoomInput_Input) == 0x00000C, "Member 'UMG_Drone_Menu_New_C_OnRightTriggerAxis::CallFunc_GetZoomInput_Input' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightTriggerAxis, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'UMG_Drone_Menu_New_C_OnRightTriggerAxis::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_UpdateActionDisplays \ static_assert(alignof(UMG_Drone_Menu_New_C_UpdateActionDisplays) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_UpdateActionDisplays"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_UpdateActionDisplays) == 0x0002C8, "Wrong size on UMG_Drone_Menu_New_C_UpdateActionDisplays"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, WantedDisplayExamine) == 0x000000, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::WantedDisplayExamine' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, WantedDisplayReadMemory) == 0x000001, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::WantedDisplayReadMemory' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, WantedSelectedItem) == 0x000008, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::WantedSelectedItem' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, WantedSelectedMemory) == 0x000010, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::WantedSelectedMemory' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, WantedActionDisplayState) == 0x000018, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::WantedActionDisplayState' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, Temp_bool_Variable) == 0x000019, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, Temp_name_Variable) == 0x00001C, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, Temp_bool_Variable_1) == 0x000024, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, Temp_object_Variable) == 0x000028, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000030, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_IsValid_ReturnValue_1) == 0x000033, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_BooleanAND_ReturnValue) == 0x000034, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_MakeLiteralText_ReturnValue) == 0x000038, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x000050, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000051, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000058, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000070, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_MakeLiteralText_ReturnValue_3) == 0x000088, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_MakeLiteralText_ReturnValue_4) == 0x0000A0, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_MakeLiteralText_ReturnValue_5) == 0x0000B8, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_MakeLiteralText_ReturnValue_6) == 0x0000D0, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_MakeLiteralText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_SwitchEnum_CmpSuccess) == 0x0000E8, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000E9, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000EA, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000EB, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000EC, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000ED, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_BooleanOR_ReturnValue) == 0x0000EE, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000EF, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_GetDrone_ReturnValue) == 0x0000F0, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_GetBackpack_ReturnValue) == 0x0000F8, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_IsShowItemToB12Enabled_ReturnValue) == 0x000100, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_IsShowItemToB12Enabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_MakeArray_Array) == 0x000108, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_MakeLiteralText_ReturnValue_7) == 0x000118, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_MakeLiteralText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_MakeLiteralText_ReturnValue_8) == 0x000130, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_MakeLiteralText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_MakeArray_Array_1) == 0x000148, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_MakeStruct_FormatArgumentData) == 0x000158, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_Format_ReturnValue) == 0x000198, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_MakeArray_Array_2) == 0x0001B0, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_Format_ReturnValue_1) == 0x0001C0, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_NotEqual_NameName_ReturnValue) == 0x0001D8, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x0001D9, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_MakeArray_Array_3) == 0x0001E0, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_NotEqual_NameName_ReturnValue_2) == 0x0001F0, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_NotEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_Format_ReturnValue_2) == 0x0001F8, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_IsValid_ReturnValue_2) == 0x000210, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_IsValid_ReturnValue_3) == 0x000211, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000218, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000220, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_GetSelectedMemory_MemoryData) == 0x000228, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_GetSelectedMemory_MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_GetSelectedMemory_IsValid) == 0x000278, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_GetSelectedMemory_IsValid' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_BooleanAND_ReturnValue_1) == 0x000279, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_IsMemoryRevealed_ReturnValue) == 0x00027A, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_IsMemoryRevealed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_IsMemoryUnlocked_ReturnValue) == 0x00027B, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_IsMemoryUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_GetSelectedItem_Lootable) == 0x000280, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_GetSelectedItem_Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_BooleanAND_ReturnValue_2) == 0x000288, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_Select_Default) == 0x000290, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_BooleanOR_ReturnValue_1) == 0x000298, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_BooleanAND_ReturnValue_3) == 0x000299, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_Select_Default_1) == 0x00029C, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_MakeLiteralText_ReturnValue_9) == 0x0002A8, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_MakeLiteralText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_IsValid_ReturnValue_4) == 0x0002C0, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_IsValid_ReturnValue_5) == 0x0002C1, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, CallFunc_GetCategory_ReturnValue) == 0x0002C2, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_UpdateActionDisplays, K2Node_SwitchEnum_CmpSuccess_3) == 0x0002C3, "Member 'UMG_Drone_Menu_New_C_UpdateActionDisplays::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnXPressed \ static_assert(alignof(UMG_Drone_Menu_New_C_OnXPressed) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnXPressed"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnXPressed) == 0x000030, "Wrong size on UMG_Drone_Menu_New_C_OnXPressed"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, _handled) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnXPressed::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, CallFunc_GetDrone_ReturnValue) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnXPressed::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, CallFunc_GetBackpack_ReturnValue) == 0x000010, "Member 'UMG_Drone_Menu_New_C_OnXPressed::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, CallFunc_GetSelectedItem_Lootable) == 0x000018, "Member 'UMG_Drone_Menu_New_C_OnXPressed::CallFunc_GetSelectedItem_Lootable' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, K2Node_DynamicCast_AsBP_Backpack) == 0x000020, "Member 'UMG_Drone_Menu_New_C_OnXPressed::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UMG_Drone_Menu_New_C_OnXPressed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'UMG_Drone_Menu_New_C_OnXPressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, CallFunc_IsShowItemToB12Enabled_ReturnValue) == 0x00002A, "Member 'UMG_Drone_Menu_New_C_OnXPressed::CallFunc_IsShowItemToB12Enabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, CallFunc_GetCategory_ReturnValue) == 0x00002B, "Member 'UMG_Drone_Menu_New_C_OnXPressed::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, CallFunc_OnXPressed__handled) == 0x00002C, "Member 'UMG_Drone_Menu_New_C_OnXPressed::CallFunc_OnXPressed__handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnXPressed, K2Node_SwitchEnum_CmpSuccess) == 0x00002D, "Member 'UMG_Drone_Menu_New_C_OnXPressed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnLeftHorizontalAxis \ static_assert(alignof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnLeftHorizontalAxis"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis) == 0x000060, "Wrong size on UMG_Drone_Menu_New_C_OnLeftHorizontalAxis"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, _value) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, _handled) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, CallFunc_GetSelectedMemory_MemoryData) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::CallFunc_GetSelectedMemory_MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, CallFunc_GetSelectedMemory_IsValid) == 0x000058, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::CallFunc_GetSelectedMemory_IsValid' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000059, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, CallFunc_IsValidClass_ReturnValue) == 0x00005A, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, CallFunc_GetCategory_ReturnValue) == 0x00005B, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, CallFunc_BooleanAND_ReturnValue) == 0x00005C, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, K2Node_SwitchEnum_CmpSuccess) == 0x00005D, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, CallFunc_BooleanAND_ReturnValue_1) == 0x00005E, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftHorizontalAxis, CallFunc_IsValid_ReturnValue) == 0x00005F, "Member 'UMG_Drone_Menu_New_C_OnLeftHorizontalAxis::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnLeftVerticalAxis \ static_assert(alignof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnLeftVerticalAxis"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis) == 0x000060, "Wrong size on UMG_Drone_Menu_New_C_OnLeftVerticalAxis"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis, _value) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnLeftVerticalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis, _handled) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnLeftVerticalAxis::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis, CallFunc_GetSelectedMemory_MemoryData) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnLeftVerticalAxis::CallFunc_GetSelectedMemory_MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis, CallFunc_GetSelectedMemory_IsValid) == 0x000058, "Member 'UMG_Drone_Menu_New_C_OnLeftVerticalAxis::CallFunc_GetSelectedMemory_IsValid' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis, CallFunc_IsValidClass_ReturnValue) == 0x000059, "Member 'UMG_Drone_Menu_New_C_OnLeftVerticalAxis::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis, K2Node_SwitchEnum_CmpSuccess) == 0x00005A, "Member 'UMG_Drone_Menu_New_C_OnLeftVerticalAxis::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis, CallFunc_BooleanAND_ReturnValue) == 0x00005B, "Member 'UMG_Drone_Menu_New_C_OnLeftVerticalAxis::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis, CallFunc_IsValid_ReturnValue) == 0x00005C, "Member 'UMG_Drone_Menu_New_C_OnLeftVerticalAxis::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis, CallFunc_GetCategory_ReturnValue) == 0x00005D, "Member 'UMG_Drone_Menu_New_C_OnLeftVerticalAxis::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnLeftVerticalAxis, K2Node_SwitchEnum_CmpSuccess_1) == 0x00005E, "Member 'UMG_Drone_Menu_New_C_OnLeftVerticalAxis::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnRightHorizontalAxis \ static_assert(alignof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnRightHorizontalAxis"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis) == 0x000060, "Wrong size on UMG_Drone_Menu_New_C_OnRightHorizontalAxis"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, _value) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, _handled) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, CallFunc_GetSelectedMemory_MemoryData) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::CallFunc_GetSelectedMemory_MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, CallFunc_GetSelectedMemory_IsValid) == 0x000058, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::CallFunc_GetSelectedMemory_IsValid' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000059, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, CallFunc_IsValidClass_ReturnValue) == 0x00005A, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, CallFunc_GetCategory_ReturnValue) == 0x00005B, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, CallFunc_BooleanAND_ReturnValue) == 0x00005C, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, K2Node_SwitchEnum_CmpSuccess) == 0x00005D, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, CallFunc_BooleanAND_ReturnValue_1) == 0x00005E, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightHorizontalAxis, CallFunc_IsValid_ReturnValue) == 0x00005F, "Member 'UMG_Drone_Menu_New_C_OnRightHorizontalAxis::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_OnRightVerticalAxis \ static_assert(alignof(UMG_Drone_Menu_New_C_OnRightVerticalAxis) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_OnRightVerticalAxis"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_OnRightVerticalAxis) == 0x000068, "Wrong size on UMG_Drone_Menu_New_C_OnRightVerticalAxis"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, _value) == 0x000000, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::_value' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, _handled) == 0x000004, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::_handled' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, CallFunc_GetSelectedMemory_MemoryData) == 0x000008, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::CallFunc_GetSelectedMemory_MemoryData' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, CallFunc_GetSelectedMemory_IsValid) == 0x000058, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::CallFunc_GetSelectedMemory_IsValid' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00005C, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, CallFunc_IsValidClass_ReturnValue) == 0x000060, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000061, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, CallFunc_GetCategory_ReturnValue) == 0x000062, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::CallFunc_GetCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, CallFunc_BooleanAND_ReturnValue) == 0x000063, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, K2Node_SwitchEnum_CmpSuccess) == 0x000064, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, CallFunc_BooleanAND_ReturnValue_1) == 0x000065, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_OnRightVerticalAxis, CallFunc_IsValid_ReturnValue) == 0x000066, "Member 'UMG_Drone_Menu_New_C_OnRightVerticalAxis::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_CategoryToText \ static_assert(alignof(UMG_Drone_Menu_New_C_CategoryToText) == 0x000008, "Wrong alignment on UMG_Drone_Menu_New_C_CategoryToText"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_CategoryToText) == 0x000028, "Wrong size on UMG_Drone_Menu_New_C_CategoryToText"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_CategoryToText, Category_0) == 0x000000, "Member 'UMG_Drone_Menu_New_C_CategoryToText::Category_0' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_CategoryToText, Text) == 0x000008, "Member 'UMG_Drone_Menu_New_C_CategoryToText::Text' has a wrong offset!"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_CategoryToText, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'UMG_Drone_Menu_New_C_CategoryToText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Drone_Menu_New_C_GetCategory \ static_assert(alignof(UMG_Drone_Menu_New_C_GetCategory) == 0x000001, "Wrong alignment on UMG_Drone_Menu_New_C_GetCategory"); \ static_assert(sizeof(UMG_Drone_Menu_New_C_GetCategory) == 0x000001, "Wrong size on UMG_Drone_Menu_New_C_GetCategory"); \ static_assert(offsetof(UMG_Drone_Menu_New_C_GetCategory, ReturnValue) == 0x000000, "Member 'UMG_Drone_Menu_New_C_GetCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Drone_Menu_New_C \ static_assert(alignof(UUMG_Drone_Menu_New_C) == 0x000008, "Wrong alignment on UUMG_Drone_Menu_New_C"); \ static_assert(sizeof(UUMG_Drone_Menu_New_C) == 0x000408, "Wrong size on UUMG_Drone_Menu_New_C"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, UberGraphFrame) == 0x000270, "Member 'UUMG_Drone_Menu_New_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, Open) == 0x000278, "Member 'UUMG_Drone_Menu_New_C::Open' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, MemoryDarkOverlayFadeIn) == 0x000280, "Member 'UUMG_Drone_Menu_New_C::MemoryDarkOverlayFadeIn' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, Background) == 0x000288, "Member 'UUMG_Drone_Menu_New_C::Background' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, foreground) == 0x000290, "Member 'UUMG_Drone_Menu_New_C::foreground' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, Image_86) == 0x000298, "Member 'UUMG_Drone_Menu_New_C::Image_86' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, inventory_display) == 0x0002A0, "Member 'UUMG_Drone_Menu_New_C::inventory_display' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, inventory_panel) == 0x0002A8, "Member 'UUMG_Drone_Menu_New_C::inventory_panel' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, inventory_tab_active) == 0x0002B0, "Member 'UUMG_Drone_Menu_New_C::inventory_tab_active' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, inventory_tab_active_text) == 0x0002B8, "Member 'UUMG_Drone_Menu_New_C::inventory_tab_active_text' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, inventory_tab_inactive) == 0x0002C0, "Member 'UUMG_Drone_Menu_New_C::inventory_tab_inactive' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, inventory_tab_inactive_text) == 0x0002C8, "Member 'UUMG_Drone_Menu_New_C::inventory_tab_inactive_text' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, ItemName) == 0x0002D0, "Member 'UUMG_Drone_Menu_New_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memories_panel) == 0x0002D8, "Member 'UUMG_Drone_Menu_New_C::memories_panel' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memories_tab_active) == 0x0002E0, "Member 'UUMG_Drone_Menu_New_C::memories_tab_active' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memories_tab_active_text) == 0x0002E8, "Member 'UUMG_Drone_Menu_New_C::memories_tab_active_text' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memories_tab_inactive) == 0x0002F0, "Member 'UUMG_Drone_Menu_New_C::memories_tab_inactive' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memories_tab_inactive_text) == 0x0002F8, "Member 'UUMG_Drone_Menu_New_C::memories_tab_inactive_text' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memories_widget) == 0x000300, "Member 'UUMG_Drone_Menu_New_C::memories_widget' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memory_dark_overlay) == 0x000308, "Member 'UUMG_Drone_Menu_New_C::memory_dark_overlay' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memory_image) == 0x000310, "Member 'UUMG_Drone_Menu_New_C::memory_image' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memory_object_viewer) == 0x000318, "Member 'UUMG_Drone_Menu_New_C::memory_object_viewer' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memory_subtext) == 0x000320, "Member 'UUMG_Drone_Menu_New_C::memory_subtext' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memory_text_container) == 0x000328, "Member 'UUMG_Drone_Menu_New_C::memory_text_container' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memory_text_content) == 0x000330, "Member 'UUMG_Drone_Menu_New_C::memory_text_content' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, memory_text_content_rich) == 0x000338, "Member 'UUMG_Drone_Menu_New_C::memory_text_content_rich' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, progress_icon) == 0x000340, "Member 'UUMG_Drone_Menu_New_C::progress_icon' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, progress_text) == 0x000348, "Member 'UUMG_Drone_Menu_New_C::progress_text' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, Root) == 0x000350, "Member 'UUMG_Drone_Menu_New_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, ZoomDisplay) == 0x000358, "Member 'UUMG_Drone_Menu_New_C::ZoomDisplay' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, Slots) == 0x000360, "Member 'UUMG_Drone_Menu_New_C::Slots' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, Category) == 0x000370, "Member 'UUMG_Drone_Menu_New_C::Category' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, ItemRenderer) == 0x000378, "Member 'UUMG_Drone_Menu_New_C::ItemRenderer' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, FullPhotoMaterialInstance) == 0x000380, "Member 'UUMG_Drone_Menu_New_C::FullPhotoMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, GlitchedMemoryMaterialInstance) == 0x000388, "Member 'UUMG_Drone_Menu_New_C::GlitchedMemoryMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, HighlightedItem) == 0x000390, "Member 'UUMG_Drone_Menu_New_C::HighlightedItem' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, HUD) == 0x000398, "Member 'UUMG_Drone_Menu_New_C::HUD' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, CurrentActionDisplayState) == 0x0003A0, "Member 'UUMG_Drone_Menu_New_C::CurrentActionDisplayState' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, CurrentActionDisplaySelectedItem) == 0x0003A8, "Member 'UUMG_Drone_Menu_New_C::CurrentActionDisplaySelectedItem' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, RenderScale) == 0x0003B0, "Member 'UUMG_Drone_Menu_New_C::RenderScale' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, VerticalRenderLocation) == 0x0003B4, "Member 'UUMG_Drone_Menu_New_C::VerticalRenderLocation' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, HasSelectedMemory) == 0x0003B8, "Member 'UUMG_Drone_Menu_New_C::HasSelectedMemory' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, MemoryTextOffset) == 0x0003BC, "Member 'UUMG_Drone_Menu_New_C::MemoryTextOffset' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, MemoryTextScrollSpeed) == 0x0003C0, "Member 'UUMG_Drone_Menu_New_C::MemoryTextScrollSpeed' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, MemoryTextScrollInput) == 0x0003C4, "Member 'UUMG_Drone_Menu_New_C::MemoryTextScrollInput' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, MemoryTextBaseY) == 0x0003C8, "Member 'UUMG_Drone_Menu_New_C::MemoryTextBaseY' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, CurrentActionDisplaySelectedMemory) == 0x0003CC, "Member 'UUMG_Drone_Menu_New_C::CurrentActionDisplaySelectedMemory' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, CurrentShowItemEnabled) == 0x0003D4, "Member 'UUMG_Drone_Menu_New_C::CurrentShowItemEnabled' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, main_memories_buttons) == 0x0003D8, "Member 'UUMG_Drone_Menu_New_C::main_memories_buttons' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, side_memories_buttons) == 0x0003E8, "Member 'UUMG_Drone_Menu_New_C::side_memories_buttons' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, MainMemoryIndex) == 0x0003F8, "Member 'UUMG_Drone_Menu_New_C::MainMemoryIndex' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, SideMemoryIndex) == 0x0003FC, "Member 'UUMG_Drone_Menu_New_C::SideMemoryIndex' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, SideMemoriesWidth) == 0x000400, "Member 'UUMG_Drone_Menu_New_C::SideMemoriesWidth' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, MemorySelectionState) == 0x000404, "Member 'UUMG_Drone_Menu_New_C::MemorySelectionState' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, CurrentDisplayReadMemory) == 0x000405, "Member 'UUMG_Drone_Menu_New_C::CurrentDisplayReadMemory' has a wrong offset!"); \ static_assert(offsetof(UUMG_Drone_Menu_New_C, DisplayExamine) == 0x000406, "Member 'UUMG_Drone_Menu_New_C::DisplayExamine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge \ static_assert(alignof(CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge) == 0x000004, "Wrong alignment on CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge"); \ static_assert(sizeof(CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge) == 0x00000C, "Wrong size on CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge"); \ static_assert(offsetof(CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge, EntryPoint) == 0x000000, "Member 'CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge, K2Node_CustomEvent_Percent) == 0x000004, "Member 'CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge::K2Node_CustomEvent_Percent' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge, K2Node_CustomEvent_Show_Hide) == 0x000008, "Member 'CACA_Drone_Jauge_C_ExecuteUbergraph_CACA_Drone_Jauge::K2Node_CustomEvent_Show_Hide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_Drone_Jauge_C_SetIEMProgressBar \ static_assert(alignof(CACA_Drone_Jauge_C_SetIEMProgressBar) == 0x000004, "Wrong alignment on CACA_Drone_Jauge_C_SetIEMProgressBar"); \ static_assert(sizeof(CACA_Drone_Jauge_C_SetIEMProgressBar) == 0x000008, "Wrong size on CACA_Drone_Jauge_C_SetIEMProgressBar"); \ static_assert(offsetof(CACA_Drone_Jauge_C_SetIEMProgressBar, Percent) == 0x000000, "Member 'CACA_Drone_Jauge_C_SetIEMProgressBar::Percent' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_SetIEMProgressBar, Hide) == 0x000004, "Member 'CACA_Drone_Jauge_C_SetIEMProgressBar::Hide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0 \ static_assert(alignof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0) == 0x000008, "Wrong alignment on CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0"); \ static_assert(sizeof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0) == 0x000050, "Wrong size on CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0"); \ static_assert(offsetof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0, ReturnValue) == 0x000000, "Member 'CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0, CallFunc_FindPlayerDrone_Drone) == 0x000010, "Member 'CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0::CallFunc_FindPlayerDrone_Drone' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0, CallFunc_LinearColorLerp_ReturnValue) == 0x000018, "Member 'CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000028, "Member 'CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00002C, "Member 'CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0, CallFunc_Sin_ReturnValue) == 0x000030, "Member 'CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000038, "Member 'CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0, CallFunc_LinearColorLerp_ReturnValue_1) == 0x00003C, "Member 'CACA_Drone_Jauge_C_Get_SpotLightProgressBar_FillColorAndOpacity_0::CallFunc_LinearColorLerp_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCACA_Drone_Jauge_C \ static_assert(alignof(UCACA_Drone_Jauge_C) == 0x000008, "Wrong alignment on UCACA_Drone_Jauge_C"); \ static_assert(sizeof(UCACA_Drone_Jauge_C) == 0x000278, "Wrong size on UCACA_Drone_Jauge_C"); \ static_assert(offsetof(UCACA_Drone_Jauge_C, UberGraphFrame) == 0x000260, "Member 'UCACA_Drone_Jauge_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCACA_Drone_Jauge_C, SpotLightProgressBar) == 0x000268, "Member 'UCACA_Drone_Jauge_C::SpotLightProgressBar' has a wrong offset!"); \ static_assert(offsetof(UCACA_Drone_Jauge_C, sinus) == 0x000270, "Member 'UCACA_Drone_Jauge_C::sinus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_ExecuteUbergraph_BP_Backpack \ static_assert(alignof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack) == 0x000010, "Wrong alignment on BP_Backpack_C_ExecuteUbergraph_BP_Backpack"); \ static_assert(sizeof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack) == 0x000C40, "Wrong size on BP_Backpack_C_ExecuteUbergraph_BP_Backpack"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, EntryPoint) == 0x000000, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate_4) == 0x000044, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate_5) == 0x000054, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000064, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_FloatFloat_ReturnValue) == 0x000068, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_bool_Has_Been_Initd_Variable) == 0x00006C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000070, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Sin_ReturnValue) == 0x000074, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000078, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate_6) == 0x00007C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_float_Variable) == 0x00008C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Lerp_ReturnValue) == 0x000090, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate_7) == 0x000094, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_bool_Variable) == 0x0000A4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_wildcard_Variable) == 0x0000A8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_bool_IsClosed_Variable) == 0x0000B0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000B1, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x0000B8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_StartEasingInterpolator_ReturnValue) == 0x0000C0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_float_Variable_1) == 0x0000CC, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_bool_Variable_1) == 0x0000D0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Lerp_ReturnValue_1) == 0x0000D4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_wildcard_Variable_1) == 0x0000D8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_wildcard_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_int_Loop_Counter_Variable) == 0x0000E0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_float_Variable_2) == 0x0000E4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_int_Loop_Counter_Variable_1) == 0x0000EC, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_int_Array_Index_Variable) == 0x0000F4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000F8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_StartEasingInterpolator__interpolatorObject_1) == 0x000100, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_StartEasingInterpolator__interpolatorObject_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_StartEasingInterpolator_ReturnValue_1) == 0x000108, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_StartEasingInterpolator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_1) == 0x000110, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_Event_DeltaSeconds) == 0x000114, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000118, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_bool_Has_Been_Initd_Variable_1) == 0x000119, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetPI_ReturnValue) == 0x00011C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetPI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000120, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000124, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_RandomFloat_ReturnValue) == 0x000128, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Percent_FloatFloat_ReturnValue) == 0x00012C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000130, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent_Ratio_1) == 0x000134, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent_Ratio_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000138, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetCatPawn_ReturnValue) == 0x000148, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetCatPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_VectorVector_ReturnValue) == 0x000150, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetController_ReturnValue) == 0x000160, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_MakeTransform_ReturnValue) == 0x000170, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_AsBP_HKPlayer_Controller) == 0x0001A0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_AsBP_HKPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_bSuccess) == 0x0001A8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001B0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001B8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetRenderTarget_ReturnValue) == 0x0001C0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetRenderTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_2) == 0x0001C8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0001CC, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0001D8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetCatPawn_ReturnValue_1) == 0x000260, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetCatPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetSocketLocation_ReturnValue) == 0x000268, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindLookAtRotation_ReturnValue) == 0x000274, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BreakRotator_Roll) == 0x000280, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BreakRotator_Pitch) == 0x000284, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BreakRotator_Yaw) == 0x000288, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_ClampAngle_ReturnValue) == 0x00028C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_MakeRotator_ReturnValue) == 0x000290, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetCurrentDialog_ReturnValue) == 0x0002A0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetCurrentDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0002A8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_3) == 0x000330, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetCurrentSpeaker_ReturnValue) == 0x000338, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetCurrentSpeaker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_4) == 0x000340, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetOwner_ReturnValue) == 0x000348, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_5) == 0x000350, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000354, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_bool_IsClosed_Variable_1) == 0x000360, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000364, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate_8) == 0x000370, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x000380, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000408, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000414, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BreakRotator_Roll_1) == 0x000420, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BreakRotator_Pitch_1) == 0x000424, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BreakRotator_Yaw_1) == 0x000428, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetViewportSize_ReturnValue) == 0x00042C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_ClampAngle_ReturnValue_1) == 0x000434, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_ClampAngle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetViewportSize_ReturnValue_1) == 0x000438, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetViewportSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_MakeRotator_ReturnValue_1) == 0x000440, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindPlayerCatPawn_Cat) == 0x000450, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_SetWorldRotation_SweepHitResult_2) == 0x000458, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_SetWorldRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetCameraThirdPerson_ReturnValue) == 0x0004E0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetCameraThirdPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindPlayerCatPawn_Cat_1) == 0x0004E8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetActorRightVector_ReturnValue) == 0x0004F0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0004FC, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetXY_ReturnValue) == 0x000508, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_ProjectWorldToScreenPosition_ReturnValue) == 0x000514, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_ProjectWorldToScreenPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Normal_ReturnValue) == 0x00051C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000528, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetCameraThirdPerson_ReturnValue_1) == 0x000530, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetCameraThirdPerson_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BreakVector2D_X) == 0x000538, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BreakVector2D_Y) == 0x00053C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000540, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetForwardVector_ReturnValue) == 0x000544, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000550, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetXY_ReturnValue_1) == 0x000554, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetXY_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000560, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Normal_ReturnValue_1) == 0x00056C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000578, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_VSize_ReturnValue) == 0x000584, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000588, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_MapRangeClamped_ReturnValue) == 0x000594, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000598, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x0005A4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0005A8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0005B4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0005C0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x0005CC, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x0005D8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0005E4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_float_Variable_3) == 0x0005F0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0005F4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent_Item) == 0x000680, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetDrone_ReturnValue) == 0x000688, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetTalkableComponent_ReturnValue) == 0x000690, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetTalkableComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetDialog_ReturnValue) == 0x000698, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetDrone_ReturnValue_1) == 0x0006A0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_OpenGUI_ReturnValue) == 0x0006A8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_OpenGUI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_AsUMG_Drone_Menu_New) == 0x0006B0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_AsUMG_Drone_Menu_New' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_bSuccess_1) == 0x0006B8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetInventory_ReturnValue) == 0x0006C0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Array_Length_ReturnValue) == 0x0006D0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Less_IntInt_ReturnValue) == 0x0006D4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetCurrentDialog_ReturnValue_1) == 0x0006D8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetCurrentDialog_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_6) == 0x0006E0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetCurrentSpeaker_ReturnValue_1) == 0x0006E8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetCurrentSpeaker_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_7) == 0x0006F0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetOwner_ReturnValue_1) == 0x0006F8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_8) == 0x000700, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000704, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_ProjectWorldToScreenPosition_ReturnValue_1) == 0x000710, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_ProjectWorldToScreenPosition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetXY_ReturnValue_2) == 0x000718, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetXY_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Divide_Vector2DVector2D_ReturnValue_1) == 0x000724, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Divide_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Normal_ReturnValue_2) == 0x00072C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Normal_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BreakVector2D_X_1) == 0x000738, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_BreakVector2D_Y_1) == 0x00073C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Dot_VectorVector_ReturnValue) == 0x000740, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000744, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Abs_ReturnValue) == 0x000748, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00074C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__backpack) == 0x000750, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__backpack' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__dialog) == 0x000758, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__dialog' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000760, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetCurrentSpeaker_ReturnValue_2) == 0x000768, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetCurrentSpeaker_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_SignOfFloat_ReturnValue) == 0x000770, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_9) == 0x000774, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetOwner_ReturnValue_2) == 0x000778, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_10) == 0x000780, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_AsBP_Droid) == 0x000788, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_bSuccess_2) == 0x000790, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Abs_ReturnValue_1) == 0x000794, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000798, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0007A4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x0007A8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetCatPawn_ReturnValue_2) == 0x0007B0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetCatPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x0007B8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0007BC, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0007C8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__catPawn_1) == 0x0007D8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__catPawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__usable_1) == 0x0007E0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__usable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x0007E8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_AsTalkable_Component) == 0x000870, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_AsTalkable_Component' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_bSuccess_3) == 0x000878, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__catPawn) == 0x000880, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__catPawn' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__usable) == 0x000888, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__usable' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_AsTalkable_Component_1) == 0x000890, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_AsTalkable_Component_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_bSuccess_4) == 0x000898, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_ShouldTalkableTalk_ShouldTalk) == 0x000899, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_ShouldTalkableTalk_ShouldTalk' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_ShouldTalkableTalk_ShouldTalk_1) == 0x00089A, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_ShouldTalkableTalk_ShouldTalk_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__talkableComponent_2) == 0x0008A0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__talkableComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__line_2) == 0x0008A8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__line_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__talkableComponent_1) == 0x000948, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__talkableComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__line_1) == 0x000950, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__line_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Conv_TextToString_ReturnValue) == 0x0009F0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__talkableComponent) == 0x000A00, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__talkableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent__line) == 0x000A08, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent__line' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000AA8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x000AB0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_SpawnSound2D_ReturnValue) == 0x000AB8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent_component) == 0x000AC0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent_component' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent_cat) == 0x000AC8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent_cat' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000AD0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent_HideDrone__) == 0x000AD8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent_HideDrone__' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate_9) == 0x000ADC, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent_Disable_Backpack_After) == 0x000AEC, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent_Disable_Backpack_After' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, Temp_int_Array_Index_Variable_1) == 0x000AF0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Array_Get_Item) == 0x000AF8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000B00, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetDrone_ReturnValue_2) == 0x000B08, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetDrone_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetDrone_ReturnValue_3) == 0x000B10, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetDrone_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000B18, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent_Instant) == 0x000B20, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent_Instant' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1) == 0x000B28, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindPlayerCatPawn_Cat_2) == 0x000B30, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_GetBackpack_ReturnValue) == 0x000B38, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_AsBP_Backpack) == 0x000B40, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_DynamicCast_bSuccess_5) == 0x000B48, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindPlayerCatPawn_Cat_3) == 0x000B50, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindPlayerCatPawn_Cat_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindPlayerCatPawn_Cat_4) == 0x000B58, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindPlayerCatPawn_Cat_4' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000B60, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000B68, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_SpawnSoundAttached_ReturnValue_2) == 0x000B70, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_SpawnSoundAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_SpawnSoundAttached_ReturnValue_3) == 0x000B78, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_SpawnSoundAttached_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent_Ratio) == 0x000B80, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_MakeArray_Array) == 0x000B88, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Array_Get_Item_1) == 0x000B98, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Array_Length_ReturnValue_1) == 0x000BA0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CustomEvent_Visible) == 0x000BA4, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CustomEvent_Visible' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Less_IntInt_ReturnValue_1) == 0x000BA5, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsBackpackMeshVisible_ReturnValue) == 0x000BA6, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsBackpackMeshVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000BA8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindPlayerCatPawn_Cat_5) == 0x000BB0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindPlayerCatPawn_Cat_5' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_IsValid_ReturnValue_11) == 0x000BB8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x000BC0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_SpawnSoundAttached_ReturnValue_4) == 0x000BC8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_SpawnSoundAttached_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindPlayerCatPawn_Cat_6) == 0x000BD0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindPlayerCatPawn_Cat_6' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_K2_GetRootComponent_ReturnValue_3) == 0x000BD8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_K2_GetRootComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, K2Node_CreateDelegate_OutputDelegate_10) == 0x000BE0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_SpawnSoundAttached_ReturnValue_5) == 0x000BF0, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_SpawnSoundAttached_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindHKPlayerController_HKPlayerController_1) == 0x000BF8, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindHKPlayerController_HKPlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FindHKPlayerController_HKPlayerController_2) == 0x000C00, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FindHKPlayerController_HKPlayerController_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x000C08, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x000C0C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000C10, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_RandomFloatInRange_ReturnValue) == 0x000C14, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_FClamp_ReturnValue) == 0x000C18, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000C1C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x000C20, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x000C24, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000C28, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000C2C, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Multiply_FloatFloat_ReturnValue_14) == 0x000C30, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Multiply_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ExecuteUbergraph_BP_Backpack, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000C34, "Member 'BP_Backpack_C_ExecuteUbergraph_BP_Backpack::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_SetBadgesVisible \ static_assert(alignof(BP_Backpack_C_SetBadgesVisible) == 0x000001, "Wrong alignment on BP_Backpack_C_SetBadgesVisible"); \ static_assert(sizeof(BP_Backpack_C_SetBadgesVisible) == 0x000001, "Wrong size on BP_Backpack_C_SetBadgesVisible"); \ static_assert(offsetof(BP_Backpack_C_SetBadgesVisible, Visible) == 0x000000, "Member 'BP_Backpack_C_SetBadgesVisible::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_RefreshBackpackVisual \ static_assert(alignof(BP_Backpack_C_RefreshBackpackVisual) == 0x000001, "Wrong alignment on BP_Backpack_C_RefreshBackpackVisual"); \ static_assert(sizeof(BP_Backpack_C_RefreshBackpackVisual) == 0x000001, "Wrong size on BP_Backpack_C_RefreshBackpackVisual"); \ static_assert(offsetof(BP_Backpack_C_RefreshBackpackVisual, Instant) == 0x000000, "Member 'BP_Backpack_C_RefreshBackpackVisual::Instant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_DematerializeBackpack \ static_assert(alignof(BP_Backpack_C_DematerializeBackpack) == 0x000001, "Wrong alignment on BP_Backpack_C_DematerializeBackpack"); \ static_assert(sizeof(BP_Backpack_C_DematerializeBackpack) == 0x000001, "Wrong size on BP_Backpack_C_DematerializeBackpack"); \ static_assert(offsetof(BP_Backpack_C_DematerializeBackpack, Disable_Backpack_After) == 0x000000, "Member 'BP_Backpack_C_DematerializeBackpack::Disable_Backpack_After' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_MaterializeBackpack \ static_assert(alignof(BP_Backpack_C_MaterializeBackpack) == 0x000001, "Wrong alignment on BP_Backpack_C_MaterializeBackpack"); \ static_assert(sizeof(BP_Backpack_C_MaterializeBackpack) == 0x000001, "Wrong size on BP_Backpack_C_MaterializeBackpack"); \ static_assert(offsetof(BP_Backpack_C_MaterializeBackpack, HideDrone__) == 0x000000, "Member 'BP_Backpack_C_MaterializeBackpack::HideDrone__' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_OnB12ItemDialogEnded \ static_assert(alignof(BP_Backpack_C_OnB12ItemDialogEnded) == 0x000008, "Wrong alignment on BP_Backpack_C_OnB12ItemDialogEnded"); \ static_assert(sizeof(BP_Backpack_C_OnB12ItemDialogEnded) == 0x000010, "Wrong size on BP_Backpack_C_OnB12ItemDialogEnded"); \ static_assert(offsetof(BP_Backpack_C_OnB12ItemDialogEnded, Component) == 0x000000, "Member 'BP_Backpack_C_OnB12ItemDialogEnded::Component' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_OnB12ItemDialogEnded, cat) == 0x000008, "Member 'BP_Backpack_C_OnB12ItemDialogEnded::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_OnDialogLineEnded \ static_assert(alignof(BP_Backpack_C_OnDialogLineEnded) == 0x000008, "Wrong alignment on BP_Backpack_C_OnDialogLineEnded"); \ static_assert(sizeof(BP_Backpack_C_OnDialogLineEnded) == 0x0000A8, "Wrong size on BP_Backpack_C_OnDialogLineEnded"); \ static_assert(offsetof(BP_Backpack_C_OnDialogLineEnded, _talkableComponent) == 0x000000, "Member 'BP_Backpack_C_OnDialogLineEnded::_talkableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_OnDialogLineEnded, _line) == 0x000008, "Member 'BP_Backpack_C_OnDialogLineEnded::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_OnDialogLineDisplayed \ static_assert(alignof(BP_Backpack_C_OnDialogLineDisplayed) == 0x000008, "Wrong alignment on BP_Backpack_C_OnDialogLineDisplayed"); \ static_assert(sizeof(BP_Backpack_C_OnDialogLineDisplayed) == 0x0000A8, "Wrong size on BP_Backpack_C_OnDialogLineDisplayed"); \ static_assert(offsetof(BP_Backpack_C_OnDialogLineDisplayed, _talkableComponent) == 0x000000, "Member 'BP_Backpack_C_OnDialogLineDisplayed::_talkableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_OnDialogLineDisplayed, _line) == 0x000008, "Member 'BP_Backpack_C_OnDialogLineDisplayed::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_OnDialogLineBegan \ static_assert(alignof(BP_Backpack_C_OnDialogLineBegan) == 0x000008, "Wrong alignment on BP_Backpack_C_OnDialogLineBegan"); \ static_assert(sizeof(BP_Backpack_C_OnDialogLineBegan) == 0x0000A8, "Wrong size on BP_Backpack_C_OnDialogLineBegan"); \ static_assert(offsetof(BP_Backpack_C_OnDialogLineBegan, _talkableComponent) == 0x000000, "Member 'BP_Backpack_C_OnDialogLineBegan::_talkableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_OnDialogLineBegan, _line) == 0x000008, "Member 'BP_Backpack_C_OnDialogLineBegan::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_OnBeforeInteractionStopped \ static_assert(alignof(BP_Backpack_C_OnBeforeInteractionStopped) == 0x000008, "Wrong alignment on BP_Backpack_C_OnBeforeInteractionStopped"); \ static_assert(sizeof(BP_Backpack_C_OnBeforeInteractionStopped) == 0x000010, "Wrong size on BP_Backpack_C_OnBeforeInteractionStopped"); \ static_assert(offsetof(BP_Backpack_C_OnBeforeInteractionStopped, _catPawn) == 0x000000, "Member 'BP_Backpack_C_OnBeforeInteractionStopped::_catPawn' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_OnBeforeInteractionStopped, _usable) == 0x000008, "Member 'BP_Backpack_C_OnBeforeInteractionStopped::_usable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_OnBeforeInteractionStarted \ static_assert(alignof(BP_Backpack_C_OnBeforeInteractionStarted) == 0x000008, "Wrong alignment on BP_Backpack_C_OnBeforeInteractionStarted"); \ static_assert(sizeof(BP_Backpack_C_OnBeforeInteractionStarted) == 0x000010, "Wrong size on BP_Backpack_C_OnBeforeInteractionStarted"); \ static_assert(offsetof(BP_Backpack_C_OnBeforeInteractionStarted, _catPawn) == 0x000000, "Member 'BP_Backpack_C_OnBeforeInteractionStarted::_catPawn' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_OnBeforeInteractionStarted, _usable) == 0x000008, "Member 'BP_Backpack_C_OnBeforeInteractionStarted::_usable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_OnDialogBegan \ static_assert(alignof(BP_Backpack_C_OnDialogBegan) == 0x000008, "Wrong alignment on BP_Backpack_C_OnDialogBegan"); \ static_assert(sizeof(BP_Backpack_C_OnDialogBegan) == 0x000010, "Wrong size on BP_Backpack_C_OnDialogBegan"); \ static_assert(offsetof(BP_Backpack_C_OnDialogBegan, _backpack) == 0x000000, "Member 'BP_Backpack_C_OnDialogBegan::_backpack' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_OnDialogBegan, _dialog) == 0x000008, "Member 'BP_Backpack_C_OnDialogBegan::_dialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_On_Help_Wanted_With_Item \ static_assert(alignof(BP_Backpack_C_On_Help_Wanted_With_Item) == 0x000008, "Wrong alignment on BP_Backpack_C_On_Help_Wanted_With_Item"); \ static_assert(sizeof(BP_Backpack_C_On_Help_Wanted_With_Item) == 0x000008, "Wrong size on BP_Backpack_C_On_Help_Wanted_With_Item"); \ static_assert(offsetof(BP_Backpack_C_On_Help_Wanted_With_Item, Item) == 0x000000, "Member 'BP_Backpack_C_On_Help_Wanted_With_Item::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_ReceiveTick \ static_assert(alignof(BP_Backpack_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Backpack_C_ReceiveTick"); \ static_assert(sizeof(BP_Backpack_C_ReceiveTick) == 0x000004, "Wrong size on BP_Backpack_C_ReceiveTick"); \ static_assert(offsetof(BP_Backpack_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Backpack_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_Tick_6246EF4646E19036986D72BA5FCCB240 \ static_assert(alignof(BP_Backpack_C_Tick_6246EF4646E19036986D72BA5FCCB240) == 0x000004, "Wrong alignment on BP_Backpack_C_Tick_6246EF4646E19036986D72BA5FCCB240"); \ static_assert(sizeof(BP_Backpack_C_Tick_6246EF4646E19036986D72BA5FCCB240) == 0x000004, "Wrong size on BP_Backpack_C_Tick_6246EF4646E19036986D72BA5FCCB240"); \ static_assert(offsetof(BP_Backpack_C_Tick_6246EF4646E19036986D72BA5FCCB240, Ratio) == 0x000000, "Member 'BP_Backpack_C_Tick_6246EF4646E19036986D72BA5FCCB240::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_Tick_6246EF4646E19036986D72BA67183F23 \ static_assert(alignof(BP_Backpack_C_Tick_6246EF4646E19036986D72BA67183F23) == 0x000004, "Wrong alignment on BP_Backpack_C_Tick_6246EF4646E19036986D72BA67183F23"); \ static_assert(sizeof(BP_Backpack_C_Tick_6246EF4646E19036986D72BA67183F23) == 0x000004, "Wrong size on BP_Backpack_C_Tick_6246EF4646E19036986D72BA67183F23"); \ static_assert(offsetof(BP_Backpack_C_Tick_6246EF4646E19036986D72BA67183F23, Ratio) == 0x000000, "Member 'BP_Backpack_C_Tick_6246EF4646E19036986D72BA67183F23::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_UserConstructionScript \ static_assert(alignof(BP_Backpack_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Backpack_C_UserConstructionScript"); \ static_assert(sizeof(BP_Backpack_C_UserConstructionScript) == 0x000010, "Wrong size on BP_Backpack_C_UserConstructionScript"); \ static_assert(offsetof(BP_Backpack_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_Backpack_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'BP_Backpack_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_GetB12HelpDroneSocket \ static_assert(alignof(BP_Backpack_C_GetB12HelpDroneSocket) == 0x000008, "Wrong alignment on BP_Backpack_C_GetB12HelpDroneSocket"); \ static_assert(sizeof(BP_Backpack_C_GetB12HelpDroneSocket) == 0x000010, "Wrong size on BP_Backpack_C_GetB12HelpDroneSocket"); \ static_assert(offsetof(BP_Backpack_C_GetB12HelpDroneSocket, SceneComponent) == 0x000000, "Member 'BP_Backpack_C_GetB12HelpDroneSocket::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_GetB12HelpDroneSocket, Socket) == 0x000008, "Member 'BP_Backpack_C_GetB12HelpDroneSocket::Socket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_ShouldTalkableTalk \ static_assert(alignof(BP_Backpack_C_ShouldTalkableTalk) == 0x000008, "Wrong alignment on BP_Backpack_C_ShouldTalkableTalk"); \ static_assert(sizeof(BP_Backpack_C_ShouldTalkableTalk) == 0x000010, "Wrong size on BP_Backpack_C_ShouldTalkableTalk"); \ static_assert(offsetof(BP_Backpack_C_ShouldTalkableTalk, TalkableComponent) == 0x000000, "Member 'BP_Backpack_C_ShouldTalkableTalk::TalkableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ShouldTalkableTalk, ShouldTalk) == 0x000008, "Member 'BP_Backpack_C_ShouldTalkableTalk::ShouldTalk' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ShouldTalkableTalk, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_Backpack_C_ShouldTalkableTalk::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ShouldTalkableTalk, CallFunc_ShouldUseB12Voice_ReturnValue) == 0x00000A, "Member 'BP_Backpack_C_ShouldTalkableTalk::CallFunc_ShouldUseB12Voice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ShouldTalkableTalk, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00000B, "Member 'BP_Backpack_C_ShouldTalkableTalk::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_ShouldTalkableTalk, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'BP_Backpack_C_ShouldTalkableTalk::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_UnlockBadge \ static_assert(alignof(BP_Backpack_C_UnlockBadge) == 0x000008, "Wrong alignment on BP_Backpack_C_UnlockBadge"); \ static_assert(sizeof(BP_Backpack_C_UnlockBadge) == 0x000020, "Wrong size on BP_Backpack_C_UnlockBadge"); \ static_assert(offsetof(BP_Backpack_C_UnlockBadge, Badges_0) == 0x000000, "Member 'BP_Backpack_C_UnlockBadge::Badges_0' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_UnlockBadge, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_Backpack_C_UnlockBadge::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_UnlockBadge, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'BP_Backpack_C_UnlockBadge::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_UnlockBadge, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000010, "Member 'BP_Backpack_C_UnlockBadge::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_UnlockBadge, CallFunc_BooleanAND_ReturnValue) == 0x000018, "Member 'BP_Backpack_C_UnlockBadge::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_UnlockBadge, CallFunc_BooleanAND_ReturnValue_1) == 0x000019, "Member 'BP_Backpack_C_UnlockBadge::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_UnlockBadge, CallFunc_BooleanAND_ReturnValue_2) == 0x00001A, "Member 'BP_Backpack_C_UnlockBadge::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_UnlockBadge, CallFunc_BooleanAND_ReturnValue_3) == 0x00001B, "Member 'BP_Backpack_C_UnlockBadge::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_UnlockBadge, CallFunc_BooleanAND_ReturnValue_4) == 0x00001C, "Member 'BP_Backpack_C_UnlockBadge::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_CheckUnlockChromeBackpack \ static_assert(alignof(BP_Backpack_C_CheckUnlockChromeBackpack) == 0x000008, "Wrong alignment on BP_Backpack_C_CheckUnlockChromeBackpack"); \ static_assert(sizeof(BP_Backpack_C_CheckUnlockChromeBackpack) == 0x000028, "Wrong size on BP_Backpack_C_CheckUnlockChromeBackpack"); \ static_assert(offsetof(BP_Backpack_C_CheckUnlockChromeBackpack, CallFunc_GetHKGameInstance_HKGame_Instance) == 0x000000, "Member 'BP_Backpack_C_CheckUnlockChromeBackpack::CallFunc_GetHKGameInstance_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_CheckUnlockChromeBackpack, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData) == 0x000008, "Member 'BP_Backpack_C_CheckUnlockChromeBackpack::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_CheckUnlockChromeBackpack, CallFunc_GetSaveInstance_ReturnValue) == 0x000010, "Member 'BP_Backpack_C_CheckUnlockChromeBackpack::CallFunc_GetSaveInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_CheckUnlockChromeBackpack, CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1) == 0x000018, "Member 'BP_Backpack_C_CheckUnlockChromeBackpack::CallFunc_GetHKPersistentSaveData_HKPersistentSaveData_1' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_CheckUnlockChromeBackpack, CallFunc_GetUnlockedMemoriesPercentage_Percentage) == 0x000020, "Member 'BP_Backpack_C_CheckUnlockChromeBackpack::CallFunc_GetUnlockedMemoriesPercentage_Percentage' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_CheckUnlockChromeBackpack, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000024, "Member 'BP_Backpack_C_CheckUnlockChromeBackpack::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_GetItemRenderer \ static_assert(alignof(BP_Backpack_C_GetItemRenderer) == 0x000008, "Wrong alignment on BP_Backpack_C_GetItemRenderer"); \ static_assert(sizeof(BP_Backpack_C_GetItemRenderer) == 0x000008, "Wrong size on BP_Backpack_C_GetItemRenderer"); \ static_assert(offsetof(BP_Backpack_C_GetItemRenderer, ItemRenderer_0) == 0x000000, "Member 'BP_Backpack_C_GetItemRenderer::ItemRenderer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Backpack_C_GetDialogDroneSocket \ static_assert(alignof(BP_Backpack_C_GetDialogDroneSocket) == 0x000008, "Wrong alignment on BP_Backpack_C_GetDialogDroneSocket"); \ static_assert(sizeof(BP_Backpack_C_GetDialogDroneSocket) == 0x000010, "Wrong size on BP_Backpack_C_GetDialogDroneSocket"); \ static_assert(offsetof(BP_Backpack_C_GetDialogDroneSocket, _socketName) == 0x000000, "Member 'BP_Backpack_C_GetDialogDroneSocket::_socketName' has a wrong offset!"); \ static_assert(offsetof(BP_Backpack_C_GetDialogDroneSocket, ReturnValue) == 0x000008, "Member 'BP_Backpack_C_GetDialogDroneSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Backpack_C \ static_assert(alignof(ABP_Backpack_C) == 0x000008, "Wrong alignment on ABP_Backpack_C"); \ static_assert(sizeof(ABP_Backpack_C) == 0x0004D8, "Wrong size on ABP_Backpack_C"); \ static_assert(offsetof(ABP_Backpack_C, UberGraphFrame) == 0x0003F0, "Member 'ABP_Backpack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Vibration_On_Controller) == 0x0003F8, "Member 'ABP_Backpack_C::Vibration_On_Controller' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Audio_On_Controller) == 0x000400, "Member 'ABP_Backpack_C::Audio_On_Controller' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Badge_PoliceStation) == 0x000408, "Member 'ABP_Backpack_C::Badge_PoliceStation' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Badge_ShopSafe) == 0x000410, "Member 'ABP_Backpack_C::Badge_ShopSafe' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Save) == 0x000418, "Member 'ABP_Backpack_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Badge_Plant) == 0x000420, "Member 'ABP_Backpack_C::Badge_Plant' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Badge_Music) == 0x000428, "Member 'ABP_Backpack_C::Badge_Music' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Badge_Trashzone) == 0x000430, "Member 'ABP_Backpack_C::Badge_Trashzone' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Badge_Outsider) == 0x000438, "Member 'ABP_Backpack_C::Badge_Outsider' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, DefaultDialogDroneSocket) == 0x000440, "Member 'ABP_Backpack_C::DefaultDialogDroneSocket' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, b12_radio_sin_loop_01) == 0x000448, "Member 'ABP_Backpack_C::b12_radio_sin_loop_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, b_12_actual_radio_noise_loop_01) == 0x000450, "Member 'ABP_Backpack_C::b_12_actual_radio_noise_loop_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, B12HelpDroneSocket) == 0x000458, "Member 'ABP_Backpack_C::B12HelpDroneSocket' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, ItemRendererAttach) == 0x000460, "Member 'ABP_Backpack_C::ItemRendererAttach' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, PointLight) == 0x000468, "Member 'ABP_Backpack_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, BackpackScreen) == 0x000470, "Member 'ABP_Backpack_C::BackpackScreen' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, DroneFolded) == 0x000478, "Member 'ABP_Backpack_C::DroneFolded' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, B12VoiceComponent) == 0x000480, "Member 'ABP_Backpack_C::B12VoiceComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, HasPendingDialog) == 0x000488, "Member 'ABP_Backpack_C::HasPendingDialog' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, currentRadioSinPitch) == 0x00048C, "Member 'ABP_Backpack_C::currentRadioSinPitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, phasor) == 0x000490, "Member 'ABP_Backpack_C::phasor' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, radioSinFreq) == 0x000494, "Member 'ABP_Backpack_C::radioSinFreq' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, ItemRenderer) == 0x000498, "Member 'ABP_Backpack_C::ItemRenderer' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, HelpWantedItem) == 0x0004A0, "Member 'ABP_Backpack_C::HelpWantedItem' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Droid_Head_Init_Location) == 0x0004A8, "Member 'ABP_Backpack_C::Droid_Head_Init_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, ScreenDynaMat) == 0x0004B8, "Member 'ABP_Backpack_C::ScreenDynaMat' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, MaterializeDynaMat) == 0x0004C0, "Member 'ABP_Backpack_C::MaterializeDynaMat' has a wrong offset!"); \ static_assert(offsetof(ABP_Backpack_C, Badges) == 0x0004C8, "Member 'ABP_Backpack_C::Badges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot \ static_assert(alignof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot) == 0x000008, "Wrong alignment on UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot"); \ static_assert(sizeof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot) == 0x000100, "Wrong size on UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, EntryPoint) == 0x000000, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_GetBackpack_ReturnValue) == 0x000008, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_DynamicCast_AsBP_Backpack) == 0x000010, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_CustomEvent__backpack) == 0x000040, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_CustomEvent__backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_CustomEvent__loot) == 0x000048, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_CustomEvent__loot' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_GetBackpack_ReturnValue_1) == 0x000050, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_GetBackpack_ReturnValue_2) == 0x000058, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_GetBackpack_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_Event_MyGeometry) == 0x000060, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_Event_InDeltaTime) == 0x000098, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_GetBackpack_ReturnValue_3) == 0x0000A0, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_GetBackpack_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_GetCurrentInteraction_ReturnValue) == 0x0000A8, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_GetCurrentInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_PlayAnimation_ReturnValue) == 0x0000B8, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000C0, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_PlayAnimation_ReturnValue_2) == 0x0000C8, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_GetBackpack_ReturnValue_4) == 0x0000D0, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_GetBackpack_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_DynamicCast_AsBP_Backpack_1) == 0x0000D8, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_DynamicCast_AsBP_Backpack_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x0000E1, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, CallFunc_GetBackpack_ReturnValue_5) == 0x0000E8, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::CallFunc_GetBackpack_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_DynamicCast_AsBP_Backpack_2) == 0x0000F0, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_DynamicCast_AsBP_Backpack_2' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot, K2Node_DynamicCast_bSuccess_2) == 0x0000F8, "Member 'UMG_BackpackScreen_Loot_C_ExecuteUbergraph_UMG_BackpackScreen_Loot::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BackpackScreen_Loot_C_Tick \ static_assert(alignof(UMG_BackpackScreen_Loot_C_Tick) == 0x000004, "Wrong alignment on UMG_BackpackScreen_Loot_C_Tick"); \ static_assert(sizeof(UMG_BackpackScreen_Loot_C_Tick) == 0x00003C, "Wrong size on UMG_BackpackScreen_Loot_C_Tick"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_Tick, MyGeometry) == 0x000000, "Member 'UMG_BackpackScreen_Loot_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_Tick, InDeltaTime) == 0x000038, "Member 'UMG_BackpackScreen_Loot_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_BackpackScreen_Loot_C_ObjectLooted \ static_assert(alignof(UMG_BackpackScreen_Loot_C_ObjectLooted) == 0x000008, "Wrong alignment on UMG_BackpackScreen_Loot_C_ObjectLooted"); \ static_assert(sizeof(UMG_BackpackScreen_Loot_C_ObjectLooted) == 0x000010, "Wrong size on UMG_BackpackScreen_Loot_C_ObjectLooted"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ObjectLooted, _backpack) == 0x000000, "Member 'UMG_BackpackScreen_Loot_C_ObjectLooted::_backpack' has a wrong offset!"); \ static_assert(offsetof(UMG_BackpackScreen_Loot_C_ObjectLooted, _loot) == 0x000008, "Member 'UMG_BackpackScreen_Loot_C_ObjectLooted::_loot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_BackpackScreen_Loot_C \ static_assert(alignof(UUMG_BackpackScreen_Loot_C) == 0x000008, "Wrong alignment on UUMG_BackpackScreen_Loot_C"); \ static_assert(sizeof(UUMG_BackpackScreen_Loot_C) == 0x0002A8, "Wrong size on UUMG_BackpackScreen_Loot_C"); \ static_assert(offsetof(UUMG_BackpackScreen_Loot_C, UberGraphFrame) == 0x000268, "Member 'UUMG_BackpackScreen_Loot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Loot_C, Loot_done) == 0x000270, "Member 'UUMG_BackpackScreen_Loot_C::Loot_done' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Loot_C, Loot_InProgress) == 0x000278, "Member 'UUMG_BackpackScreen_Loot_C::Loot_InProgress' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Loot_C, Loot_Pulse) == 0x000280, "Member 'UUMG_BackpackScreen_Loot_C::Loot_Pulse' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Loot_C, Image_3) == 0x000288, "Member 'UUMG_BackpackScreen_Loot_C::Image_3' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Loot_C, Image_9) == 0x000290, "Member 'UUMG_BackpackScreen_Loot_C::Image_9' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Loot_C, LootCanvas) == 0x000298, "Member 'UUMG_BackpackScreen_Loot_C::LootCanvas' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Loot_C, JustLootedSomething) == 0x0002A0, "Member 'UUMG_BackpackScreen_Loot_C::JustLootedSomething' has a wrong offset!"); \ static_assert(offsetof(UUMG_BackpackScreen_Loot_C, Looting) == 0x0002A1, "Member 'UUMG_BackpackScreen_Loot_C::Looting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_ExecuteUbergraph_BP_Drone_1 \ static_assert(alignof(BP_Drone_C_ExecuteUbergraph_BP_Drone_1) == 0x000004, "Wrong alignment on BP_Drone_C_ExecuteUbergraph_BP_Drone_1"); \ static_assert(sizeof(BP_Drone_C_ExecuteUbergraph_BP_Drone_1) == 0x000004, "Wrong size on BP_Drone_C_ExecuteUbergraph_BP_Drone_1"); \ static_assert(offsetof(BP_Drone_C_ExecuteUbergraph_BP_Drone_1, bpp__EntryPoint__pf) == 0x000000, "Member 'BP_Drone_C_ExecuteUbergraph_BP_Drone_1::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_IsStrongLightActive \ static_assert(alignof(BP_Drone_C_IsStrongLightActive) == 0x000001, "Wrong alignment on BP_Drone_C_IsStrongLightActive"); \ static_assert(sizeof(BP_Drone_C_IsStrongLightActive) == 0x000001, "Wrong size on BP_Drone_C_IsStrongLightActive"); \ static_assert(offsetof(BP_Drone_C_IsStrongLightActive, bpp__Active__pf) == 0x000000, "Member 'BP_Drone_C_IsStrongLightActive::bpp__Active__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_IsWeakLightActive \ static_assert(alignof(BP_Drone_C_IsWeakLightActive) == 0x000001, "Wrong alignment on BP_Drone_C_IsWeakLightActive"); \ static_assert(sizeof(BP_Drone_C_IsWeakLightActive) == 0x000001, "Wrong size on BP_Drone_C_IsWeakLightActive"); \ static_assert(offsetof(BP_Drone_C_IsWeakLightActive, bpp__Active__pf) == 0x000000, "Member 'BP_Drone_C_IsWeakLightActive::bpp__Active__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_OnDialogLineBegan \ static_assert(alignof(BP_Drone_C_OnDialogLineBegan) == 0x000008, "Wrong alignment on BP_Drone_C_OnDialogLineBegan"); \ static_assert(sizeof(BP_Drone_C_OnDialogLineBegan) == 0x0000A8, "Wrong size on BP_Drone_C_OnDialogLineBegan"); \ static_assert(offsetof(BP_Drone_C_OnDialogLineBegan, bpp___talkableComponent__pf) == 0x000000, "Member 'BP_Drone_C_OnDialogLineBegan::bpp___talkableComponent__pf' has a wrong offset!"); \ static_assert(offsetof(BP_Drone_C_OnDialogLineBegan, bpp___line__pf__const) == 0x000008, "Member 'BP_Drone_C_OnDialogLineBegan::bpp___line__pf__const' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_OnDialogLineEnded \ static_assert(alignof(BP_Drone_C_OnDialogLineEnded) == 0x000008, "Wrong alignment on BP_Drone_C_OnDialogLineEnded"); \ static_assert(sizeof(BP_Drone_C_OnDialogLineEnded) == 0x0000A8, "Wrong size on BP_Drone_C_OnDialogLineEnded"); \ static_assert(offsetof(BP_Drone_C_OnDialogLineEnded, bpp___talkableComponent__pf) == 0x000000, "Member 'BP_Drone_C_OnDialogLineEnded::bpp___talkableComponent__pf' has a wrong offset!"); \ static_assert(offsetof(BP_Drone_C_OnDialogLineEnded, bpp___line__pf__const) == 0x000008, "Member 'BP_Drone_C_OnDialogLineEnded::bpp___line__pf__const' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_OnEquipped \ static_assert(alignof(BP_Drone_C_OnEquipped) == 0x000008, "Wrong alignment on BP_Drone_C_OnEquipped"); \ static_assert(sizeof(BP_Drone_C_OnEquipped) == 0x000008, "Wrong size on BP_Drone_C_OnEquipped"); \ static_assert(offsetof(BP_Drone_C_OnEquipped, bpp__Drone__pf) == 0x000000, "Member 'BP_Drone_C_OnEquipped::bpp__Drone__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_OnFoldedTick \ static_assert(alignof(BP_Drone_C_OnFoldedTick) == 0x000004, "Wrong alignment on BP_Drone_C_OnFoldedTick"); \ static_assert(sizeof(BP_Drone_C_OnFoldedTick) == 0x000004, "Wrong size on BP_Drone_C_OnFoldedTick"); \ static_assert(offsetof(BP_Drone_C_OnFoldedTick, bpp___dt__pf) == 0x000000, "Member 'BP_Drone_C_OnFoldedTick::bpp___dt__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_OnGUIOpened \ static_assert(alignof(BP_Drone_C_OnGUIOpened) == 0x000008, "Wrong alignment on BP_Drone_C_OnGUIOpened"); \ static_assert(sizeof(BP_Drone_C_OnGUIOpened) == 0x000008, "Wrong size on BP_Drone_C_OnGUIOpened"); \ static_assert(offsetof(BP_Drone_C_OnGUIOpened, bpp__Drone__pf) == 0x000000, "Member 'BP_Drone_C_OnGUIOpened::bpp__Drone__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_OnUnequipped \ static_assert(alignof(BP_Drone_C_OnUnequipped) == 0x000008, "Wrong alignment on BP_Drone_C_OnUnequipped"); \ static_assert(sizeof(BP_Drone_C_OnUnequipped) == 0x000008, "Wrong size on BP_Drone_C_OnUnequipped"); \ static_assert(offsetof(BP_Drone_C_OnUnequipped, bpp__Drone__pf) == 0x000000, "Member 'BP_Drone_C_OnUnequipped::bpp__Drone__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_PlayUnlockedMemorySequence \ static_assert(alignof(BP_Drone_C_PlayUnlockedMemorySequence) == 0x000004, "Wrong alignment on BP_Drone_C_PlayUnlockedMemorySequence"); \ static_assert(sizeof(BP_Drone_C_PlayUnlockedMemorySequence) == 0x000008, "Wrong size on BP_Drone_C_PlayUnlockedMemorySequence"); \ static_assert(offsetof(BP_Drone_C_PlayUnlockedMemorySequence, bpp__memoryId__pf) == 0x000000, "Member 'BP_Drone_C_PlayUnlockedMemorySequence::bpp__memoryId__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_ReceiveTick \ static_assert(alignof(BP_Drone_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Drone_C_ReceiveTick"); \ static_assert(sizeof(BP_Drone_C_ReceiveTick) == 0x000004, "Wrong size on BP_Drone_C_ReceiveTick"); \ static_assert(offsetof(BP_Drone_C_ReceiveTick, bpp__DeltaSeconds__pf) == 0x000000, "Member 'BP_Drone_C_ReceiveTick::bpp__DeltaSeconds__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_ResetLootAnimation \ static_assert(alignof(BP_Drone_C_ResetLootAnimation) == 0x000008, "Wrong alignment on BP_Drone_C_ResetLootAnimation"); \ static_assert(sizeof(BP_Drone_C_ResetLootAnimation) == 0x000008, "Wrong size on BP_Drone_C_ResetLootAnimation"); \ static_assert(offsetof(BP_Drone_C_ResetLootAnimation, bpp__Lootable__pf) == 0x000000, "Member 'BP_Drone_C_ResetLootAnimation::bpp__Lootable__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_Say_Phrase \ static_assert(alignof(BP_Drone_C_Say_Phrase) == 0x000008, "Wrong alignment on BP_Drone_C_Say_Phrase"); \ static_assert(sizeof(BP_Drone_C_Say_Phrase) == 0x000010, "Wrong size on BP_Drone_C_Say_Phrase"); \ static_assert(offsetof(BP_Drone_C_Say_Phrase, bpp__Phrase__pf__const) == 0x000000, "Member 'BP_Drone_C_Say_Phrase::bpp__Phrase__pf__const' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_sfx_set_popped_loop \ static_assert(alignof(BP_Drone_C_sfx_set_popped_loop) == 0x000008, "Wrong alignment on BP_Drone_C_sfx_set_popped_loop"); \ static_assert(sizeof(BP_Drone_C_sfx_set_popped_loop) == 0x000008, "Wrong size on BP_Drone_C_sfx_set_popped_loop"); \ static_assert(offsetof(BP_Drone_C_sfx_set_popped_loop, bpp__NewSound__pf) == 0x000000, "Member 'BP_Drone_C_sfx_set_popped_loop::bpp__NewSound__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_Start_Loot_Animation \ static_assert(alignof(BP_Drone_C_Start_Loot_Animation) == 0x000008, "Wrong alignment on BP_Drone_C_Start_Loot_Animation"); \ static_assert(sizeof(BP_Drone_C_Start_Loot_Animation) == 0x000008, "Wrong size on BP_Drone_C_Start_Loot_Animation"); \ static_assert(offsetof(BP_Drone_C_Start_Loot_Animation, bpp__LootableComponent__pf) == 0x000000, "Member 'BP_Drone_C_Start_Loot_Animation::bpp__LootableComponent__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_TickMoveTo \ static_assert(alignof(BP_Drone_C_TickMoveTo) == 0x000010, "Wrong alignment on BP_Drone_C_TickMoveTo"); \ static_assert(sizeof(BP_Drone_C_TickMoveTo) == 0x000050, "Wrong size on BP_Drone_C_TickMoveTo"); \ static_assert(offsetof(BP_Drone_C_TickMoveTo, bpp___dt__pf) == 0x000000, "Member 'BP_Drone_C_TickMoveTo::bpp___dt__pf' has a wrong offset!"); \ static_assert(offsetof(BP_Drone_C_TickMoveTo, bpp___target__pf__const) == 0x000010, "Member 'BP_Drone_C_TickMoveTo::bpp___target__pf__const' has a wrong offset!"); \ static_assert(offsetof(BP_Drone_C_TickMoveTo, bpp___params__pf__const) == 0x000040, "Member 'BP_Drone_C_TickMoveTo::bpp___params__pf__const' has a wrong offset!"); \ static_assert(offsetof(BP_Drone_C_TickMoveTo, bpp___movementRatio__pf) == 0x000048, "Member 'BP_Drone_C_TickMoveTo::bpp___movementRatio__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_TickSound \ static_assert(alignof(BP_Drone_C_TickSound) == 0x000004, "Wrong alignment on BP_Drone_C_TickSound"); \ static_assert(sizeof(BP_Drone_C_TickSound) == 0x000004, "Wrong size on BP_Drone_C_TickSound"); \ static_assert(offsetof(BP_Drone_C_TickSound, bpp__DeltaTime__pf) == 0x000000, "Member 'BP_Drone_C_TickSound::bpp__DeltaTime__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_TickSpring \ static_assert(alignof(BP_Drone_C_TickSpring) == 0x000010, "Wrong alignment on BP_Drone_C_TickSpring"); \ static_assert(sizeof(BP_Drone_C_TickSpring) == 0x000050, "Wrong size on BP_Drone_C_TickSpring"); \ static_assert(offsetof(BP_Drone_C_TickSpring, bpp___dt__pf) == 0x000000, "Member 'BP_Drone_C_TickSpring::bpp___dt__pf' has a wrong offset!"); \ static_assert(offsetof(BP_Drone_C_TickSpring, bpp___target__pf__const) == 0x000010, "Member 'BP_Drone_C_TickSpring::bpp___target__pf__const' has a wrong offset!"); \ static_assert(offsetof(BP_Drone_C_TickSpring, bpp___params__pf__const) == 0x000040, "Member 'BP_Drone_C_TickSpring::bpp___params__pf__const' has a wrong offset!"); \ static_assert(offsetof(BP_Drone_C_TickSpring, bpp___movementRatio__pf) == 0x00004C, "Member 'BP_Drone_C_TickSpring::bpp___movementRatio__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_UpdatePitchAndRoll \ static_assert(alignof(BP_Drone_C_UpdatePitchAndRoll) == 0x000004, "Wrong alignment on BP_Drone_C_UpdatePitchAndRoll"); \ static_assert(sizeof(BP_Drone_C_UpdatePitchAndRoll) == 0x000004, "Wrong size on BP_Drone_C_UpdatePitchAndRoll"); \ static_assert(offsetof(BP_Drone_C_UpdatePitchAndRoll, bpp__DeltaTime__pf) == 0x000000, "Member 'BP_Drone_C_UpdatePitchAndRoll::bpp__DeltaTime__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Drone_C_Update_Drift \ static_assert(alignof(BP_Drone_C_Update_Drift) == 0x000004, "Wrong alignment on BP_Drone_C_Update_Drift"); \ static_assert(sizeof(BP_Drone_C_Update_Drift) == 0x000004, "Wrong size on BP_Drone_C_Update_Drift"); \ static_assert(offsetof(BP_Drone_C_Update_Drift, bpp__Dt__pf) == 0x000000, "Member 'BP_Drone_C_Update_Drift::bpp__Dt__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Drone_C \ static_assert(alignof(ABP_Drone_C) == 0x000010, "Wrong alignment on ABP_Drone_C"); \ static_assert(sizeof(ABP_Drone_C) == 0x001410, "Wrong size on ABP_Drone_C"); \ static_assert(offsetof(ABP_Drone_C, PS5Vibration) == 0x000408, "Member 'ABP_Drone_C::PS5Vibration' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BatteryGaugeGUI) == 0x000410, "Member 'ABP_Drone_C::BatteryGaugeGUI' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, antizurgLight_refilling_disabled_loop_01) == 0x000418, "Member 'ABP_Drone_C::antizurgLight_refilling_disabled_loop_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, antizurgLight_refilling_loop_01) == 0x000420, "Member 'ABP_Drone_C::antizurgLight_refilling_loop_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, drone_popped_loop_02) == 0x000428, "Member 'ABP_Drone_C::drone_popped_loop_02' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, StrongLight) == 0x000430, "Member 'ABP_Drone_C::StrongLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BounceLight) == 0x000438, "Member 'ABP_Drone_C::BounceLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Cone) == 0x000440, "Member 'ABP_Drone_C::Cone' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BackBurnerLight) == 0x000448, "Member 'ABP_Drone_C::BackBurnerLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, PointLight) == 0x000450, "Member 'ABP_Drone_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Scale_loot_scale_339E284D4028AEEE8E313AB32454A427) == 0x000458, "Member 'ABP_Drone_C::Scale_loot_scale_339E284D4028AEEE8E313AB32454A427' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Scale_loot_opacity_339E284D4028AEEE8E313AB32454A427) == 0x00045C, "Member 'ABP_Drone_C::Scale_loot_opacity_339E284D4028AEEE8E313AB32454A427' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Scale_loot__Direction_339E284D4028AEEE8E313AB32454A427) == 0x000460, "Member 'ABP_Drone_C::Scale_loot__Direction_339E284D4028AEEE8E313AB32454A427' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Scale_loot) == 0x000468, "Member 'ABP_Drone_C::Scale_loot' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Timeline_go_in_move_z_F95EF5E04EBE4F47FF37E6AED889044D) == 0x000470, "Member 'ABP_Drone_C::Timeline_go_in_move_z_F95EF5E04EBE4F47FF37E6AED889044D' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Timeline_go_in_scale_F95EF5E04EBE4F47FF37E6AED889044D) == 0x000474, "Member 'ABP_Drone_C::Timeline_go_in_scale_F95EF5E04EBE4F47FF37E6AED889044D' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Timeline_go_in__Direction_F95EF5E04EBE4F47FF37E6AED889044D) == 0x000478, "Member 'ABP_Drone_C::Timeline_go_in__Direction_F95EF5E04EBE4F47FF37E6AED889044D' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Timeline_go_in) == 0x000480, "Member 'ABP_Drone_C::Timeline_go_in' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Timeline_go_out_MovementRatio_41A3FD89461A0DE2FC2CA2AFD141FAA5) == 0x000488, "Member 'ABP_Drone_C::Timeline_go_out_MovementRatio_41A3FD89461A0DE2FC2CA2AFD141FAA5' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Timeline_go_out_scale_41A3FD89461A0DE2FC2CA2AFD141FAA5) == 0x00048C, "Member 'ABP_Drone_C::Timeline_go_out_scale_41A3FD89461A0DE2FC2CA2AFD141FAA5' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Timeline_go_out_move_z_41A3FD89461A0DE2FC2CA2AFD141FAA5) == 0x000490, "Member 'ABP_Drone_C::Timeline_go_out_move_z_41A3FD89461A0DE2FC2CA2AFD141FAA5' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Timeline_go_out__Direction_41A3FD89461A0DE2FC2CA2AFD141FAA5) == 0x000494, "Member 'ABP_Drone_C::Timeline_go_out__Direction_41A3FD89461A0DE2FC2CA2AFD141FAA5' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Timeline_go_out) == 0x000498, "Member 'ABP_Drone_C::Timeline_go_out' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Collision_Left) == 0x0004A0, "Member 'ABP_Drone_C::Collision_Left' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Collision_Right) == 0x0004A1, "Member 'ABP_Drone_C::Collision_Right' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, LeftRight_Location) == 0x0004A4, "Member 'ABP_Drone_C::LeftRight_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, UnfoldInitialStartPosition) == 0x0004A8, "Member 'ABP_Drone_C::UnfoldInitialStartPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, UnfoldInitialStartRotation) == 0x0004B4, "Member 'ABP_Drone_C::UnfoldInitialStartRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, FoldInitialStartPosition) == 0x0004C0, "Member 'ABP_Drone_C::FoldInitialStartPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, FoldInitialStartRotation) == 0x0004CC, "Member 'ABP_Drone_C::FoldInitialStartRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, AnimationBP) == 0x0004D8, "Member 'ABP_Drone_C::AnimationBP' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Delta_Seconds) == 0x0004E0, "Member 'ABP_Drone_C::Delta_Seconds' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Loot_Dynamic_Mat) == 0x0004E8, "Member 'ABP_Drone_C::Loot_Dynamic_Mat' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CatFollowSpringState) == 0x0004F0, "Member 'ABP_Drone_C::CatFollowSpringState' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, SmoothYaw) == 0x000508, "Member 'ABP_Drone_C::SmoothYaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BankingRoll) == 0x000514, "Member 'ABP_Drone_C::BankingRoll' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, StrongLightIntensity) == 0x000518, "Member 'ABP_Drone_C::StrongLightIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BatteryGaugeWidget) == 0x000520, "Member 'ABP_Drone_C::BatteryGaugeWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Battery) == 0x000528, "Member 'ABP_Drone_C::Battery' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BatteryRechargeSpeed) == 0x00052C, "Member 'ABP_Drone_C::BatteryRechargeSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BatteryDechargeSpeed) == 0x000530, "Member 'ABP_Drone_C::BatteryDechargeSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BatteryStartToRamble) == 0x000534, "Member 'ABP_Drone_C::BatteryStartToRamble' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Heat_Material) == 0x000538, "Member 'ABP_Drone_C::Heat_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Drone_Material) == 0x000540, "Member 'ABP_Drone_C::Drone_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BatteryDepleted) == 0x000548, "Member 'ABP_Drone_C::BatteryDepleted' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, anti_zurg_sfx) == 0x000550, "Member 'ABP_Drone_C::anti_zurg_sfx' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, StrongLightActive) == 0x000558, "Member 'ABP_Drone_C::StrongLightActive' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, StrongLightForceFeedback) == 0x000560, "Member 'ABP_Drone_C::StrongLightForceFeedback' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BatteryRambling) == 0x000568, "Member 'ABP_Drone_C::BatteryRambling' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, WeakLightActive) == 0x000569, "Member 'ABP_Drone_C::WeakLightActive' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, StrongLight_InnerConeBase) == 0x00056C, "Member 'ABP_Drone_C::StrongLight_InnerConeBase' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, StrongLight_OuterConeBase) == 0x000570, "Member 'ABP_Drone_C::StrongLight_OuterConeBase' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, WeakLightIntensity) == 0x000574, "Member 'ABP_Drone_C::WeakLightIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, lastRotation) == 0x000578, "Member 'ABP_Drone_C::lastRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, droneReactorSfxPower) == 0x000584, "Member 'ABP_Drone_C::droneReactorSfxPower' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, DroneSettings) == 0x000588, "Member 'ABP_Drone_C::DroneSettings' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, StrongLightReactivationPercentage) == 0x000590, "Member 'ABP_Drone_C::StrongLightReactivationPercentage' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, StrongLightOutterConeAngle) == 0x000594, "Member 'ABP_Drone_C::StrongLightOutterConeAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, StrongLightInnerConeAngle) == 0x000598, "Member 'ABP_Drone_C::StrongLightInnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, RandomLightIntensityMultiplier) == 0x00059C, "Member 'ABP_Drone_C::RandomLightIntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Strong_Light_Active_Smooth) == 0x0005A0, "Member 'ABP_Drone_C::Strong_Light_Active_Smooth' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, isTorchlightEnabled) == 0x0005A4, "Member 'ABP_Drone_C::isTorchlightEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, WeakLightIntensityRandom) == 0x0005A8, "Member 'ABP_Drone_C::WeakLightIntensityRandom' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, RechargeAllowed) == 0x0005AC, "Member 'ABP_Drone_C::RechargeAllowed' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, DriftingVelocitySmoother) == 0x0005B0, "Member 'ABP_Drone_C::DriftingVelocitySmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, DriftingAngularVelocitySmoother) == 0x0005D0, "Member 'ABP_Drone_C::DriftingAngularVelocitySmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, UnfoldedSocket) == 0x000600, "Member 'ABP_Drone_C::UnfoldedSocket' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, PreviousFoldMoveZ) == 0x000608, "Member 'ABP_Drone_C::PreviousFoldMoveZ' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CurrentMoveToSpeed) == 0x00060C, "Member 'ABP_Drone_C::CurrentMoveToSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, LightSocket) == 0x000610, "Member 'ABP_Drone_C::LightSocket' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, LightSocketInitialPosition) == 0x000618, "Member 'ABP_Drone_C::LightSocketInitialPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, DynaMat_DroneEyes) == 0x000628, "Member 'ABP_Drone_C::DynaMat_DroneEyes' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, JaugeVisibilityTimer) == 0x000630, "Member 'ABP_Drone_C::JaugeVisibilityTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, JaugeVisibilityDuration) == 0x000634, "Member 'ABP_Drone_C::JaugeVisibilityDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, HeatIncreaseSpeed) == 0x000638, "Member 'ABP_Drone_C::HeatIncreaseSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, DroneIsOverHeating) == 0x00063C, "Member 'ABP_Drone_C::DroneIsOverHeating' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, OverHeatDicreaseSpeed) == 0x000640, "Member 'ABP_Drone_C::OverHeatDicreaseSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, TimeBeforeNormalHeatDicrease) == 0x000644, "Member 'ABP_Drone_C::TimeBeforeNormalHeatDicrease' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BounceLightTraceIndex) == 0x000648, "Member 'ABP_Drone_C::BounceLightTraceIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BounceLightTraceDistances) == 0x000650, "Member 'ABP_Drone_C::BounceLightTraceDistances' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, BounceLightTraceAverageDistances) == 0x000660, "Member 'ABP_Drone_C::BounceLightTraceAverageDistances' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_Has_Been_Initd_Variable) == 0x000664, "Member 'ABP_Drone_C::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent_DeltaTime_1) == 0x000668, "Member 'ABP_Drone_C::K2Node_CustomEvent_DeltaTime_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_GetAudioManager_AudioManager) == 0x000670, "Member 'ABP_Drone_C::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_initLoopSequence_Sequence) == 0x000678, "Member 'ABP_Drone_C::CallFunc_initLoopSequence_Sequence' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_IsClosed_Variable) == 0x000680, "Member 'ABP_Drone_C::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent_NewSound) == 0x000688, "Member 'ABP_Drone_C::K2Node_CustomEvent_NewSound' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_IsClosed_Variable_1) == 0x000690, "Member 'ABP_Drone_C::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_Event_DeltaSeconds) == 0x000694, "Member 'ABP_Drone_C::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_GetFoldedSocket__socketName) == 0x000698, "Member 'ABP_Drone_C::CallFunc_GetFoldedSocket__socketName' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_GetFoldedSocket__socketName_1) == 0x0006A0, "Member 'ABP_Drone_C::CallFunc_GetFoldedSocket__socketName_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent_LootableComponent) == 0x0006A8, "Member 'ABP_Drone_C::K2Node_CustomEvent_LootableComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent_Lootable) == 0x0006B0, "Member 'ABP_Drone_C::K2Node_CustomEvent_Lootable' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_MakeArray_Array) == 0x0006B8, "Member 'ABP_Drone_C::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent_DeltaTime) == 0x0006C8, "Member 'ABP_Drone_C::K2Node_CustomEvent_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Roll) == 0x0006CC, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Pitch) == 0x0006D0, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Yaw) == 0x0006D4, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0006D8, "Member 'ABP_Drone_C::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_DynamicCast_AsABP_Drone) == 0x000760, "Member 'ABP_Drone_C::K2Node_DynamicCast_AsABP_Drone' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_DynamicCast_bSuccess) == 0x000768, "Member 'ABP_Drone_C::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_Has_Been_Initd_Variable_1) == 0x000769, "Member 'ABP_Drone_C::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_DynamicCast_AsCACA_Drone_Jauge) == 0x000770, "Member 'ABP_Drone_C::K2Node_DynamicCast_AsCACA_Drone_Jauge' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_DynamicCast_bSuccess_1) == 0x000778, "Member 'ABP_Drone_C::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_IsClosed_Variable_2) == 0x000779, "Member 'ABP_Drone_C::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_Has_Been_Initd_Variable_2) == 0x00077A, "Member 'ABP_Drone_C::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_IsClosed_Variable_3) == 0x00077B, "Member 'ABP_Drone_C::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00077C, "Member 'ABP_Drone_C::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_IsClosed_Variable_4) == 0x000804, "Member 'ABP_Drone_C::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_Has_Been_Initd_Variable_3) == 0x000805, "Member 'ABP_Drone_C::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CreateDelegate_OutputDelegate) == 0x000808, "Member 'ABP_Drone_C::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CreateDelegate_OutputDelegate_1) == 0x000818, "Member 'ABP_Drone_C::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CreateDelegate_OutputDelegate_2) == 0x000828, "Member 'ABP_Drone_C::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Roll_1) == 0x000838, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Pitch_1) == 0x00083C, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Yaw_1) == 0x000840, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_Has_Been_Initd_Variable_4) == 0x000844, "Member 'ABP_Drone_C::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_MakeStruct_DroneSpringParams) == 0x000848, "Member 'ABP_Drone_C::K2Node_MakeStruct_DroneSpringParams' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000854, "Member 'ABP_Drone_C::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_MakeStruct_DroneSpringParams_1) == 0x0008DC, "Member 'ABP_Drone_C::K2Node_MakeStruct_DroneSpringParams_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetActorRelativeRotation_SweepHitResult_1) == 0x0008E8, "Member 'ABP_Drone_C::CallFunc_K2_SetActorRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CreateDelegate_OutputDelegate_3) == 0x000970, "Member 'ABP_Drone_C::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x000980, "Member 'ABP_Drone_C::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_IsClosed_Variable_5) == 0x000A08, "Member 'ABP_Drone_C::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CreateDelegate_OutputDelegate_4) == 0x000A0C, "Member 'ABP_Drone_C::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_Has_Been_Initd_Variable_5) == 0x000A1C, "Member 'ABP_Drone_C::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_IsClosed_Variable_6) == 0x000A1D, "Member 'ABP_Drone_C::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_Event__dt_2) == 0x000A20, "Member 'ABP_Drone_C::K2Node_Event__dt_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_Event__target_1) == 0x000A30, "Member 'ABP_Drone_C::K2Node_Event__target_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_Event__params_1) == 0x000A60, "Member 'ABP_Drone_C::K2Node_Event__params_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_Event__movementRatio_1) == 0x000A68, "Member 'ABP_Drone_C::K2Node_Event__movementRatio_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Location) == 0x000A6C, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Rotation) == 0x000A78, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Scale) == 0x000A84, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x000A90, "Member 'ABP_Drone_C::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_Event__dt_1) == 0x000B18, "Member 'ABP_Drone_C::K2Node_Event__dt_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_Event__target) == 0x000B20, "Member 'ABP_Drone_C::K2Node_Event__target' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_Event__params) == 0x000B50, "Member 'ABP_Drone_C::K2Node_Event__params' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_Event__movementRatio) == 0x000B5C, "Member 'ABP_Drone_C::K2Node_Event__movementRatio' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Location_1) == 0x000B60, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Rotation_1) == 0x000B6C, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Scale_1) == 0x000B78, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetActorLocation_SweepHitResult_2) == 0x000B84, "Member 'ABP_Drone_C::CallFunc_K2_SetActorLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent_Drone_2) == 0x000C10, "Member 'ABP_Drone_C::K2Node_CustomEvent_Drone_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent_Drone_1) == 0x000C18, "Member 'ABP_Drone_C::K2Node_CustomEvent_Drone_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_GetTransform_ReturnValue) == 0x000C20, "Member 'ABP_Drone_C::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_GetTransform_ReturnValue_1) == 0x000C50, "Member 'ABP_Drone_C::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Roll_2) == 0x000C80, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Pitch_2) == 0x000C84, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Yaw_2) == 0x000C88, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Roll_3) == 0x000C8C, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Pitch_3) == 0x000C90, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakRotator_Yaw_3) == 0x000C94, "Member 'ABP_Drone_C::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_GetTransform_ReturnValue_2) == 0x000CA0, "Member 'ABP_Drone_C::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Location_2) == 0x000CD0, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Rotation_2) == 0x000CDC, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Scale_2) == 0x000CE8, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Location_3) == 0x000CF4, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Rotation_3) == 0x000D00, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Scale_3) == 0x000D0C, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakVector_X) == 0x000D18, "Member 'ABP_Drone_C::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakVector_Y) == 0x000D1C, "Member 'ABP_Drone_C::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakVector_Z) == 0x000D20, "Member 'ABP_Drone_C::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakVector_X_1) == 0x000D24, "Member 'ABP_Drone_C::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakVector_Y_1) == 0x000D28, "Member 'ABP_Drone_C::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakVector_Z_1) == 0x000D2C, "Member 'ABP_Drone_C::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_AddActorWorldOffset_SweepHitResult) == 0x000D30, "Member 'ABP_Drone_C::CallFunc_K2_AddActorWorldOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent_dt) == 0x000DB8, "Member 'ABP_Drone_C::K2Node_CustomEvent_dt' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_AddActorWorldOffset_SweepHitResult_1) == 0x000DBC, "Member 'ABP_Drone_C::CallFunc_K2_AddActorWorldOffset_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_AddActorWorldRotation_SweepHitResult) == 0x000E44, "Member 'ABP_Drone_C::CallFunc_K2_AddActorWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x000ECC, "Member 'ABP_Drone_C::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_object_Variable) == 0x000F58, "Member 'ABP_Drone_C::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_SphereTraceSingleForObjects_OutHit) == 0x000F68, "Member 'ABP_Drone_C::CallFunc_SphereTraceSingleForObjects_OutHit' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_bool_Has_Been_Initd_Variable_6) == 0x000FF0, "Member 'ABP_Drone_C::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetActorRelativeLocation_SweepHitResult_1) == 0x000FF4, "Member 'ABP_Drone_C::CallFunc_K2_SetActorRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetActorRelativeLocation_SweepHitResult_2) == 0x00107C, "Member 'ABP_Drone_C::CallFunc_K2_SetActorRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, Temp_object_Variable_1) == 0x001108, "Member 'ABP_Drone_C::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_SphereTraceSingleForObjects_OutHit_1) == 0x001118, "Member 'ABP_Drone_C::CallFunc_SphereTraceSingleForObjects_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x0011A0, "Member 'ABP_Drone_C::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent__talkableComponent_1) == 0x0011A8, "Member 'ABP_Drone_C::K2Node_CustomEvent__talkableComponent_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent__line_1) == 0x0011B0, "Member 'ABP_Drone_C::K2Node_CustomEvent__line_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent__talkableComponent) == 0x001250, "Member 'ABP_Drone_C::K2Node_CustomEvent__talkableComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent__line) == 0x001258, "Member 'ABP_Drone_C::K2Node_CustomEvent__line' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent_MemoryId) == 0x0012F8, "Member 'ABP_Drone_C::K2Node_CustomEvent_MemoryId' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_CustomEvent_Drone) == 0x001300, "Member 'ABP_Drone_C::K2Node_CustomEvent_Drone' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_DynamicCast_AsUMG_Drone_Memories_Popup_New) == 0x001308, "Member 'ABP_Drone_C::K2Node_DynamicCast_AsUMG_Drone_Memories_Popup_New' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_DynamicCast_bSuccess_2) == 0x001310, "Member 'ABP_Drone_C::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_GetFoldedSocket__socketName_2) == 0x001314, "Member 'ABP_Drone_C::CallFunc_GetFoldedSocket__socketName_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, K2Node_Event__dt) == 0x00131C, "Member 'ABP_Drone_C::K2Node_Event__dt' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_GetFoldedSocket__socketName_3) == 0x001320, "Member 'ABP_Drone_C::CallFunc_GetFoldedSocket__socketName_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Location_4) == 0x001328, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Location_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Rotation_4) == 0x001334, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Rotation_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_BreakTransform_Scale_4) == 0x001340, "Member 'ABP_Drone_C::CallFunc_BreakTransform_Scale_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_FindHKPlayerController_HKPlayerController) == 0x001350, "Member 'ABP_Drone_C::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x001358, "Member 'ABP_Drone_C::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_FindHKPlayerController_HKPlayerController_1) == 0x0013E0, "Member 'ABP_Drone_C::CallFunc_FindHKPlayerController_HKPlayerController_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_FindHKPlayerController_HKPlayerController_2) == 0x0013E8, "Member 'ABP_Drone_C::CallFunc_FindHKPlayerController_HKPlayerController_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_FindHKPlayerController_HKPlayerController_3) == 0x0013F0, "Member 'ABP_Drone_C::CallFunc_FindHKPlayerController_HKPlayerController_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_FindHKPlayerController_HKPlayerController_4) == 0x0013F8, "Member 'ABP_Drone_C::CallFunc_FindHKPlayerController_HKPlayerController_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Drone_C, CallFunc_FindHKPlayerController_HKPlayerController_5) == 0x001400, "Member 'ABP_Drone_C::CallFunc_FindHKPlayerController_HKPlayerController_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable \ static_assert(alignof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable) == 0x000008, "Wrong alignment on COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable"); \ static_assert(sizeof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable) == 0x0000E8, "Wrong size on COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, EntryPoint) == 0x000000, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, Temp_int_Array_Index_Variable_2) == 0x00001C, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, K2Node_CustomEvent_Material) == 0x000020, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::K2Node_CustomEvent_Material' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000030, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Array_Get_Item) == 0x000040, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Map_Keys_Keys) == 0x000048, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_GetMaterial_ReturnValue) == 0x000058, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Array_Length_ReturnValue_1) == 0x00006C, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, Temp_int_Loop_Counter_Variable_2) == 0x000074, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Less_IntInt_ReturnValue_1) == 0x000078, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Add_IntInt_ReturnValue_2) == 0x00007C, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Map_Values_Values) == 0x000080, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Map_Keys_Keys_1) == 0x000090, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Array_Get_Item_2) == 0x0000A0, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Array_Get_Item_3) == 0x0000A8, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Array_Length_ReturnValue_2) == 0x0000B0, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000B4, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, K2Node_Event__drone) == 0x0000B8, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::K2Node_Event__drone' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, K2Node_DynamicCast_AsBP_Drone) == 0x0000C0, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::K2Node_DynamicCast_AsBP_Drone' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, CallFunc_GetUserDrone_ReturnValue) == 0x0000D0, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::CallFunc_GetUserDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, K2Node_DynamicCast_AsBP_Drone_1) == 0x0000D8, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::K2Node_DynamicCast_AsBP_Drone_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'COMP_Lootable_C_ExecuteUbergraph_COMP_Lootable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_Lootable_C__OnDroneUseStarted \ static_assert(alignof(COMP_Lootable_C__OnDroneUseStarted) == 0x000008, "Wrong alignment on COMP_Lootable_C__OnDroneUseStarted"); \ static_assert(sizeof(COMP_Lootable_C__OnDroneUseStarted) == 0x000008, "Wrong size on COMP_Lootable_C__OnDroneUseStarted"); \ static_assert(offsetof(COMP_Lootable_C__OnDroneUseStarted, _drone) == 0x000000, "Member 'COMP_Lootable_C__OnDroneUseStarted::_drone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_Lootable_C_SetMaterials \ static_assert(alignof(COMP_Lootable_C_SetMaterials) == 0x000008, "Wrong alignment on COMP_Lootable_C_SetMaterials"); \ static_assert(sizeof(COMP_Lootable_C_SetMaterials) == 0x000008, "Wrong size on COMP_Lootable_C_SetMaterials"); \ static_assert(offsetof(COMP_Lootable_C_SetMaterials, Material) == 0x000000, "Member 'COMP_Lootable_C_SetMaterials::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_Lootable_C \ static_assert(alignof(UCOMP_Lootable_C) == 0x000010, "Wrong alignment on UCOMP_Lootable_C"); \ static_assert(sizeof(UCOMP_Lootable_C) == 0x000650, "Wrong size on UCOMP_Lootable_C"); \ static_assert(offsetof(UCOMP_Lootable_C, UberGraphFrame) == 0x0005F0, "Member 'UCOMP_Lootable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Lootable_C, BaseMaterials) == 0x0005F8, "Member 'UCOMP_Lootable_C::BaseMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_CameraTarget_C \ static_assert(alignof(UCOMP_CameraTarget_C) == 0x000010, "Wrong alignment on UCOMP_CameraTarget_C"); \ static_assert(sizeof(UCOMP_CameraTarget_C) == 0x0004D0, "Wrong size on UCOMP_CameraTarget_C"); \ #define DUMPER7_ASSERTS_COMP_Voice_C_ExecuteUbergraph_COMP_Voice \ static_assert(alignof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice) == 0x000008, "Wrong alignment on COMP_Voice_C_ExecuteUbergraph_COMP_Voice"); \ static_assert(sizeof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice) == 0x0001B8, "Wrong size on COMP_Voice_C_ExecuteUbergraph_COMP_Voice"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, EntryPoint) == 0x000000, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, K2Node_CustomEvent_Sound) == 0x000008, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::K2Node_CustomEvent_Sound' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, K2Node_CustomEvent_AttachToComponent) == 0x000010, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::K2Node_CustomEvent_AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, K2Node_CustomEvent_AttachPointName) == 0x000018, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::K2Node_CustomEvent_AttachPointName' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_HashRandom_float) == 0x000028, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_HashRandom_int) == 0x00002C, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_GetOwner_ReturnValue_1) == 0x000030, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, K2Node_CustomEvent_Phrase) == 0x000038, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::K2Node_CustomEvent_Phrase' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, K2Node_MakeArray_Array) == 0x000048, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Len_ReturnValue) == 0x00005C, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000060, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000064, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_HashRandom_float_1) == 0x000068, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_HashRandom_float_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_HashRandom_int_1) == 0x00006C, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_HashRandom_int_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000070, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Array_Get_Item) == 0x000078, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, K2Node_CustomEvent_duration) == 0x000080, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::K2Node_CustomEvent_duration' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, K2Node_CustomEvent_Phrase_1) == 0x000088, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::K2Node_CustomEvent_Phrase_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000098, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Map_Find_Value) == 0x0000C8, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Map_Find_ReturnValue) == 0x0000D0, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_HashRandom_float_2) == 0x0000D4, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_HashRandom_float_2' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_HashRandom_int_2) == 0x0000D8, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_HashRandom_int_2' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_GetSoundLocation_SceneComponent) == 0x0000E0, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_GetSoundLocation_SceneComponent' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_GetSoundLocation_Socket) == 0x0000E8, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_GetSoundLocation_Socket' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000F0, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, K2Node_MakeSet_Set) == 0x0000F8, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::K2Node_MakeSet_Set' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_GetSoundLocation_SceneComponent_1) == 0x000148, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_GetSoundLocation_SceneComponent_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_GetSoundLocation_Socket_1) == 0x000150, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_GetSoundLocation_Socket_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_IsValid_ReturnValue_1) == 0x000158, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Array_Length_ReturnValue_1) == 0x00015C, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000160, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_HashRandom_float_3) == 0x000164, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_HashRandom_float_3' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_HashRandom_int_3) == 0x000168, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_HashRandom_int_3' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Array_Get_Item_1) == 0x000170, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_IsValid_ReturnValue_2) == 0x000178, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_IsPlaying_ReturnValue) == 0x000179, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, Temp_bool_Variable) == 0x00017A, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_GenerateRandomSentence_ReturnValue) == 0x000180, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_GenerateRandomSentence_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_HashRandom_float_4) == 0x000190, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_HashRandom_float_4' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_HashRandom_int_4) == 0x000194, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_HashRandom_int_4' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, K2Node_Select_Default) == 0x000198, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001A0, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0001A8, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_ExecuteUbergraph_COMP_Voice, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x0001B0, "Member 'COMP_Voice_C_ExecuteUbergraph_COMP_Voice::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_Voice_C_respawn_loop_body \ static_assert(alignof(COMP_Voice_C_respawn_loop_body) == 0x000008, "Wrong alignment on COMP_Voice_C_respawn_loop_body"); \ static_assert(sizeof(COMP_Voice_C_respawn_loop_body) == 0x000018, "Wrong size on COMP_Voice_C_respawn_loop_body"); \ static_assert(offsetof(COMP_Voice_C_respawn_loop_body, Sound) == 0x000000, "Member 'COMP_Voice_C_respawn_loop_body::Sound' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_respawn_loop_body, AttachToComponent) == 0x000008, "Member 'COMP_Voice_C_respawn_loop_body::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_respawn_loop_body, AttachPointName) == 0x000010, "Member 'COMP_Voice_C_respawn_loop_body::AttachPointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_Voice_C_PlayTimedPhrase \ static_assert(alignof(COMP_Voice_C_PlayTimedPhrase) == 0x000008, "Wrong alignment on COMP_Voice_C_PlayTimedPhrase"); \ static_assert(sizeof(COMP_Voice_C_PlayTimedPhrase) == 0x000010, "Wrong size on COMP_Voice_C_PlayTimedPhrase"); \ static_assert(offsetof(COMP_Voice_C_PlayTimedPhrase, Phrase) == 0x000000, "Member 'COMP_Voice_C_PlayTimedPhrase::Phrase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_Voice_C_playRandomTimedPhrase \ static_assert(alignof(COMP_Voice_C_playRandomTimedPhrase) == 0x000004, "Wrong alignment on COMP_Voice_C_playRandomTimedPhrase"); \ static_assert(sizeof(COMP_Voice_C_playRandomTimedPhrase) == 0x000004, "Wrong size on COMP_Voice_C_playRandomTimedPhrase"); \ static_assert(offsetof(COMP_Voice_C_playRandomTimedPhrase, Duration) == 0x000000, "Member 'COMP_Voice_C_playRandomTimedPhrase::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_Voice_C_PlayPhrase \ static_assert(alignof(COMP_Voice_C_PlayPhrase) == 0x000008, "Wrong alignment on COMP_Voice_C_PlayPhrase"); \ static_assert(sizeof(COMP_Voice_C_PlayPhrase) == 0x000010, "Wrong size on COMP_Voice_C_PlayPhrase"); \ static_assert(offsetof(COMP_Voice_C_PlayPhrase, Phrase) == 0x000000, "Member 'COMP_Voice_C_PlayPhrase::Phrase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_Voice_C_GetSoundLocation \ static_assert(alignof(COMP_Voice_C_GetSoundLocation) == 0x000008, "Wrong alignment on COMP_Voice_C_GetSoundLocation"); \ static_assert(sizeof(COMP_Voice_C_GetSoundLocation) == 0x000050, "Wrong size on COMP_Voice_C_GetSoundLocation"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, SceneComponent) == 0x000000, "Member 'COMP_Voice_C_GetSoundLocation::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, Socket) == 0x000008, "Member 'COMP_Voice_C_GetSoundLocation::Socket' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, CallFunc_FindPlayerDrone_Drone) == 0x000010, "Member 'COMP_Voice_C_GetSoundLocation::CallFunc_FindPlayerDrone_Drone' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'COMP_Voice_C_GetSoundLocation::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000020, "Member 'COMP_Voice_C_GetSoundLocation::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000028, "Member 'COMP_Voice_C_GetSoundLocation::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, K2Node_DynamicCast_AsBP_Backpack) == 0x000030, "Member 'COMP_Voice_C_GetSoundLocation::K2Node_DynamicCast_AsBP_Backpack' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'COMP_Voice_C_GetSoundLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, K2Node_DynamicCast_AsBP_Droid) == 0x000040, "Member 'COMP_Voice_C_GetSoundLocation::K2Node_DynamicCast_AsBP_Droid' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'COMP_Voice_C_GetSoundLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'COMP_Voice_C_GetSoundLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_Voice_C_GetSoundLocation, CallFunc_IsValid_ReturnValue_1) == 0x00004A, "Member 'COMP_Voice_C_GetSoundLocation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_Voice_C_IsPlayingPhrase \ static_assert(alignof(COMP_Voice_C_IsPlayingPhrase) == 0x000001, "Wrong alignment on COMP_Voice_C_IsPlayingPhrase"); \ static_assert(sizeof(COMP_Voice_C_IsPlayingPhrase) == 0x000001, "Wrong size on COMP_Voice_C_IsPlayingPhrase"); \ static_assert(offsetof(COMP_Voice_C_IsPlayingPhrase, IsPlayingPhrase_0) == 0x000000, "Member 'COMP_Voice_C_IsPlayingPhrase::IsPlayingPhrase_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_Voice_C \ static_assert(alignof(UCOMP_Voice_C) == 0x000008, "Wrong alignment on UCOMP_Voice_C"); \ static_assert(sizeof(UCOMP_Voice_C) == 0x0001A8, "Wrong size on UCOMP_Voice_C"); \ static_assert(offsetof(UCOMP_Voice_C, UberGraphFrame) == 0x0000B0, "Member 'UCOMP_Voice_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, VoicePitch) == 0x0000B8, "Member 'UCOMP_Voice_C::VoicePitch' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, maxSpokenLetters) == 0x0000BC, "Member 'UCOMP_Voice_C::maxSpokenLetters' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, CurrentLineCharIndex) == 0x0000C0, "Member 'UCOMP_Voice_C::CurrentLineCharIndex' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, SoundsLocation) == 0x0000C8, "Member 'UCOMP_Voice_C::SoundsLocation' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, loopBody) == 0x0000D0, "Member 'UCOMP_Voice_C::loopBody' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, loopBodyInstance01) == 0x0000D8, "Member 'UCOMP_Voice_C::loopBodyInstance01' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, VoiceBank) == 0x0000E0, "Member 'UCOMP_Voice_C::VoiceBank' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, bodyFadesTime) == 0x0000E8, "Member 'UCOMP_Voice_C::bodyFadesTime' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, IsDialogueEnd) == 0x0000EC, "Member 'UCOMP_Voice_C::IsDialogueEnd' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, Phrase_Started_Play) == 0x0000F0, "Member 'UCOMP_Voice_C::Phrase_Started_Play' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, Phrase_Stoppped_Play) == 0x000100, "Member 'UCOMP_Voice_C::Phrase_Stoppped_Play' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, IsPhrasePlaying) == 0x000110, "Member 'UCOMP_Voice_C::IsPhrasePlaying' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, phraseSequence) == 0x000118, "Member 'UCOMP_Voice_C::phraseSequence' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, pending_stop) == 0x000128, "Member 'UCOMP_Voice_C::pending_stop' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, Volume_Multiplier) == 0x00012C, "Member 'UCOMP_Voice_C::Volume_Multiplier' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, Attenuation_Settings) == 0x000130, "Member 'UCOMP_Voice_C::Attenuation_Settings' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, VoiceLoopToVoiceBankMap) == 0x000138, "Member 'UCOMP_Voice_C::VoiceLoopToVoiceBankMap' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, useSplitBanks) == 0x000188, "Member 'UCOMP_Voice_C::useSplitBanks' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, force_location_comp) == 0x000190, "Member 'UCOMP_Voice_C::force_location_comp' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, force_location_socket) == 0x000198, "Member 'UCOMP_Voice_C::force_location_socket' has a wrong offset!"); \ static_assert(offsetof(UCOMP_Voice_C, TwoD_attenuation) == 0x0001A0, "Member 'UCOMP_Voice_C::TwoD_attenuation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI \ static_assert(alignof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI) == 0x000010, "Wrong alignment on BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI"); \ static_assert(sizeof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI) == 0x000AC0, "Wrong size on BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, EntryPoint) == 0x000000, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue) == 0x000008, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakVector2D_X) == 0x000010, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakVector2D_Y) == 0x000014, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_Event__canvas) == 0x000020, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_Event__canvas' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, Temp_bool_Variable) == 0x00002C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, Temp_float_Variable) == 0x000030, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000038, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000040, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000048, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000050, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent_bFromSweep) == 0x000054, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent_SweepResult) == 0x000058, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0000E0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000E8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent_OtherActor) == 0x0000F0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent_OtherComp) == 0x0000F8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000100, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Array_AddUnique_ReturnValue) == 0x000104, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Array_RemoveItem_ReturnValue) == 0x000108, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsValid_ReturnValue_1) == 0x000109, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Add_IntInt_ReturnValue_1) == 0x00010C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000110, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CustomEvent_Ratio) == 0x000114, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000118, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_Event__dt_2) == 0x00011C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_Event__dt_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_Event__dt_1) == 0x000120, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_Event__dt_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_SmoothFloat_ReturnValue) == 0x000124, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_SmoothFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_SmoothFloat_ReturnValue_1) == 0x000128, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_SmoothFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, Temp_bool_Has_Been_Initd_Variable) == 0x00012C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CreateDelegate_OutputDelegate) == 0x000130, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, Temp_bool_IsClosed_Variable) == 0x000140, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_Event__dt) == 0x000144, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_Event__dt' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent__noisableComponent) == 0x000148, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent__noisableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent__location) == 0x000150, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent__location' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent__emitter) == 0x000160, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent__emitter' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_1) == 0x000168, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_2) == 0x000170, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_SmoothFloat_ReturnValue_2) == 0x000178, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_SmoothFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00017C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_3) == 0x000180, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_4) == 0x000188, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_5) == 0x000190, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000198, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_6) == 0x0001A0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001A8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_7) == 0x0001B0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_8) == 0x0001B8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0001C0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_9) == 0x0001C8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Greater_IntInt_ReturnValue) == 0x0001D0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_10) == 0x0001D8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_11) == 0x0001E0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_12) == 0x0001E8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_13) == 0x0001F0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_14) == 0x0001F8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CustomEvent_New_Rotation) == 0x000200, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CustomEvent_New_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakRotator_Roll) == 0x00020C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakRotator_Pitch) == 0x000210, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakRotator_Yaw) == 0x000214, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_MakeVector_ReturnValue) == 0x000218, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakVector_X) == 0x000224, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakVector_Y) == 0x000228, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakVector_Z) == 0x00022C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_MakeRotator_ReturnValue) == 0x000230, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CustomEvent__time) == 0x00023C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CustomEvent__time' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000240, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, Temp_float_Variable_1) == 0x0002C8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CustomEvent_World_Location) == 0x0002CC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CustomEvent_World_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CustomEvent_InterpSpeed) == 0x0002D8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CustomEvent_InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_RLerp_ReturnValue) == 0x0002DC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0002E8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetTransform_ReturnValue) == 0x000370, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_InverseTransformLocation_ReturnValue) == 0x0003A0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0003AC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x0003B8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_MakeRotFromX_ReturnValue) == 0x0003BC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0003C8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakRotator_Roll_1) == 0x0003D4, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakRotator_Pitch_1) == 0x0003D8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakRotator_Yaw_1) == 0x0003DC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_RInterpTo_ReturnValue) == 0x0003E0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_MakeRotator_ReturnValue_1) == 0x0003EC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetForwardVector_ReturnValue) == 0x0003F8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_15) == 0x000408, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CreateDelegate_OutputDelegate_1) == 0x000410, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent__talkableComponent_1) == 0x000420, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent__talkableComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent__line_1) == 0x000428, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent__line_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent__talkableComponent) == 0x0004C8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent__talkableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent__line) == 0x0004D0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent__line' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Conv_TextToString_ReturnValue) == 0x000570, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Add_FloatFloat_ReturnValue) == 0x000580, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CustomEvent_state) == 0x000584, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CustomEvent_state' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_SwitchEnum_CmpSuccess) == 0x000585, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_SwitchEnum_CmpSuccess_1) == 0x000586, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_SwitchEnum_CmpSuccess_2) == 0x000587, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_SwitchEnum_CmpSuccess_3) == 0x000588, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_MakeLiteralByte_ReturnValue) == 0x000589, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00058C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x000598, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_StartEasingInterpolator_ReturnValue) == 0x0005A0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsValid_ReturnValue_2) == 0x0005A8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent__component_1) == 0x0005B0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent__component_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_ComponentBoundEvent__component) == 0x0005B8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_FindPlayerCatPawn_Cat) == 0x0005C0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsValid_ReturnValue_3) == 0x0005C8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Less_IntInt_ReturnValue) == 0x0005C9, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_FindPlayerCatPawn_Cat_1) == 0x0005D0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CreateDelegate_OutputDelegate_2) == 0x0005D8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsValid_ReturnValue_4) == 0x0005E8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x0005F0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_DynamicCast_bSuccess) == 0x0005F8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsDead_ReturnValue) == 0x0005F9, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetWorldDeltaSeconds_ReturnValue_3) == 0x0005FC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetWorldDeltaSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetActorForwardVector_ReturnValue) == 0x000600, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00060C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetWorldDeltaSeconds_ReturnValue_4) == 0x000618, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetWorldDeltaSeconds_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, Temp_bool_Variable_1) == 0x00061C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_MakeLiteralFloat_ReturnValue) == 0x000620, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_VInterpTo_ReturnValue) == 0x000624, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000630, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetWorldDeltaSeconds_ReturnValue_5) == 0x00063C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetWorldDeltaSeconds_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_16) == 0x000640, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_ComputeTazerAccuracy_InnerRadius) == 0x000648, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_ComputeTazerAccuracy_InnerRadius' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_ComputeTazerAccuracy_Accuracy) == 0x00064C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_ComputeTazerAccuracy_Accuracy' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_ComputeTazerAccuracy_SpeedAccuracy) == 0x000650, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_ComputeTazerAccuracy_SpeedAccuracy' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_SmoothFloat_ReturnValue_3) == 0x000654, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_SmoothFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_17) == 0x000658, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000660, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, Temp_object_Variable) == 0x000668, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x000678, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000684, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000688, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000694, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetWorldDeltaSeconds_ReturnValue_6) == 0x0006A0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetWorldDeltaSeconds_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Add_VectorVector_ReturnValue) == 0x0006A4, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0006B0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_ShootPrediction_ShootLocation) == 0x0006BC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_ShootPrediction_ShootLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_ComputeTazerAccuracy_InnerRadius_1) == 0x0006C8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_ComputeTazerAccuracy_InnerRadius_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_ComputeTazerAccuracy_Accuracy_1) == 0x0006CC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_ComputeTazerAccuracy_Accuracy_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_ComputeTazerAccuracy_SpeedAccuracy_1) == 0x0006D0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_ComputeTazerAccuracy_SpeedAccuracy_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0006D4, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_SmoothFloat_ReturnValue_4) == 0x0006D8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_SmoothFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_Select_Default) == 0x0006DC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0006E0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetWorldDeltaSeconds_ReturnValue_7) == 0x0006E4, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetWorldDeltaSeconds_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Lerp_ReturnValue) == 0x0006E8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_18) == 0x0006F0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_TimeIndependentLerpVector_ReturnValue) == 0x0006F8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_TimeIndependentLerpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000704, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_Select_Default_1) == 0x000708, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsValid_ReturnValue_5) == 0x00070C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_TimeIndependentLerpFloat_ReturnValue) == 0x000710, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_TimeIndependentLerpFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_DynamicCast_AsBP_Cat_Pawn_1) == 0x000718, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_DynamicCast_AsBP_Cat_Pawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_DynamicCast_bSuccess_1) == 0x000720, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsDead_ReturnValue_1) == 0x000721, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsDead_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000722, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000723, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, Temp_object_Variable_1) == 0x000728, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BooleanOR_ReturnValue) == 0x000738, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsValid_ReturnValue_6) == 0x000739, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsSentinelActive_ReturnValue) == 0x00073A, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsSentinelActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CustomEvent_status) == 0x00073B, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CustomEvent_status' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GetSettings_ReturnValue_19) == 0x000740, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GetSettings_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000748, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000754, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000758, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000764, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_VSizeXY_ReturnValue) == 0x000770, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_MapRangeClamped_ReturnValue) == 0x000774, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000778, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000784, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000790, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x00079C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0007A8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_SphereTraceSingle_OutHit) == 0x0007B4, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_SphereTraceSingle_ReturnValue) == 0x00083C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Normal_ReturnValue) == 0x000840, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_bBlockingHit) == 0x00084C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_bInitialOverlap) == 0x00084D, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_Time) == 0x000850, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_Distance) == 0x000854, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_Location) == 0x000858, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_ImpactPoint) == 0x000864, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_Normal) == 0x000870, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_ImpactNormal) == 0x00087C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_PhysMat) == 0x000888, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_HitActor) == 0x000890, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_HitComponent) == 0x000898, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_HitBoneName) == 0x0008A0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_HitItem) == 0x0008A8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_ElementIndex) == 0x0008AC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_FaceIndex) == 0x0008B0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_TraceStart) == 0x0008B4, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_TraceEnd) == 0x0008C0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_VInterpTo_ReturnValue_1) == 0x0008CC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_VInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_SphereTraceSingle_OutHit_1) == 0x0008D8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_SphereTraceSingle_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_SphereTraceSingle_ReturnValue_1) == 0x000960, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_SphereTraceSingle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000961, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000962, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_Time_1) == 0x000964, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_Distance_1) == 0x000968, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_Location_1) == 0x00096C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000978, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_Normal_1) == 0x000984, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000990, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_PhysMat_1) == 0x0009A0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_HitActor_1) == 0x0009A8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_HitComponent_1) == 0x0009B0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_HitBoneName_1) == 0x0009B8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_HitItem_1) == 0x0009C0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_ElementIndex_1) == 0x0009C4, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_FaceIndex_1) == 0x0009C8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_TraceStart_1) == 0x0009CC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_BreakHitResult_TraceEnd_1) == 0x0009D8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0009E4, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0009F0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x0009FC, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000A08, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000A0C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CustomEvent_Projectile_Class) == 0x000A18, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CustomEvent_Projectile_Class' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CustomEvent_TargetLocation) == 0x000A20, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CustomEvent_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CustomEvent_TargetActor) == 0x000A30, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CustomEvent_TargetActor' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000A38, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_TazerShoot_Projectile_Actor) == 0x000A40, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_TazerShoot_Projectile_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_TazerShoot_Projectile_Actor_1) == 0x000A48, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_TazerShoot_Projectile_Actor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, Temp_wildcard_Variable) == 0x000A50, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_IsValid_ReturnValue_7) == 0x000A58, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CreateDelegate_OutputDelegate_3) == 0x000A5C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000A70, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, Temp_bool_Variable_2) == 0x000A78, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CreateDelegate_OutputDelegate_4) == 0x000A7C, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000A90, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, K2Node_CreateDelegate_OutputDelegate_5) == 0x000A98, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000AA8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000AB0, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000AB8, "Member 'BP_SentinelAI_C_ExecuteUbergraph_BP_SentinelAI::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_OnSentinelActivityChanged_Event_0 \ static_assert(alignof(BP_SentinelAI_C_OnSentinelActivityChanged_Event_0) == 0x000001, "Wrong alignment on BP_SentinelAI_C_OnSentinelActivityChanged_Event_0"); \ static_assert(sizeof(BP_SentinelAI_C_OnSentinelActivityChanged_Event_0) == 0x000001, "Wrong size on BP_SentinelAI_C_OnSentinelActivityChanged_Event_0"); \ static_assert(offsetof(BP_SentinelAI_C_OnSentinelActivityChanged_Event_0, status) == 0x000000, "Member 'BP_SentinelAI_C_OnSentinelActivityChanged_Event_0::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_8_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_8_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_8_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_8_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_8_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_8_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_8_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_7_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_7_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_7_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_7_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_7_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_7_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_SentinelAI_C_BndEvt__BP_SentinelAI_m_streamingComponent_K2Node_ComponentBoundEvent_7_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_sfx_switch_to_state \ static_assert(alignof(BP_SentinelAI_C_sfx_switch_to_state) == 0x000001, "Wrong alignment on BP_SentinelAI_C_sfx_switch_to_state"); \ static_assert(sizeof(BP_SentinelAI_C_sfx_switch_to_state) == 0x000001, "Wrong size on BP_SentinelAI_C_sfx_switch_to_state"); \ static_assert(offsetof(BP_SentinelAI_C_sfx_switch_to_state, State) == 0x000000, "Member 'BP_SentinelAI_C_sfx_switch_to_state::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_4_TalkableLineDelegate__DelegateSignature \ static_assert(alignof(BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_4_TalkableLineDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_4_TalkableLineDelegate__DelegateSignature"); \ static_assert(sizeof(BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_4_TalkableLineDelegate__DelegateSignature) == 0x0000A8, "Wrong size on BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_4_TalkableLineDelegate__DelegateSignature"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_4_TalkableLineDelegate__DelegateSignature, _talkableComponent) == 0x000000, "Member 'BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_4_TalkableLineDelegate__DelegateSignature::_talkableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_4_TalkableLineDelegate__DelegateSignature, _line) == 0x000008, "Member 'BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_4_TalkableLineDelegate__DelegateSignature::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_0_TalkableLineDelegate__DelegateSignature \ static_assert(alignof(BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_0_TalkableLineDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_0_TalkableLineDelegate__DelegateSignature"); \ static_assert(sizeof(BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_0_TalkableLineDelegate__DelegateSignature) == 0x0000A8, "Wrong size on BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_0_TalkableLineDelegate__DelegateSignature"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_0_TalkableLineDelegate__DelegateSignature, _talkableComponent) == 0x000000, "Member 'BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_0_TalkableLineDelegate__DelegateSignature::_talkableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_0_TalkableLineDelegate__DelegateSignature, _line) == 0x000008, "Member 'BP_SentinelAI_C_BndEvt__Talkable_K2Node_ComponentBoundEvent_0_TalkableLineDelegate__DelegateSignature::_line' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_VisionLookAtWorldLocation \ static_assert(alignof(BP_SentinelAI_C_VisionLookAtWorldLocation) == 0x000004, "Wrong alignment on BP_SentinelAI_C_VisionLookAtWorldLocation"); \ static_assert(sizeof(BP_SentinelAI_C_VisionLookAtWorldLocation) == 0x000010, "Wrong size on BP_SentinelAI_C_VisionLookAtWorldLocation"); \ static_assert(offsetof(BP_SentinelAI_C_VisionLookAtWorldLocation, World_Location) == 0x000000, "Member 'BP_SentinelAI_C_VisionLookAtWorldLocation::World_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_VisionLookAtWorldLocation, InterpSpeed) == 0x00000C, "Member 'BP_SentinelAI_C_VisionLookAtWorldLocation::InterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_ResetVisionSpotlight \ static_assert(alignof(BP_SentinelAI_C_ResetVisionSpotlight) == 0x000004, "Wrong alignment on BP_SentinelAI_C_ResetVisionSpotlight"); \ static_assert(sizeof(BP_SentinelAI_C_ResetVisionSpotlight) == 0x000004, "Wrong size on BP_SentinelAI_C_ResetVisionSpotlight"); \ static_assert(offsetof(BP_SentinelAI_C_ResetVisionSpotlight, _time) == 0x000000, "Member 'BP_SentinelAI_C_ResetVisionSpotlight::_time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_SetVisionLightRelativeRotation \ static_assert(alignof(BP_SentinelAI_C_SetVisionLightRelativeRotation) == 0x000004, "Wrong alignment on BP_SentinelAI_C_SetVisionLightRelativeRotation"); \ static_assert(sizeof(BP_SentinelAI_C_SetVisionLightRelativeRotation) == 0x00000C, "Wrong size on BP_SentinelAI_C_SetVisionLightRelativeRotation"); \ static_assert(offsetof(BP_SentinelAI_C_SetVisionLightRelativeRotation, New_Rotation) == 0x000000, "Member 'BP_SentinelAI_C_SetVisionLightRelativeRotation::New_Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature \ static_assert(alignof(BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature"); \ static_assert(sizeof(BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature) == 0x000020, "Wrong size on BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature, _noisableComponent) == 0x000000, "Member 'BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature::_noisableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature, _location) == 0x000008, "Member 'BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature::_location' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature, _emitter) == 0x000018, "Member 'BP_SentinelAI_C_BndEvt__Noisable_K2Node_ComponentBoundEvent_3_NoiseDelegate__DelegateSignature::_emitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_Tazer_Reloading_Tick \ static_assert(alignof(BP_SentinelAI_C_Tazer_Reloading_Tick) == 0x000004, "Wrong alignment on BP_SentinelAI_C_Tazer_Reloading_Tick"); \ static_assert(sizeof(BP_SentinelAI_C_Tazer_Reloading_Tick) == 0x000004, "Wrong size on BP_SentinelAI_C_Tazer_Reloading_Tick"); \ static_assert(offsetof(BP_SentinelAI_C_Tazer_Reloading_Tick, _dt) == 0x000000, "Member 'BP_SentinelAI_C_Tazer_Reloading_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_Tazer_UnLoading_Tick \ static_assert(alignof(BP_SentinelAI_C_Tazer_UnLoading_Tick) == 0x000004, "Wrong alignment on BP_SentinelAI_C_Tazer_UnLoading_Tick"); \ static_assert(sizeof(BP_SentinelAI_C_Tazer_UnLoading_Tick) == 0x000004, "Wrong size on BP_SentinelAI_C_Tazer_UnLoading_Tick"); \ static_assert(offsetof(BP_SentinelAI_C_Tazer_UnLoading_Tick, _dt) == 0x000000, "Member 'BP_SentinelAI_C_Tazer_UnLoading_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_Tazer_Loading_Tick \ static_assert(alignof(BP_SentinelAI_C_Tazer_Loading_Tick) == 0x000004, "Wrong alignment on BP_SentinelAI_C_Tazer_Loading_Tick"); \ static_assert(sizeof(BP_SentinelAI_C_Tazer_Loading_Tick) == 0x000004, "Wrong size on BP_SentinelAI_C_Tazer_Loading_Tick"); \ static_assert(offsetof(BP_SentinelAI_C_Tazer_Loading_Tick, _dt) == 0x000000, "Member 'BP_SentinelAI_C_Tazer_Loading_Tick::_dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_SentinelAI_C_BndEvt__ProximitySphereDetector_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_OnDisplayDebug \ static_assert(alignof(BP_SentinelAI_C_OnDisplayDebug) == 0x000008, "Wrong alignment on BP_SentinelAI_C_OnDisplayDebug"); \ static_assert(sizeof(BP_SentinelAI_C_OnDisplayDebug) == 0x000008, "Wrong size on BP_SentinelAI_C_OnDisplayDebug"); \ static_assert(offsetof(BP_SentinelAI_C_OnDisplayDebug, _canvas) == 0x000000, "Member 'BP_SentinelAI_C_OnDisplayDebug::_canvas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_TazzerBurst \ static_assert(alignof(BP_SentinelAI_C_TazzerBurst) == 0x000008, "Wrong alignment on BP_SentinelAI_C_TazzerBurst"); \ static_assert(sizeof(BP_SentinelAI_C_TazzerBurst) == 0x000020, "Wrong size on BP_SentinelAI_C_TazzerBurst"); \ static_assert(offsetof(BP_SentinelAI_C_TazzerBurst, Projectile_Class) == 0x000000, "Member 'BP_SentinelAI_C_TazzerBurst::Projectile_Class' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazzerBurst, TargetLocation) == 0x000008, "Member 'BP_SentinelAI_C_TazzerBurst::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazzerBurst, TargetActor) == 0x000018, "Member 'BP_SentinelAI_C_TazzerBurst::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_ReceiveTick \ static_assert(alignof(BP_SentinelAI_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SentinelAI_C_ReceiveTick"); \ static_assert(sizeof(BP_SentinelAI_C_ReceiveTick) == 0x000004, "Wrong size on BP_SentinelAI_C_ReceiveTick"); \ static_assert(offsetof(BP_SentinelAI_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SentinelAI_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_Tick_6246EF4646E19036986D72BADCAEEDED \ static_assert(alignof(BP_SentinelAI_C_Tick_6246EF4646E19036986D72BADCAEEDED) == 0x000004, "Wrong alignment on BP_SentinelAI_C_Tick_6246EF4646E19036986D72BADCAEEDED"); \ static_assert(sizeof(BP_SentinelAI_C_Tick_6246EF4646E19036986D72BADCAEEDED) == 0x000004, "Wrong size on BP_SentinelAI_C_Tick_6246EF4646E19036986D72BADCAEEDED"); \ static_assert(offsetof(BP_SentinelAI_C_Tick_6246EF4646E19036986D72BADCAEEDED, Ratio) == 0x000000, "Member 'BP_SentinelAI_C_Tick_6246EF4646E19036986D72BADCAEEDED::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_UserConstructionScript \ static_assert(alignof(BP_SentinelAI_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SentinelAI_C_UserConstructionScript"); \ static_assert(sizeof(BP_SentinelAI_C_UserConstructionScript) == 0x000010, "Wrong size on BP_SentinelAI_C_UserConstructionScript"); \ static_assert(offsetof(BP_SentinelAI_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_SentinelAI_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_SentinelAI_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_SetLightColorInTime \ static_assert(alignof(BP_SentinelAI_C_SetLightColorInTime) == 0x000004, "Wrong alignment on BP_SentinelAI_C_SetLightColorInTime"); \ static_assert(sizeof(BP_SentinelAI_C_SetLightColorInTime) == 0x000014, "Wrong size on BP_SentinelAI_C_SetLightColorInTime"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightColorInTime, NewLightColor) == 0x000000, "Member 'BP_SentinelAI_C_SetLightColorInTime::NewLightColor' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightColorInTime, Time) == 0x000010, "Member 'BP_SentinelAI_C_SetLightColorInTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_SetLightColorUpdate \ static_assert(alignof(BP_SentinelAI_C_SetLightColorUpdate) == 0x000004, "Wrong alignment on BP_SentinelAI_C_SetLightColorUpdate"); \ static_assert(sizeof(BP_SentinelAI_C_SetLightColorUpdate) == 0x000048, "Wrong size on BP_SentinelAI_C_SetLightColorUpdate"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightColorUpdate, CallFunc_GetLightColor_ReturnValue) == 0x000000, "Member 'BP_SentinelAI_C_SetLightColorUpdate::CallFunc_GetLightColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightColorUpdate, CallFunc_Multiply_LinearColorFloat_ReturnValue) == 0x000010, "Member 'BP_SentinelAI_C_SetLightColorUpdate::CallFunc_Multiply_LinearColorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightColorUpdate, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000020, "Member 'BP_SentinelAI_C_SetLightColorUpdate::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightColorUpdate, CallFunc_SmoothFloat_ReturnValue) == 0x000024, "Member 'BP_SentinelAI_C_SetLightColorUpdate::CallFunc_SmoothFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightColorUpdate, CallFunc_GetLightColor_ReturnValue_1) == 0x000028, "Member 'BP_SentinelAI_C_SetLightColorUpdate::CallFunc_GetLightColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightColorUpdate, CallFunc_LinearColorLerp_ReturnValue) == 0x000038, "Member 'BP_SentinelAI_C_SetLightColorUpdate::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_SetLightDistanceInTime \ static_assert(alignof(BP_SentinelAI_C_SetLightDistanceInTime) == 0x000004, "Wrong alignment on BP_SentinelAI_C_SetLightDistanceInTime"); \ static_assert(sizeof(BP_SentinelAI_C_SetLightDistanceInTime) == 0x000008, "Wrong size on BP_SentinelAI_C_SetLightDistanceInTime"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDistanceInTime, TargetLightDistance) == 0x000000, "Member 'BP_SentinelAI_C_SetLightDistanceInTime::TargetLightDistance' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDistanceInTime, Time) == 0x000004, "Member 'BP_SentinelAI_C_SetLightDistanceInTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_SetLightDistanceUpdate \ static_assert(alignof(BP_SentinelAI_C_SetLightDistanceUpdate) == 0x000004, "Wrong alignment on BP_SentinelAI_C_SetLightDistanceUpdate"); \ static_assert(sizeof(BP_SentinelAI_C_SetLightDistanceUpdate) == 0x000008, "Wrong size on BP_SentinelAI_C_SetLightDistanceUpdate"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDistanceUpdate, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'BP_SentinelAI_C_SetLightDistanceUpdate::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDistanceUpdate, CallFunc_SmoothFloat_ReturnValue) == 0x000004, "Member 'BP_SentinelAI_C_SetLightDistanceUpdate::CallFunc_SmoothFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_SetLightAngleInTime \ static_assert(alignof(BP_SentinelAI_C_SetLightAngleInTime) == 0x000004, "Wrong alignment on BP_SentinelAI_C_SetLightAngleInTime"); \ static_assert(sizeof(BP_SentinelAI_C_SetLightAngleInTime) == 0x000008, "Wrong size on BP_SentinelAI_C_SetLightAngleInTime"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightAngleInTime, TargetLightAngle) == 0x000000, "Member 'BP_SentinelAI_C_SetLightAngleInTime::TargetLightAngle' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightAngleInTime, Time) == 0x000004, "Member 'BP_SentinelAI_C_SetLightAngleInTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_SetLightAngleUpdate \ static_assert(alignof(BP_SentinelAI_C_SetLightAngleUpdate) == 0x000004, "Wrong alignment on BP_SentinelAI_C_SetLightAngleUpdate"); \ static_assert(sizeof(BP_SentinelAI_C_SetLightAngleUpdate) == 0x00000C, "Wrong size on BP_SentinelAI_C_SetLightAngleUpdate"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightAngleUpdate, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'BP_SentinelAI_C_SetLightAngleUpdate::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightAngleUpdate, CallFunc_SmoothFloat_ReturnValue) == 0x000004, "Member 'BP_SentinelAI_C_SetLightAngleUpdate::CallFunc_SmoothFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightAngleUpdate, CallFunc_Ease_ReturnValue) == 0x000008, "Member 'BP_SentinelAI_C_SetLightAngleUpdate::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_SetLightDirectionInTime \ static_assert(alignof(BP_SentinelAI_C_SetLightDirectionInTime) == 0x000004, "Wrong alignment on BP_SentinelAI_C_SetLightDirectionInTime"); \ static_assert(sizeof(BP_SentinelAI_C_SetLightDirectionInTime) == 0x000028, "Wrong size on BP_SentinelAI_C_SetLightDirectionInTime"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDirectionInTime, Time) == 0x000000, "Member 'BP_SentinelAI_C_SetLightDirectionInTime::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDirectionInTime, NewDirection) == 0x000004, "Member 'BP_SentinelAI_C_SetLightDirectionInTime::NewDirection' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDirectionInTime, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000010, "Member 'BP_SentinelAI_C_SetLightDirectionInTime::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDirectionInTime, CallFunc_GetForwardVector_ReturnValue) == 0x00001C, "Member 'BP_SentinelAI_C_SetLightDirectionInTime::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_SetLightDirectionUpdate \ static_assert(alignof(BP_SentinelAI_C_SetLightDirectionUpdate) == 0x000004, "Wrong alignment on BP_SentinelAI_C_SetLightDirectionUpdate"); \ static_assert(sizeof(BP_SentinelAI_C_SetLightDirectionUpdate) == 0x0000A4, "Wrong size on BP_SentinelAI_C_SetLightDirectionUpdate"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDirectionUpdate, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'BP_SentinelAI_C_SetLightDirectionUpdate::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDirectionUpdate, CallFunc_SmoothVector_ReturnValue) == 0x000004, "Member 'BP_SentinelAI_C_SetLightDirectionUpdate::CallFunc_SmoothVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDirectionUpdate, CallFunc_MakeRotFromX_ReturnValue) == 0x000010, "Member 'BP_SentinelAI_C_SetLightDirectionUpdate::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightDirectionUpdate, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x00001C, "Member 'BP_SentinelAI_C_SetLightDirectionUpdate::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_SetLightLookAtLocationInTime \ static_assert(alignof(BP_SentinelAI_C_SetLightLookAtLocationInTime) == 0x000004, "Wrong alignment on BP_SentinelAI_C_SetLightLookAtLocationInTime"); \ static_assert(sizeof(BP_SentinelAI_C_SetLightLookAtLocationInTime) == 0x000028, "Wrong size on BP_SentinelAI_C_SetLightLookAtLocationInTime"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightLookAtLocationInTime, LookAtLocation) == 0x000000, "Member 'BP_SentinelAI_C_SetLightLookAtLocationInTime::LookAtLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightLookAtLocationInTime, Time) == 0x00000C, "Member 'BP_SentinelAI_C_SetLightLookAtLocationInTime::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightLookAtLocationInTime, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_SentinelAI_C_SetLightLookAtLocationInTime::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_SetLightLookAtLocationInTime, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x00001C, "Member 'BP_SentinelAI_C_SetLightLookAtLocationInTime::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_ForceLightDirection \ static_assert(alignof(BP_SentinelAI_C_ForceLightDirection) == 0x000004, "Wrong alignment on BP_SentinelAI_C_ForceLightDirection"); \ static_assert(sizeof(BP_SentinelAI_C_ForceLightDirection) == 0x0000CC, "Wrong size on BP_SentinelAI_C_ForceLightDirection"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightDirection, Direction) == 0x000000, "Member 'BP_SentinelAI_C_ForceLightDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightDirection, Speed) == 0x00000C, "Member 'BP_SentinelAI_C_ForceLightDirection::Speed' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightDirection, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000010, "Member 'BP_SentinelAI_C_ForceLightDirection::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightDirection, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000014, "Member 'BP_SentinelAI_C_ForceLightDirection::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightDirection, CallFunc_GetForwardVector_ReturnValue) == 0x000020, "Member 'BP_SentinelAI_C_ForceLightDirection::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightDirection, CallFunc_VInterpTo_ReturnValue) == 0x00002C, "Member 'BP_SentinelAI_C_ForceLightDirection::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightDirection, CallFunc_MakeRotFromX_ReturnValue) == 0x000038, "Member 'BP_SentinelAI_C_ForceLightDirection::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightDirection, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000044, "Member 'BP_SentinelAI_C_ForceLightDirection::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_ForceLightLookAtLocation \ static_assert(alignof(BP_SentinelAI_C_ForceLightLookAtLocation) == 0x000004, "Wrong alignment on BP_SentinelAI_C_ForceLightLookAtLocation"); \ static_assert(sizeof(BP_SentinelAI_C_ForceLightLookAtLocation) == 0x000028, "Wrong size on BP_SentinelAI_C_ForceLightLookAtLocation"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightLookAtLocation, Location) == 0x000000, "Member 'BP_SentinelAI_C_ForceLightLookAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightLookAtLocation, Speed) == 0x00000C, "Member 'BP_SentinelAI_C_ForceLightLookAtLocation::Speed' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightLookAtLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_SentinelAI_C_ForceLightLookAtLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ForceLightLookAtLocation, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x00001C, "Member 'BP_SentinelAI_C_ForceLightLookAtLocation::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_HasHearedSound \ static_assert(alignof(BP_SentinelAI_C_HasHearedSound) == 0x000001, "Wrong alignment on BP_SentinelAI_C_HasHearedSound"); \ static_assert(sizeof(BP_SentinelAI_C_HasHearedSound) == 0x000001, "Wrong size on BP_SentinelAI_C_HasHearedSound"); \ static_assert(offsetof(BP_SentinelAI_C_HasHearedSound, HasHearedSound_0) == 0x000000, "Member 'BP_SentinelAI_C_HasHearedSound::HasHearedSound_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_TazerShoot \ static_assert(alignof(BP_SentinelAI_C_TazerShoot) == 0x000010, "Wrong alignment on BP_SentinelAI_C_TazerShoot"); \ static_assert(sizeof(BP_SentinelAI_C_TazerShoot) == 0x0000D0, "Wrong size on BP_SentinelAI_C_TazerShoot"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, ProjectileClass) == 0x000000, "Member 'BP_SentinelAI_C_TazerShoot::ProjectileClass' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, To_Location) == 0x000008, "Member 'BP_SentinelAI_C_TazerShoot::To_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, Projectile_Actor) == 0x000018, "Member 'BP_SentinelAI_C_TazerShoot::Projectile_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, TempProjectileClass) == 0x000020, "Member 'BP_SentinelAI_C_TazerShoot::TempProjectileClass' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, DirectionToTarget) == 0x000028, "Member 'BP_SentinelAI_C_TazerShoot::DirectionToTarget' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, CallFunc_GetSettings_ReturnValue) == 0x000038, "Member 'BP_SentinelAI_C_TazerShoot::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BP_SentinelAI_C_TazerShoot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00004C, "Member 'BP_SentinelAI_C_TazerShoot::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, CallFunc_IsValidClass_ReturnValue) == 0x000058, "Member 'BP_SentinelAI_C_TazerShoot::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x00005C, "Member 'BP_SentinelAI_C_TazerShoot::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, CallFunc_MakeTransform_ReturnValue) == 0x000070, "Member 'BP_SentinelAI_C_TazerShoot::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0000A0, "Member 'BP_SentinelAI_C_TazerShoot::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000B0, "Member 'BP_SentinelAI_C_TazerShoot::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000B8, "Member 'BP_SentinelAI_C_TazerShoot::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_TazerShoot, CallFunc_GetActorForwardVector_ReturnValue) == 0x0000C0, "Member 'BP_SentinelAI_C_TazerShoot::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_ComputeTazerAccuracy \ static_assert(alignof(BP_SentinelAI_C_ComputeTazerAccuracy) == 0x000008, "Wrong alignment on BP_SentinelAI_C_ComputeTazerAccuracy"); \ static_assert(sizeof(BP_SentinelAI_C_ComputeTazerAccuracy) == 0x000180, "Wrong size on BP_SentinelAI_C_ComputeTazerAccuracy"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, Target_Actor) == 0x000000, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::Target_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, InnerRadius) == 0x000008, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, Accuracy) == 0x00000C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::Accuracy' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, SpeedAccuracy_0) == 0x000010, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::SpeedAccuracy_0' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, TargetVelocity) == 0x000014, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::TargetVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, currentAccuracy) == 0x000018, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::currentAccuracy' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, DirectionToTargetDot) == 0x00001C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::DirectionToTargetDot' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, SameDirectionAngleDot) == 0x000020, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::SameDirectionAngleDot' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000034, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_GetSettings_ReturnValue) == 0x000040, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000048, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_VSizeXY_ReturnValue) == 0x000054, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Add_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_MapRangeClamped_ReturnValue) == 0x00005C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000060, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_NormalizeToRange_ReturnValue) == 0x000064, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_NormalizeToRange_ReturnValue_1) == 0x000068, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_NormalizeToRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_MapRangeClamped_ReturnValue_2) == 0x00006C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_FClamp_ReturnValue) == 0x000070, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_FClamp_ReturnValue_1) == 0x000074, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000078, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_GetVelocity_ReturnValue) == 0x00007C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_VSize_ReturnValue) == 0x000088, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_IsNearlyZero_ReturnValue) == 0x00008C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_IsNearlyZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_GetSettings_ReturnValue_1) == 0x000090, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_GetSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_GetForwardVector_ReturnValue) == 0x00009C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_ProjectVectorOnToPlane_ReturnValue) == 0x0000A8, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_ProjectVectorOnToPlane_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Normal_ReturnValue) == 0x0000B4, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_GetVelocity_ReturnValue_1) == 0x0000C0, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_GetActorForwardVector_ReturnValue) == 0x0000CC, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_ProjectVectorOnToPlane_ReturnValue_1) == 0x0000D8, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_ProjectVectorOnToPlane_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_ProjectVectorOnToPlane_ReturnValue_2) == 0x0000E4, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_ProjectVectorOnToPlane_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Normal_ReturnValue_1) == 0x0000F0, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000FC, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000100, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_MapRangeClamped_ReturnValue_3) == 0x00010C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_MapRangeClamped_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_GetSettings_ReturnValue_2) == 0x000110, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_GetSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_FMax_ReturnValue) == 0x000118, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00011C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x000120, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_NormalizeToRange_ReturnValue_2) == 0x00012C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_NormalizeToRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000130, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_FClamp_ReturnValue_2) == 0x00013C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000140, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00014C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x000150, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000154, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_DegAcos_ReturnValue) == 0x000158, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_GetActorForwardVector_ReturnValue_2) == 0x00015C, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_GetActorForwardVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_ProjectVectorOnToPlane_ReturnValue_3) == 0x000168, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_ProjectVectorOnToPlane_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_Dot_VectorVector_ReturnValue_2) == 0x000174, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_Dot_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ComputeTazerAccuracy, CallFunc_DegAcos_ReturnValue_1) == 0x000178, "Member 'BP_SentinelAI_C_ComputeTazerAccuracy::CallFunc_DegAcos_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_Draw_Debug \ static_assert(alignof(BP_SentinelAI_C_Draw_Debug) == 0x000008, "Wrong alignment on BP_SentinelAI_C_Draw_Debug"); \ static_assert(sizeof(BP_SentinelAI_C_Draw_Debug) == 0x000328, "Wrong size on BP_SentinelAI_C_Draw_Debug"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, OutterRadiusTemp) == 0x000000, "Member 'BP_SentinelAI_C_Draw_Debug::OutterRadiusTemp' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, InnerRadiusTemp) == 0x000004, "Member 'BP_SentinelAI_C_Draw_Debug::InnerRadiusTemp' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetSettings_ReturnValue) == 0x000008, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_AppendMultiple_ReturnValue) == 0x000020, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetSettings_ReturnValue_1) == 0x000030, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetSettings_ReturnValue_2) == 0x000040, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000054, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000060, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00006C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000078, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000084, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000088, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_MakeVector_ReturnValue) == 0x000094, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000A0, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000B0, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue) == 0x0000C0, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D0, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000E0, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_MakeVector_ReturnValue_1) == 0x0000EC, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x0000F8, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000108, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetDisplayName_ReturnValue) == 0x000118, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_AppendMultiple_ReturnValue_1) == 0x000128, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000138, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000144, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000150, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_3) == 0x00015C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, Temp_int_Variable) == 0x000168, "Member 'BP_SentinelAI_C_Draw_Debug::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_IntInt_ReturnValue) == 0x00016C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000170, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x00017C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_IntInt_ReturnValue_1) == 0x000188, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x00018C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000190, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Subtract_IntInt_ReturnValue) == 0x00019C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Clamp_ReturnValue) == 0x0001A0, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001A4, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetForwardVector_ReturnValue) == 0x0001A8, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0001B4, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x0001C0, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetVelocity_ReturnValue) == 0x0001CC, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x0001D8, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetPredictedShootLocation_ReturnValue) == 0x0001E4, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetPredictedShootLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0001F0, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_IsValid_ReturnValue) == 0x0001FC, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000200, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_IsActorInVision_ReturnValue) == 0x00020C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_IsActorInVision_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x000210, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetActorForwardVector_ReturnValue) == 0x00021C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x000228, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetXY_ReturnValue) == 0x000234, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000240, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x00024C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x000258, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_6) == 0x000264, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_10) == 0x000270, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_7) == 0x00027C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_8) == 0x000288, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_9) == 0x000294, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_11) == 0x0002A0, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetVelocity_ReturnValue_1) == 0x0002AC, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_12) == 0x0002B8, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetPredictedShootLocation_ReturnValue_1) == 0x0002C4, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetPredictedShootLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_10) == 0x0002D0, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_13) == 0x0002DC, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_Add_VectorVector_ReturnValue_11) == 0x0002E8, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_Add_VectorVector_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_14) == 0x0002F4, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetVelocity_ReturnValue_2) == 0x000300, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetVelocity_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_IsValid_ReturnValue_1) == 0x00030C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_K2_GetActorLocation_ReturnValue_15) == 0x000310, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_K2_GetActorLocation_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_Draw_Debug, CallFunc_GetPredictedShootLocation_ReturnValue_2) == 0x00031C, "Member 'BP_SentinelAI_C_Draw_Debug::CallFunc_GetPredictedShootLocation_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SentinelAI_C_ShootPrediction \ static_assert(alignof(BP_SentinelAI_C_ShootPrediction) == 0x000008, "Wrong alignment on BP_SentinelAI_C_ShootPrediction"); \ static_assert(sizeof(BP_SentinelAI_C_ShootPrediction) == 0x0000E8, "Wrong size on BP_SentinelAI_C_ShootPrediction"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, ShootLocation) == 0x000000, "Member 'BP_SentinelAI_C_ShootPrediction::ShootLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_GetSettings_ReturnValue) == 0x000010, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_GetSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_Lerp_ReturnValue) == 0x000018, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_GetSettings_ReturnValue_1) == 0x000020, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_GetSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_Lerp_ReturnValue_1) == 0x000028, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_Lerp_ReturnValue_2) == 0x00002C, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_Lerp_ReturnValue_3) == 0x000030, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_GetVelocity_ReturnValue) == 0x000034, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00004C, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000058, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000064, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_GetRandomPointAroundLocationInTorus_ReturnValue) == 0x000070, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_GetRandomPointAroundLocationInTorus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_GetPredictedShootLocation_ReturnValue) == 0x00007C, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_GetPredictedShootLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_GetVelocity_ReturnValue_1) == 0x000088, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000094, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0000A0, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0000AC, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_GetDirectionUnitVector_ReturnValue_1) == 0x0000B8, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_GetDirectionUnitVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_GetRandomPointAroundLocationInTorus_ReturnValue_1) == 0x0000C4, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_GetRandomPointAroundLocationInTorus_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_GetPredictedShootLocation_ReturnValue_1) == 0x0000D0, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_GetPredictedShootLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SentinelAI_C_ShootPrediction, CallFunc_Add_VectorVector_ReturnValue) == 0x0000DC, "Member 'BP_SentinelAI_C_ShootPrediction::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SentinelAI_C \ static_assert(alignof(ABP_SentinelAI_C) == 0x000010, "Wrong alignment on ABP_SentinelAI_C"); \ static_assert(sizeof(ABP_SentinelAI_C) == 0x0008D0, "Wrong size on ABP_SentinelAI_C"); \ static_assert(offsetof(ABP_SentinelAI_C, UberGraphFrame) == 0x000670, "Member 'ABP_SentinelAI_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, LaserPointLight) == 0x000678, "Member 'ABP_SentinelAI_C::LaserPointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, LaserStart) == 0x000680, "Member 'ABP_SentinelAI_C::LaserStart' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, noisable) == 0x000688, "Member 'ABP_SentinelAI_C::noisable' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, ProximitySphereDetector) == 0x000690, "Member 'ABP_SentinelAI_C::ProximitySphereDetector' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, talkable) == 0x000698, "Member 'ABP_SentinelAI_C::talkable' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, GridSnapping) == 0x0006A0, "Member 'ABP_SentinelAI_C::GridSnapping' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, COMP_simpleLooper_patrol) == 0x0006A8, "Member 'ABP_SentinelAI_C::COMP_simpleLooper_patrol' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, COMP_Voice) == 0x0006B0, "Member 'ABP_SentinelAI_C::COMP_Voice' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TazerLoadingSound) == 0x0006B8, "Member 'ABP_SentinelAI_C::TazerLoadingSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, COMP_CameraTarget) == 0x0006C0, "Member 'ABP_SentinelAI_C::COMP_CameraTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, SelfIlluminationPointLight) == 0x0006C8, "Member 'ABP_SentinelAI_C::SelfIlluminationPointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, VisionSpotLight) == 0x0006D0, "Member 'ABP_SentinelAI_C::VisionSpotLight' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, Arrow1) == 0x0006D8, "Member 'ABP_SentinelAI_C::Arrow1' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, SentinelMesh) == 0x0006E0, "Member 'ABP_SentinelAI_C::SentinelMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TargetLightColor) == 0x0006E8, "Member 'ABP_SentinelAI_C::TargetLightColor' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, Dyn_Mat_SentinelLightColor) == 0x0006F8, "Member 'ABP_SentinelAI_C::Dyn_Mat_SentinelLightColor' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, DefaultLightColor) == 0x000700, "Member 'ABP_SentinelAI_C::DefaultLightColor' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, DefaultLightDistance) == 0x000710, "Member 'ABP_SentinelAI_C::DefaultLightDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, InitialTargetLightDistance) == 0x000714, "Member 'ABP_SentinelAI_C::InitialTargetLightDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, InitialTargetLightAngle) == 0x000718, "Member 'ABP_SentinelAI_C::InitialTargetLightAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, DefaultLightAngle) == 0x00071C, "Member 'ABP_SentinelAI_C::DefaultLightAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, bHearedSound) == 0x000720, "Member 'ABP_SentinelAI_C::bHearedSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, HearedExpireTime) == 0x000724, "Member 'ABP_SentinelAI_C::HearedExpireTime' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, HearedSoundLastLocation) == 0x000728, "Member 'ABP_SentinelAI_C::HearedSoundLastLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, DefaultLightDirection) == 0x000734, "Member 'ABP_SentinelAI_C::DefaultLightDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TargetLightDirection) == 0x000740, "Member 'ABP_SentinelAI_C::TargetLightDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, bIsForcingLightDirection) == 0x00074C, "Member 'ABP_SentinelAI_C::bIsForcingLightDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, CurrentState) == 0x00074D, "Member 'ABP_SentinelAI_C::CurrentState' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TargetLightColorFloatSmoother) == 0x000750, "Member 'ABP_SentinelAI_C::TargetLightColorFloatSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TargetLightDistanceSmoother) == 0x00075C, "Member 'ABP_SentinelAI_C::TargetLightDistanceSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TargetLightAngleSmoother) == 0x000768, "Member 'ABP_SentinelAI_C::TargetLightAngleSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TargetLightDirectionSmoother) == 0x000774, "Member 'ABP_SentinelAI_C::TargetLightDirectionSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, bTazerCanShoot) == 0x000790, "Member 'ABP_SentinelAI_C::bTazerCanShoot' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TazerShootCount) == 0x000794, "Member 'ABP_SentinelAI_C::TazerShootCount' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TazerTempTargetActor) == 0x000798, "Member 'ABP_SentinelAI_C::TazerTempTargetActor' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, CurrentTazzerAimInnerRadius) == 0x0007A0, "Member 'ABP_SentinelAI_C::CurrentTazzerAimInnerRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, CurrentTazzerAimOutterRadius) == 0x0007A4, "Member 'ABP_SentinelAI_C::CurrentTazzerAimOutterRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TempTazerTargetLocation) == 0x0007A8, "Member 'ABP_SentinelAI_C::TempTazerTargetLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, ActorsInDetectionZone) == 0x0007B8, "Member 'ABP_SentinelAI_C::ActorsInDetectionZone' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TazerLoadingSmoother) == 0x0007C8, "Member 'ABP_SentinelAI_C::TazerLoadingSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TazerPrecisionSmoother) == 0x0007D4, "Member 'ABP_SentinelAI_C::TazerPrecisionSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TazerCurrentLoadingValue) == 0x0007E0, "Member 'ABP_SentinelAI_C::TazerCurrentLoadingValue' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, Sentinel_Mat) == 0x0007E8, "Member 'ABP_SentinelAI_C::Sentinel_Mat' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, BeforeLookAtRelativeSpotlightRotation) == 0x0007F0, "Member 'ABP_SentinelAI_C::BeforeLookAtRelativeSpotlightRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, InitialVisionSpotlightRelativeRotation) == 0x0007FC, "Member 'ABP_SentinelAI_C::InitialVisionSpotlightRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, VisionSpotlightRotationFloatSmoother) == 0x000808, "Member 'ABP_SentinelAI_C::VisionSpotlightRotationFloatSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, EyeVisionRotationSmoother) == 0x000820, "Member 'ABP_SentinelAI_C::EyeVisionRotationSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, sfx_state) == 0x000850, "Member 'ABP_SentinelAI_C::sfx_state' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, LockedOnCat) == 0x000851, "Member 'ABP_SentinelAI_C::LockedOnCat' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, LockedOnThisActor) == 0x000858, "Member 'ABP_SentinelAI_C::LockedOnThisActor' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, BeamWidth) == 0x000860, "Member 'ABP_SentinelAI_C::BeamWidth' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, BeamOpacity) == 0x000864, "Member 'ABP_SentinelAI_C::BeamOpacity' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, BeamTargetLocation) == 0x000868, "Member 'ABP_SentinelAI_C::BeamTargetLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, BeamTraceTargetLocation) == 0x000874, "Member 'ABP_SentinelAI_C::BeamTraceTargetLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, bLightLinkToTazer) == 0x000880, "Member 'ABP_SentinelAI_C::bLightLinkToTazer' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TazerPrecision) == 0x000884, "Member 'ABP_SentinelAI_C::TazerPrecision' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TempTazerTargetVelocity) == 0x000888, "Member 'ABP_SentinelAI_C::TempTazerTargetVelocity' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, CurrentTazzerTargetLocation) == 0x000894, "Member 'ABP_SentinelAI_C::CurrentTazzerTargetLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, Inner_Radius) == 0x0008A0, "Member 'ABP_SentinelAI_C::Inner_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, CurrentTazerPrecision) == 0x0008A4, "Member 'ABP_SentinelAI_C::CurrentTazerPrecision' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, bTazerTargetIsDead) == 0x0008A8, "Member 'ABP_SentinelAI_C::bTazerTargetIsDead' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TazerDistanceRatio) == 0x0008AC, "Member 'ABP_SentinelAI_C::TazerDistanceRatio' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, laserDirection) == 0x0008B0, "Member 'ABP_SentinelAI_C::laserDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, TazerHitTarget) == 0x0008BC, "Member 'ABP_SentinelAI_C::TazerHitTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_SentinelAI_C, SpeedAccuracy) == 0x0008C0, "Member 'ABP_SentinelAI_C::SpeedAccuracy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_0_LifeComponentKilledDelegate__DelegateSignature \ static_assert(alignof(BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_0_LifeComponentKilledDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_0_LifeComponentKilledDelegate__DelegateSignature"); \ static_assert(sizeof(BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_0_LifeComponentKilledDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_0_LifeComponentKilledDelegate__DelegateSignature"); \ static_assert(offsetof(BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_0_LifeComponentKilledDelegate__DelegateSignature, bpp___lifeComponent__pf) == 0x000000, "Member 'BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_0_LifeComponentKilledDelegate__DelegateSignature::bpp___lifeComponent__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_0_LifeComponentKilledDelegate__DelegateSignature, bpp___killer__pf) == 0x000008, "Member 'BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_0_LifeComponentKilledDelegate__DelegateSignature::bpp___killer__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_2_LifeComponentRevivedDelegate__DelegateSignature \ static_assert(alignof(BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_2_LifeComponentRevivedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_2_LifeComponentRevivedDelegate__DelegateSignature"); \ static_assert(sizeof(BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_2_LifeComponentRevivedDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_2_LifeComponentRevivedDelegate__DelegateSignature"); \ static_assert(offsetof(BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_2_LifeComponentRevivedDelegate__DelegateSignature, bpp___lifeComponent__pf) == 0x000000, "Member 'BP_CatPawn_C_BndEvt__BP_CatPawn_m_lifeComponent_K2Node_ComponentBoundEvent_2_LifeComponentRevivedDelegate__DelegateSignature::bpp___lifeComponent__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_CheckJumpValidity \ static_assert(alignof(BP_CatPawn_C_CheckJumpValidity) == 0x000010, "Wrong alignment on BP_CatPawn_C_CheckJumpValidity"); \ static_assert(sizeof(BP_CatPawn_C_CheckJumpValidity) == 0x000480, "Wrong size on BP_CatPawn_C_CheckJumpValidity"); \ static_assert(offsetof(BP_CatPawn_C_CheckJumpValidity, bpp___jumpTargets__pf__const) == 0x000000, "Member 'BP_CatPawn_C_CheckJumpValidity::bpp___jumpTargets__pf__const' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_CheckJumpValidity, bpp___failReason__pf) == 0x000460, "Member 'BP_CatPawn_C_CheckJumpValidity::bpp___failReason__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_CheckJumpValidity, ReturnValue) == 0x000470, "Member 'BP_CatPawn_C_CheckJumpValidity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_Custom_LookAt \ static_assert(alignof(BP_CatPawn_C_Custom_LookAt) == 0x000004, "Wrong alignment on BP_CatPawn_C_Custom_LookAt"); \ static_assert(sizeof(BP_CatPawn_C_Custom_LookAt) == 0x000010, "Wrong size on BP_CatPawn_C_Custom_LookAt"); \ static_assert(offsetof(BP_CatPawn_C_Custom_LookAt, bpp__LookAtxOnxOff__pfTE) == 0x000000, "Member 'BP_CatPawn_C_Custom_LookAt::bpp__LookAtxOnxOff__pfTE' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_Custom_LookAt, bpp__LookAtxLocation__pfT) == 0x000004, "Member 'BP_CatPawn_C_Custom_LookAt::bpp__LookAtxLocation__pfT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_11 \ static_assert(alignof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_11) == 0x000004, "Wrong alignment on BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_11"); \ static_assert(sizeof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_11) == 0x000004, "Wrong size on BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_11"); \ static_assert(offsetof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_11, bpp__EntryPoint__pf) == 0x000000, "Member 'BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_11::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_35 \ static_assert(alignof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_35) == 0x000004, "Wrong alignment on BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_35"); \ static_assert(sizeof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_35) == 0x000004, "Wrong size on BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_35"); \ static_assert(offsetof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_35, bpp__EntryPoint__pf) == 0x000000, "Member 'BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_35::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_6 \ static_assert(alignof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_6) == 0x000004, "Wrong alignment on BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_6"); \ static_assert(sizeof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_6) == 0x000004, "Wrong size on BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_6"); \ static_assert(offsetof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_6, bpp__EntryPoint__pf) == 0x000000, "Member 'BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_6::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_7 \ static_assert(alignof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_7) == 0x000004, "Wrong alignment on BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_7"); \ static_assert(sizeof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_7) == 0x000004, "Wrong size on BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_7"); \ static_assert(offsetof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_7, bpp__EntryPoint__pf) == 0x000000, "Member 'BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_7::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_8 \ static_assert(alignof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_8) == 0x000004, "Wrong alignment on BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_8"); \ static_assert(sizeof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_8) == 0x000004, "Wrong size on BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_8"); \ static_assert(offsetof(BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_8, bpp__EntryPoint__pf) == 0x000000, "Member 'BP_CatPawn_C_ExecuteUbergraph_BP_CatPawn_8::bpp__EntryPoint__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_GetBestJump \ static_assert(alignof(BP_CatPawn_C_GetBestJump) == 0x000010, "Wrong alignment on BP_CatPawn_C_GetBestJump"); \ static_assert(sizeof(BP_CatPawn_C_GetBestJump) == 0x000480, "Wrong size on BP_CatPawn_C_GetBestJump"); \ static_assert(offsetof(BP_CatPawn_C_GetBestJump, bpp__JumpxData__pfT) == 0x000000, "Member 'BP_CatPawn_C_GetBestJump::bpp__JumpxData__pfT' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_GetBestJump, bpp__BestJump__pf) == 0x000010, "Member 'BP_CatPawn_C_GetBestJump::bpp__BestJump__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_GetBestJump, bpp__Score__pf) == 0x000470, "Member 'BP_CatPawn_C_GetBestJump::bpp__Score__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_GetGrabbedActor \ static_assert(alignof(BP_CatPawn_C_GetGrabbedActor) == 0x000008, "Wrong alignment on BP_CatPawn_C_GetGrabbedActor"); \ static_assert(sizeof(BP_CatPawn_C_GetGrabbedActor) == 0x000008, "Wrong size on BP_CatPawn_C_GetGrabbedActor"); \ static_assert(offsetof(BP_CatPawn_C_GetGrabbedActor, bpp__GrabbedActor__pf) == 0x000000, "Member 'BP_CatPawn_C_GetGrabbedActor::bpp__GrabbedActor__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_GetGrabbedComponent \ static_assert(alignof(BP_CatPawn_C_GetGrabbedComponent) == 0x000008, "Wrong alignment on BP_CatPawn_C_GetGrabbedComponent"); \ static_assert(sizeof(BP_CatPawn_C_GetGrabbedComponent) == 0x000008, "Wrong size on BP_CatPawn_C_GetGrabbedComponent"); \ static_assert(offsetof(BP_CatPawn_C_GetGrabbedComponent, bpp__Grabbable__pf) == 0x000000, "Member 'BP_CatPawn_C_GetGrabbedComponent::bpp__Grabbable__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_GetLookAtOffset \ static_assert(alignof(BP_CatPawn_C_GetLookAtOffset) == 0x000004, "Wrong alignment on BP_CatPawn_C_GetLookAtOffset"); \ static_assert(sizeof(BP_CatPawn_C_GetLookAtOffset) == 0x00000C, "Wrong size on BP_CatPawn_C_GetLookAtOffset"); \ static_assert(offsetof(BP_CatPawn_C_GetLookAtOffset, ReturnValue) == 0x000000, "Member 'BP_CatPawn_C_GetLookAtOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_informClosestZurgSwarm \ static_assert(alignof(BP_CatPawn_C_informClosestZurgSwarm) == 0x000004, "Wrong alignment on BP_CatPawn_C_informClosestZurgSwarm"); \ static_assert(sizeof(BP_CatPawn_C_informClosestZurgSwarm) == 0x000008, "Wrong size on BP_CatPawn_C_informClosestZurgSwarm"); \ static_assert(offsetof(BP_CatPawn_C_informClosestZurgSwarm, bpp__closestDanger__pf) == 0x000000, "Member 'BP_CatPawn_C_informClosestZurgSwarm::bpp__closestDanger__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_informClosestZurgSwarm, bpp__IsFeedbackOn__pf) == 0x000004, "Member 'BP_CatPawn_C_informClosestZurgSwarm::bpp__IsFeedbackOn__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_InternalOnMeowed \ static_assert(alignof(BP_CatPawn_C_InternalOnMeowed) == 0x000001, "Wrong alignment on BP_CatPawn_C_InternalOnMeowed"); \ static_assert(sizeof(BP_CatPawn_C_InternalOnMeowed) == 0x000001, "Wrong size on BP_CatPawn_C_InternalOnMeowed"); \ static_assert(offsetof(BP_CatPawn_C_InternalOnMeowed, bpp__IsGameplayMeow__pf) == 0x000000, "Member 'BP_CatPawn_C_InternalOnMeowed::bpp__IsGameplayMeow__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_IsCrawling \ static_assert(alignof(BP_CatPawn_C_IsCrawling) == 0x000001, "Wrong alignment on BP_CatPawn_C_IsCrawling"); \ static_assert(sizeof(BP_CatPawn_C_IsCrawling) == 0x000001, "Wrong size on BP_CatPawn_C_IsCrawling"); \ static_assert(offsetof(BP_CatPawn_C_IsCrawling, bpp__IsCrawling__pf) == 0x000000, "Member 'BP_CatPawn_C_IsCrawling::bpp__IsCrawling__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_IsInCinematic \ static_assert(alignof(BP_CatPawn_C_IsInCinematic) == 0x000001, "Wrong alignment on BP_CatPawn_C_IsInCinematic"); \ static_assert(sizeof(BP_CatPawn_C_IsInCinematic) == 0x000001, "Wrong size on BP_CatPawn_C_IsInCinematic"); \ static_assert(offsetof(BP_CatPawn_C_IsInCinematic, bpp__InCinematic__pf) == 0x000000, "Member 'BP_CatPawn_C_IsInCinematic::bpp__InCinematic__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_IsMeowing \ static_assert(alignof(BP_CatPawn_C_IsMeowing) == 0x000001, "Wrong alignment on BP_CatPawn_C_IsMeowing"); \ static_assert(sizeof(BP_CatPawn_C_IsMeowing) == 0x000001, "Wrong size on BP_CatPawn_C_IsMeowing"); \ static_assert(offsetof(BP_CatPawn_C_IsMeowing, bpp__IsMeowing__pf) == 0x000000, "Member 'BP_CatPawn_C_IsMeowing::bpp__IsMeowing__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_IsRailIgnoredObstacle \ static_assert(alignof(BP_CatPawn_C_IsRailIgnoredObstacle) == 0x000008, "Wrong alignment on BP_CatPawn_C_IsRailIgnoredObstacle"); \ static_assert(sizeof(BP_CatPawn_C_IsRailIgnoredObstacle) == 0x000010, "Wrong size on BP_CatPawn_C_IsRailIgnoredObstacle"); \ static_assert(offsetof(BP_CatPawn_C_IsRailIgnoredObstacle, bpp___actor__pf__const) == 0x000000, "Member 'BP_CatPawn_C_IsRailIgnoredObstacle::bpp___actor__pf__const' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_IsRailIgnoredObstacle, ReturnValue) == 0x000008, "Member 'BP_CatPawn_C_IsRailIgnoredObstacle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_Miaou_Tick \ static_assert(alignof(BP_CatPawn_C_Miaou_Tick) == 0x000004, "Wrong alignment on BP_CatPawn_C_Miaou_Tick"); \ static_assert(sizeof(BP_CatPawn_C_Miaou_Tick) == 0x000004, "Wrong size on BP_CatPawn_C_Miaou_Tick"); \ static_assert(offsetof(BP_CatPawn_C_Miaou_Tick, bpp__deltaxtime__pfT) == 0x000000, "Member 'BP_CatPawn_C_Miaou_Tick::bpp__deltaxtime__pfT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_NotifyObjectDropped \ static_assert(alignof(BP_CatPawn_C_NotifyObjectDropped) == 0x000008, "Wrong alignment on BP_CatPawn_C_NotifyObjectDropped"); \ static_assert(sizeof(BP_CatPawn_C_NotifyObjectDropped) == 0x000008, "Wrong size on BP_CatPawn_C_NotifyObjectDropped"); \ static_assert(offsetof(BP_CatPawn_C_NotifyObjectDropped, bpp__Grabbable__pf) == 0x000000, "Member 'BP_CatPawn_C_NotifyObjectDropped::bpp__Grabbable__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_NotifyObjectGrabbed \ static_assert(alignof(BP_CatPawn_C_NotifyObjectGrabbed) == 0x000008, "Wrong alignment on BP_CatPawn_C_NotifyObjectGrabbed"); \ static_assert(sizeof(BP_CatPawn_C_NotifyObjectGrabbed) == 0x000008, "Wrong size on BP_CatPawn_C_NotifyObjectGrabbed"); \ static_assert(offsetof(BP_CatPawn_C_NotifyObjectGrabbed, bpp__Grabbable__pf) == 0x000000, "Member 'BP_CatPawn_C_NotifyObjectGrabbed::bpp__Grabbable__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_OnBodyCollision \ static_assert(alignof(BP_CatPawn_C_OnBodyCollision) == 0x000008, "Wrong alignment on BP_CatPawn_C_OnBodyCollision"); \ static_assert(sizeof(BP_CatPawn_C_OnBodyCollision) == 0x000018, "Wrong size on BP_CatPawn_C_OnBodyCollision"); \ static_assert(offsetof(BP_CatPawn_C_OnBodyCollision, bpp___otherComponent__pf) == 0x000000, "Member 'BP_CatPawn_C_OnBodyCollision::bpp___otherComponent__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_OnBodyCollision, bpp___collisionNormal__pf) == 0x000008, "Member 'BP_CatPawn_C_OnBodyCollision::bpp___collisionNormal__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_OnBodyCollision, bpp___collisionDepth__pf) == 0x000014, "Member 'BP_CatPawn_C_OnBodyCollision::bpp___collisionDepth__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_OnBodyComponentHit \ static_assert(alignof(BP_CatPawn_C_OnBodyComponentHit) == 0x000008, "Wrong alignment on BP_CatPawn_C_OnBodyComponentHit"); \ static_assert(sizeof(BP_CatPawn_C_OnBodyComponentHit) == 0x0000B0, "Wrong size on BP_CatPawn_C_OnBodyComponentHit"); \ static_assert(offsetof(BP_CatPawn_C_OnBodyComponentHit, bpp__HitComponent__pf) == 0x000000, "Member 'BP_CatPawn_C_OnBodyComponentHit::bpp__HitComponent__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_OnBodyComponentHit, bpp__OtherActor__pf) == 0x000008, "Member 'BP_CatPawn_C_OnBodyComponentHit::bpp__OtherActor__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_OnBodyComponentHit, bpp__OtherComp__pf) == 0x000010, "Member 'BP_CatPawn_C_OnBodyComponentHit::bpp__OtherComp__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_OnBodyComponentHit, bpp__NormalImpulse__pf) == 0x000018, "Member 'BP_CatPawn_C_OnBodyComponentHit::bpp__NormalImpulse__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_OnBodyComponentHit, bpp__Hit__pf__const) == 0x000024, "Member 'BP_CatPawn_C_OnBodyComponentHit::bpp__Hit__pf__const' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_OnJumpEnded \ static_assert(alignof(BP_CatPawn_C_OnJumpEnded) == 0x000008, "Wrong alignment on BP_CatPawn_C_OnJumpEnded"); \ static_assert(sizeof(BP_CatPawn_C_OnJumpEnded) == 0x000008, "Wrong size on BP_CatPawn_C_OnJumpEnded"); \ static_assert(offsetof(BP_CatPawn_C_OnJumpEnded, bpp___catPawn__pf) == 0x000000, "Member 'BP_CatPawn_C_OnJumpEnded::bpp___catPawn__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_OnMeowed \ static_assert(alignof(BP_CatPawn_C_OnMeowed) == 0x000001, "Wrong alignment on BP_CatPawn_C_OnMeowed"); \ static_assert(sizeof(BP_CatPawn_C_OnMeowed) == 0x000001, "Wrong size on BP_CatPawn_C_OnMeowed"); \ static_assert(offsetof(BP_CatPawn_C_OnMeowed, bpp___isGameplayMeow__pf) == 0x000000, "Member 'BP_CatPawn_C_OnMeowed::bpp___isGameplayMeow__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_OnResetInput \ static_assert(alignof(BP_CatPawn_C_OnResetInput) == 0x000004, "Wrong alignment on BP_CatPawn_C_OnResetInput"); \ static_assert(sizeof(BP_CatPawn_C_OnResetInput) == 0x00000C, "Wrong size on BP_CatPawn_C_OnResetInput"); \ static_assert(offsetof(BP_CatPawn_C_OnResetInput, bpp___worldInput__pf) == 0x000000, "Member 'BP_CatPawn_C_OnResetInput::bpp___worldInput__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_Pilot \ static_assert(alignof(BP_CatPawn_C_Pilot) == 0x000004, "Wrong alignment on BP_CatPawn_C_Pilot"); \ static_assert(sizeof(BP_CatPawn_C_Pilot) == 0x00001C, "Wrong size on BP_CatPawn_C_Pilot"); \ static_assert(offsetof(BP_CatPawn_C_Pilot, bpp__Input__pf) == 0x000000, "Member 'BP_CatPawn_C_Pilot::bpp__Input__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_Pilot, bpp__Dt__pf) == 0x00000C, "Member 'BP_CatPawn_C_Pilot::bpp__Dt__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_Pilot, bpp__CorrectedInputColl__pf) == 0x000010, "Member 'BP_CatPawn_C_Pilot::bpp__CorrectedInputColl__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_ReceiveEndPlay \ static_assert(alignof(BP_CatPawn_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_CatPawn_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_CatPawn_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_CatPawn_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_CatPawn_C_ReceiveEndPlay, bpp__EndPlayReason__pf) == 0x000000, "Member 'BP_CatPawn_C_ReceiveEndPlay::bpp__EndPlayReason__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_ReceiveTick \ static_assert(alignof(BP_CatPawn_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CatPawn_C_ReceiveTick"); \ static_assert(sizeof(BP_CatPawn_C_ReceiveTick) == 0x000004, "Wrong size on BP_CatPawn_C_ReceiveTick"); \ static_assert(offsetof(BP_CatPawn_C_ReceiveTick, bpp__DeltaSeconds__pf) == 0x000000, "Member 'BP_CatPawn_C_ReceiveTick::bpp__DeltaSeconds__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_RegisterOtherCats \ static_assert(alignof(BP_CatPawn_C_RegisterOtherCats) == 0x000008, "Wrong alignment on BP_CatPawn_C_RegisterOtherCats"); \ static_assert(sizeof(BP_CatPawn_C_RegisterOtherCats) == 0x000010, "Wrong size on BP_CatPawn_C_RegisterOtherCats"); \ static_assert(offsetof(BP_CatPawn_C_RegisterOtherCats, bpp__OtherCats__pf__const) == 0x000000, "Member 'BP_CatPawn_C_RegisterOtherCats::bpp__OtherCats__pf__const' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_RequestMeow \ static_assert(alignof(BP_CatPawn_C_RequestMeow) == 0x000001, "Wrong alignment on BP_CatPawn_C_RequestMeow"); \ static_assert(sizeof(BP_CatPawn_C_RequestMeow) == 0x000001, "Wrong size on BP_CatPawn_C_RequestMeow"); \ static_assert(offsetof(BP_CatPawn_C_RequestMeow, bpp__sfx__pf) == 0x000000, "Member 'BP_CatPawn_C_RequestMeow::bpp__sfx__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_requestMiaouType \ static_assert(alignof(BP_CatPawn_C_requestMiaouType) == 0x000004, "Wrong alignment on BP_CatPawn_C_requestMiaouType"); \ static_assert(sizeof(BP_CatPawn_C_requestMiaouType) == 0x000008, "Wrong size on BP_CatPawn_C_requestMiaouType"); \ static_assert(offsetof(BP_CatPawn_C_requestMiaouType, bpp__miaouxtype__pfT) == 0x000000, "Member 'BP_CatPawn_C_requestMiaouType::bpp__miaouxtype__pfT' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_requestMiaouType, bpp__maximumxduration__pfT) == 0x000004, "Member 'BP_CatPawn_C_requestMiaouType::bpp__maximumxduration__pfT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_SetBackpackFur \ static_assert(alignof(BP_CatPawn_C_SetBackpackFur) == 0x000001, "Wrong alignment on BP_CatPawn_C_SetBackpackFur"); \ static_assert(sizeof(BP_CatPawn_C_SetBackpackFur) == 0x000001, "Wrong size on BP_CatPawn_C_SetBackpackFur"); \ static_assert(offsetof(BP_CatPawn_C_SetBackpackFur, bpp___backpackOn__pf) == 0x000000, "Member 'BP_CatPawn_C_SetBackpackFur::bpp___backpackOn__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_ShouldDoB12CallLookAt \ static_assert(alignof(BP_CatPawn_C_ShouldDoB12CallLookAt) == 0x000001, "Wrong alignment on BP_CatPawn_C_ShouldDoB12CallLookAt"); \ static_assert(sizeof(BP_CatPawn_C_ShouldDoB12CallLookAt) == 0x000001, "Wrong size on BP_CatPawn_C_ShouldDoB12CallLookAt"); \ static_assert(offsetof(BP_CatPawn_C_ShouldDoB12CallLookAt, bpp__Value__pf) == 0x000000, "Member 'BP_CatPawn_C_ShouldDoB12CallLookAt::bpp__Value__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_Tick_6246EF4646E19036986D72BAD35F862B \ static_assert(alignof(BP_CatPawn_C_Tick_6246EF4646E19036986D72BAD35F862B) == 0x000004, "Wrong alignment on BP_CatPawn_C_Tick_6246EF4646E19036986D72BAD35F862B"); \ static_assert(sizeof(BP_CatPawn_C_Tick_6246EF4646E19036986D72BAD35F862B) == 0x000004, "Wrong size on BP_CatPawn_C_Tick_6246EF4646E19036986D72BAD35F862B"); \ static_assert(offsetof(BP_CatPawn_C_Tick_6246EF4646E19036986D72BAD35F862B, bpp__Ratio__pf) == 0x000000, "Member 'BP_CatPawn_C_Tick_6246EF4646E19036986D72BAD35F862B::bpp__Ratio__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_Tick_6246EF4646E19036986D72BAF334FC47 \ static_assert(alignof(BP_CatPawn_C_Tick_6246EF4646E19036986D72BAF334FC47) == 0x000004, "Wrong alignment on BP_CatPawn_C_Tick_6246EF4646E19036986D72BAF334FC47"); \ static_assert(sizeof(BP_CatPawn_C_Tick_6246EF4646E19036986D72BAF334FC47) == 0x000004, "Wrong size on BP_CatPawn_C_Tick_6246EF4646E19036986D72BAF334FC47"); \ static_assert(offsetof(BP_CatPawn_C_Tick_6246EF4646E19036986D72BAF334FC47, bpp__Ratio__pf) == 0x000000, "Member 'BP_CatPawn_C_Tick_6246EF4646E19036986D72BAF334FC47::bpp__Ratio__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_TraceDone_2222196049B2523003211D9D778F740D \ static_assert(alignof(BP_CatPawn_C_TraceDone_2222196049B2523003211D9D778F740D) == 0x000004, "Wrong alignment on BP_CatPawn_C_TraceDone_2222196049B2523003211D9D778F740D"); \ static_assert(sizeof(BP_CatPawn_C_TraceDone_2222196049B2523003211D9D778F740D) == 0x00008C, "Wrong size on BP_CatPawn_C_TraceDone_2222196049B2523003211D9D778F740D"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_2222196049B2523003211D9D778F740D, bpp__HasHit__pf) == 0x000000, "Member 'BP_CatPawn_C_TraceDone_2222196049B2523003211D9D778F740D::bpp__HasHit__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_2222196049B2523003211D9D778F740D, bpp__Hit__pf) == 0x000004, "Member 'BP_CatPawn_C_TraceDone_2222196049B2523003211D9D778F740D::bpp__Hit__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_TraceDone_4AB22679471F1338D1045F9A6149D216 \ static_assert(alignof(BP_CatPawn_C_TraceDone_4AB22679471F1338D1045F9A6149D216) == 0x000004, "Wrong alignment on BP_CatPawn_C_TraceDone_4AB22679471F1338D1045F9A6149D216"); \ static_assert(sizeof(BP_CatPawn_C_TraceDone_4AB22679471F1338D1045F9A6149D216) == 0x00008C, "Wrong size on BP_CatPawn_C_TraceDone_4AB22679471F1338D1045F9A6149D216"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_4AB22679471F1338D1045F9A6149D216, bpp__HasHit__pf) == 0x000000, "Member 'BP_CatPawn_C_TraceDone_4AB22679471F1338D1045F9A6149D216::bpp__HasHit__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_4AB22679471F1338D1045F9A6149D216, bpp__Hit__pf) == 0x000004, "Member 'BP_CatPawn_C_TraceDone_4AB22679471F1338D1045F9A6149D216::bpp__Hit__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_TraceDone_8EBCEA084657FA49C26CE89432637699 \ static_assert(alignof(BP_CatPawn_C_TraceDone_8EBCEA084657FA49C26CE89432637699) == 0x000004, "Wrong alignment on BP_CatPawn_C_TraceDone_8EBCEA084657FA49C26CE89432637699"); \ static_assert(sizeof(BP_CatPawn_C_TraceDone_8EBCEA084657FA49C26CE89432637699) == 0x00008C, "Wrong size on BP_CatPawn_C_TraceDone_8EBCEA084657FA49C26CE89432637699"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_8EBCEA084657FA49C26CE89432637699, bpp__HasHit__pf) == 0x000000, "Member 'BP_CatPawn_C_TraceDone_8EBCEA084657FA49C26CE89432637699::bpp__HasHit__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_8EBCEA084657FA49C26CE89432637699, bpp__Hit__pf) == 0x000004, "Member 'BP_CatPawn_C_TraceDone_8EBCEA084657FA49C26CE89432637699::bpp__Hit__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_TraceDone_B3CB66934238B75CE15E8588E954AED5 \ static_assert(alignof(BP_CatPawn_C_TraceDone_B3CB66934238B75CE15E8588E954AED5) == 0x000004, "Wrong alignment on BP_CatPawn_C_TraceDone_B3CB66934238B75CE15E8588E954AED5"); \ static_assert(sizeof(BP_CatPawn_C_TraceDone_B3CB66934238B75CE15E8588E954AED5) == 0x00008C, "Wrong size on BP_CatPawn_C_TraceDone_B3CB66934238B75CE15E8588E954AED5"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_B3CB66934238B75CE15E8588E954AED5, bpp__HasHit__pf) == 0x000000, "Member 'BP_CatPawn_C_TraceDone_B3CB66934238B75CE15E8588E954AED5::bpp__HasHit__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_B3CB66934238B75CE15E8588E954AED5, bpp__Hit__pf) == 0x000004, "Member 'BP_CatPawn_C_TraceDone_B3CB66934238B75CE15E8588E954AED5::bpp__Hit__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_TraceDone_D04BA825482040E16BB1AFB76F85D1D0 \ static_assert(alignof(BP_CatPawn_C_TraceDone_D04BA825482040E16BB1AFB76F85D1D0) == 0x000004, "Wrong alignment on BP_CatPawn_C_TraceDone_D04BA825482040E16BB1AFB76F85D1D0"); \ static_assert(sizeof(BP_CatPawn_C_TraceDone_D04BA825482040E16BB1AFB76F85D1D0) == 0x00008C, "Wrong size on BP_CatPawn_C_TraceDone_D04BA825482040E16BB1AFB76F85D1D0"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_D04BA825482040E16BB1AFB76F85D1D0, bpp__HasHit__pf) == 0x000000, "Member 'BP_CatPawn_C_TraceDone_D04BA825482040E16BB1AFB76F85D1D0::bpp__HasHit__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_D04BA825482040E16BB1AFB76F85D1D0, bpp__Hit__pf) == 0x000004, "Member 'BP_CatPawn_C_TraceDone_D04BA825482040E16BB1AFB76F85D1D0::bpp__Hit__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_TraceDone_D2459D3C442A98B4AEEE59BA63EF6AA0 \ static_assert(alignof(BP_CatPawn_C_TraceDone_D2459D3C442A98B4AEEE59BA63EF6AA0) == 0x000004, "Wrong alignment on BP_CatPawn_C_TraceDone_D2459D3C442A98B4AEEE59BA63EF6AA0"); \ static_assert(sizeof(BP_CatPawn_C_TraceDone_D2459D3C442A98B4AEEE59BA63EF6AA0) == 0x00008C, "Wrong size on BP_CatPawn_C_TraceDone_D2459D3C442A98B4AEEE59BA63EF6AA0"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_D2459D3C442A98B4AEEE59BA63EF6AA0, bpp__HasHit__pf) == 0x000000, "Member 'BP_CatPawn_C_TraceDone_D2459D3C442A98B4AEEE59BA63EF6AA0::bpp__HasHit__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_TraceDone_D2459D3C442A98B4AEEE59BA63EF6AA0, bpp__Hit__pf) == 0x000004, "Member 'BP_CatPawn_C_TraceDone_D2459D3C442A98B4AEEE59BA63EF6AA0::bpp__Hit__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_ZurgAttached_Event_0 \ static_assert(alignof(BP_CatPawn_C_ZurgAttached_Event_0) == 0x000008, "Wrong alignment on BP_CatPawn_C_ZurgAttached_Event_0"); \ static_assert(sizeof(BP_CatPawn_C_ZurgAttached_Event_0) == 0x000010, "Wrong size on BP_CatPawn_C_ZurgAttached_Event_0"); \ static_assert(offsetof(BP_CatPawn_C_ZurgAttached_Event_0, bpp___catPawn__pf) == 0x000000, "Member 'BP_CatPawn_C_ZurgAttached_Event_0::bpp___catPawn__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_ZurgAttached_Event_0, bpp___zurg__pf) == 0x000008, "Member 'BP_CatPawn_C_ZurgAttached_Event_0::bpp___zurg__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPawn_C_ZurgDetached_Event_0 \ static_assert(alignof(BP_CatPawn_C_ZurgDetached_Event_0) == 0x000008, "Wrong alignment on BP_CatPawn_C_ZurgDetached_Event_0"); \ static_assert(sizeof(BP_CatPawn_C_ZurgDetached_Event_0) == 0x000010, "Wrong size on BP_CatPawn_C_ZurgDetached_Event_0"); \ static_assert(offsetof(BP_CatPawn_C_ZurgDetached_Event_0, bpp___catPawn__pf) == 0x000000, "Member 'BP_CatPawn_C_ZurgDetached_Event_0::bpp___catPawn__pf' has a wrong offset!"); \ static_assert(offsetof(BP_CatPawn_C_ZurgDetached_Event_0, bpp___zurg__pf) == 0x000008, "Member 'BP_CatPawn_C_ZurgDetached_Event_0::bpp___zurg__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatPawn_C \ static_assert(alignof(ABP_CatPawn_C) == 0x000010, "Wrong alignment on ABP_CatPawn_C"); \ static_assert(sizeof(ABP_CatPawn_C) == 0x005490, "Wrong size on ABP_CatPawn_C"); \ static_assert(offsetof(ABP_CatPawn_C, ForceFeedback) == 0x0037C8, "Member 'ABP_CatPawn_C::ForceFeedback' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, PS5VibrationSound_ZurkSucking) == 0x0037D0, "Member 'ABP_CatPawn_C::PS5VibrationSound_ZurkSucking' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, PS5Vibration_ZurkSucking) == 0x0037D8, "Member 'ABP_CatPawn_C::PS5Vibration_ZurkSucking' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, PS5Vibration_ZurkGrab) == 0x0037E0, "Member 'ABP_CatPawn_C::PS5Vibration_ZurkGrab' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, PS5Vibration_Jump) == 0x0037E8, "Member 'ABP_CatPawn_C::PS5Vibration_Jump' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OnDeathDroneSocket) == 0x0037F0, "Member 'ABP_CatPawn_C::OnDeathDroneSocket' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Widget) == 0x0037F8, "Member 'ABP_CatPawn_C::Widget' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, sfx_zurg_sucking) == 0x003800, "Member 'ABP_CatPawn_C::sfx_zurg_sucking' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, GrabSocket) == 0x003808, "Member 'ABP_CatPawn_C::GrabSocket' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, DrawMovement3) == 0x003810, "Member 'ABP_CatPawn_C::DrawMovement3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, DrawMovement2) == 0x003818, "Member 'ABP_CatPawn_C::DrawMovement2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, DrawMovement1) == 0x003820, "Member 'ABP_CatPawn_C::DrawMovement1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, cat_drift_loop_01) == 0x003828, "Member 'ABP_CatPawn_C::cat_drift_loop_01' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Capsule1) == 0x003830, "Member 'ABP_CatPawn_C::Capsule1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, SceneCaptureComponent2D) == 0x003838, "Member 'ABP_CatPawn_C::SceneCaptureComponent2D' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, GFur) == 0x003840, "Member 'ABP_CatPawn_C::GFur' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Arrow5) == 0x003848, "Member 'ABP_CatPawn_C::Arrow5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Arrow) == 0x003850, "Member 'ABP_CatPawn_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Arrow3) == 0x003858, "Member 'ABP_CatPawn_C::Arrow3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Arrow2) == 0x003860, "Member 'ABP_CatPawn_C::Arrow2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Arrow1) == 0x003868, "Member 'ABP_CatPawn_C::Arrow1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, SpringArm1) == 0x003870, "Member 'ABP_CatPawn_C::SpringArm1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, LightRig4) == 0x003878, "Member 'ABP_CatPawn_C::LightRig4' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, LightRig3) == 0x003880, "Member 'ABP_CatPawn_C::LightRig3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, LightRig2) == 0x003888, "Member 'ABP_CatPawn_C::LightRig2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Sphere_drone_view_target) == 0x003890, "Member 'ABP_CatPawn_C::Sphere_drone_view_target' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Sphere_drone) == 0x003898, "Member 'ABP_CatPawn_C::Sphere_drone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, BackLegPhysicCollider) == 0x0038A0, "Member 'ABP_CatPawn_C::BackLegPhysicCollider' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, FrontLegPhysicCollider) == 0x0038A8, "Member 'ABP_CatPawn_C::FrontLegPhysicCollider' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Off) == 0x0038B0, "Member 'ABP_CatPawn_C::Off' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pad_Input_Unfiltered) == 0x0038B4, "Member 'ABP_CatPawn_C::Pad_Input_Unfiltered' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, MeowRange) == 0x0038C0, "Member 'ABP_CatPawn_C::MeowRange' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, DisplayMeow) == 0x0038C4, "Member 'ABP_CatPawn_C::DisplayMeow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pad_Input_Direction_Smooth) == 0x0038C8, "Member 'ABP_CatPawn_C::Pad_Input_Direction_Smooth' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pad_Input_Speed_Smooth) == 0x0038D4, "Member 'ABP_CatPawn_C::Pad_Input_Speed_Smooth' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, BlendAfterJump) == 0x0038E0, "Member 'ABP_CatPawn_C::BlendAfterJump' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Meowing) == 0x0038E4, "Member 'ABP_CatPawn_C::Meowing' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, ABP) == 0x0038E8, "Member 'ABP_CatPawn_C::ABP' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, PadInput_for_Test_Jump_Detect) == 0x0038F0, "Member 'ABP_CatPawn_C::PadInput_for_Test_Jump_Detect' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Time_Blend_Rotation_After_Jump) == 0x0038FC, "Member 'ABP_CatPawn_C::Time_Blend_Rotation_After_Jump' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, All_Collision_Average_Distance) == 0x003900, "Member 'ABP_CatPawn_C::All_Collision_Average_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, All_Collision_Average_Distance_Sum) == 0x003904, "Member 'ABP_CatPawn_C::All_Collision_Average_Distance_Sum' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Cat_InputMeshAngleDelta_SpeedRatio) == 0x003908, "Member 'ABP_CatPawn_C::Cat_InputMeshAngleDelta_SpeedRatio' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, SmoothedDirectionAgainstDirection_RotationRatioMultiplier) == 0x003910, "Member 'ABP_CatPawn_C::SmoothedDirectionAgainstDirection_RotationRatioMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, InputPreSmoother) == 0x003918, "Member 'ABP_CatPawn_C::InputPreSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, AngleSpeedRatioSmoother) == 0x003934, "Member 'ABP_CatPawn_C::AngleSpeedRatioSmoother' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, SmoothedDirection) == 0x003940, "Member 'ABP_CatPawn_C::SmoothedDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, IsCinematic) == 0x00395C, "Member 'ABP_CatPawn_C::IsCinematic' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Distance_Ratio_To_Rail_Edge_for_Slowdown) == 0x003960, "Member 'ABP_CatPawn_C::Distance_Ratio_To_Rail_Edge_for_Slowdown' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Max_Rail_length_for_Slowdown) == 0x003964, "Member 'ABP_CatPawn_C::Max_Rail_length_for_Slowdown' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, JumpUpBeginLocation) == 0x003968, "Member 'ABP_CatPawn_C::JumpUpBeginLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, JumpUpEndLocation) == 0x003974, "Member 'ABP_CatPawn_C::JumpUpEndLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, JumpDownBeginLocation) == 0x003980, "Member 'ABP_CatPawn_C::JumpDownBeginLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, JumpDownEndLocation) == 0x00398C, "Member 'ABP_CatPawn_C::JumpDownEndLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, HasJumpUp) == 0x003998, "Member 'ABP_CatPawn_C::HasJumpUp' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, HasJumpDown) == 0x003999, "Member 'ABP_CatPawn_C::HasJumpDown' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, ForceFeedback_On_Hit) == 0x0039A0, "Member 'ABP_CatPawn_C::ForceFeedback_On_Hit' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Life_frame_1) == 0x0039A8, "Member 'ABP_CatPawn_C::Life_frame_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, PostProcess_On_Hit) == 0x0039B0, "Member 'ABP_CatPawn_C::PostProcess_On_Hit' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Smash_A_Billboard) == 0x0039B8, "Member 'ABP_CatPawn_C::Smash_A_Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pilot_addrotation) == 0x0039C0, "Member 'ABP_CatPawn_C::Pilot_addrotation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pilot_DirectionsNoCol) == 0x0039C8, "Member 'ABP_CatPawn_C::Pilot_DirectionsNoCol' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pilot_DotTraceDirectionPadDirection) == 0x0039D8, "Member 'ABP_CatPawn_C::Pilot_DotTraceDirectionPadDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pilot_FinalDirection) == 0x0039DC, "Member 'ABP_CatPawn_C::Pilot_FinalDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pilot_DistancetoColRatio_pad) == 0x0039E8, "Member 'ABP_CatPawn_C::Pilot_DistancetoColRatio_pad' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pilot_StartTrace) == 0x0039EC, "Member 'ABP_CatPawn_C::Pilot_StartTrace' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pilot_TraceDirection) == 0x0039F0, "Member 'ABP_CatPawn_C::Pilot_TraceDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pilot_MinDistanceRatio) == 0x0039FC, "Member 'ABP_CatPawn_C::Pilot_MinDistanceRatio' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, sound_drift_amount) == 0x003A00, "Member 'ABP_CatPawn_C::sound_drift_amount' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, DialogLookAtTargetLocation) == 0x003A04, "Member 'ABP_CatPawn_C::DialogLookAtTargetLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, lastRequestedMeow) == 0x003A10, "Member 'ABP_CatPawn_C::lastRequestedMeow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pilot_AllDirections) == 0x003A18, "Member 'ABP_CatPawn_C::Pilot_AllDirections' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Pilot_SpeedMultiplier) == 0x003A28, "Member 'ABP_CatPawn_C::Pilot_SpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Off_0) == 0x003A2C, "Member 'ABP_CatPawn_C::Off_0' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CinematicVelocityVector) == 0x003A30, "Member 'ABP_CatPawn_C::CinematicVelocityVector' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CinematicBlend) == 0x003A3C, "Member 'ABP_CatPawn_C::CinematicBlend' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Cinematic_Blend_To_Gameplay_TimeTo90Percent) == 0x003A40, "Member 'ABP_CatPawn_C::Cinematic_Blend_To_Gameplay_TimeTo90Percent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, HiddenInGameplay) == 0x003A44, "Member 'ABP_CatPawn_C::HiddenInGameplay' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, TurnHardness) == 0x003A48, "Member 'ABP_CatPawn_C::TurnHardness' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, DebugFloatGraph) == 0x003A50, "Member 'ABP_CatPawn_C::DebugFloatGraph' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, RandomControls) == 0x003A70, "Member 'ABP_CatPawn_C::RandomControls' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OneJump_Up_and_Down) == 0x003A71, "Member 'ABP_CatPawn_C::OneJump_Up_and_Down' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, RandomLookAtEnabled) == 0x003A72, "Member 'ABP_CatPawn_C::RandomLookAtEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, DoRandomLookAt) == 0x003A73, "Member 'ABP_CatPawn_C::DoRandomLookAt' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, RandomLookAtRotation) == 0x003A74, "Member 'ABP_CatPawn_C::RandomLookAtRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, LookAtAvailableJumpsID) == 0x003A80, "Member 'ABP_CatPawn_C::LookAtAvailableJumpsID' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, NewVar_0) == 0x003A88, "Member 'ABP_CatPawn_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OneJump_Up) == 0x003A90, "Member 'ABP_CatPawn_C::OneJump_Up' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OneJump_Down) == 0x003A91, "Member 'ABP_CatPawn_C::OneJump_Down' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OneJump_Favor_Down) == 0x003A92, "Member 'ABP_CatPawn_C::OneJump_Favor_Down' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, closestDangerDistance) == 0x003A94, "Member 'ABP_CatPawn_C::closestDangerDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, IsZurgNearAndAwake) == 0x003A98, "Member 'ABP_CatPawn_C::IsZurgNearAndAwake' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, current_miaou) == 0x003A99, "Member 'ABP_CatPawn_C::current_miaou' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, miaouDensity) == 0x003A9C, "Member 'ABP_CatPawn_C::miaouDensity' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, lastMiaouRequestTimer) == 0x003AA0, "Member 'ABP_CatPawn_C::lastMiaouRequestTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, lastMiaouRequest) == 0x003AA4, "Member 'ABP_CatPawn_C::lastMiaouRequest' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, GrabbedObject) == 0x003AA8, "Member 'ABP_CatPawn_C::GrabbedObject' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OnObjectGrabbed) == 0x003AB0, "Member 'ABP_CatPawn_C::OnObjectGrabbed' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OnObjectDropped) == 0x003AC0, "Member 'ABP_CatPawn_C::OnObjectDropped' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, miaou_density) == 0x003AD0, "Member 'ABP_CatPawn_C::miaou_density' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, number_of_zurgs_attached) == 0x003AD4, "Member 'ABP_CatPawn_C::number_of_zurgs_attached' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, zoned_miaou) == 0x003AD8, "Member 'ABP_CatPawn_C::zoned_miaou' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, LastFrameMovementInput) == 0x003ADC, "Member 'ABP_CatPawn_C::LastFrameMovementInput' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, DistanceToColl) == 0x003AE8, "Member 'ABP_CatPawn_C::DistanceToColl' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CrawlHighTraceHit) == 0x003AEC, "Member 'ABP_CatPawn_C::CrawlHighTraceHit' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CrawlLowTraceHit) == 0x003AED, "Member 'ABP_CatPawn_C::CrawlLowTraceHit' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CrawlBoxTraceHit) == 0x003AEE, "Member 'ABP_CatPawn_C::CrawlBoxTraceHit' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, PilotSphereHitResult) == 0x003AF0, "Member 'ABP_CatPawn_C::PilotSphereHitResult' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, PilotLineHasHit) == 0x003B78, "Member 'ABP_CatPawn_C::PilotLineHasHit' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OtherCats) == 0x003B80, "Member 'ABP_CatPawn_C::OtherCats' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CatSize) == 0x003B90, "Member 'ABP_CatPawn_C::CatSize' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OtherCatRegistered) == 0x003B9C, "Member 'ABP_CatPawn_C::OtherCatRegistered' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OnZurkEnterGrabbed) == 0x003BA0, "Member 'ABP_CatPawn_C::OnZurkEnterGrabbed' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, OnZurkExitGrabbed) == 0x003BB0, "Member 'ABP_CatPawn_C::OnZurkExitGrabbed' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_HasHit_5) == 0x003BC0, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_HasHit_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Hit_6) == 0x003BC4, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Hit_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate) == 0x003C4C, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_struct_Variable) == 0x003C5C, "Member 'ABP_CatPawn_C::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable) == 0x003CE4, "Member 'ABP_CatPawn_C::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_HasHit_4) == 0x003CE5, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_HasHit_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Hit_5) == 0x003CE8, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Hit_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_1) == 0x003D70, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_struct_Variable_1) == 0x003D80, "Member 'ABP_CatPawn_C::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable_1) == 0x003E08, "Member 'ABP_CatPawn_C::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_HasHit_3) == 0x003E09, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_HasHit_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Hit_4) == 0x003E0C, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Hit_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_2) == 0x003E94, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_struct_Variable_2) == 0x003EA4, "Member 'ABP_CatPawn_C::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable_2) == 0x003F2C, "Member 'ABP_CatPawn_C::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_HasHit_2) == 0x003F2D, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_HasHit_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Hit_3) == 0x003F30, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Hit_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_3) == 0x003FB8, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_struct_Variable_3) == 0x003FC8, "Member 'ABP_CatPawn_C::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable_3) == 0x004050, "Member 'ABP_CatPawn_C::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_HasHit_1) == 0x004051, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_HasHit_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Hit_2) == 0x004054, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Hit_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_4) == 0x0040DC, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_struct_Variable_4) == 0x0040EC, "Member 'ABP_CatPawn_C::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable_4) == 0x004174, "Member 'ABP_CatPawn_C::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_bBlockingHit) == 0x004175, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_bInitialOverlap) == 0x004176, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Time) == 0x004178, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Distance) == 0x00417C, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Location) == 0x004180, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ImpactPoint) == 0x00418C, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Normal) == 0x004198, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ImpactNormal) == 0x0041A4, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_PhysMat) == 0x0041B0, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitActor) == 0x0041B8, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitComponent) == 0x0041C0, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitBoneName) == 0x0041C8, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitItem) == 0x0041D0, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ElementIndex) == 0x0041D4, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_FaceIndex) == 0x0041D8, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_TraceStart) == 0x0041DC, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_TraceEnd) == 0x0041E8, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_5) == 0x0041F4, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_HasHit) == 0x004204, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_HasHit' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Hit_1) == 0x004208, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Hit_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_struct_Variable_5) == 0x004290, "Member 'ABP_CatPawn_C::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_bBlockingHit_1) == 0x004318, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x004319, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Time_1) == 0x00431C, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Distance_1) == 0x004320, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Location_1) == 0x004324, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ImpactPoint_1) == 0x004330, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Normal_1) == 0x00433C, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ImpactNormal_1) == 0x004348, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_PhysMat_1) == 0x004358, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitActor_1) == 0x004360, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitComponent_1) == 0x004368, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitBoneName_1) == 0x004370, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitItem_1) == 0x004378, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ElementIndex_1) == 0x00437C, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_FaceIndex_1) == 0x004380, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_TraceStart_1) == 0x004384, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_TraceEnd_1) == 0x004390, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable_5) == 0x00439C, "Member 'ABP_CatPawn_C::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakRotator_Roll) == 0x0043A0, "Member 'ABP_CatPawn_C::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakRotator_Pitch) == 0x0043A4, "Member 'ABP_CatPawn_C::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakRotator_Yaw) == 0x0043A8, "Member 'ABP_CatPawn_C::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable_6) == 0x0043AC, "Member 'ABP_CatPawn_C::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable) == 0x0043B0, "Member 'ABP_CatPawn_C::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable_7) == 0x0043B8, "Member 'ABP_CatPawn_C::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_1) == 0x0043C0, "Member 'ABP_CatPawn_C::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_2) == 0x0043C8, "Member 'ABP_CatPawn_C::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_IsClosed_Variable) == 0x0043D0, "Member 'ABP_CatPawn_C::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_InternalBreakableDelay_ReturnValue) == 0x0043D4, "Member 'ABP_CatPawn_C::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_3) == 0x0043D8, "Member 'ABP_CatPawn_C::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x0043E0, "Member 'ABP_CatPawn_C::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_4) == 0x0043E8, "Member 'ABP_CatPawn_C::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_HitComponent) == 0x0043F0, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_OtherActor) == 0x0043F8, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_OtherComp) == 0x004400, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_NormalImpulse) == 0x004408, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Hit) == 0x004414, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_bBlockingHit_2) == 0x00449C, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x00449D, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Time_2) == 0x0044A0, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Distance_2) == 0x0044A4, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Location_2) == 0x0044A8, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ImpactPoint_2) == 0x0044B4, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Normal_2) == 0x0044C0, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ImpactNormal_2) == 0x0044CC, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_PhysMat_2) == 0x0044D8, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitActor_2) == 0x0044E0, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitComponent_2) == 0x0044E8, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitBoneName_2) == 0x0044F0, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitItem_2) == 0x0044F8, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ElementIndex_2) == 0x0044FC, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_FaceIndex_2) == 0x004500, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_TraceStart_2) == 0x004504, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_TraceEnd_2) == 0x004510, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Event__otherComponent) == 0x004520, "Member 'ABP_CatPawn_C::K2Node_Event__otherComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Event__collisionNormal) == 0x004528, "Member 'ABP_CatPawn_C::K2Node_Event__collisionNormal' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Event__collisionDepth) == 0x004534, "Member 'ABP_CatPawn_C::K2Node_Event__collisionDepth' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Event_DeltaSeconds) == 0x004538, "Member 'ABP_CatPawn_C::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Event__isGameplayMeow) == 0x00453C, "Member 'ABP_CatPawn_C::K2Node_Event__isGameplayMeow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_int_Loop_Counter_Variable) == 0x004540, "Member 'ABP_CatPawn_C::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_DynamicCast_AsABP_Cat_New) == 0x004548, "Member 'ABP_CatPawn_C::K2Node_DynamicCast_AsABP_Cat_New' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_DynamicCast_bSuccess) == 0x004550, "Member 'ABP_CatPawn_C::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_5) == 0x004558, "Member 'ABP_CatPawn_C::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Has_Been_Initd_Variable) == 0x004560, "Member 'ABP_CatPawn_C::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_6) == 0x004568, "Member 'ABP_CatPawn_C::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Has_Been_Initd_Variable_1) == 0x004570, "Member 'ABP_CatPawn_C::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_wildcard_Variable) == 0x004578, "Member 'ABP_CatPawn_C::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_IsClosed_Variable_1) == 0x004580, "Member 'ABP_CatPawn_C::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_7) == 0x004588, "Member 'ABP_CatPawn_C::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable_8) == 0x004590, "Member 'ABP_CatPawn_C::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_MakeStruct_PostProcessSettings) == 0x0045A0, "Member 'ABP_CatPawn_C::K2Node_MakeStruct_PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_float_Variable) == 0x004B00, "Member 'ABP_CatPawn_C::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_8) == 0x004B08, "Member 'ABP_CatPawn_C::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Sfx) == 0x004B10, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Sfx' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_IsMeowing_IsMeowing) == 0x004B11, "Member 'ABP_CatPawn_C::CallFunc_IsMeowing_IsMeowing' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_9) == 0x004B18, "Member 'ABP_CatPawn_C::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable_9) == 0x004B20, "Member 'ABP_CatPawn_C::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_wildcard_Variable_1) == 0x004B28, "Member 'ABP_CatPawn_C::Temp_wildcard_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_float_Variable_1) == 0x004B30, "Member 'ABP_CatPawn_C::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Has_Been_Initd_Variable_2) == 0x004B34, "Member 'ABP_CatPawn_C::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Variable_10) == 0x004B35, "Member 'ABP_CatPawn_C::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Ratio) == 0x004B38, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_float_Variable_2) == 0x004B3C, "Member 'ABP_CatPawn_C::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_6) == 0x004B40, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_10) == 0x004B50, "Member 'ABP_CatPawn_C::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_IsClosed_Variable_2) == 0x004B58, "Member 'ABP_CatPawn_C::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_11) == 0x004B60, "Member 'ABP_CatPawn_C::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_byte_Variable) == 0x004B68, "Member 'ABP_CatPawn_C::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Event__worldInput) == 0x004B6C, "Member 'ABP_CatPawn_C::K2Node_Event__worldInput' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_LookAt_On_Off) == 0x004B78, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_LookAt_On_Off' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_LookAt_Location) == 0x004B7C, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_LookAt_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_IsClosed_Variable_3) == 0x004B88, "Member 'ABP_CatPawn_C::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_float_Variable_3) == 0x004B8C, "Member 'ABP_CatPawn_C::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Has_Been_Initd_Variable_3) == 0x004B90, "Member 'ABP_CatPawn_C::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Event__backpackOn) == 0x004B91, "Member 'ABP_CatPawn_C::K2Node_Event__backpackOn' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Has_Been_Initd_Variable_4) == 0x004B92, "Member 'ABP_CatPawn_C::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_7) == 0x004B94, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x004BA8, "Member 'ABP_CatPawn_C::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_StartEasingInterpolator_ReturnValue) == 0x004BB0, "Member 'ABP_CatPawn_C::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_IsValid_ReturnValue_5) == 0x004BB8, "Member 'ABP_CatPawn_C::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_MakeStruct_LookAtData) == 0x004BC0, "Member 'ABP_CatPawn_C::K2Node_MakeStruct_LookAtData' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_MakeStruct_LookAtData_1) == 0x004BF8, "Member 'ABP_CatPawn_C::K2Node_MakeStruct_LookAtData_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Event_EndPlayReason) == 0x004C30, "Member 'ABP_CatPawn_C::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Select_Default) == 0x004C38, "Member 'ABP_CatPawn_C::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_IsClosed_Variable_4) == 0x004C70, "Member 'ABP_CatPawn_C::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Ratio_1) == 0x004C74, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Ratio_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_int_Array_Index_Variable) == 0x004C78, "Member 'ABP_CatPawn_C::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_MakeStruct_LookAtData_2) == 0x004C80, "Member 'ABP_CatPawn_C::K2Node_MakeStruct_LookAtData_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Has_Been_Initd_Variable_5) == 0x004CB8, "Member 'ABP_CatPawn_C::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_MakeStruct_LookAtData_3) == 0x004CC0, "Member 'ABP_CatPawn_C::K2Node_MakeStruct_LookAtData_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_IsClosed_Variable_5) == 0x004CF8, "Member 'ABP_CatPawn_C::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_struct_Variable_6) == 0x004D00, "Member 'ABP_CatPawn_C::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_delta_time) == 0x004D30, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_delta_time' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_miaou_type) == 0x004D34, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_miaou_type' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_maximum_duration) == 0x004D38, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_maximum_duration' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_12) == 0x004D40, "Member 'ABP_CatPawn_C::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_closestDanger) == 0x004D48, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_closestDanger' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_IsFeedbackOn) == 0x004D4C, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_IsFeedbackOn' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Grabbable_1) == 0x004D50, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Grabbable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_Grabbable) == 0x004D58, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_Grabbable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_int_Variable) == 0x004D60, "Member 'ABP_CatPawn_C::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent__catPawn_2) == 0x004D68, "Member 'ABP_CatPawn_C::K2Node_CustomEvent__catPawn_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent__zurg_1) == 0x004D70, "Member 'ABP_CatPawn_C::K2Node_CustomEvent__zurg_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent__catPawn_1) == 0x004D78, "Member 'ABP_CatPawn_C::K2Node_CustomEvent__catPawn_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent__zurg) == 0x004D80, "Member 'ABP_CatPawn_C::K2Node_CustomEvent__zurg' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_8) == 0x004D88, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_13) == 0x004D98, "Member 'ABP_CatPawn_C::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_14) == 0x004DA0, "Member 'ABP_CatPawn_C::Temp_object_Variable_14' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_15) == 0x004DA8, "Member 'ABP_CatPawn_C::Temp_object_Variable_15' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_GetAudioManager_AudioManager) == 0x004DB0, "Member 'ABP_CatPawn_C::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Has_Been_Initd_Variable_6) == 0x004DB8, "Member 'ABP_CatPawn_C::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_16) == 0x004DC0, "Member 'ABP_CatPawn_C::Temp_object_Variable_16' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_17) == 0x004DC8, "Member 'ABP_CatPawn_C::Temp_object_Variable_17' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_IsClosed_Variable_6) == 0x004DD0, "Member 'ABP_CatPawn_C::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_int_Variable_1) == 0x004DD4, "Member 'ABP_CatPawn_C::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_18) == 0x004DD8, "Member 'ABP_CatPawn_C::Temp_object_Variable_18' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_GetMovementIgnoredActors_ReturnValue) == 0x004DE0, "Member 'ABP_CatPawn_C::CallFunc_GetMovementIgnoredActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_AsyncSphereTraceSingleByChannel_ReturnValue) == 0x004DF0, "Member 'ABP_CatPawn_C::CallFunc_AsyncSphereTraceSingleByChannel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_9) == 0x004DF8, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_IsValid_ReturnValue_6) == 0x004E08, "Member 'ABP_CatPawn_C::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_AsyncLineTraceSingleByChannel_ReturnValue) == 0x004E10, "Member 'ABP_CatPawn_C::CallFunc_AsyncLineTraceSingleByChannel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_IsValid_ReturnValue_7) == 0x004E18, "Member 'ABP_CatPawn_C::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_bBlockingHit_3) == 0x004E19, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x004E1A, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Time_3) == 0x004E1C, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Distance_3) == 0x004E20, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Location_3) == 0x004E24, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ImpactPoint_3) == 0x004E30, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_Normal_3) == 0x004E3C, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ImpactNormal_3) == 0x004E48, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_PhysMat_3) == 0x004E58, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitActor_3) == 0x004E60, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitComponent_3) == 0x004E68, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitBoneName_3) == 0x004E70, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_HitItem_3) == 0x004E78, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_ElementIndex_3) == 0x004E7C, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_FaceIndex_3) == 0x004E80, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_TraceStart_3) == 0x004E84, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakHitResult_TraceEnd_3) == 0x004E90, "Member 'ABP_CatPawn_C::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakRotator_Roll_1) == 0x004E9C, "Member 'ABP_CatPawn_C::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakRotator_Pitch_1) == 0x004EA0, "Member 'ABP_CatPawn_C::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_BreakRotator_Yaw_1) == 0x004EA4, "Member 'ABP_CatPawn_C::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_IsGameplayMeow) == 0x004EA8, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_IsGameplayMeow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_19) == 0x004EB0, "Member 'ABP_CatPawn_C::Temp_object_Variable_19' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_20) == 0x004EB8, "Member 'ABP_CatPawn_C::Temp_object_Variable_20' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent_OtherCats) == 0x004EC0, "Member 'ABP_CatPawn_C::K2Node_CustomEvent_OtherCats' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Select_Default_1) == 0x004ED0, "Member 'ABP_CatPawn_C::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_Array_Get_Item) == 0x004ED8, "Member 'ABP_CatPawn_C::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_21) == 0x004EE0, "Member 'ABP_CatPawn_C::Temp_object_Variable_21' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_StartEasingInterpolator__interpolatorObject_1) == 0x004EE8, "Member 'ABP_CatPawn_C::CallFunc_StartEasingInterpolator__interpolatorObject_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_StartEasingInterpolator_ReturnValue_1) == 0x004EF0, "Member 'ABP_CatPawn_C::CallFunc_StartEasingInterpolator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_IsValid_ReturnValue_8) == 0x004EF8, "Member 'ABP_CatPawn_C::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_FindHKPlayerController_HKPlayerController) == 0x004F00, "Member 'ABP_CatPawn_C::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_FindHKPlayerController_HKPlayerController_1) == 0x004F08, "Member 'ABP_CatPawn_C::CallFunc_FindHKPlayerController_HKPlayerController_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_FindHKPlayerController_HKPlayerController_2) == 0x004F10, "Member 'ABP_CatPawn_C::CallFunc_FindHKPlayerController_HKPlayerController_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_ComponentBoundEvent__lifeComponent_1) == 0x004F18, "Member 'ABP_CatPawn_C::K2Node_ComponentBoundEvent__lifeComponent_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_ComponentBoundEvent__killer) == 0x004F20, "Member 'ABP_CatPawn_C::K2Node_ComponentBoundEvent__killer' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_22) == 0x004F28, "Member 'ABP_CatPawn_C::Temp_object_Variable_22' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_ComponentBoundEvent__lifeComponent) == 0x004F30, "Member 'ABP_CatPawn_C::K2Node_ComponentBoundEvent__lifeComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_Has_Been_Initd_Variable_7) == 0x004F38, "Member 'ABP_CatPawn_C::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Select_Default_2) == 0x004F40, "Member 'ABP_CatPawn_C::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_Select_Default_3) == 0x004F48, "Member 'ABP_CatPawn_C::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_10) == 0x004F50, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CustomEvent__catPawn) == 0x004F60, "Member 'ABP_CatPawn_C::K2Node_CustomEvent__catPawn' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_bool_IsClosed_Variable_7) == 0x004F68, "Member 'ABP_CatPawn_C::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_CreateDelegate_OutputDelegate_11) == 0x004F6C, "Member 'ABP_CatPawn_C::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_GetCurrentJumpData_ReturnValue) == 0x004F80, "Member 'ABP_CatPawn_C::CallFunc_GetCurrentJumpData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_FindHKPlayerController_HKPlayerController_3) == 0x0053E0, "Member 'ABP_CatPawn_C::CallFunc_FindHKPlayerController_HKPlayerController_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, K2Node_MakeArray_Array) == 0x0053E8, "Member 'ABP_CatPawn_C::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_FindHKPlayerController_HKPlayerController_4) == 0x0053F8, "Member 'ABP_CatPawn_C::CallFunc_FindHKPlayerController_HKPlayerController_4' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_Array_Random_OutItem) == 0x005400, "Member 'ABP_CatPawn_C::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_Array_Random_OutIndex) == 0x005408, "Member 'ABP_CatPawn_C::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_23) == 0x005410, "Member 'ABP_CatPawn_C::Temp_object_Variable_23' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_24) == 0x005420, "Member 'ABP_CatPawn_C::Temp_object_Variable_24' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_AsyncLineTraceSingleByChannel_ReturnValue_1) == 0x005430, "Member 'ABP_CatPawn_C::CallFunc_AsyncLineTraceSingleByChannel_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_AsyncBoxTraceSingleByChannel_ReturnValue) == 0x005438, "Member 'ABP_CatPawn_C::CallFunc_AsyncBoxTraceSingleByChannel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_IsValid_ReturnValue_11) == 0x005440, "Member 'ABP_CatPawn_C::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_IsValid_ReturnValue_12) == 0x005441, "Member 'ABP_CatPawn_C::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_25) == 0x005448, "Member 'ABP_CatPawn_C::Temp_object_Variable_25' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_AsyncLineTraceSingleByChannel_ReturnValue_2) == 0x005458, "Member 'ABP_CatPawn_C::CallFunc_AsyncLineTraceSingleByChannel_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, Temp_object_Variable_26) == 0x005460, "Member 'ABP_CatPawn_C::Temp_object_Variable_26' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_AsyncLineTraceSingleByChannel_ReturnValue_3) == 0x005470, "Member 'ABP_CatPawn_C::CallFunc_AsyncLineTraceSingleByChannel_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_IsValid_ReturnValue_13) == 0x005478, "Member 'ABP_CatPawn_C::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_IsValid_ReturnValue_14) == 0x005479, "Member 'ABP_CatPawn_C::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_FindHKPlayerController_HKPlayerController_5) == 0x005480, "Member 'ABP_CatPawn_C::CallFunc_FindHKPlayerController_HKPlayerController_5' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPawn_C, CallFunc_FindHKPlayerController_HKPlayerController_6) == 0x005488, "Member 'ABP_CatPawn_C::CallFunc_FindHKPlayerController_HKPlayerController_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SIEDummyCatPawn_C_ExecuteUbergraph_BP_SIEDummyCatPawn \ static_assert(alignof(BP_SIEDummyCatPawn_C_ExecuteUbergraph_BP_SIEDummyCatPawn) == 0x000004, "Wrong alignment on BP_SIEDummyCatPawn_C_ExecuteUbergraph_BP_SIEDummyCatPawn"); \ static_assert(sizeof(BP_SIEDummyCatPawn_C_ExecuteUbergraph_BP_SIEDummyCatPawn) == 0x000004, "Wrong size on BP_SIEDummyCatPawn_C_ExecuteUbergraph_BP_SIEDummyCatPawn"); \ static_assert(offsetof(BP_SIEDummyCatPawn_C_ExecuteUbergraph_BP_SIEDummyCatPawn, EntryPoint) == 0x000000, "Member 'BP_SIEDummyCatPawn_C_ExecuteUbergraph_BP_SIEDummyCatPawn::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SIEDummyCatPawn_C \ static_assert(alignof(ABP_SIEDummyCatPawn_C) == 0x000010, "Wrong alignment on ABP_SIEDummyCatPawn_C"); \ static_assert(sizeof(ABP_SIEDummyCatPawn_C) == 0x0054C0, "Wrong size on ABP_SIEDummyCatPawn_C"); \ static_assert(offsetof(ABP_SIEDummyCatPawn_C, UberGraphFrame_BP_SIEDummyCatPawn_C) == 0x0054B8, "Member 'ABP_SIEDummyCatPawn_C::UberGraphFrame_BP_SIEDummyCatPawn_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_DestroyItemFromInventory \ static_assert(alignof(BPL_GDLib_C_DestroyItemFromInventory) == 0x000008, "Wrong alignment on BPL_GDLib_C_DestroyItemFromInventory"); \ static_assert(sizeof(BPL_GDLib_C_DestroyItemFromInventory) == 0x000048, "Wrong size on BPL_GDLib_C_DestroyItemFromInventory"); \ static_assert(offsetof(BPL_GDLib_C_DestroyItemFromInventory, ID) == 0x000000, "Member 'BPL_GDLib_C_DestroyItemFromInventory::ID' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DestroyItemFromInventory, PlaySound) == 0x000008, "Member 'BPL_GDLib_C_DestroyItemFromInventory::PlaySound' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DestroyItemFromInventory, __WorldContext) == 0x000010, "Member 'BPL_GDLib_C_DestroyItemFromInventory::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DestroyItemFromInventory, CallFunc_FindPlayerCatPawn_Cat) == 0x000018, "Member 'BPL_GDLib_C_DestroyItemFromInventory::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DestroyItemFromInventory, CallFunc_GetBackpack_ReturnValue) == 0x000020, "Member 'BPL_GDLib_C_DestroyItemFromInventory::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DestroyItemFromInventory, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BPL_GDLib_C_DestroyItemFromInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DestroyItemFromInventory, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BPL_GDLib_C_DestroyItemFromInventory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DestroyItemFromInventory, CallFunc_FindItemInInventory_ReturnValue) == 0x000030, "Member 'BPL_GDLib_C_DestroyItemFromInventory::CallFunc_FindItemInInventory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DestroyItemFromInventory, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BPL_GDLib_C_DestroyItemFromInventory::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DestroyItemFromInventory, CallFunc_IsValid_ReturnValue_2) == 0x000040, "Member 'BPL_GDLib_C_DestroyItemFromInventory::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_AddItemInInventory \ static_assert(alignof(BPL_GDLib_C_AddItemInInventory) == 0x000008, "Wrong alignment on BPL_GDLib_C_AddItemInInventory"); \ static_assert(sizeof(BPL_GDLib_C_AddItemInInventory) == 0x000030, "Wrong size on BPL_GDLib_C_AddItemInInventory"); \ static_assert(offsetof(BPL_GDLib_C_AddItemInInventory, Lootable) == 0x000000, "Member 'BPL_GDLib_C_AddItemInInventory::Lootable' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_AddItemInInventory, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_AddItemInInventory::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_AddItemInInventory, CallFunc_FindPlayerCatPawn_Cat) == 0x000010, "Member 'BPL_GDLib_C_AddItemInInventory::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_AddItemInInventory, CallFunc_SpawnActorIntoLevel_ReturnValue) == 0x000018, "Member 'BPL_GDLib_C_AddItemInInventory::CallFunc_SpawnActorIntoLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_AddItemInInventory, CallFunc_GetBackpack_ReturnValue) == 0x000020, "Member 'BPL_GDLib_C_AddItemInInventory::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_AddItemInInventory, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BPL_GDLib_C_AddItemInInventory::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_DeactivateInGameActor \ static_assert(alignof(BPL_GDLib_C_DeactivateInGameActor) == 0x000008, "Wrong alignment on BPL_GDLib_C_DeactivateInGameActor"); \ static_assert(sizeof(BPL_GDLib_C_DeactivateInGameActor) == 0x000048, "Wrong size on BPL_GDLib_C_DeactivateInGameActor"); \ static_assert(offsetof(BPL_GDLib_C_DeactivateInGameActor, ActorToDeactivate) == 0x000000, "Member 'BPL_GDLib_C_DeactivateInGameActor::ActorToDeactivate' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DeactivateInGameActor, PropagateToChildren) == 0x000008, "Member 'BPL_GDLib_C_DeactivateInGameActor::PropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DeactivateInGameActor, __WorldContext) == 0x000010, "Member 'BPL_GDLib_C_DeactivateInGameActor::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DeactivateInGameActor, CallFunc_Actor__GetAttachedActors_ActorsArray) == 0x000018, "Member 'BPL_GDLib_C_DeactivateInGameActor::CallFunc_Actor__GetAttachedActors_ActorsArray' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DeactivateInGameActor, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BPL_GDLib_C_DeactivateInGameActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DeactivateInGameActor, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BPL_GDLib_C_DeactivateInGameActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DeactivateInGameActor, CallFunc_Array_Get_Item) == 0x000030, "Member 'BPL_GDLib_C_DeactivateInGameActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DeactivateInGameActor, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BPL_GDLib_C_DeactivateInGameActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DeactivateInGameActor, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BPL_GDLib_C_DeactivateInGameActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_DeactivateInGameActor, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BPL_GDLib_C_DeactivateInGameActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_ActivateInGameActor \ static_assert(alignof(BPL_GDLib_C_ActivateInGameActor) == 0x000008, "Wrong alignment on BPL_GDLib_C_ActivateInGameActor"); \ static_assert(sizeof(BPL_GDLib_C_ActivateInGameActor) == 0x000048, "Wrong size on BPL_GDLib_C_ActivateInGameActor"); \ static_assert(offsetof(BPL_GDLib_C_ActivateInGameActor, ActorToActivate) == 0x000000, "Member 'BPL_GDLib_C_ActivateInGameActor::ActorToActivate' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateInGameActor, PropagateToChildren) == 0x000008, "Member 'BPL_GDLib_C_ActivateInGameActor::PropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateInGameActor, __WorldContext) == 0x000010, "Member 'BPL_GDLib_C_ActivateInGameActor::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateInGameActor, CallFunc_Actor__GetAttachedActors_ActorsArray) == 0x000018, "Member 'BPL_GDLib_C_ActivateInGameActor::CallFunc_Actor__GetAttachedActors_ActorsArray' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateInGameActor, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BPL_GDLib_C_ActivateInGameActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateInGameActor, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BPL_GDLib_C_ActivateInGameActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateInGameActor, CallFunc_Array_Get_Item) == 0x000030, "Member 'BPL_GDLib_C_ActivateInGameActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateInGameActor, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BPL_GDLib_C_ActivateInGameActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateInGameActor, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BPL_GDLib_C_ActivateInGameActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateInGameActor, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BPL_GDLib_C_ActivateInGameActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetChapterAdventureState \ static_assert(alignof(BPL_GDLib_C_GetChapterAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetChapterAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetChapterAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetChapterAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetChapterAdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetChapterAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetChapterAdventureState, ChapterAdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetChapterAdventureState::ChapterAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetChapterAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetChapterAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetB12FlatAdventureState \ static_assert(alignof(BPL_GDLib_C_GetB12FlatAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetB12FlatAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetB12FlatAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetB12FlatAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetB12FlatAdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetB12FlatAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetB12FlatAdventureState, B12FlatAdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetB12FlatAdventureState::B12FlatAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetB12FlatAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetB12FlatAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetSlumsPart1AdventureState \ static_assert(alignof(BPL_GDLib_C_GetSlumsPart1AdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetSlumsPart1AdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetSlumsPart1AdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetSlumsPart1AdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetSlumsPart1AdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetSlumsPart1AdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetSlumsPart1AdventureState, SlumsPart1AdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetSlumsPart1AdventureState::SlumsPart1AdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetSlumsPart1AdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetSlumsPart1AdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetRooftopsAdventureState \ static_assert(alignof(BPL_GDLib_C_GetRooftopsAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetRooftopsAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetRooftopsAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetRooftopsAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetRooftopsAdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetRooftopsAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetRooftopsAdventureState, RooftopsAdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetRooftopsAdventureState::RooftopsAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetRooftopsAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetRooftopsAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetSlumsPart2AdventureState \ static_assert(alignof(BPL_GDLib_C_GetSlumsPart2AdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetSlumsPart2AdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetSlumsPart2AdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetSlumsPart2AdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetSlumsPart2AdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetSlumsPart2AdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetSlumsPart2AdventureState, SlumsPart2AdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetSlumsPart2AdventureState::SlumsPart2AdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetSlumsPart2AdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetSlumsPart2AdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetDeadEndAdventureState \ static_assert(alignof(BPL_GDLib_C_GetDeadEndAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetDeadEndAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetDeadEndAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetDeadEndAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetDeadEndAdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetDeadEndAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetDeadEndAdventureState, DeadEndAdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetDeadEndAdventureState::DeadEndAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetDeadEndAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetDeadEndAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetSewersAdventureState \ static_assert(alignof(BPL_GDLib_C_GetSewersAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetSewersAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetSewersAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetSewersAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetSewersAdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetSewersAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetSewersAdventureState, SewersAdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetSewersAdventureState::SewersAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetSewersAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetSewersAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetAntVillageAdventureState \ static_assert(alignof(BPL_GDLib_C_GetAntVillageAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetAntVillageAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetAntVillageAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetAntVillageAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetAntVillageAdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetAntVillageAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetAntVillageAdventureState, AntVillageAdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetAntVillageAdventureState::AntVillageAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetAntVillageAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetAntVillageAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetMidtownPart1AdventureState \ static_assert(alignof(BPL_GDLib_C_GetMidtownPart1AdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetMidtownPart1AdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetMidtownPart1AdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetMidtownPart1AdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetMidtownPart1AdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetMidtownPart1AdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetMidtownPart1AdventureState, MidtownPart1AdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetMidtownPart1AdventureState::MidtownPart1AdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetMidtownPart1AdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetMidtownPart1AdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetFactoryAdventureState \ static_assert(alignof(BPL_GDLib_C_GetFactoryAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetFactoryAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetFactoryAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetFactoryAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetFactoryAdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetFactoryAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetFactoryAdventureState, FactoryAdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetFactoryAdventureState::FactoryAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetFactoryAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetFactoryAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetMidtownPart2AdventureState \ static_assert(alignof(BPL_GDLib_C_GetMidtownPart2AdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetMidtownPart2AdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetMidtownPart2AdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetMidtownPart2AdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetMidtownPart2AdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetMidtownPart2AdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetMidtownPart2AdventureState, MidtownPart2AdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetMidtownPart2AdventureState::MidtownPart2AdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetMidtownPart2AdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetMidtownPart2AdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetJailAdventureState \ static_assert(alignof(BPL_GDLib_C_GetJailAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetJailAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetJailAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetJailAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetJailAdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetJailAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetJailAdventureState, JailAdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetJailAdventureState::JailAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetJailAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetJailAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_GetCleanCityAdventureState \ static_assert(alignof(BPL_GDLib_C_GetCleanCityAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_GetCleanCityAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_GetCleanCityAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_GetCleanCityAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_GetCleanCityAdventureState, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_GetCleanCityAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetCleanCityAdventureState, CleanCityAdventureState) == 0x000008, "Member 'BPL_GDLib_C_GetCleanCityAdventureState::CleanCityAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_GetCleanCityAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_GetCleanCityAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetChapterAdventureState \ static_assert(alignof(BPL_GDLib_C_SetChapterAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetChapterAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetChapterAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetChapterAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetChapterAdventureState, ChapterAdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetChapterAdventureState::ChapterAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetChapterAdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetChapterAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetChapterAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetChapterAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetB12FlatAdventureState \ static_assert(alignof(BPL_GDLib_C_SetB12FlatAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetB12FlatAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetB12FlatAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetB12FlatAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetB12FlatAdventureState, B12FlatAdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetB12FlatAdventureState::B12FlatAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetB12FlatAdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetB12FlatAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetB12FlatAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetB12FlatAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetSlumsPart1AdventureState \ static_assert(alignof(BPL_GDLib_C_SetSlumsPart1AdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetSlumsPart1AdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetSlumsPart1AdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetSlumsPart1AdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetSlumsPart1AdventureState, SlumsPart1AdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetSlumsPart1AdventureState::SlumsPart1AdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetSlumsPart1AdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetSlumsPart1AdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetSlumsPart1AdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetSlumsPart1AdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetRooftopsAdventureState \ static_assert(alignof(BPL_GDLib_C_SetRooftopsAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetRooftopsAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetRooftopsAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetRooftopsAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetRooftopsAdventureState, RooftopsAdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetRooftopsAdventureState::RooftopsAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetRooftopsAdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetRooftopsAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetRooftopsAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetRooftopsAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetSlumsPart2AdventureState \ static_assert(alignof(BPL_GDLib_C_SetSlumsPart2AdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetSlumsPart2AdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetSlumsPart2AdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetSlumsPart2AdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetSlumsPart2AdventureState, SlumsPart2AdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetSlumsPart2AdventureState::SlumsPart2AdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetSlumsPart2AdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetSlumsPart2AdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetSlumsPart2AdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetSlumsPart2AdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetDeadEndAdventureState \ static_assert(alignof(BPL_GDLib_C_SetDeadEndAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetDeadEndAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetDeadEndAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetDeadEndAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetDeadEndAdventureState, DeadEndAdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetDeadEndAdventureState::DeadEndAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetDeadEndAdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetDeadEndAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetDeadEndAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetDeadEndAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetSewersAdventureState \ static_assert(alignof(BPL_GDLib_C_SetSewersAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetSewersAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetSewersAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetSewersAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetSewersAdventureState, SewersAdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetSewersAdventureState::SewersAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetSewersAdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetSewersAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetSewersAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetSewersAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetAntVillageAdventureState \ static_assert(alignof(BPL_GDLib_C_SetAntVillageAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetAntVillageAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetAntVillageAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetAntVillageAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetAntVillageAdventureState, AntVillageAdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetAntVillageAdventureState::AntVillageAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetAntVillageAdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetAntVillageAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetAntVillageAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetAntVillageAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetMidtownPart1AdventureState \ static_assert(alignof(BPL_GDLib_C_SetMidtownPart1AdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetMidtownPart1AdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetMidtownPart1AdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetMidtownPart1AdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetMidtownPart1AdventureState, MidtownPart1AdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetMidtownPart1AdventureState::MidtownPart1AdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetMidtownPart1AdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetMidtownPart1AdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetMidtownPart1AdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetMidtownPart1AdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetFactoryAdventureState \ static_assert(alignof(BPL_GDLib_C_SetFactoryAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetFactoryAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetFactoryAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetFactoryAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetFactoryAdventureState, FactoryAdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetFactoryAdventureState::FactoryAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetFactoryAdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetFactoryAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetFactoryAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetFactoryAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetMidtownPart2AdventureState \ static_assert(alignof(BPL_GDLib_C_SetMidtownPart2AdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetMidtownPart2AdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetMidtownPart2AdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetMidtownPart2AdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetMidtownPart2AdventureState, MidtownPart2AdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetMidtownPart2AdventureState::MidtownPart2AdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetMidtownPart2AdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetMidtownPart2AdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetMidtownPart2AdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetMidtownPart2AdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetJailAdventureState \ static_assert(alignof(BPL_GDLib_C_SetJailAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetJailAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetJailAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetJailAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetJailAdventureState, JailAdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetJailAdventureState::JailAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetJailAdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetJailAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetJailAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetJailAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_SetCleanCityAdventureState \ static_assert(alignof(BPL_GDLib_C_SetCleanCityAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_SetCleanCityAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_SetCleanCityAdventureState) == 0x000018, "Wrong size on BPL_GDLib_C_SetCleanCityAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_SetCleanCityAdventureState, CleanCityAdventureState) == 0x000000, "Member 'BPL_GDLib_C_SetCleanCityAdventureState::CleanCityAdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetCleanCityAdventureState, __WorldContext) == 0x000008, "Member 'BPL_GDLib_C_SetCleanCityAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_SetCleanCityAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000010, "Member 'BPL_GDLib_C_SetCleanCityAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_ResetAllSubAdventureStates \ static_assert(alignof(BPL_GDLib_C_ResetAllSubAdventureStates) == 0x000008, "Wrong alignment on BPL_GDLib_C_ResetAllSubAdventureStates"); \ static_assert(sizeof(BPL_GDLib_C_ResetAllSubAdventureStates) == 0x000008, "Wrong size on BPL_GDLib_C_ResetAllSubAdventureStates"); \ static_assert(offsetof(BPL_GDLib_C_ResetAllSubAdventureStates, __WorldContext) == 0x000000, "Member 'BPL_GDLib_C_ResetAllSubAdventureStates::__WorldContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_ApplyFullAdventureState \ static_assert(alignof(BPL_GDLib_C_ApplyFullAdventureState) == 0x000008, "Wrong alignment on BPL_GDLib_C_ApplyFullAdventureState"); \ static_assert(sizeof(BPL_GDLib_C_ApplyFullAdventureState) == 0x000020, "Wrong size on BPL_GDLib_C_ApplyFullAdventureState"); \ static_assert(offsetof(BPL_GDLib_C_ApplyFullAdventureState, AdventureState) == 0x000000, "Member 'BPL_GDLib_C_ApplyFullAdventureState::AdventureState' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ApplyFullAdventureState, __WorldContext) == 0x000010, "Member 'BPL_GDLib_C_ApplyFullAdventureState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ApplyFullAdventureState, CallFunc_GetHKSessionSaveData_HKSessionSaveData) == 0x000018, "Member 'BPL_GDLib_C_ApplyFullAdventureState::CallFunc_GetHKSessionSaveData_HKSessionSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPL_GDLib_C_ActivateSentinel \ static_assert(alignof(BPL_GDLib_C_ActivateSentinel) == 0x000008, "Wrong alignment on BPL_GDLib_C_ActivateSentinel"); \ static_assert(sizeof(BPL_GDLib_C_ActivateSentinel) == 0x000018, "Wrong size on BPL_GDLib_C_ActivateSentinel"); \ static_assert(offsetof(BPL_GDLib_C_ActivateSentinel, Sentinel) == 0x000000, "Member 'BPL_GDLib_C_ActivateSentinel::Sentinel' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateSentinel, Activate) == 0x000008, "Member 'BPL_GDLib_C_ActivateSentinel::Activate' has a wrong offset!"); \ static_assert(offsetof(BPL_GDLib_C_ActivateSentinel, __WorldContext) == 0x000010, "Member 'BPL_GDLib_C_ActivateSentinel::__WorldContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPL_GDLib_C \ static_assert(alignof(UBPL_GDLib_C) == 0x000008, "Wrong alignment on UBPL_GDLib_C"); \ static_assert(sizeof(UBPL_GDLib_C) == 0x000028, "Wrong size on UBPL_GDLib_C"); \ #define DUMPER7_ASSERTS_BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings \ static_assert(alignof(BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings) == 0x000008, "Wrong alignment on BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings"); \ static_assert(sizeof(BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings) == 0x000018, "Wrong size on BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings"); \ static_assert(offsetof(BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings, EntryPoint) == 0x000000, "Member 'BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings, CallFunc_GetHKGameInstance_HKGame_Instance) == 0x000008, "Member 'BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings::CallFunc_GetHKGameInstance_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings, CallFunc_GetInitializationMode_ReturnValue) == 0x000010, "Member 'BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings::CallFunc_GetInitializationMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'BP_HKWorldSettings_C_ExecuteUbergraph_BP_HKWorldSettings::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HKWorldSettings_C \ static_assert(alignof(ABP_HKWorldSettings_C) == 0x000008, "Wrong alignment on ABP_HKWorldSettings_C"); \ static_assert(sizeof(ABP_HKWorldSettings_C) == 0x000490, "Wrong size on ABP_HKWorldSettings_C"); \ static_assert(offsetof(ABP_HKWorldSettings_C, UberGraphFrame) == 0x000470, "Member 'ABP_HKWorldSettings_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_HKWorldSettings_C, DefaultSceneRoot) == 0x000478, "Member 'ABP_HKWorldSettings_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_HKWorldSettings_C, AdventureState) == 0x000480, "Member 'ABP_HKWorldSettings_C::AdventureState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIntro_GD_C \ static_assert(alignof(AIntro_GD_C) == 0x000008, "Wrong alignment on AIntro_GD_C"); \ static_assert(sizeof(AIntro_GD_C) == 0x000230, "Wrong size on AIntro_GD_C"); \ #define DUMPER7_ASSERTS_Intro_GRAPH_C_ReceiveTick \ static_assert(alignof(Intro_GRAPH_C_ReceiveTick) == 0x000004, "Wrong alignment on Intro_GRAPH_C_ReceiveTick"); \ static_assert(sizeof(Intro_GRAPH_C_ReceiveTick) == 0x000004, "Wrong size on Intro_GRAPH_C_ReceiveTick"); \ static_assert(offsetof(Intro_GRAPH_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Intro_GRAPH_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_GRAPH_C_ExecuteUbergraph_Intro_GRAPH \ static_assert(alignof(Intro_GRAPH_C_ExecuteUbergraph_Intro_GRAPH) == 0x000004, "Wrong alignment on Intro_GRAPH_C_ExecuteUbergraph_Intro_GRAPH"); \ static_assert(sizeof(Intro_GRAPH_C_ExecuteUbergraph_Intro_GRAPH) == 0x000008, "Wrong size on Intro_GRAPH_C_ExecuteUbergraph_Intro_GRAPH"); \ static_assert(offsetof(Intro_GRAPH_C_ExecuteUbergraph_Intro_GRAPH, EntryPoint) == 0x000000, "Member 'Intro_GRAPH_C_ExecuteUbergraph_Intro_GRAPH::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Intro_GRAPH_C_ExecuteUbergraph_Intro_GRAPH, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'Intro_GRAPH_C_ExecuteUbergraph_Intro_GRAPH::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIntro_GRAPH_C \ static_assert(alignof(AIntro_GRAPH_C) == 0x000008, "Wrong alignment on AIntro_GRAPH_C"); \ static_assert(sizeof(AIntro_GRAPH_C) == 0x000238, "Wrong size on AIntro_GRAPH_C"); \ static_assert(offsetof(AIntro_GRAPH_C, UberGraphFrame) == 0x000230, "Member 'AIntro_GRAPH_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WaterVolume_C_UserConstructionScript \ static_assert(alignof(BP_WaterVolume_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_WaterVolume_C_UserConstructionScript"); \ static_assert(sizeof(BP_WaterVolume_C_UserConstructionScript) == 0x000024, "Wrong size on BP_WaterVolume_C_UserConstructionScript"); \ static_assert(offsetof(BP_WaterVolume_C_UserConstructionScript, CallFunc_GetActorScale3D_ReturnValue) == 0x000000, "Member 'BP_WaterVolume_C_UserConstructionScript::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WaterVolume_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x00000C, "Member 'BP_WaterVolume_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_WaterVolume_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000010, "Member 'BP_WaterVolume_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_WaterVolume_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000014, "Member 'BP_WaterVolume_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_WaterVolume_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'BP_WaterVolume_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WaterVolume_C \ static_assert(alignof(ABP_WaterVolume_C) == 0x000008, "Wrong alignment on ABP_WaterVolume_C"); \ static_assert(sizeof(ABP_WaterVolume_C) == 0x000248, "Wrong size on ABP_WaterVolume_C"); \ static_assert(offsetof(ABP_WaterVolume_C, Arrow) == 0x000228, "Member 'ABP_WaterVolume_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_WaterVolume_C, Decal) == 0x000230, "Member 'ABP_WaterVolume_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ABP_WaterVolume_C, Plane) == 0x000238, "Member 'ABP_WaterVolume_C::Plane' has a wrong offset!"); \ static_assert(offsetof(ABP_WaterVolume_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_WaterVolume_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2 \ static_assert(alignof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2) == 0x000008, "Wrong alignment on BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2"); \ static_assert(sizeof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2) == 0x000050, "Wrong size on BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, EntryPoint) == 0x000000, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000008, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, Temp_bool_Has_Been_Initd_Variable) == 0x000010, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, Temp_bool_IsClosed_Variable) == 0x000011, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, CallFunc_RLerp_ReturnValue) == 0x000014, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000020, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, CallFunc_ComposeRotators_ReturnValue) == 0x00002C, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000038, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, CallFunc_EqualEqual_RotatorRotator_ReturnValue) == 0x000039, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::CallFunc_EqualEqual_RotatorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00003C, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x000048, "Member 'BP_Door_Logic_2_C_ExecuteUbergraph_BP_Door_Logic_2::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Door_Logic_2_C \ static_assert(alignof(ABP_Door_Logic_2_C) == 0x000008, "Wrong alignment on ABP_Door_Logic_2_C"); \ static_assert(sizeof(ABP_Door_Logic_2_C) == 0x000280, "Wrong size on ABP_Door_Logic_2_C"); \ static_assert(offsetof(ABP_Door_Logic_2_C, UberGraphFrame) == 0x000228, "Member 'ABP_Door_Logic_2_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Logic_2_C, door_squeak_01_Cue) == 0x000230, "Member 'ABP_Door_Logic_2_C::door_squeak_01_Cue' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Logic_2_C, Door04_rotate_Door04_rotate) == 0x000238, "Member 'ABP_Door_Logic_2_C::Door04_rotate_Door04_rotate' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Logic_2_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_Door_Logic_2_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Logic_2_C, Timeline_0_NewTrack_0_768E29F94B871187C8FC3D96B60472DE) == 0x000248, "Member 'ABP_Door_Logic_2_C::Timeline_0_NewTrack_0_768E29F94B871187C8FC3D96B60472DE' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Logic_2_C, Timeline_0__Direction_768E29F94B871187C8FC3D96B60472DE) == 0x00024C, "Member 'ABP_Door_Logic_2_C::Timeline_0__Direction_768E29F94B871187C8FC3D96B60472DE' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Logic_2_C, Timeline_0) == 0x000250, "Member 'ABP_Door_Logic_2_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Logic_2_C, Rotation) == 0x000258, "Member 'ABP_Door_Logic_2_C::Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Logic_2_C, Base_Rotation) == 0x000264, "Member 'ABP_Door_Logic_2_C::Base_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Logic_2_C, Rotation_current) == 0x000270, "Member 'ABP_Door_Logic_2_C::Rotation_current' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Logic_2_C, Open) == 0x00027C, "Member 'ABP_Door_Logic_2_C::Open' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADecal_Stippled_Road_Marking_C \ static_assert(alignof(ADecal_Stippled_Road_Marking_C) == 0x000008, "Wrong alignment on ADecal_Stippled_Road_Marking_C"); \ static_assert(sizeof(ADecal_Stippled_Road_Marking_C) == 0x000238, "Wrong size on ADecal_Stippled_Road_Marking_C"); \ static_assert(offsetof(ADecal_Stippled_Road_Marking_C, Decal) == 0x000228, "Member 'ADecal_Stippled_Road_Marking_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ADecal_Stippled_Road_Marking_C, DefaultSceneRoot) == 0x000230, "Member 'ADecal_Stippled_Road_Marking_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADecal_Striped_Road_Marking_C \ static_assert(alignof(ADecal_Striped_Road_Marking_C) == 0x000008, "Wrong alignment on ADecal_Striped_Road_Marking_C"); \ static_assert(sizeof(ADecal_Striped_Road_Marking_C) == 0x000238, "Wrong size on ADecal_Striped_Road_Marking_C"); \ static_assert(offsetof(ADecal_Striped_Road_Marking_C, R) == 0x000228, "Member 'ADecal_Striped_Road_Marking_C::R' has a wrong offset!"); \ static_assert(offsetof(ADecal_Striped_Road_Marking_C, DefaultSceneRoot) == 0x000230, "Member 'ADecal_Striped_Road_Marking_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Pipe_01_Inside_the_Wall_C \ static_assert(alignof(ABP_Pipe_01_Inside_the_Wall_C) == 0x000008, "Wrong alignment on ABP_Pipe_01_Inside_the_Wall_C"); \ static_assert(sizeof(ABP_Pipe_01_Inside_the_Wall_C) == 0x000368, "Wrong size on ABP_Pipe_01_Inside_the_Wall_C"); \ #define DUMPER7_ASSERTS_ABP_Pipe_02_Dead_City_C \ static_assert(alignof(ABP_Pipe_02_Dead_City_C) == 0x000008, "Wrong alignment on ABP_Pipe_02_Dead_City_C"); \ static_assert(sizeof(ABP_Pipe_02_Dead_City_C) == 0x000368, "Wrong size on ABP_Pipe_02_Dead_City_C"); \ #define DUMPER7_ASSERTS_ABP_Pipe_05_Sewers_C \ static_assert(alignof(ABP_Pipe_05_Sewers_C) == 0x000008, "Wrong alignment on ABP_Pipe_05_Sewers_C"); \ static_assert(sizeof(ABP_Pipe_05_Sewers_C) == 0x000368, "Wrong size on ABP_Pipe_05_Sewers_C"); \ #define DUMPER7_ASSERTS_BP_SignalingPanel_Triangle_01_C_UserConstructionScript \ static_assert(alignof(BP_SignalingPanel_Triangle_01_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SignalingPanel_Triangle_01_C_UserConstructionScript"); \ static_assert(sizeof(BP_SignalingPanel_Triangle_01_C_UserConstructionScript) == 0x000020, "Wrong size on BP_SignalingPanel_Triangle_01_C_UserConstructionScript"); \ static_assert(offsetof(BP_SignalingPanel_Triangle_01_C_UserConstructionScript, CallFunc_RandomFloatFromStream_ReturnValue) == 0x000000, "Member 'BP_SignalingPanel_Triangle_01_C_UserConstructionScript::CallFunc_RandomFloatFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SignalingPanel_Triangle_01_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'BP_SignalingPanel_Triangle_01_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SignalingPanel_Triangle_01_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000008, "Member 'BP_SignalingPanel_Triangle_01_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SignalingPanel_Triangle_01_C_UserConstructionScript, CallFunc_GetMaterial_ReturnValue) == 0x000010, "Member 'BP_SignalingPanel_Triangle_01_C_UserConstructionScript::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SignalingPanel_Triangle_01_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'BP_SignalingPanel_Triangle_01_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SignalingPanel_Triangle_01_C \ static_assert(alignof(ABP_SignalingPanel_Triangle_01_C) == 0x000008, "Wrong alignment on ABP_SignalingPanel_Triangle_01_C"); \ static_assert(sizeof(ABP_SignalingPanel_Triangle_01_C) == 0x000258, "Wrong size on ABP_SignalingPanel_Triangle_01_C"); \ static_assert(offsetof(ABP_SignalingPanel_Triangle_01_C, StaticMesh5) == 0x000228, "Member 'ABP_SignalingPanel_Triangle_01_C::StaticMesh5' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_Triangle_01_C, StaticMesh3) == 0x000230, "Member 'ABP_SignalingPanel_Triangle_01_C::StaticMesh3' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_Triangle_01_C, StaticMesh) == 0x000238, "Member 'ABP_SignalingPanel_Triangle_01_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_Triangle_01_C, Nmb_Vertical) == 0x000240, "Member 'ABP_SignalingPanel_Triangle_01_C::Nmb_Vertical' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_Triangle_01_C, Nmb_Horizontal) == 0x000244, "Member 'ABP_SignalingPanel_Triangle_01_C::Nmb_Horizontal' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_Triangle_01_C, Random_Stream) == 0x000248, "Member 'ABP_SignalingPanel_Triangle_01_C::Random_Stream' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_Triangle_01_C, Random_0_1) == 0x000250, "Member 'ABP_SignalingPanel_Triangle_01_C::Random_0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_leakrain_and_splash_C_C_UserConstructionScript \ static_assert(alignof(BP_leakrain_and_splash_C_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_leakrain_and_splash_C_C_UserConstructionScript"); \ static_assert(sizeof(BP_leakrain_and_splash_C_C_UserConstructionScript) == 0x0001D8, "Wrong size on BP_leakrain_and_splash_C_C_UserConstructionScript"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, Temp_object_Variable) == 0x000000, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue) == 0x00001C, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_LineTraceSingle_OutHit) == 0x000028, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_LineTraceSingle_ReturnValue) == 0x0000B0, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B1, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B2, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_Time) == 0x0000B4, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_Distance) == 0x0000B8, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_Location) == 0x0000BC, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C8, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_Normal) == 0x0000D4, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E0, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_PhysMat) == 0x0000F0, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_HitActor) == 0x0000F8, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_HitComponent) == 0x000100, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_HitBoneName) == 0x000108, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_HitItem) == 0x000110, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_ElementIndex) == 0x000114, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_FaceIndex) == 0x000118, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_TraceStart) == 0x00011C, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakHitResult_TraceEnd) == 0x000128, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000134, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000138, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x00013C, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000140, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000144, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000150, "Member 'BP_leakrain_and_splash_C_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C \ static_assert(alignof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C) == 0x000008, "Wrong alignment on BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C"); \ static_assert(sizeof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C) == 0x000130, "Wrong size on BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, EntryPoint) == 0x000000, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_int_Variable) == 0x000004, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, CallFunc_HashRandom_float) == 0x000008, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, CallFunc_HashRandom_int) == 0x00000C, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable) == 0x000010, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_1) == 0x000018, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_2) == 0x000020, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_3) == 0x000028, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_4) == 0x000030, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_5) == 0x000038, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_6) == 0x000040, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_7) == 0x000048, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_8) == 0x000050, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_9) == 0x000058, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_10) == 0x000060, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_11) == 0x000068, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_object_Variable_12) == 0x000070, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, K2Node_Select_Default) == 0x000078, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, CallFunc_Add_FloatFloat_ReturnValue) == 0x000080, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000084, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, Temp_bool_Variable) == 0x000088, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, CallFunc_Add_VectorVector_ReturnValue) == 0x00008C, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000098, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, CallFunc_IsValid_ReturnValue_1) == 0x000120, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C, K2Node_Select_Default_1) == 0x000128, "Member 'BP_leakrain_and_splash_C_C_ExecuteUbergraph_BP_leakrain_and_splash_C::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_leakrain_and_splash_C_C \ static_assert(alignof(ABP_leakrain_and_splash_C_C) == 0x000008, "Wrong alignment on ABP_leakrain_and_splash_C_C"); \ static_assert(sizeof(ABP_leakrain_and_splash_C_C) == 0x000268, "Wrong size on ABP_leakrain_and_splash_C_C"); \ static_assert(offsetof(ABP_leakrain_and_splash_C_C, UberGraphFrame) == 0x000228, "Member 'ABP_leakrain_and_splash_C_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C_C, COMP_simpleLooper) == 0x000230, "Member 'ABP_leakrain_and_splash_C_C::COMP_simpleLooper' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C_C, FX_splash) == 0x000238, "Member 'ABP_leakrain_and_splash_C_C::FX_splash' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C_C, FX_Rain2) == 0x000240, "Member 'ABP_leakrain_and_splash_C_C::FX_Rain2' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_leakrain_and_splash_C_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C_C, splashes) == 0x000250, "Member 'ABP_leakrain_and_splash_C_C::splashes' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C_C, Ripples__) == 0x000251, "Member 'ABP_leakrain_and_splash_C_C::Ripples__' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C_C, splash_sound) == 0x000258, "Member 'ABP_leakrain_and_splash_C_C::splash_sound' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C_C, Volume) == 0x000260, "Member 'ABP_leakrain_and_splash_C_C::Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C_C, Pitch) == 0x000264, "Member 'ABP_leakrain_and_splash_C_C::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineRail_C_SetRailEnabled \ static_assert(alignof(BP_SplineRail_C_SetRailEnabled) == 0x000001, "Wrong alignment on BP_SplineRail_C_SetRailEnabled"); \ static_assert(sizeof(BP_SplineRail_C_SetRailEnabled) == 0x000001, "Wrong size on BP_SplineRail_C_SetRailEnabled"); \ static_assert(offsetof(BP_SplineRail_C_SetRailEnabled, Enabled_0) == 0x000000, "Member 'BP_SplineRail_C_SetRailEnabled::Enabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineRail_C_ReceiveTick \ static_assert(alignof(BP_SplineRail_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SplineRail_C_ReceiveTick"); \ static_assert(sizeof(BP_SplineRail_C_ReceiveTick) == 0x000004, "Wrong size on BP_SplineRail_C_ReceiveTick"); \ static_assert(offsetof(BP_SplineRail_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SplineRail_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail \ static_assert(alignof(BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail) == 0x000004, "Wrong alignment on BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail"); \ static_assert(sizeof(BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail) == 0x00000C, "Wrong size on BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail"); \ static_assert(offsetof(BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail, EntryPoint) == 0x000000, "Member 'BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail, K2Node_CustomEvent_Enabled) == 0x000005, "Member 'BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'BP_SplineRail_C_ExecuteUbergraph_BP_SplineRail::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SplineRail_C \ static_assert(alignof(ABP_SplineRail_C) == 0x000008, "Wrong alignment on ABP_SplineRail_C"); \ static_assert(sizeof(ABP_SplineRail_C) == 0x000258, "Wrong size on ABP_SplineRail_C"); \ static_assert(offsetof(ABP_SplineRail_C, UberGraphFrame) == 0x000228, "Member 'ABP_SplineRail_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineRail_C, Streaming) == 0x000230, "Member 'ABP_SplineRail_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineRail_C, Save) == 0x000238, "Member 'ABP_SplineRail_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineRail_C, SplineRail) == 0x000240, "Member 'ABP_SplineRail_C::SplineRail' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineRail_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_SplineRail_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineRail_C, Enabled) == 0x000250, "Member 'ABP_SplineRail_C::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_cardinal_amb_C_UserConstructionScript \ static_assert(alignof(BP_sfx_cardinal_amb_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_sfx_cardinal_amb_C_UserConstructionScript"); \ static_assert(sizeof(BP_sfx_cardinal_amb_C_UserConstructionScript) == 0x000004, "Wrong size on BP_sfx_cardinal_amb_C_UserConstructionScript"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_sfx_cardinal_amb_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_cardinal_amb_C_ReceiveTick \ static_assert(alignof(BP_sfx_cardinal_amb_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_sfx_cardinal_amb_C_ReceiveTick"); \ static_assert(sizeof(BP_sfx_cardinal_amb_C_ReceiveTick) == 0x000004, "Wrong size on BP_sfx_cardinal_amb_C_ReceiveTick"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_sfx_cardinal_amb_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_cardinal_amb_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_sfx_cardinal_amb_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_sfx_cardinal_amb_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_sfx_cardinal_amb_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_sfx_cardinal_amb_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_sfx_cardinal_amb_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_cardinal_amb_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_sfx_cardinal_amb_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_sfx_cardinal_amb_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_sfx_cardinal_amb_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_sfx_cardinal_amb_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_sfx_cardinal_amb_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_sfx_cardinal_amb_C_BndEvt__BP_sfx_cardinal_amb_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb \ static_assert(alignof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb) == 0x000010, "Wrong alignment on BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb"); \ static_assert(sizeof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb) == 0x0005B0, "Wrong size on BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, EntryPoint) == 0x000000, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_GetTimeSeconds_ReturnValue) == 0x00000C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000010, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x000014, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00001C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_float_Variable) == 0x000028, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_bool_Variable) == 0x00002C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue_1) == 0x000034, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Array_Index_Variable_2) == 0x00003C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_bool_Variable_1) == 0x000040, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Loop_Counter_Variable_2) == 0x000044, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Variable) == 0x000048, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00004C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Percent_IntInt_ReturnValue) == 0x000050, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000054, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_IntInt_ReturnValue_2) == 0x000060, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000064, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_SelectFloat_ReturnValue) == 0x000068, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_IntInt_ReturnValue_3) == 0x00006C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_FloatFloat_ReturnValue) == 0x000070, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Percent_FloatFloat_ReturnValue) == 0x000074, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_bool_Variable_2) == 0x000078, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Variable_1) == 0x00007C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Loop_Counter_Variable_3) == 0x000080, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000084, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_IntInt_ReturnValue_4) == 0x000088, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_IntInt_ReturnValue_5) == 0x00008C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Array_Index_Variable_3) == 0x000090, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue_2) == 0x000094, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_Event_DeltaSeconds) == 0x000098, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Greater_IntInt_ReturnValue) == 0x00009C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue_3) == 0x0000A0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Array_Index_Variable_4) == 0x0000A4, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0000B8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_GetCameraLocation_ReturnValue) == 0x0000C0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000CC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_FMax_ReturnValue) == 0x0000D8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_VSize_ReturnValue) == 0x0000DC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000E0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue_4) == 0x0000E4, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000E8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000EC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000F0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_FClamp_ReturnValue) == 0x0000F4, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Percent_IntInt_ReturnValue_1) == 0x0000F8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000FC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000100, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_Select_Default) == 0x000104, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue_5) == 0x000108, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Greater_IntInt_ReturnValue_2) == 0x00010C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Percent_IntInt_ReturnValue_2) == 0x000110, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Percent_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_Select_Default_1) == 0x000114, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Get_Item_1) == 0x000118, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue_6) == 0x000128, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_DynamicCast_AsI_Sfx_Zone) == 0x000130, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_DynamicCast_AsI_Sfx_Zone' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_DoesImplementInterface_ReturnValue) == 0x000141, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_camera_value_camera_value) == 0x000144, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_camera_value_camera_value' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000148, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x00014C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_FClamp_ReturnValue_1) == 0x000150, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000154, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Get_Item_2) == 0x000158, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_FClamp_ReturnValue_2) == 0x000160, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_IsValid_ReturnValue) == 0x000164, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_Select_Default_2) == 0x000168, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue_7) == 0x00016C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_struct_Variable) == 0x000170, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_AddComponent_ReturnValue) == 0x0001A8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001B0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001B4, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x0001B8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_GetPI_ReturnValue) == 0x0001BC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_GetPI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0001C0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0001C4, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x0001C8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x0001CC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0001D0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0001D4, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0001D8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0001DC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Array_Index_Variable_5) == 0x0001E0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Get_Item_3) == 0x0001E8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Conv_IntToFloat_ReturnValue_6) == 0x0001F0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Conv_IntToFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_IsValid_ReturnValue_1) == 0x0001F4, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x0001F8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_IsPlaying_ReturnValue) == 0x0001FC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Percent_IntInt_ReturnValue_3) == 0x000200, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Percent_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Get_Item_4) == 0x000208, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000210, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Conv_IntToFloat_ReturnValue_7) == 0x000214, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Conv_IntToFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_SelectFloat_ReturnValue_1) == 0x000218, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00021C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x000220, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x000224, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Percent_FloatFloat_ReturnValue_1) == 0x000228, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Percent_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x00022C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x000230, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Cos_ReturnValue) == 0x000234, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Cos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Sin_ReturnValue) == 0x000238, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_MakeVector_ReturnValue) == 0x00023C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Greater_IntInt_ReturnValue_3) == 0x000248, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Normal_ReturnValue) == 0x00024C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000258, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000264, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_VectorVector_ReturnValue) == 0x000270, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00027C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000288, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Get_Item_5) == 0x000310, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue_8) == 0x000318, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Less_IntInt_ReturnValue_1) == 0x00031C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_IsPlaying_ReturnValue_1) == 0x00031D, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_object_Variable) == 0x000320, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_object_Variable_1) == 0x000328, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_bool_Variable_3) == 0x000330, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_Select_Default_3) == 0x000338, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000340, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000348, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Add_ReturnValue) == 0x000350, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_bool_Variable_4) == 0x000354, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000358, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_FMax_ReturnValue_1) == 0x00035C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_FloatFloat_ReturnValue_8) == 0x000360, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_Event_OtherActor_1) == 0x000368, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_Event_OtherActor) == 0x000370, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BooleanOR_ReturnValue) == 0x000378, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_FindPlayerCatPawn_Cat) == 0x000380, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_FindCameraManager_CameraManager) == 0x000388, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000390, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000391, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000392, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000393, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Get_Item_6) == 0x000398, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue_9) == 0x0003A8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Less_IntInt_ReturnValue_2) == 0x0003AC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_DynamicCast_AsI_Sfx_Zone_1) == 0x0003B0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_DynamicCast_AsI_Sfx_Zone_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_DynamicCast_bSuccess_1) == 0x0003C0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BooleanOR_ReturnValue_1) == 0x0003C1, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0003C2, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_FloatFloat_ReturnValue_9) == 0x0003C4, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Loop_Counter_Variable_4) == 0x0003C8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_int_Loop_Counter_Variable_5) == 0x0003CC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Less_IntInt_ReturnValue_3) == 0x0003D0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_IntInt_ReturnValue_6) == 0x0003D4, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Less_IntInt_ReturnValue_4) == 0x0003D8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Add_IntInt_ReturnValue_7) == 0x0003DC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_ComponentBoundEvent__component_1) == 0x0003E0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_ComponentBoundEvent__component_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Get_Item_7) == 0x0003E8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Array_Length_ReturnValue_10) == 0x0003F8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_Less_IntInt_ReturnValue_5) == 0x0003FC, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_DynamicCast_AsI_Sfx_Zone_2) == 0x000400, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_DynamicCast_AsI_Sfx_Zone_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_DynamicCast_bSuccess_2) == 0x000410, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_ComponentBoundEvent__component) == 0x000418, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_MakeSet_Set) == 0x000420, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_MakeSet_Set' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_object_Variable_2) == 0x000470, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, Temp_bool_Variable_5) == 0x000480, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000481, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_Select_Default_4) == 0x000484, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_LineTraceSingle_OutHit) == 0x000490, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_LineTraceSingle_ReturnValue) == 0x000518, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_bBlockingHit) == 0x000519, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_bInitialOverlap) == 0x00051A, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_Time) == 0x00051C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_Distance) == 0x000520, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_Location) == 0x000524, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_ImpactPoint) == 0x000530, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_Normal) == 0x00053C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_ImpactNormal) == 0x000548, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_PhysMat) == 0x000558, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_HitActor) == 0x000560, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_HitComponent) == 0x000568, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_HitBoneName) == 0x000570, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_HitItem) == 0x000578, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_ElementIndex) == 0x00057C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_FaceIndex) == 0x000580, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_TraceStart) == 0x000584, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_BreakHitResult_TraceEnd) == 0x000590, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_Select_Default_5) == 0x00059C, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0005A0, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x0005A1, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x0005A4, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb, K2Node_MakeStruct_SourceEffectPannerSettings) == 0x0005A8, "Member 'BP_sfx_cardinal_amb_C_ExecuteUbergraph_BP_sfx_cardinal_amb::K2Node_MakeStruct_SourceEffectPannerSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_sfx_cardinal_amb_C \ static_assert(alignof(ABP_sfx_cardinal_amb_C) == 0x000008, "Wrong alignment on ABP_sfx_cardinal_amb_C"); \ static_assert(sizeof(ABP_sfx_cardinal_amb_C) == 0x000308, "Wrong size on ABP_sfx_cardinal_amb_C"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, UberGraphFrame) == 0x000228, "Member 'ABP_sfx_cardinal_amb_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, externalZone) == 0x000230, "Member 'ABP_sfx_cardinal_amb_C::externalZone' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, internalZone) == 0x000238, "Member 'ABP_sfx_cardinal_amb_C::internalZone' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, Streaming) == 0x000240, "Member 'ABP_sfx_cardinal_amb_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_sfx_cardinal_amb_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, spawnedSounds) == 0x000250, "Member 'ABP_sfx_cardinal_amb_C::spawnedSounds' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, zoneSize) == 0x000260, "Member 'ABP_sfx_cardinal_amb_C::zoneSize' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, falloffSize) == 0x000264, "Member 'ABP_sfx_cardinal_amb_C::falloffSize' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, nbSources) == 0x000268, "Member 'ABP_sfx_cardinal_amb_C::nbSources' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, Cues) == 0x000270, "Member 'ABP_sfx_cardinal_amb_C::Cues' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, Volumes) == 0x000280, "Member 'ABP_sfx_cardinal_amb_C::Volumes' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, pitches) == 0x000290, "Member 'ABP_sfx_cardinal_amb_C::pitches' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, angleOffset) == 0x0002A0, "Member 'ABP_sfx_cardinal_amb_C::angleOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, multiply_distance) == 0x0002A4, "Member 'ABP_sfx_cardinal_amb_C::multiply_distance' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, spreadOffset) == 0x0002A8, "Member 'ABP_sfx_cardinal_amb_C::spreadOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, mute) == 0x0002A9, "Member 'ABP_sfx_cardinal_amb_C::mute' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, totalSpaceDefaultValue) == 0x0002AC, "Member 'ABP_sfx_cardinal_amb_C::totalSpaceDefaultValue' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, zone_modifiers) == 0x0002B0, "Member 'ABP_sfx_cardinal_amb_C::zone_modifiers' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, totalSpaceValue) == 0x0002C0, "Member 'ABP_sfx_cardinal_amb_C::totalSpaceValue' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, view_zones_ingame) == 0x0002C4, "Member 'ABP_sfx_cardinal_amb_C::view_zones_ingame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, nbProbes) == 0x0002C8, "Member 'ABP_sfx_cardinal_amb_C::nbProbes' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, tmpBestDistance) == 0x0002CC, "Member 'ABP_sfx_cardinal_amb_C::tmpBestDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, tmpBestLocation) == 0x0002D0, "Member 'ABP_sfx_cardinal_amb_C::tmpBestLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, currentVolume) == 0x0002DC, "Member 'ABP_sfx_cardinal_amb_C::currentVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, use_stereo_source) == 0x0002E0, "Member 'ABP_sfx_cardinal_amb_C::use_stereo_source' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, hasBeenOnSince) == 0x0002E4, "Member 'ABP_sfx_cardinal_amb_C::hasBeenOnSince' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, has_been_playing_in_total) == 0x0002E8, "Member 'ABP_sfx_cardinal_amb_C::has_been_playing_in_total' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, cat_inside) == 0x0002EC, "Member 'ABP_sfx_cardinal_amb_C::cat_inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, camera_is_inside) == 0x0002ED, "Member 'ABP_sfx_cardinal_amb_C::camera_is_inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, requestLastTick) == 0x0002EE, "Member 'ABP_sfx_cardinal_amb_C::requestLastTick' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, recheck_zones) == 0x0002EF, "Member 'ABP_sfx_cardinal_amb_C::recheck_zones' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, spread_power) == 0x0002F0, "Member 'ABP_sfx_cardinal_amb_C::spread_power' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, Source_Effect_Chain) == 0x0002F8, "Member 'ABP_sfx_cardinal_amb_C::Source_Effect_Chain' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_cardinal_amb_C, panner_effect) == 0x000300, "Member 'ABP_sfx_cardinal_amb_C::panner_effect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ToyoActorBase_C \ static_assert(alignof(ABP_ToyoActorBase_C) == 0x000008, "Wrong alignment on ABP_ToyoActorBase_C"); \ static_assert(sizeof(ABP_ToyoActorBase_C) == 0x000368, "Wrong size on ABP_ToyoActorBase_C"); \ #define DUMPER7_ASSERTS_ABP_Sewer_2x4_Railing_C \ static_assert(alignof(ABP_Sewer_2x4_Railing_C) == 0x000008, "Wrong alignment on ABP_Sewer_2x4_Railing_C"); \ static_assert(sizeof(ABP_Sewer_2x4_Railing_C) == 0x000258, "Wrong size on ABP_Sewer_2x4_Railing_C"); \ static_assert(offsetof(ABP_Sewer_2x4_Railing_C, SplineRail1) == 0x000228, "Member 'ABP_Sewer_2x4_Railing_C::SplineRail1' has a wrong offset!"); \ static_assert(offsetof(ABP_Sewer_2x4_Railing_C, Sewer_2x4_Railing_R) == 0x000230, "Member 'ABP_Sewer_2x4_Railing_C::Sewer_2x4_Railing_R' has a wrong offset!"); \ static_assert(offsetof(ABP_Sewer_2x4_Railing_C, SplineRail) == 0x000238, "Member 'ABP_Sewer_2x4_Railing_C::SplineRail' has a wrong offset!"); \ static_assert(offsetof(ABP_Sewer_2x4_Railing_C, Sewer_2x4_Railing) == 0x000240, "Member 'ABP_Sewer_2x4_Railing_C::Sewer_2x4_Railing' has a wrong offset!"); \ static_assert(offsetof(ABP_Sewer_2x4_Railing_C, Sewer_Walkway_2x4) == 0x000248, "Member 'ABP_Sewer_2x4_Railing_C::Sewer_Walkway_2x4' has a wrong offset!"); \ static_assert(offsetof(ABP_Sewer_2x4_Railing_C, Railing_Left) == 0x000250, "Member 'ABP_Sewer_2x4_Railing_C::Railing_Left' has a wrong offset!"); \ static_assert(offsetof(ABP_Sewer_2x4_Railing_C, Railing_Right) == 0x000251, "Member 'ABP_Sewer_2x4_Railing_C::Railing_Right' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh \ static_assert(alignof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh) == 0x000008, "Wrong alignment on BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh"); \ static_assert(sizeof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh) == 0x000200, "Wrong size on BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, Enabled) == 0x000000, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, Offset) == 0x000004, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::Offset' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, OffsetLocal) == 0x000010, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::OffsetLocal' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, Point4) == 0x00001C, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::Point4' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, Point3) == 0x000028, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::Point3' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, Point2) == 0x000034, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::Point2' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, Point1) == 0x000040, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::Point1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, Triangles) == 0x000050, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::Triangles' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Vector_IsZero_ReturnValue) == 0x000060, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Vector_IsZero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_BooleanAND_ReturnValue) == 0x000062, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000064, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_NegateRotator_ReturnValue) == 0x000070, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x00007C, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x000088, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_BreakVector_X) == 0x000094, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_BreakVector_Y) == 0x000098, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_BreakVector_Z) == 0x00009C, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_SignOfFloat_ReturnValue) == 0x0000A0, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_BreakVector_X_1) == 0x0000A4, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_BreakVector_Y_1) == 0x0000A8, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_BreakVector_Z_1) == 0x0000AC, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_MakeVector_ReturnValue) == 0x0000B0, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_SignOfFloat_ReturnValue_1) == 0x0000BC, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_SignOfFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_MakeVector_ReturnValue_1) == 0x0000C0, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_MakeVector_ReturnValue_2) == 0x0000CC, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_MakeVector_ReturnValue_3) == 0x0000D8, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_GetScaledBoxExtent_ReturnValue) == 0x0000E4, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_GetScaledBoxExtent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000F0, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x0000FC, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Add_VectorVector_ReturnValue) == 0x000108, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000114, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, K2Node_MakeStruct_CustomMeshTriangle) == 0x000120, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::K2Node_MakeStruct_CustomMeshTriangle' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, K2Node_MakeStruct_CustomMeshTriangle_1) == 0x000144, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::K2Node_MakeStruct_CustomMeshTriangle_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Array_Add_ReturnValue) == 0x000168, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Array_Add_ReturnValue_1) == 0x00016C, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_GetScaledBoxExtent_ReturnValue_1) == 0x000170, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_GetScaledBoxExtent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x00017C, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x000188, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000194, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0001A0, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, K2Node_MakeStruct_CustomMeshTriangle_2) == 0x0001AC, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::K2Node_MakeStruct_CustomMeshTriangle_2' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, K2Node_MakeStruct_CustomMeshTriangle_3) == 0x0001D0, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::K2Node_MakeStruct_CustomMeshTriangle_3' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Array_Add_ReturnValue_2) == 0x0001F4, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh, CallFunc_Array_Add_ReturnValue_3) == 0x0001F8, "Member 'BP_CameraThirdPersonModifierZone_C_Init_Custom_Mesh::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPersonModifierZone_C_UserConstructionScript \ static_assert(alignof(BP_CameraThirdPersonModifierZone_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_CameraThirdPersonModifierZone_C_UserConstructionScript"); \ static_assert(sizeof(BP_CameraThirdPersonModifierZone_C_UserConstructionScript) == 0x0000CC, "Wrong size on BP_CameraThirdPersonModifierZone_C_UserConstructionScript"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_UserConstructionScript, CallFunc_IsWithEditorBuild_ReturnValue) == 0x000000, "Member 'BP_CameraThirdPersonModifierZone_C_UserConstructionScript::CallFunc_IsWithEditorBuild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000004, "Member 'BP_CameraThirdPersonModifierZone_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_UserConstructionScript, CallFunc_NegateRotator_ReturnValue) == 0x000010, "Member 'BP_CameraThirdPersonModifierZone_C_UserConstructionScript::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_UserConstructionScript, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x00001C, "Member 'BP_CameraThirdPersonModifierZone_C_UserConstructionScript::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_UserConstructionScript, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x000028, "Member 'BP_CameraThirdPersonModifierZone_C_UserConstructionScript::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x000034, "Member 'BP_CameraThirdPersonModifierZone_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_UserConstructionScript, CallFunc_MakeRotFromX_ReturnValue) == 0x000038, "Member 'BP_CameraThirdPersonModifierZone_C_UserConstructionScript::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_UserConstructionScript, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000044, "Member 'BP_CameraThirdPersonModifierZone_C_UserConstructionScript::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraThirdPersonModifierZone_C_ExecuteUbergraph_BP_CameraThirdPersonModifierZone \ static_assert(alignof(BP_CameraThirdPersonModifierZone_C_ExecuteUbergraph_BP_CameraThirdPersonModifierZone) == 0x000004, "Wrong alignment on BP_CameraThirdPersonModifierZone_C_ExecuteUbergraph_BP_CameraThirdPersonModifierZone"); \ static_assert(sizeof(BP_CameraThirdPersonModifierZone_C_ExecuteUbergraph_BP_CameraThirdPersonModifierZone) == 0x000004, "Wrong size on BP_CameraThirdPersonModifierZone_C_ExecuteUbergraph_BP_CameraThirdPersonModifierZone"); \ static_assert(offsetof(BP_CameraThirdPersonModifierZone_C_ExecuteUbergraph_BP_CameraThirdPersonModifierZone, EntryPoint) == 0x000000, "Member 'BP_CameraThirdPersonModifierZone_C_ExecuteUbergraph_BP_CameraThirdPersonModifierZone::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CameraThirdPersonModifierZone_C \ static_assert(alignof(ABP_CameraThirdPersonModifierZone_C) == 0x000008, "Wrong alignment on ABP_CameraThirdPersonModifierZone_C"); \ static_assert(sizeof(ABP_CameraThirdPersonModifierZone_C) == 0x000310, "Wrong size on ABP_CameraThirdPersonModifierZone_C"); \ static_assert(offsetof(ABP_CameraThirdPersonModifierZone_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_CameraThirdPersonModifierZone_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPersonModifierZone_C, CustomMesh) == 0x0002E0, "Member 'ABP_CameraThirdPersonModifierZone_C::CustomMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPersonModifierZone_C, Billboard) == 0x0002E8, "Member 'ABP_CameraThirdPersonModifierZone_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPersonModifierZone_C, YawConstraintArrow) == 0x0002F0, "Member 'ABP_CameraThirdPersonModifierZone_C::YawConstraintArrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPersonModifierZone_C, Box) == 0x0002F8, "Member 'ABP_CameraThirdPersonModifierZone_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPersonModifierZone_C, RelativeOffsetEdition) == 0x000300, "Member 'ABP_CameraThirdPersonModifierZone_C::RelativeOffsetEdition' has a wrong offset!"); \ static_assert(offsetof(ABP_CameraThirdPersonModifierZone_C, RelativeOffset) == 0x000304, "Member 'ABP_CameraThirdPersonModifierZone_C::RelativeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_ChainJump_C \ static_assert(alignof(UUMG_ChainJump_C) == 0x000008, "Wrong alignment on UUMG_ChainJump_C"); \ static_assert(sizeof(UUMG_ChainJump_C) == 0x000268, "Wrong size on UUMG_ChainJump_C"); \ static_assert(offsetof(UUMG_ChainJump_C, RichTextBlock_112) == 0x000260, "Member 'UUMG_ChainJump_C::RichTextBlock_112' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature \ static_assert(alignof(BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature, Component) == 0x000000, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature::Component' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature, cat) == 0x000008, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature \ static_assert(alignof(BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature, Component) == 0x000000, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature::Component' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature, cat) == 0x000008, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro \ static_assert(alignof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro) == 0x000010, "Wrong alignment on BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro"); \ static_assert(sizeof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro) == 0x000110, "Wrong size on BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, EntryPoint) == 0x000000, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000004, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, K2Node_ComponentBoundEvent_component_1) == 0x000008, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::K2Node_ComponentBoundEvent_component_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, K2Node_ComponentBoundEvent_cat_1) == 0x000010, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::K2Node_ComponentBoundEvent_cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue) == 0x000018, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_IsCustomAnimationEnabled_ReturnValue) == 0x000019, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_IsCustomAnimationEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000054, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_BooleanOR_ReturnValue) == 0x000058, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, K2Node_ComponentBoundEvent_component) == 0x000060, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::K2Node_ComponentBoundEvent_component' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, K2Node_ComponentBoundEvent_cat) == 0x000068, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::K2Node_ComponentBoundEvent_cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x000070, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000078, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_IsFollowingSpline_ReturnValue) == 0x000080, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000084, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000090, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_IsValid_ReturnValue_1) == 0x00009C, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_GetTransform_ReturnValue_1) == 0x0000A0, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x0000D0, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_1) == 0x0000D4, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_IsCustomAnimationEnabled_ReturnValue_1) == 0x0000D5, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_IsCustomAnimationEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000D6, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_BooleanOR_ReturnValue_1) == 0x0000D7, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_2) == 0x0000D8, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_IsCustomAnimationEnabled_ReturnValue_2) == 0x0000D9, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_IsCustomAnimationEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000DA, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_BooleanOR_ReturnValue_2) == 0x0000DB, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000DC, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000DD, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_BooleanAND_ReturnValue) == 0x0000DE, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x0000E0, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_FindHKPlayerController_HKPlayerController) == 0x0000E8, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_FindHKPlayerController_HKPlayerController_1) == 0x0000F0, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_FindHKPlayerController_HKPlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x0000F8, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_FindHKPlayerController_HKPlayerController_2) == 0x000100, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_FindHKPlayerController_HKPlayerController_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro, CallFunc_InternalBreakableDelay_ReturnValue_6) == 0x000108, "Member 'BP_CatButton_MoveToAnim_FakeCatIntro_C_ExecuteUbergraph_BP_CatButton_MoveToAnim_FakeCatIntro::CallFunc_InternalBreakableDelay_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatButton_MoveToAnim_FakeCatIntro_C \ static_assert(alignof(ABP_CatButton_MoveToAnim_FakeCatIntro_C) == 0x000008, "Wrong alignment on ABP_CatButton_MoveToAnim_FakeCatIntro_C"); \ static_assert(sizeof(ABP_CatButton_MoveToAnim_FakeCatIntro_C) == 0x0002D0, "Wrong size on ABP_CatButton_MoveToAnim_FakeCatIntro_C"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, UberGraphFrame) == 0x000228, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, VibrationPlayerCat) == 0x000230, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::VibrationPlayerCat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, Vibration2) == 0x000238, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::Vibration2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, Vibration1) == 0x000240, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::Vibration1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, UiTarget) == 0x000248, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::UiTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, Arrow) == 0x000250, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, COMP_CatButtonMoveToAnim) == 0x000258, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::COMP_CatButtonMoveToAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, CatToAnimate) == 0x000268, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::CatToAnimate' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, CatTargetMoveTo) == 0x000270, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::CatTargetMoveTo' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, InitIdleAnimation) == 0x000278, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::InitIdleAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, AnimationToPlayWithOtherCat) == 0x000280, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::AnimationToPlayWithOtherCat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, DestinationReached) == 0x000288, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::DestinationReached' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, MoveToStarted) == 0x000289, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::MoveToStarted' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, FirstOtherCatButton) == 0x000290, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::FirstOtherCatButton' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, SecondOtherCatButton) == 0x000298, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::SecondOtherCatButton' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, UseVibration1) == 0x0002A0, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::UseVibration1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, DelayVibration1) == 0x0002A4, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::DelayVibration1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, Sound_Vibration1) == 0x0002A8, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::Sound_Vibration1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, UseVibration2) == 0x0002B0, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::UseVibration2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, DelayVibration2) == 0x0002B4, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::DelayVibration2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, Sound_Vibration2) == 0x0002B8, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::Sound_Vibration2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, UseVibrationPlayer) == 0x0002C0, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::UseVibrationPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, DelayVibrationPlayer) == 0x0002C4, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::DelayVibrationPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_FakeCatIntro_C, Sound_VibrationPlayer) == 0x0002C8, "Member 'ABP_CatButton_MoveToAnim_FakeCatIntro_C::Sound_VibrationPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Pipe_04_Dead_City_C \ static_assert(alignof(ABP_Pipe_04_Dead_City_C) == 0x000008, "Wrong alignment on ABP_Pipe_04_Dead_City_C"); \ static_assert(sizeof(ABP_Pipe_04_Dead_City_C) == 0x000368, "Wrong size on ABP_Pipe_04_Dead_City_C"); \ #define DUMPER7_ASSERTS_BP_RainVibration_C_ReceiveTick \ static_assert(alignof(BP_RainVibration_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RainVibration_C_ReceiveTick"); \ static_assert(sizeof(BP_RainVibration_C_ReceiveTick) == 0x000004, "Wrong size on BP_RainVibration_C_ReceiveTick"); \ static_assert(offsetof(BP_RainVibration_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RainVibration_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration \ static_assert(alignof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration) == 0x000008, "Wrong alignment on BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration"); \ static_assert(sizeof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration) == 0x000058, "Wrong size on BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration"); \ static_assert(offsetof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration, EntryPoint) == 0x000000, "Member 'BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration, CallFunc_FindPlayerCatPawn_Cat) == 0x000018, "Member 'BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000020, "Member 'BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00002C, "Member 'BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000038, "Member 'BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration, CallFunc_VSizeXY_ReturnValue) == 0x000040, "Member 'BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration, CallFunc_FindHKPlayerController_HKPlayerController_1) == 0x000048, "Member 'BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration::CallFunc_FindHKPlayerController_HKPlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration, CallFunc_MapRangeClamped_ReturnValue) == 0x000050, "Member 'BP_RainVibration_C_ExecuteUbergraph_BP_RainVibration::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_RainVibration_C \ static_assert(alignof(ABP_RainVibration_C) == 0x000008, "Wrong alignment on ABP_RainVibration_C"); \ static_assert(sizeof(ABP_RainVibration_C) == 0x000258, "Wrong size on ABP_RainVibration_C"); \ static_assert(offsetof(ABP_RainVibration_C, UberGraphFrame) == 0x000228, "Member 'ABP_RainVibration_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_RainVibration_C, rainVibration) == 0x000230, "Member 'ABP_RainVibration_C::rainVibration' has a wrong offset!"); \ static_assert(offsetof(ABP_RainVibration_C, Spline) == 0x000238, "Member 'ABP_RainVibration_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_RainVibration_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_RainVibration_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_RainVibration_C, rainDistanceStart) == 0x000248, "Member 'ABP_RainVibration_C::rainDistanceStart' has a wrong offset!"); \ static_assert(offsetof(ABP_RainVibration_C, cat) == 0x000250, "Member 'ABP_RainVibration_C::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint \ static_assert(alignof(LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint) == 0x000008, "Wrong alignment on LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint"); \ static_assert(sizeof(LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint) == 0x000020, "Wrong size on LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint"); \ static_assert(offsetof(LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint, EntryPoint) == 0x000000, "Member 'LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint, CallFunc_FindPlayerCatPawn_Cat) == 0x000008, "Member 'LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint, CallFunc_GetHeadSocket__outComponent) == 0x000010, "Member 'LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint::CallFunc_GetHeadSocket__outComponent' has a wrong offset!"); \ static_assert(offsetof(LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint, CallFunc_GetHeadSocket__outSocketName) == 0x000018, "Member 'LookAt_InterestPoint_C_ExecuteUbergraph_LookAt_InterestPoint::CallFunc_GetHeadSocket__outSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALookAt_InterestPoint_C \ static_assert(alignof(ALookAt_InterestPoint_C) == 0x000008, "Wrong alignment on ALookAt_InterestPoint_C"); \ static_assert(sizeof(ALookAt_InterestPoint_C) == 0x000248, "Wrong size on ALookAt_InterestPoint_C"); \ static_assert(offsetof(ALookAt_InterestPoint_C, UberGraphFrame) == 0x000228, "Member 'ALookAt_InterestPoint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ALookAt_InterestPoint_C, Cube) == 0x000230, "Member 'ALookAt_InterestPoint_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ALookAt_InterestPoint_C, Billboard) == 0x000238, "Member 'ALookAt_InterestPoint_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ALookAt_InterestPoint_C, LockOnCat) == 0x000240, "Member 'ALookAt_InterestPoint_C::LockOnCat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SEQ_cat_familly_intro_C_BedIdle \ static_assert(alignof(SEQ_cat_familly_intro_C_BedIdle) == 0x000008, "Wrong alignment on SEQ_cat_familly_intro_C_BedIdle"); \ static_assert(sizeof(SEQ_cat_familly_intro_C_BedIdle) == 0x000010, "Wrong size on SEQ_cat_familly_intro_C_BedIdle"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_BedIdle, Component) == 0x000000, "Member 'SEQ_cat_familly_intro_C_BedIdle::Component' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_BedIdle, cat) == 0x000008, "Member 'SEQ_cat_familly_intro_C_BedIdle::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SEQ_cat_familly_intro_C_BndEvt__SEQ_cat_familly_intro_m_streamingComponent_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(SEQ_cat_familly_intro_C_BndEvt__SEQ_cat_familly_intro_m_streamingComponent_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on SEQ_cat_familly_intro_C_BndEvt__SEQ_cat_familly_intro_m_streamingComponent_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(SEQ_cat_familly_intro_C_BndEvt__SEQ_cat_familly_intro_m_streamingComponent_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on SEQ_cat_familly_intro_C_BndEvt__SEQ_cat_familly_intro_m_streamingComponent_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_BndEvt__SEQ_cat_familly_intro_m_streamingComponent_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'SEQ_cat_familly_intro_C_BndEvt__SEQ_cat_familly_intro_m_streamingComponent_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro \ static_assert(alignof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro) == 0x000010, "Wrong alignment on SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro"); \ static_assert(sizeof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro) == 0x000400, "Wrong size on SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, EntryPoint) == 0x000000, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_Conv_NameToString_ReturnValue) == 0x000008, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_AppendMultiple_ReturnValue) == 0x000018, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_AppendMultiple_ReturnValue_1) == 0x000028, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000038, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x00003C, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, Temp_object_Variable) == 0x000040, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, Temp_object_Variable_1) == 0x000048, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x000050, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x000054, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, Temp_object_Variable_2) == 0x000058, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x000060, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, Temp_object_Variable_3) == 0x000068, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x000070, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, Temp_int_Variable) == 0x000074, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_6) == 0x000078, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_7) == 0x00007C, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000080, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetActorIdManager_ActorIdManager) == 0x000088, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetActorIdManager_ActorIdManager' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindActorById_ReturnValue) == 0x000090, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindActorById_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_DynamicCast_AsSeq_Intro_Transition) == 0x000098, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_DynamicCast_AsSeq_Intro_Transition' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_CreateDelegate_OutputDelegate) == 0x0000A4, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsValid_ReturnValue) == 0x0000B4, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetComponentByClass_ReturnValue) == 0x0000B8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000C0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsBeingUsed_ReturnValue) == 0x0000C8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsBeingUsed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindCameraManager_CameraManager) == 0x0000D0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindCameraManager_CameraManager_1) == 0x0000D8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindCameraManager_CameraManager_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindPlayerCatPawn_Cat) == 0x0000E0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetPlayLength_ReturnValue) == 0x0000E8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindPlayerCatPawn_Cat_1) == 0x0000F0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_8) == 0x0000F8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindPlayerCatPawn_Cat_2) == 0x000100, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindPlayerCatPawn_Cat_3) == 0x000108, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindPlayerCatPawn_Cat_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_RandomFloat_ReturnValue) == 0x000110, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_RLerp_ReturnValue) == 0x000114, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000120, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindCameraManager_CameraManager_2) == 0x000128, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindCameraManager_CameraManager_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindCameraManager_CameraManager_3) == 0x000130, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindCameraManager_CameraManager_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_9) == 0x000138, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00013C, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000140, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000148, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_CustomEvent_component) == 0x000150, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_CustomEvent_component' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_CustomEvent_cat) == 0x000158, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_CustomEvent_cat' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindPlayerCatPawn_Cat_4) == 0x000160, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindPlayerCatPawn_Cat_4' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_DynamicCast_AsLogic_Trigger) == 0x000168, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_DynamicCast_AsLogic_Trigger' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_DynamicCast_bSuccess_1) == 0x000178, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BooleanAND_ReturnValue) == 0x000179, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BooleanAND_ReturnValue_1) == 0x00017A, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BooleanAND_ReturnValue_2) == 0x00017B, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000180, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsValid_ReturnValue_1) == 0x000188, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsValid_ReturnValue_2) == 0x000189, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00018C, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000198, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetTransform_ReturnValue) == 0x0001B0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsFollowingSpline_ReturnValue) == 0x0001E0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue) == 0x0001E1, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsCustomAnimationEnabled_ReturnValue) == 0x0001E2, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsCustomAnimationEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_Not_PreBool_ReturnValue) == 0x0001E3, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BooleanOR_ReturnValue) == 0x0001E4, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_1) == 0x0001E5, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsCustomAnimationEnabled_ReturnValue_1) == 0x0001E6, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsCustomAnimationEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001E7, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BooleanOR_ReturnValue_1) == 0x0001E8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsFollowingSpline_ReturnValue_1) == 0x0001E9, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsFollowingSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetPlayLength_ReturnValue_1) == 0x0001EC, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetPlayLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_2) == 0x0001F0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsCustomAnimationEnabled_ReturnValue_2) == 0x0001F1, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsCustomAnimationEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001F2, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_3) == 0x0001F3, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BooleanOR_ReturnValue_2) == 0x0001F4, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsCustomAnimationEnabled_ReturnValue_3) == 0x0001F5, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsCustomAnimationEnabled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001F6, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BooleanOR_ReturnValue_3) == 0x0001F7, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_4) == 0x0001F8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsCustomAnimationEnabled_ReturnValue_4) == 0x0001F9, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsCustomAnimationEnabled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_Not_PreBool_ReturnValue_4) == 0x0001FA, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BooleanOR_ReturnValue_4) == 0x0001FB, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000200, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsValid_ReturnValue_3) == 0x000208, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsValid_ReturnValue_4) == 0x000209, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x00020C, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000218, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetTransform_ReturnValue_1) == 0x000230, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindPlayerCatPawn_Cat_5) == 0x000260, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindPlayerCatPawn_Cat_5' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_10) == 0x000268, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_MakeStruct_LookAtData) == 0x000270, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_MakeStruct_LookAtData' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetTransform_ReturnValue_2) == 0x0002B0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_5) == 0x0002E0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_IsCustomAnimationEnabled_ReturnValue_5) == 0x0002E1, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_IsCustomAnimationEnabled_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindPlayerCatPawn_Cat_6) == 0x0002E8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindPlayerCatPawn_Cat_6' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_Not_PreBool_ReturnValue_5) == 0x0002F0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_MakeStruct_LookAtData_1) == 0x0002F8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_MakeStruct_LookAtData_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BooleanOR_ReturnValue_5) == 0x000330, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetAudioManager_AudioManager) == 0x000338, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_11) == 0x000340, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetAudioManager_AudioManager_1) == 0x000348, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetAudioManager_AudioManager_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_ComponentBoundEvent__component) == 0x000350, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetAudioManager_AudioManager_2) == 0x000358, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetAudioManager_AudioManager_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindCameraManager_CameraManager_4) == 0x000360, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindCameraManager_CameraManager_4' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_FindCameraManager_CameraManager_5) == 0x000368, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_FindCameraManager_CameraManager_5' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_12) == 0x000370, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_GetTransform_ReturnValue_3) == 0x000380, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_GetTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BreakTransform_Location) == 0x0003B0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BreakTransform_Rotation) == 0x0003BC, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_BreakTransform_Scale) == 0x0003C8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_RandomInteger_ReturnValue) == 0x0003D4, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_Teleport_ReturnValue) == 0x0003D8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_Teleport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_InternalBreakableDelay_ReturnValue_13) == 0x0003DC, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_InternalBreakableDelay_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_RandomFloatInRange_ReturnValue) == 0x0003E0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, K2Node_Select_Default) == 0x0003E8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0003F0, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0003F4, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0003F8, "Member 'SEQ_cat_familly_intro_C_ExecuteUbergraph_SEQ_cat_familly_intro::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASEQ_cat_familly_intro_C \ static_assert(alignof(ASEQ_cat_familly_intro_C) == 0x000008, "Wrong alignment on ASEQ_cat_familly_intro_C"); \ static_assert(sizeof(ASEQ_cat_familly_intro_C) == 0x000350, "Wrong size on ASEQ_cat_familly_intro_C"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, UberGraphFrame) == 0x000268, "Member 'ASEQ_cat_familly_intro_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, Timeline_0_NewTrack_0_1A0C897648B5943DAEEDECA722D3B92F) == 0x000270, "Member 'ASEQ_cat_familly_intro_C::Timeline_0_NewTrack_0_1A0C897648B5943DAEEDECA722D3B92F' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, Timeline_0__Direction_1A0C897648B5943DAEEDECA722D3B92F) == 0x000274, "Member 'ASEQ_cat_familly_intro_C::Timeline_0__Direction_1A0C897648B5943DAEEDECA722D3B92F' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, Timeline_0) == 0x000278, "Member 'ASEQ_cat_familly_intro_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, Play_cine_intro) == 0x000280, "Member 'ASEQ_cat_familly_intro_C::Play_cine_intro' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, cat_bed) == 0x000288, "Member 'ASEQ_cat_familly_intro_C::cat_bed' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, Camera1) == 0x000290, "Member 'ASEQ_cat_familly_intro_C::Camera1' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, Camera2) == 0x000298, "Member 'ASEQ_cat_familly_intro_C::Camera2' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, CameraThird) == 0x0002A0, "Member 'ASEQ_cat_familly_intro_C::CameraThird' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, MoonLight) == 0x0002A8, "Member 'ASEQ_cat_familly_intro_C::MoonLight' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, BlendSpeed_cam) == 0x0002B0, "Member 'ASEQ_cat_familly_intro_C::BlendSpeed_cam' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, WhiteAndRedCatButton) == 0x0002B8, "Member 'ASEQ_cat_familly_intro_C::WhiteAndRedCatButton' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, WhiteAndRedCatDone) == 0x0002C0, "Member 'ASEQ_cat_familly_intro_C::WhiteAndRedCatDone' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, RedCatButton) == 0x0002C8, "Member 'ASEQ_cat_familly_intro_C::RedCatButton' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, RedCatDone) == 0x0002D0, "Member 'ASEQ_cat_familly_intro_C::RedCatDone' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, BlackCatButton) == 0x0002D8, "Member 'ASEQ_cat_familly_intro_C::BlackCatButton' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, BlackCatDone) == 0x0002E0, "Member 'ASEQ_cat_familly_intro_C::BlackCatDone' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, ChapterChange) == 0x0002E8, "Member 'ASEQ_cat_familly_intro_C::ChapterChange' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, ThunderStopped) == 0x0002F0, "Member 'ASEQ_cat_familly_intro_C::ThunderStopped' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, RedCat) == 0x0002F8, "Member 'ASEQ_cat_familly_intro_C::RedCat' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, BlackCat) == 0x000300, "Member 'ASEQ_cat_familly_intro_C::BlackCat' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, WhiteAndRedCat) == 0x000308, "Member 'ASEQ_cat_familly_intro_C::WhiteAndRedCat' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, WhiteAndRedInitPos) == 0x000310, "Member 'ASEQ_cat_familly_intro_C::WhiteAndRedInitPos' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, RedInitPos) == 0x000318, "Member 'ASEQ_cat_familly_intro_C::RedInitPos' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, RedMovePos) == 0x000320, "Member 'ASEQ_cat_familly_intro_C::RedMovePos' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, BlackInitPos) == 0x000328, "Member 'ASEQ_cat_familly_intro_C::BlackInitPos' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, AnimationFly) == 0x000330, "Member 'ASEQ_cat_familly_intro_C::AnimationFly' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, AnimationStretch) == 0x000338, "Member 'ASEQ_cat_familly_intro_C::AnimationStretch' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, thunder_index) == 0x000340, "Member 'ASEQ_cat_familly_intro_C::thunder_index' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, thunder_pitch) == 0x000344, "Member 'ASEQ_cat_familly_intro_C::thunder_pitch' has a wrong offset!"); \ static_assert(offsetof(ASEQ_cat_familly_intro_C, thunder_volume) == 0x000348, "Member 'ASEQ_cat_familly_intro_C::thunder_volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatSequenceBase_C \ static_assert(alignof(ABP_CatSequenceBase_C) == 0x000008, "Wrong alignment on ABP_CatSequenceBase_C"); \ static_assert(sizeof(ABP_CatSequenceBase_C) == 0x000298, "Wrong size on ABP_CatSequenceBase_C"); \ static_assert(offsetof(ABP_CatSequenceBase_C, Activate) == 0x000270, "Member 'ABP_CatSequenceBase_C::Activate' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_C, cat) == 0x000278, "Member 'ABP_CatSequenceBase_C::cat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_C, SecondaryCat) == 0x000280, "Member 'ABP_CatSequenceBase_C::SecondaryCat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_C, IsFinished) == 0x000288, "Member 'ABP_CatSequenceBase_C::IsFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_C, canStart) == 0x000289, "Member 'ABP_CatSequenceBase_C::canStart' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_C, nextCanStart) == 0x00028A, "Member 'ABP_CatSequenceBase_C::nextCanStart' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_C, UpdateSpeed) == 0x00028B, "Member 'ABP_CatSequenceBase_C::UpdateSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_C, AllowChangeSpeed) == 0x00028C, "Member 'ABP_CatSequenceBase_C::AllowChangeSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_C, MovementSpeed) == 0x000290, "Member 'ABP_CatSequenceBase_C::MovementSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_C, ForceJump) == 0x000294, "Member 'ABP_CatSequenceBase_C::ForceJump' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_C, AutonomousLookAt) == 0x000295, "Member 'ABP_CatSequenceBase_C::AutonomousLookAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatFollowModifier_C \ static_assert(alignof(ABP_CatFollowModifier_C) == 0x000008, "Wrong alignment on ABP_CatFollowModifier_C"); \ static_assert(sizeof(ABP_CatFollowModifier_C) == 0x000250, "Wrong size on ABP_CatFollowModifier_C"); \ static_assert(offsetof(ABP_CatFollowModifier_C, Billboard) == 0x000228, "Member 'ABP_CatFollowModifier_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollowModifier_C, cat) == 0x000230, "Member 'ABP_CatFollowModifier_C::cat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollowModifier_C, Distance_Min) == 0x000238, "Member 'ABP_CatFollowModifier_C::Distance_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollowModifier_C, Distance_Max) == 0x00023C, "Member 'ABP_CatFollowModifier_C::Distance_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollowModifier_C, Width) == 0x000240, "Member 'ABP_CatFollowModifier_C::Width' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollowModifier_C, Radius_Approach) == 0x000244, "Member 'ABP_CatFollowModifier_C::Radius_Approach' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollowModifier_C, Radius_Approach_Hysteresis) == 0x000248, "Member 'ABP_CatFollowModifier_C::Radius_Approach_Hysteresis' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFollowModifier_C, Radius_Run) == 0x00024C, "Member 'ABP_CatFollowModifier_C::Radius_Run' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCatFollowLookAt \ static_assert(alignof(FCatFollowLookAt) == 0x000008, "Wrong alignment on FCatFollowLookAt"); \ static_assert(sizeof(FCatFollowLookAt) == 0x000020, "Wrong size on FCatFollowLookAt"); \ static_assert(offsetof(FCatFollowLookAt, Target_3_F83A3ED344D95DD0CA8584BBE478C519) == 0x000000, "Member 'FCatFollowLookAt::Target_3_F83A3ED344D95DD0CA8584BBE478C519' has a wrong offset!"); \ static_assert(offsetof(FCatFollowLookAt, usetime_7_9EF5DB244E451BADF4C75191A63DAF94) == 0x000010, "Member 'FCatFollowLookAt::usetime_7_9EF5DB244E451BADF4C75191A63DAF94' has a wrong offset!"); \ static_assert(offsetof(FCatFollowLookAt, timeToLookAt_16_D557D3FA4A42EEA6221496A6A7DEAE92) == 0x000014, "Member 'FCatFollowLookAt::timeToLookAt_16_D557D3FA4A42EEA6221496A6A7DEAE92' has a wrong offset!"); \ static_assert(offsetof(FCatFollowLookAt, TimeminTochangeTarget_14_E89299CD464DD1875EBFBDB0ED39FF07) == 0x000018, "Member 'FCatFollowLookAt::TimeminTochangeTarget_14_E89299CD464DD1875EBFBDB0ED39FF07' has a wrong offset!"); \ static_assert(offsetof(FCatFollowLookAt, TimeMaxtochangeTarget_15_B1B76F4F4ED9E5BC1B40F7A95A8A745E) == 0x00001C, "Member 'FCatFollowLookAt::TimeMaxtochangeTarget_15_B1B76F4F4ED9E5BC1B40F7A95A8A745E' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCatFollowParams \ static_assert(alignof(FCatFollowParams) == 0x000004, "Wrong alignment on FCatFollowParams"); \ static_assert(sizeof(FCatFollowParams) == 0x00001C, "Wrong size on FCatFollowParams"); \ static_assert(offsetof(FCatFollowParams, SplineRatio_19_D926E765440FFAFF951236A33753937D) == 0x000000, "Member 'FCatFollowParams::SplineRatio_19_D926E765440FFAFF951236A33753937D' has a wrong offset!"); \ static_assert(offsetof(FCatFollowParams, DistanceMin_14_B3B3A344493C621C5E66C4A16393ECA0) == 0x000004, "Member 'FCatFollowParams::DistanceMin_14_B3B3A344493C621C5E66C4A16393ECA0' has a wrong offset!"); \ static_assert(offsetof(FCatFollowParams, DistanceMax_16_D6794C0E46469B29F59518B185E5AF25) == 0x000008, "Member 'FCatFollowParams::DistanceMax_16_D6794C0E46469B29F59518B185E5AF25' has a wrong offset!"); \ static_assert(offsetof(FCatFollowParams, Width_6_487C697D4CC5EF9E1082ADB0D017ACE3) == 0x00000C, "Member 'FCatFollowParams::Width_6_487C697D4CC5EF9E1082ADB0D017ACE3' has a wrong offset!"); \ static_assert(offsetof(FCatFollowParams, RadiusApproch_9_B9FB0A3043D54248004795BF49C59980) == 0x000010, "Member 'FCatFollowParams::RadiusApproch_9_B9FB0A3043D54248004795BF49C59980' has a wrong offset!"); \ static_assert(offsetof(FCatFollowParams, RadiusApprochHysteresis_11_BA73DD3D46A88A288A50A19383FB7D4A) == 0x000014, "Member 'FCatFollowParams::RadiusApprochHysteresis_11_BA73DD3D46A88A288A50A19383FB7D4A' has a wrong offset!"); \ static_assert(offsetof(FCatFollowParams, RadiusRun_13_1D5154F9439554E870B04F87194A5981) == 0x000018, "Member 'FCatFollowParams::RadiusRun_13_1D5154F9439554E870B04F87194A5981' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition \ static_assert(alignof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition) == 0x000010, "Wrong alignment on Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition"); \ static_assert(sizeof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition) == 0x0000D0, "Wrong size on Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, EntryPoint) == 0x000000, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_FindPlayerCatPawn_Cat) == 0x000008, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000010, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_GetZoneManager_ZoneManager) == 0x000018, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_GetZoneManager_ZoneManager' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, K2Node_MakeArray_Array) == 0x000020, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, K2Node_MakeArray_Array_1) == 0x000030, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_PrepareLoadZone_ReturnValue) == 0x000040, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_PrepareLoadZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_GetZoneManager_ZoneManager_1) == 0x000048, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_GetZoneManager_ZoneManager_1' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_CommitLoadZone_ReturnValue) == 0x000050, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_CommitLoadZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_FindPlayerCatPawn_Cat_1) == 0x000058, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_GetTransform_ReturnValue) == 0x000060, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_BreakTransform_Location) == 0x000090, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_BreakTransform_Rotation) == 0x00009C, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_BreakTransform_Scale) == 0x0000A8, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_FindPlayerCatPawn_Cat_2) == 0x0000B8, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_Teleport_ReturnValue) == 0x0000C0, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_Teleport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition, CallFunc_FindPlayerCatPawn_Cat_3) == 0x0000C8, "Member 'Seq_IntroTransition_C_ExecuteUbergraph_Seq_IntroTransition::CallFunc_FindPlayerCatPawn_Cat_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASeq_IntroTransition_C \ static_assert(alignof(ASeq_IntroTransition_C) == 0x000008, "Wrong alignment on ASeq_IntroTransition_C"); \ static_assert(sizeof(ASeq_IntroTransition_C) == 0x0002A8, "Wrong size on ASeq_IntroTransition_C"); \ static_assert(offsetof(ASeq_IntroTransition_C, UberGraphFrame_Seq_IntroTransition_C) == 0x000270, "Member 'ASeq_IntroTransition_C::UberGraphFrame_Seq_IntroTransition_C' has a wrong offset!"); \ static_assert(offsetof(ASeq_IntroTransition_C, Transition_Groups) == 0x000278, "Member 'ASeq_IntroTransition_C::Transition_Groups' has a wrong offset!"); \ static_assert(offsetof(ASeq_IntroTransition_C, Preloaded_Levels) == 0x000288, "Member 'ASeq_IntroTransition_C::Preloaded_Levels' has a wrong offset!"); \ static_assert(offsetof(ASeq_IntroTransition_C, StartTransition) == 0x000298, "Member 'ASeq_IntroTransition_C::StartTransition' has a wrong offset!"); \ static_assert(offsetof(ASeq_IntroTransition_C, TeleportPos) == 0x0002A0, "Member 'ASeq_IntroTransition_C::TeleportPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SequenceBase_C_ExecuteUbergraph_BP_SequenceBase \ static_assert(alignof(BP_SequenceBase_C_ExecuteUbergraph_BP_SequenceBase) == 0x000004, "Wrong alignment on BP_SequenceBase_C_ExecuteUbergraph_BP_SequenceBase"); \ static_assert(sizeof(BP_SequenceBase_C_ExecuteUbergraph_BP_SequenceBase) == 0x000004, "Wrong size on BP_SequenceBase_C_ExecuteUbergraph_BP_SequenceBase"); \ static_assert(offsetof(BP_SequenceBase_C_ExecuteUbergraph_BP_SequenceBase, EntryPoint) == 0x000000, "Member 'BP_SequenceBase_C_ExecuteUbergraph_BP_SequenceBase::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SequenceBase_C \ static_assert(alignof(ABP_SequenceBase_C) == 0x000008, "Wrong alignment on ABP_SequenceBase_C"); \ static_assert(sizeof(ABP_SequenceBase_C) == 0x000270, "Wrong size on ABP_SequenceBase_C"); \ static_assert(offsetof(ABP_SequenceBase_C, UberGraphFrame) == 0x000268, "Member 'ABP_SequenceBase_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ChapterChange_C_ExecuteUbergraph_BP_ChapterChange \ static_assert(alignof(BP_ChapterChange_C_ExecuteUbergraph_BP_ChapterChange) == 0x000004, "Wrong alignment on BP_ChapterChange_C_ExecuteUbergraph_BP_ChapterChange"); \ static_assert(sizeof(BP_ChapterChange_C_ExecuteUbergraph_BP_ChapterChange) == 0x000004, "Wrong size on BP_ChapterChange_C_ExecuteUbergraph_BP_ChapterChange"); \ static_assert(offsetof(BP_ChapterChange_C_ExecuteUbergraph_BP_ChapterChange, EntryPoint) == 0x000000, "Member 'BP_ChapterChange_C_ExecuteUbergraph_BP_ChapterChange::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ChapterChange_C \ static_assert(alignof(ABP_ChapterChange_C) == 0x000008, "Wrong alignment on ABP_ChapterChange_C"); \ static_assert(sizeof(ABP_ChapterChange_C) == 0x000240, "Wrong size on ABP_ChapterChange_C"); \ static_assert(offsetof(ABP_ChapterChange_C, UberGraphFrame) == 0x000228, "Member 'ABP_ChapterChange_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ChapterChange_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_ChapterChange_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_ChapterChange_C, Chapter) == 0x000238, "Member 'ABP_ChapterChange_C::Chapter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HKMainPlayerStart_C \ static_assert(alignof(ABP_HKMainPlayerStart_C) == 0x000008, "Wrong alignment on ABP_HKMainPlayerStart_C"); \ static_assert(sizeof(ABP_HKMainPlayerStart_C) == 0x000298, "Wrong size on ABP_HKMainPlayerStart_C"); \ static_assert(offsetof(ABP_HKMainPlayerStart_C, Cat_StaticMesh) == 0x000288, "Member 'ABP_HKMainPlayerStart_C::Cat_StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_HKMainPlayerStart_C, TextRender) == 0x000290, "Member 'ABP_HKMainPlayerStart_C::TextRender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_is_discretion_zone \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_is_discretion_zone) == 0x000001, "Wrong alignment on BP_sfx_generic_zone_sphere_C_is_discretion_zone"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_is_discretion_zone) == 0x000001, "Wrong size on BP_sfx_generic_zone_sphere_C_is_discretion_zone"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_is_discretion_zone, is_discretion_zone_0) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_is_discretion_zone::is_discretion_zone_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_is_cat_inside \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_is_cat_inside) == 0x000001, "Wrong alignment on BP_sfx_generic_zone_sphere_C_is_cat_inside"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_is_cat_inside) == 0x000001, "Wrong size on BP_sfx_generic_zone_sphere_C_is_cat_inside"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_is_cat_inside, is_cat_inside_0) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_is_cat_inside::is_cat_inside_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_camera_value \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_camera_value) == 0x000004, "Wrong alignment on BP_sfx_generic_zone_sphere_C_camera_value"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_camera_value) == 0x000004, "Wrong size on BP_sfx_generic_zone_sphere_C_camera_value"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_camera_value, camera_value_0) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_camera_value::camera_value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_miaou_type \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_miaou_type) == 0x000001, "Wrong alignment on BP_sfx_generic_zone_sphere_C_miaou_type"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_miaou_type) == 0x000001, "Wrong size on BP_sfx_generic_zone_sphere_C_miaou_type"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_miaou_type, miaou_type_0) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_miaou_type::miaou_type_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_UserConstructionScript \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_sfx_generic_zone_sphere_C_UserConstructionScript"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_UserConstructionScript) == 0x000008, "Wrong size on BP_sfx_generic_zone_sphere_C_UserConstructionScript"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_sfx_generic_zone_sphere_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_OnLoaded_D0629D664EBE4548EB1897A6BF6D250D \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_OnLoaded_D0629D664EBE4548EB1897A6BF6D250D) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_sphere_C_OnLoaded_D0629D664EBE4548EB1897A6BF6D250D"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_OnLoaded_D0629D664EBE4548EB1897A6BF6D250D) == 0x000008, "Wrong size on BP_sfx_generic_zone_sphere_C_OnLoaded_D0629D664EBE4548EB1897A6BF6D250D"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_OnLoaded_D0629D664EBE4548EB1897A6BF6D250D, Loaded) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_OnLoaded_D0629D664EBE4548EB1897A6BF6D250D::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_ReceiveTick \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_sfx_generic_zone_sphere_C_ReceiveTick"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_ReceiveTick) == 0x000004, "Wrong size on BP_sfx_generic_zone_sphere_C_ReceiveTick"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_sphere_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_sfx_generic_zone_sphere_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_sphere_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_sfx_generic_zone_sphere_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_register_0 \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_register_0) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_sphere_C_register_0"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_register_0) == 0x000008, "Wrong size on BP_sfx_generic_zone_sphere_C_register_0"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_register_0, actor_linked_to_the_zone) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_register_0::actor_linked_to_the_zone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_unregister \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_unregister) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_sphere_C_unregister"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_unregister) == 0x000008, "Wrong size on BP_sfx_generic_zone_sphere_C_unregister"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_unregister, actor_linked_to_the_zone) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_unregister::actor_linked_to_the_zone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere \ static_assert(alignof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere"); \ static_assert(sizeof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere) == 0x000160, "Wrong size on BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, EntryPoint) == 0x000000, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_GetAudioManager_AudioManager) == 0x000008, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, Temp_object_Variable) == 0x000010, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_DynamicCast_AsSound_Effect_Submix_Preset) == 0x000018, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_DynamicCast_AsSound_Effect_Submix_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000030, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_GetCameraLocation_ReturnValue) == 0x000038, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_FMax_ReturnValue) == 0x000044, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000048, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_GetAudioManager_AudioManager_1) == 0x000050, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_GetAudioManager_AudioManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00005C, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, Temp_bool_Variable) == 0x000060, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_Event_OtherActor_1) == 0x000070, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_GetDistanceToCollision_ClosestPointOnCollision) == 0x000078, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_GetDistanceToCollision_ClosestPointOnCollision' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_GetDistanceToCollision_ReturnValue) == 0x000084, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_GetDistanceToCollision_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_DynamicCast_AsCat_Pawn) == 0x000088, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000094, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_Event_OtherActor) == 0x000098, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000A0, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_DynamicCast_AsCat_Pawn_1) == 0x0000A8, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_DynamicCast_AsCat_Pawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_FClamp_ReturnValue) == 0x0000B4, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_BooleanOR_ReturnValue) == 0x0000B8, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000B9, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_Event_actor_linked_to_the_zone_1) == 0x0000C0, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_Event_actor_linked_to_the_zone_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_Array_Add_ReturnValue) == 0x0000C8, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x0000CC, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_DynamicCast_AsI_Sfx_Zone_Checker) == 0x0000E0, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_DynamicCast_AsI_Sfx_Zone_Checker' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_DynamicCast_bSuccess_3) == 0x0000F0, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_Less_IntInt_ReturnValue) == 0x0000F1, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_DoesImplementInterface_ReturnValue) == 0x0000F2, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_IsValid_ReturnValue) == 0x0000F3, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_CustomEvent_Loaded) == 0x0000F8, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_Event_actor_linked_to_the_zone) == 0x000100, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_Event_actor_linked_to_the_zone' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_Array_RemoveItem_ReturnValue) == 0x000108, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_FindPlayerCatPawn_Cat) == 0x000110, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000118, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_CreateDelegate_OutputDelegate) == 0x00011C, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, CallFunc_ResolveCheapPreset_Resolved) == 0x000130, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::CallFunc_ResolveCheapPreset_Resolved' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, Temp_float_Variable) == 0x000158, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere, K2Node_Select_Default) == 0x00015C, "Member 'BP_sfx_generic_zone_sphere_C_ExecuteUbergraph_BP_sfx_generic_zone_sphere::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_sfx_generic_zone_sphere_C \ static_assert(alignof(ABP_sfx_generic_zone_sphere_C) == 0x000008, "Wrong alignment on ABP_sfx_generic_zone_sphere_C"); \ static_assert(sizeof(ABP_sfx_generic_zone_sphere_C) == 0x0002B0, "Wrong size on ABP_sfx_generic_zone_sphere_C"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, UberGraphFrame) == 0x000228, "Member 'ABP_sfx_generic_zone_sphere_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, externalZone) == 0x000230, "Member 'ABP_sfx_generic_zone_sphere_C::externalZone' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, internalZone) == 0x000238, "Member 'ABP_sfx_generic_zone_sphere_C::internalZone' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, COMP_reverb_setter) == 0x000240, "Member 'ABP_sfx_generic_zone_sphere_C::COMP_reverb_setter' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_sfx_generic_zone_sphere_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, zone_size) == 0x000250, "Member 'ABP_sfx_generic_zone_sphere_C::zone_size' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, Falloff) == 0x000254, "Member 'ABP_sfx_generic_zone_sphere_C::Falloff' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, infiniteFalloff) == 0x000258, "Member 'ABP_sfx_generic_zone_sphere_C::infiniteFalloff' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, currentCameraValue) == 0x00025C, "Member 'ABP_sfx_generic_zone_sphere_C::currentCameraValue' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, cat_inside) == 0x000260, "Member 'ABP_sfx_generic_zone_sphere_C::cat_inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, cat_was_inside) == 0x000261, "Member 'ABP_sfx_generic_zone_sphere_C::cat_was_inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, seeZonesIngame) == 0x000262, "Member 'ABP_sfx_generic_zone_sphere_C::seeZonesIngame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, Miaou) == 0x000263, "Member 'ABP_sfx_generic_zone_sphere_C::Miaou' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, fadeAllMusic) == 0x000264, "Member 'ABP_sfx_generic_zone_sphere_C::fadeAllMusic' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, reverb_preset) == 0x000268, "Member 'ABP_sfx_generic_zone_sphere_C::reverb_preset' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, reverbSend) == 0x000290, "Member 'ABP_sfx_generic_zone_sphere_C::reverbSend' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, reverbIsFallback) == 0x000294, "Member 'ABP_sfx_generic_zone_sphere_C::reverbIsFallback' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, isDiscretionZone) == 0x000295, "Member 'ABP_sfx_generic_zone_sphere_C::isDiscretionZone' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, camera_is_inside) == 0x000296, "Member 'ABP_sfx_generic_zone_sphere_C::camera_is_inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, requestLastTick) == 0x000297, "Member 'ABP_sfx_generic_zone_sphere_C::requestLastTick' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, linked_actors) == 0x000298, "Member 'ABP_sfx_generic_zone_sphere_C::linked_actors' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_sphere_C, previousCameraValue) == 0x0002A8, "Member 'ABP_sfx_generic_zone_sphere_C::previousCameraValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_Cinematic_C_ExecuteUbergraph_ABP_Cat_Cinematic \ static_assert(alignof(ABP_Cat_Cinematic_C_ExecuteUbergraph_ABP_Cat_Cinematic) == 0x000004, "Wrong alignment on ABP_Cat_Cinematic_C_ExecuteUbergraph_ABP_Cat_Cinematic"); \ static_assert(sizeof(ABP_Cat_Cinematic_C_ExecuteUbergraph_ABP_Cat_Cinematic) == 0x000004, "Wrong size on ABP_Cat_Cinematic_C_ExecuteUbergraph_ABP_Cat_Cinematic"); \ static_assert(offsetof(ABP_Cat_Cinematic_C_ExecuteUbergraph_ABP_Cat_Cinematic, EntryPoint) == 0x000000, "Member 'ABP_Cat_Cinematic_C_ExecuteUbergraph_ABP_Cat_Cinematic::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cat_Cinematic_C_AnimGraph \ static_assert(alignof(ABP_Cat_Cinematic_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Cat_Cinematic_C_AnimGraph"); \ static_assert(sizeof(ABP_Cat_Cinematic_C_AnimGraph) == 0x000010, "Wrong size on ABP_Cat_Cinematic_C_AnimGraph"); \ static_assert(offsetof(ABP_Cat_Cinematic_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Cat_Cinematic_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Cat_Cinematic_C \ static_assert(alignof(UABP_Cat_Cinematic_C) == 0x000010, "Wrong alignment on UABP_Cat_Cinematic_C"); \ static_assert(sizeof(UABP_Cat_Cinematic_C) == 0x000750, "Wrong size on UABP_Cat_Cinematic_C"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Cat_Cinematic_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Cat_Cinematic_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, AnimGraphNode_SequencePlayer) == 0x0002F8, "Member 'UABP_Cat_Cinematic_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, AnimGraphNode_LocalToComponentSpace) == 0x000378, "Member 'UABP_Cat_Cinematic_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, AnimGraphNode_ComponentToLocalSpace) == 0x000398, "Member 'UABP_Cat_Cinematic_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, AnimGraphNode_LookAt_1) == 0x0003C0, "Member 'UABP_Cat_Cinematic_C::AnimGraphNode_LookAt_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, AnimGraphNode_LookAt) == 0x000570, "Member 'UABP_Cat_Cinematic_C::AnimGraphNode_LookAt' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, Animation) == 0x000720, "Member 'UABP_Cat_Cinematic_C::Animation' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, Additive) == 0x000728, "Member 'UABP_Cat_Cinematic_C::Additive' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, Bp_Cat_Cinematic) == 0x000730, "Member 'UABP_Cat_Cinematic_C::Bp_Cat_Cinematic' has a wrong offset!"); \ static_assert(offsetof(UABP_Cat_Cinematic_C, eyes_Rotation) == 0x000738, "Member 'UABP_Cat_Cinematic_C::eyes_Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TOOL_WaterStream_C_UserConstructionScript \ static_assert(alignof(TOOL_WaterStream_C_UserConstructionScript) == 0x000010, "Wrong alignment on TOOL_WaterStream_C_UserConstructionScript"); \ static_assert(sizeof(TOOL_WaterStream_C_UserConstructionScript) == 0x0000E0, "Wrong size on TOOL_WaterStream_C_UserConstructionScript"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'TOOL_WaterStream_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, Temp_int_Variable) == 0x000030, "Member 'TOOL_WaterStream_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000038, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000044, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_GetRollAtSplinePoint_ReturnValue) == 0x000048, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_GetRollAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x00004C, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_DegreesToRadians_ReturnValue) == 0x000050, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_DegreesToRadians_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_GetRollAtSplinePoint_ReturnValue_1) == 0x000054, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_GetRollAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_DegreesToRadians_ReturnValue_1) == 0x000058, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_DegreesToRadians_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_GetScaleAtSplinePoint_ReturnValue) == 0x00005C, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_GetScaleAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000068, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x00006C, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000070, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_GetScaleAtSplinePoint_ReturnValue_1) == 0x000074, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_GetScaleAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_MakeVector2D_ReturnValue) == 0x000080, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x000088, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x00008C, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x000090, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_MakeVector2D_ReturnValue_1) == 0x000094, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Location) == 0x00009C, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Location' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent) == 0x0000A8, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Location_1) == 0x0000B4, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Location_1' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1) == 0x0000C0, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x0000CC, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000D0, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(TOOL_WaterStream_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000D4, "Member 'TOOL_WaterStream_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATOOL_WaterStream_C \ static_assert(alignof(ATOOL_WaterStream_C) == 0x000008, "Wrong alignment on ATOOL_WaterStream_C"); \ static_assert(sizeof(ATOOL_WaterStream_C) == 0x000248, "Wrong size on ATOOL_WaterStream_C"); \ static_assert(offsetof(ATOOL_WaterStream_C, Spline) == 0x000228, "Member 'ATOOL_WaterStream_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ATOOL_WaterStream_C, DefaultSceneRoot) == 0x000230, "Member 'ATOOL_WaterStream_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ATOOL_WaterStream_C, StaticMesh) == 0x000238, "Member 'ATOOL_WaterStream_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ATOOL_WaterStream_C, Material) == 0x000240, "Member 'ATOOL_WaterStream_C::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light \ static_assert(alignof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light) == 0x000008, "Wrong alignment on BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light"); \ static_assert(sizeof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light) == 0x000140, "Wrong size on BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, EntryPoint) == 0x000000, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable) == 0x000008, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_1) == 0x000018, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, CallFunc_Add_VectorVector_ReturnValue) == 0x000020, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_2) == 0x000030, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_3) == 0x000038, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_4) == 0x000040, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_5) == 0x000048, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_6) == 0x000050, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_7) == 0x000058, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_8) == 0x000060, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_9) == 0x000068, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_10) == 0x000070, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000078, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, CallFunc_Add_FloatFloat_ReturnValue) == 0x000100, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000104, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_11) == 0x000108, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_object_Variable_12) == 0x000110, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_int_Variable) == 0x000118, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, CallFunc_IsValid_ReturnValue_1) == 0x00011C, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, CallFunc_HashRandom_float) == 0x000120, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, CallFunc_HashRandom_int) == 0x000124, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, K2Node_Select_Default) == 0x000128, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, Temp_bool_Variable) == 0x000130, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light, K2Node_Select_Default_1) == 0x000138, "Member 'BP_leakrain_and_splash_Light_C_ExecuteUbergraph_BP_leakrain_and_splash_Light::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_leakrain_and_splash_Light_C_UserConstructionScript \ static_assert(alignof(BP_leakrain_and_splash_Light_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_leakrain_and_splash_Light_C_UserConstructionScript"); \ static_assert(sizeof(BP_leakrain_and_splash_Light_C_UserConstructionScript) == 0x0001D8, "Wrong size on BP_leakrain_and_splash_Light_C_UserConstructionScript"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, Temp_object_Variable) == 0x000000, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue) == 0x00001C, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_LineTraceSingle_OutHit) == 0x000028, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_LineTraceSingle_ReturnValue) == 0x0000B0, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B1, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B2, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_Time) == 0x0000B4, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_Distance) == 0x0000B8, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_Location) == 0x0000BC, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C8, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_Normal) == 0x0000D4, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E0, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_PhysMat) == 0x0000F0, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_HitActor) == 0x0000F8, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_HitComponent) == 0x000100, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_HitBoneName) == 0x000108, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_HitItem) == 0x000110, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_ElementIndex) == 0x000114, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_FaceIndex) == 0x000118, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_TraceStart) == 0x00011C, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakHitResult_TraceEnd) == 0x000128, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000134, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000138, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x00013C, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000140, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000144, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_Light_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000150, "Member 'BP_leakrain_and_splash_Light_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_leakrain_and_splash_Light_C \ static_assert(alignof(ABP_leakrain_and_splash_Light_C) == 0x000008, "Wrong alignment on ABP_leakrain_and_splash_Light_C"); \ static_assert(sizeof(ABP_leakrain_and_splash_Light_C) == 0x000268, "Wrong size on ABP_leakrain_and_splash_Light_C"); \ static_assert(offsetof(ABP_leakrain_and_splash_Light_C, UberGraphFrame) == 0x000228, "Member 'ABP_leakrain_and_splash_Light_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_Light_C, COMP_simpleLooper) == 0x000230, "Member 'ABP_leakrain_and_splash_Light_C::COMP_simpleLooper' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_Light_C, FX_splash) == 0x000238, "Member 'ABP_leakrain_and_splash_Light_C::FX_splash' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_Light_C, FX_Rain2) == 0x000240, "Member 'ABP_leakrain_and_splash_Light_C::FX_Rain2' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_Light_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_leakrain_and_splash_Light_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_Light_C, splashes) == 0x000250, "Member 'ABP_leakrain_and_splash_Light_C::splashes' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_Light_C, Ripples__) == 0x000251, "Member 'ABP_leakrain_and_splash_Light_C::Ripples__' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_Light_C, splash_sound) == 0x000258, "Member 'ABP_leakrain_and_splash_Light_C::splash_sound' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_Light_C, Volume) == 0x000260, "Member 'ABP_leakrain_and_splash_Light_C::Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_Light_C, Pitch) == 0x000264, "Member 'ABP_leakrain_and_splash_Light_C::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash \ static_assert(alignof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash) == 0x000008, "Wrong alignment on BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash"); \ static_assert(sizeof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash) == 0x000138, "Wrong size on BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, EntryPoint) == 0x000000, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_int_Variable) == 0x000004, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable) == 0x000008, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_1) == 0x000010, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_2) == 0x000018, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_3) == 0x000020, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_4) == 0x000028, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_5) == 0x000030, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_6) == 0x000038, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_7) == 0x000040, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_8) == 0x000048, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_9) == 0x000050, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_10) == 0x000058, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_11) == 0x000060, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_12) == 0x000068, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_object_Variable_13) == 0x000070, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, CallFunc_Add_FloatFloat_ReturnValue) == 0x000078, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00007C, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, Temp_bool_Variable) == 0x000080, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, CallFunc_IsValid_ReturnValue_1) == 0x000082, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, CallFunc_HashRandom_float) == 0x000084, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, CallFunc_HashRandom_int) == 0x000088, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, K2Node_Select_Default) == 0x000090, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, CallFunc_Add_VectorVector_ReturnValue) == 0x000098, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, K2Node_Select_Default_1) == 0x0000A8, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0000B0, "Member 'BP_leakrain_and_splash_C_ExecuteUbergraph_BP_leakrain_and_splash::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_leakrain_and_splash_C_UserConstructionScript \ static_assert(alignof(BP_leakrain_and_splash_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_leakrain_and_splash_C_UserConstructionScript"); \ static_assert(sizeof(BP_leakrain_and_splash_C_UserConstructionScript) == 0x0001D8, "Wrong size on BP_leakrain_and_splash_C_UserConstructionScript"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, Temp_object_Variable) == 0x000000, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue) == 0x00001C, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_LineTraceSingle_OutHit) == 0x000028, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_LineTraceSingle_ReturnValue) == 0x0000B0, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B1, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B2, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_Time) == 0x0000B4, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_Distance) == 0x0000B8, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_Location) == 0x0000BC, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C8, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_Normal) == 0x0000D4, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E0, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_PhysMat) == 0x0000F0, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_HitActor) == 0x0000F8, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_HitComponent) == 0x000100, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_HitBoneName) == 0x000108, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_HitItem) == 0x000110, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_ElementIndex) == 0x000114, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_FaceIndex) == 0x000118, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_TraceStart) == 0x00011C, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakHitResult_TraceEnd) == 0x000128, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000134, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000138, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x00013C, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000140, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000144, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_leakrain_and_splash_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000150, "Member 'BP_leakrain_and_splash_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_leakrain_and_splash_C \ static_assert(alignof(ABP_leakrain_and_splash_C) == 0x000008, "Wrong alignment on ABP_leakrain_and_splash_C"); \ static_assert(sizeof(ABP_leakrain_and_splash_C) == 0x000268, "Wrong size on ABP_leakrain_and_splash_C"); \ static_assert(offsetof(ABP_leakrain_and_splash_C, UberGraphFrame) == 0x000228, "Member 'ABP_leakrain_and_splash_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C, COMP_simpleLooper) == 0x000230, "Member 'ABP_leakrain_and_splash_C::COMP_simpleLooper' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C, FX_splash) == 0x000238, "Member 'ABP_leakrain_and_splash_C::FX_splash' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C, FX_Rain2) == 0x000240, "Member 'ABP_leakrain_and_splash_C::FX_Rain2' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_leakrain_and_splash_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C, splashes) == 0x000250, "Member 'ABP_leakrain_and_splash_C::splashes' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C, Ripples__) == 0x000251, "Member 'ABP_leakrain_and_splash_C::Ripples__' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C, splash_sound) == 0x000258, "Member 'ABP_leakrain_and_splash_C::splash_sound' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C, Volume) == 0x000260, "Member 'ABP_leakrain_and_splash_C::Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_leakrain_and_splash_C, Pitch) == 0x000264, "Member 'ABP_leakrain_and_splash_C::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SignalingPanel_rond_02_C_UserConstructionScript \ static_assert(alignof(BP_SignalingPanel_rond_02_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SignalingPanel_rond_02_C_UserConstructionScript"); \ static_assert(sizeof(BP_SignalingPanel_rond_02_C_UserConstructionScript) == 0x000020, "Wrong size on BP_SignalingPanel_rond_02_C_UserConstructionScript"); \ static_assert(offsetof(BP_SignalingPanel_rond_02_C_UserConstructionScript, CallFunc_RandomFloatFromStream_ReturnValue) == 0x000000, "Member 'BP_SignalingPanel_rond_02_C_UserConstructionScript::CallFunc_RandomFloatFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SignalingPanel_rond_02_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'BP_SignalingPanel_rond_02_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SignalingPanel_rond_02_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000008, "Member 'BP_SignalingPanel_rond_02_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SignalingPanel_rond_02_C_UserConstructionScript, CallFunc_GetMaterial_ReturnValue) == 0x000010, "Member 'BP_SignalingPanel_rond_02_C_UserConstructionScript::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SignalingPanel_rond_02_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'BP_SignalingPanel_rond_02_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SignalingPanel_rond_02_C \ static_assert(alignof(ABP_SignalingPanel_rond_02_C) == 0x000008, "Wrong alignment on ABP_SignalingPanel_rond_02_C"); \ static_assert(sizeof(ABP_SignalingPanel_rond_02_C) == 0x000258, "Wrong size on ABP_SignalingPanel_rond_02_C"); \ static_assert(offsetof(ABP_SignalingPanel_rond_02_C, StaticMesh5) == 0x000228, "Member 'ABP_SignalingPanel_rond_02_C::StaticMesh5' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_rond_02_C, StaticMesh3) == 0x000230, "Member 'ABP_SignalingPanel_rond_02_C::StaticMesh3' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_rond_02_C, StaticMesh) == 0x000238, "Member 'ABP_SignalingPanel_rond_02_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_rond_02_C, Nmb_Vertical) == 0x000240, "Member 'ABP_SignalingPanel_rond_02_C::Nmb_Vertical' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_rond_02_C, Nmb_Horizontal) == 0x000244, "Member 'ABP_SignalingPanel_rond_02_C::Nmb_Horizontal' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_rond_02_C, Random_Stream) == 0x000248, "Member 'ABP_SignalingPanel_rond_02_C::Random_Stream' has a wrong offset!"); \ static_assert(offsetof(ABP_SignalingPanel_rond_02_C, Random_0_1) == 0x000250, "Member 'ABP_SignalingPanel_rond_02_C::Random_0_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Puddle_C \ static_assert(alignof(ABP_Puddle_C) == 0x000008, "Wrong alignment on ABP_Puddle_C"); \ static_assert(sizeof(ABP_Puddle_C) == 0x000248, "Wrong size on ABP_Puddle_C"); \ static_assert(offsetof(ABP_Puddle_C, Puddle_01_COL) == 0x000228, "Member 'ABP_Puddle_C::Puddle_01_COL' has a wrong offset!"); \ static_assert(offsetof(ABP_Puddle_C, Decal1) == 0x000230, "Member 'ABP_Puddle_C::Decal1' has a wrong offset!"); \ static_assert(offsetof(ABP_Puddle_C, Decal) == 0x000238, "Member 'ABP_Puddle_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ABP_Puddle_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_Puddle_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADecal_Plain_Road_Marking_C \ static_assert(alignof(ADecal_Plain_Road_Marking_C) == 0x000008, "Wrong alignment on ADecal_Plain_Road_Marking_C"); \ static_assert(sizeof(ADecal_Plain_Road_Marking_C) == 0x000238, "Wrong size on ADecal_Plain_Road_Marking_C"); \ static_assert(offsetof(ADecal_Plain_Road_Marking_C, Decal) == 0x000228, "Member 'ADecal_Plain_Road_Marking_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ADecal_Plain_Road_Marking_C, DefaultSceneRoot) == 0x000230, "Member 'ADecal_Plain_Road_Marking_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot \ static_assert(alignof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot) == 0x000008, "Wrong alignment on BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot"); \ static_assert(sizeof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot) == 0x0000C8, "Wrong size on BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, EntryPoint) == 0x000000, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, Temp_int_Variable) == 0x000004, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000020, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, K2Node_ComponentBoundEvent_Scratchable) == 0x000028, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::K2Node_ComponentBoundEvent_Scratchable' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_IsBeingUsed_ReturnValue) == 0x000030, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_IsBeingUsed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, K2Node_ComponentBoundEvent_component_1) == 0x000038, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::K2Node_ComponentBoundEvent_component_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, K2Node_ComponentBoundEvent_cat_1) == 0x000040, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::K2Node_ComponentBoundEvent_cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_GetBackpack_ReturnValue) == 0x000050, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, K2Node_DynamicCast_AsLogic_Trigger) == 0x000058, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::K2Node_DynamicCast_AsLogic_Trigger' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_GetDrone_ReturnValue) == 0x000070, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, K2Node_ComponentBoundEvent_component) == 0x000080, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::K2Node_ComponentBoundEvent_component' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, K2Node_ComponentBoundEvent_cat) == 0x000088, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::K2Node_ComponentBoundEvent_cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_GetBackpack_ReturnValue_1) == 0x000098, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_GetDrone_ReturnValue_1) == 0x0000A0, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_GetDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, K2Node_MakeStruct_DroneMoveToParams) == 0x0000A8, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::K2Node_MakeStruct_DroneMoveToParams' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_FindCameraManager_CameraManager) == 0x0000B0, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_FindCameraManager_CameraManager_1) == 0x0000B8, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_FindCameraManager_CameraManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000C0, "Member 'BP_CatButton_ScratchableSofaSpot_C_ExecuteUbergraph_BP_CatButton_ScratchableSofaSpot::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature \ static_assert(alignof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature, Component) == 0x000000, "Member 'BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature::Component' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature, cat) == 0x000008, "Member 'BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_1_CatUsableDelegate__DelegateSignature \ static_assert(alignof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_1_CatUsableDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_1_CatUsableDelegate__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_1_CatUsableDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_1_CatUsableDelegate__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_1_CatUsableDelegate__DelegateSignature, Component) == 0x000000, "Member 'BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_1_CatUsableDelegate__DelegateSignature::Component' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_1_CatUsableDelegate__DelegateSignature, cat) == 0x000008, "Member 'BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_1_CatUsableDelegate__DelegateSignature::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_0_OnScratched__DelegateSignature \ static_assert(alignof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_0_OnScratched__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_0_OnScratched__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_0_OnScratched__DelegateSignature) == 0x000008, "Wrong size on BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_0_OnScratched__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_0_OnScratched__DelegateSignature, Scratchable) == 0x000000, "Member 'BP_CatButton_ScratchableSofaSpot_C_BndEvt__BP_CatButton_ScratchableWallSpot_COMP_CatScratchableComponent_K2Node_ComponentBoundEvent_0_OnScratched__DelegateSignature::Scratchable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatButton_ScratchableSofaSpot_C \ static_assert(alignof(ABP_CatButton_ScratchableSofaSpot_C) == 0x000008, "Wrong alignment on ABP_CatButton_ScratchableSofaSpot_C"); \ static_assert(sizeof(ABP_CatButton_ScratchableSofaSpot_C) == 0x000290, "Wrong size on ABP_CatButton_ScratchableSofaSpot_C"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, UberGraphFrame) == 0x000228, "Member 'ABP_CatButton_ScratchableSofaSpot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, StaticMesh) == 0x000230, "Member 'ABP_CatButton_ScratchableSofaSpot_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, DroneSpot) == 0x000238, "Member 'ABP_CatButton_ScratchableSofaSpot_C::DroneSpot' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, ScratchSpot) == 0x000240, "Member 'ABP_CatButton_ScratchableSofaSpot_C::ScratchSpot' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, COMP_CatScratchableComponent) == 0x000248, "Member 'ABP_CatButton_ScratchableSofaSpot_C::COMP_CatScratchableComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_CatButton_ScratchableSofaSpot_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, DoOnce) == 0x000258, "Member 'ABP_CatButton_ScratchableSofaSpot_C::DoOnce' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, TriggerOnNbScratch) == 0x000259, "Member 'ABP_CatButton_ScratchableSofaSpot_C::TriggerOnNbScratch' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, Max_Scratch) == 0x00025C, "Member 'ABP_CatButton_ScratchableSofaSpot_C::Max_Scratch' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, ScratchCount) == 0x000260, "Member 'ABP_CatButton_ScratchableSofaSpot_C::ScratchCount' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, ActorToTrigger) == 0x000268, "Member 'ABP_CatButton_ScratchableSofaSpot_C::ActorToTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, MoveDrone) == 0x000278, "Member 'ABP_CatButton_ScratchableSofaSpot_C::MoveDrone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, CustomCamera) == 0x000280, "Member 'ABP_CatButton_ScratchableSofaSpot_C::CustomCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_ScratchableSofaSpot_C, CustomCam_Blend) == 0x000288, "Member 'ABP_CatButton_ScratchableSofaSpot_C::CustomCam_Blend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS \ static_assert(alignof(UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS) == 0x000004, "Wrong alignment on UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS"); \ static_assert(sizeof(UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS) == 0x000008, "Wrong size on UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS"); \ static_assert(offsetof(UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS, EntryPoint) == 0x000000, "Member 'UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS, K2Node_CustomEvent_Run_Mode) == 0x000004, "Member 'UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS::K2Node_CustomEvent_Run_Mode' has a wrong offset!"); \ static_assert(offsetof(UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS, K2Node_SwitchEnum_CmpSuccess) == 0x000005, "Member 'UMG_R2_PRESS_C_ExecuteUbergraph_UMG_R2_PRESS::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_R2_PRESS_C_Set_Run_Tuto_text \ static_assert(alignof(UMG_R2_PRESS_C_Set_Run_Tuto_text) == 0x000001, "Wrong alignment on UMG_R2_PRESS_C_Set_Run_Tuto_text"); \ static_assert(sizeof(UMG_R2_PRESS_C_Set_Run_Tuto_text) == 0x000001, "Wrong size on UMG_R2_PRESS_C_Set_Run_Tuto_text"); \ static_assert(offsetof(UMG_R2_PRESS_C_Set_Run_Tuto_text, Run_Mode) == 0x000000, "Member 'UMG_R2_PRESS_C_Set_Run_Tuto_text::Run_Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_R2_PRESS_C \ static_assert(alignof(UUMG_R2_PRESS_C) == 0x000008, "Wrong alignment on UUMG_R2_PRESS_C"); \ static_assert(sizeof(UUMG_R2_PRESS_C) == 0x0002A0, "Wrong size on UUMG_R2_PRESS_C"); \ static_assert(offsetof(UUMG_R2_PRESS_C, UberGraphFrame) == 0x000260, "Member 'UUMG_R2_PRESS_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_R2_PRESS_C, RichTextBlock_107) == 0x000268, "Member 'UUMG_R2_PRESS_C::RichTextBlock_107' has a wrong offset!"); \ static_assert(offsetof(UUMG_R2_PRESS_C, Hold) == 0x000270, "Member 'UUMG_R2_PRESS_C::Hold' has a wrong offset!"); \ static_assert(offsetof(UUMG_R2_PRESS_C, Toggle) == 0x000288, "Member 'UUMG_R2_PRESS_C::Toggle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS \ static_assert(alignof(UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS) == 0x000004, "Wrong alignment on UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS"); \ static_assert(sizeof(UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS) == 0x000008, "Wrong size on UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS"); \ static_assert(offsetof(UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS, EntryPoint) == 0x000000, "Member 'UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS, K2Node_CustomEvent_Defluxor_Mode) == 0x000004, "Member 'UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS::K2Node_CustomEvent_Defluxor_Mode' has a wrong offset!"); \ static_assert(offsetof(UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS, K2Node_SwitchEnum_CmpSuccess) == 0x000005, "Member 'UMG_L1_PRESS_C_ExecuteUbergraph_UMG_L1_PRESS::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_L1_PRESS_C_Set_Defluxor_Tuto_text \ static_assert(alignof(UMG_L1_PRESS_C_Set_Defluxor_Tuto_text) == 0x000001, "Wrong alignment on UMG_L1_PRESS_C_Set_Defluxor_Tuto_text"); \ static_assert(sizeof(UMG_L1_PRESS_C_Set_Defluxor_Tuto_text) == 0x000001, "Wrong size on UMG_L1_PRESS_C_Set_Defluxor_Tuto_text"); \ static_assert(offsetof(UMG_L1_PRESS_C_Set_Defluxor_Tuto_text, Defluxor_Mode) == 0x000000, "Member 'UMG_L1_PRESS_C_Set_Defluxor_Tuto_text::Defluxor_Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_L1_PRESS_C \ static_assert(alignof(UUMG_L1_PRESS_C) == 0x000008, "Wrong alignment on UUMG_L1_PRESS_C"); \ static_assert(sizeof(UUMG_L1_PRESS_C) == 0x0002B0, "Wrong size on UUMG_L1_PRESS_C"); \ static_assert(offsetof(UUMG_L1_PRESS_C, UberGraphFrame) == 0x000260, "Member 'UUMG_L1_PRESS_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_L1_PRESS_C, RichTextBlock_43) == 0x000268, "Member 'UUMG_L1_PRESS_C::RichTextBlock_43' has a wrong offset!"); \ static_assert(offsetof(UUMG_L1_PRESS_C, Complete) == 0x000270, "Member 'UUMG_L1_PRESS_C::Complete' has a wrong offset!"); \ static_assert(offsetof(UUMG_L1_PRESS_C, Toggle) == 0x000280, "Member 'UUMG_L1_PRESS_C::Toggle' has a wrong offset!"); \ static_assert(offsetof(UUMG_L1_PRESS_C, Hold) == 0x000298, "Member 'UUMG_L1_PRESS_C::Hold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_HowToMeow_C \ static_assert(alignof(UUMG_HowToMeow_C) == 0x000008, "Wrong alignment on UUMG_HowToMeow_C"); \ static_assert(sizeof(UUMG_HowToMeow_C) == 0x000268, "Wrong size on UUMG_HowToMeow_C"); \ static_assert(offsetof(UUMG_HowToMeow_C, Text) == 0x000260, "Member 'UUMG_HowToMeow_C::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_DPad_UP_C \ static_assert(alignof(UUMG_DPad_UP_C) == 0x000008, "Wrong alignment on UUMG_DPad_UP_C"); \ static_assert(sizeof(UUMG_DPad_UP_C) == 0x000268, "Wrong size on UUMG_DPad_UP_C"); \ static_assert(offsetof(UUMG_DPad_UP_C, RichTextBlock_62) == 0x000260, "Member 'UUMG_DPad_UP_C::RichTextBlock_62' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_DPad_LEFT_C \ static_assert(alignof(UUMG_DPad_LEFT_C) == 0x000008, "Wrong alignment on UUMG_DPad_LEFT_C"); \ static_assert(sizeof(UUMG_DPad_LEFT_C) == 0x000268, "Wrong size on UUMG_DPad_LEFT_C"); \ static_assert(offsetof(UUMG_DPad_LEFT_C, RichTextBlock_57) == 0x000260, "Member 'UUMG_DPad_LEFT_C::RichTextBlock_57' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_DPad_DOWN_C \ static_assert(alignof(UUMG_DPad_DOWN_C) == 0x000008, "Wrong alignment on UUMG_DPad_DOWN_C"); \ static_assert(sizeof(UUMG_DPad_DOWN_C) == 0x000268, "Wrong size on UUMG_DPad_DOWN_C"); \ static_assert(offsetof(UUMG_DPad_DOWN_C, RichTextBlock_88) == 0x000260, "Member 'UUMG_DPad_DOWN_C::RichTextBlock_88' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder \ static_assert(alignof(UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder) == 0x000004, "Wrong alignment on UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder"); \ static_assert(sizeof(UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder) == 0x000008, "Wrong size on UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder"); \ static_assert(offsetof(UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder, EntryPoint) == 0x000000, "Member 'UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder, K2Node_CustomEvent_Zoom_Mode) == 0x000004, "Member 'UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder::K2Node_CustomEvent_Zoom_Mode' has a wrong offset!"); \ static_assert(offsetof(UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder, K2Node_SwitchEnum_CmpSuccess) == 0x000005, "Member 'UMG_CamShoulder_C_ExecuteUbergraph_UMG_CamShoulder::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_CamShoulder_C_Set_Zoom_Tuto_text \ static_assert(alignof(UMG_CamShoulder_C_Set_Zoom_Tuto_text) == 0x000001, "Wrong alignment on UMG_CamShoulder_C_Set_Zoom_Tuto_text"); \ static_assert(sizeof(UMG_CamShoulder_C_Set_Zoom_Tuto_text) == 0x000001, "Wrong size on UMG_CamShoulder_C_Set_Zoom_Tuto_text"); \ static_assert(offsetof(UMG_CamShoulder_C_Set_Zoom_Tuto_text, Zoom_Mode) == 0x000000, "Member 'UMG_CamShoulder_C_Set_Zoom_Tuto_text::Zoom_Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_CamShoulder_C \ static_assert(alignof(UUMG_CamShoulder_C) == 0x000008, "Wrong alignment on UUMG_CamShoulder_C"); \ static_assert(sizeof(UUMG_CamShoulder_C) == 0x0002A0, "Wrong size on UUMG_CamShoulder_C"); \ static_assert(offsetof(UUMG_CamShoulder_C, UberGraphFrame) == 0x000260, "Member 'UUMG_CamShoulder_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_CamShoulder_C, RichTextBlock_87) == 0x000268, "Member 'UUMG_CamShoulder_C::RichTextBlock_87' has a wrong offset!"); \ static_assert(offsetof(UUMG_CamShoulder_C, Hold) == 0x000270, "Member 'UUMG_CamShoulder_C::Hold' has a wrong offset!"); \ static_assert(offsetof(UUMG_CamShoulder_C, Toggle) == 0x000288, "Member 'UUMG_CamShoulder_C::Toggle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_AttractEnemies_C \ static_assert(alignof(UUMG_AttractEnemies_C) == 0x000008, "Wrong alignment on UUMG_AttractEnemies_C"); \ static_assert(sizeof(UUMG_AttractEnemies_C) == 0x000268, "Wrong size on UUMG_AttractEnemies_C"); \ static_assert(offsetof(UUMG_AttractEnemies_C, RichTextBlock_73) == 0x000260, "Member 'UUMG_AttractEnemies_C::RichTextBlock_73' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter \ static_assert(alignof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter) == 0x000008, "Wrong alignment on BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter"); \ static_assert(sizeof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter) == 0x000170, "Wrong size on BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, EntryPoint) == 0x000000, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_GetZurgCount_Count) == 0x000004, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_GetZurgCount_Count' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000018, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000020, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000028, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000030, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_ComponentBoundEvent_bFromSweep) == 0x000034, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_ComponentBoundEvent_SweepResult) == 0x000038, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_AppendMultiple_ReturnValue) == 0x0000C0, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave) == 0x0000D0, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_Conv_StringToText_ReturnValue) == 0x0000E0, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000F8, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_ComponentBoundEvent_OtherActor) == 0x000100, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_ComponentBoundEvent_OtherComp) == 0x000108, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000110, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_1) == 0x000118, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_DynamicCast_AsBP_Zurg_Pawn_Slave_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, K2Node_DynamicCast_bSuccess_1) == 0x000120, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_Array_Add_ReturnValue) == 0x000124, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_Array_RemoveItem_ReturnValue) == 0x000128, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_Array_Contains_ReturnValue) == 0x000129, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_GetZurgCount_Count_1) == 0x00012C, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_GetZurgCount_Count_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_GetZurgCount_Count_2) == 0x000130, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_GetZurgCount_Count_2' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_GetZurgCount_Count_3) == 0x000134, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_GetZurgCount_Count_3' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000138, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_AppendMultiple_ReturnValue_1) == 0x000148, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000158, "Member 'BP_Zurg_Counter_C_ExecuteUbergraph_BP_Zurg_Counter::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Zurg_Counter_C_BndEvt__BP_Zurg_Counter_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Zurg_Counter_C_GetZurgCount \ static_assert(alignof(BP_Zurg_Counter_C_GetZurgCount) == 0x000004, "Wrong alignment on BP_Zurg_Counter_C_GetZurgCount"); \ static_assert(sizeof(BP_Zurg_Counter_C_GetZurgCount) == 0x000008, "Wrong size on BP_Zurg_Counter_C_GetZurgCount"); \ static_assert(offsetof(BP_Zurg_Counter_C_GetZurgCount, Count) == 0x000000, "Member 'BP_Zurg_Counter_C_GetZurgCount::Count' has a wrong offset!"); \ static_assert(offsetof(BP_Zurg_Counter_C_GetZurgCount, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_Zurg_Counter_C_GetZurgCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Zurg_Counter_C \ static_assert(alignof(ABP_Zurg_Counter_C) == 0x000008, "Wrong alignment on ABP_Zurg_Counter_C"); \ static_assert(sizeof(ABP_Zurg_Counter_C) == 0x000288, "Wrong size on ABP_Zurg_Counter_C"); \ static_assert(offsetof(ABP_Zurg_Counter_C, UberGraphFrame) == 0x000228, "Member 'ABP_Zurg_Counter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Counter_C, DebugTextRender) == 0x000230, "Member 'ABP_Zurg_Counter_C::DebugTextRender' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Counter_C, Box) == 0x000238, "Member 'ABP_Zurg_Counter_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Counter_C, Billboard) == 0x000240, "Member 'ABP_Zurg_Counter_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Counter_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_Zurg_Counter_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Counter_C, ZurgsInsideBox) == 0x000250, "Member 'ABP_Zurg_Counter_C::ZurgsInsideBox' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Counter_C, OnZurgEnterBox) == 0x000260, "Member 'ABP_Zurg_Counter_C::OnZurgEnterBox' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Counter_C, OnZurgExitBox) == 0x000270, "Member 'ABP_Zurg_Counter_C::OnZurgExitBox' has a wrong offset!"); \ static_assert(offsetof(ABP_Zurg_Counter_C, Debug) == 0x000280, "Member 'ABP_Zurg_Counter_C::Debug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager \ static_assert(alignof(BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager) == 0x000008, "Wrong alignment on BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager"); \ static_assert(sizeof(BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager) == 0x000028, "Wrong size on BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager"); \ static_assert(offsetof(BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager, EntryPoint) == 0x000000, "Member 'BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager, K2Node_ComponentBoundEvent_OverlappedActor) == 0x000008, "Member 'BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager::K2Node_ComponentBoundEvent_OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager, CallFunc_FindPlayerCatPawn_Cat) == 0x000018, "Member 'BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000020, "Member 'BP_CatSequenceBase_Manager_C_ExecuteUbergraph_BP_CatSequenceBase_Manager::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatSequenceBase_Manager_C_BndEvt__BP_CatSequenceBase_Manager_PlayerCat_PassZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatSequenceBase_Manager_C_BndEvt__BP_CatSequenceBase_Manager_PlayerCat_PassZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatSequenceBase_Manager_C_BndEvt__BP_CatSequenceBase_Manager_PlayerCat_PassZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatSequenceBase_Manager_C_BndEvt__BP_CatSequenceBase_Manager_PlayerCat_PassZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on BP_CatSequenceBase_Manager_C_BndEvt__BP_CatSequenceBase_Manager_PlayerCat_PassZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatSequenceBase_Manager_C_BndEvt__BP_CatSequenceBase_Manager_PlayerCat_PassZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'BP_CatSequenceBase_Manager_C_BndEvt__BP_CatSequenceBase_Manager_PlayerCat_PassZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequenceBase_Manager_C_BndEvt__BP_CatSequenceBase_Manager_PlayerCat_PassZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatSequenceBase_Manager_C_BndEvt__BP_CatSequenceBase_Manager_PlayerCat_PassZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatSequenceBase_Manager_C \ static_assert(alignof(ABP_CatSequenceBase_Manager_C) == 0x000008, "Wrong alignment on ABP_CatSequenceBase_Manager_C"); \ static_assert(sizeof(ABP_CatSequenceBase_Manager_C) == 0x0002A0, "Wrong size on ABP_CatSequenceBase_Manager_C"); \ static_assert(offsetof(ABP_CatSequenceBase_Manager_C, UberGraphFrame_BP_CatSequenceBase_Manager_C) == 0x000270, "Member 'ABP_CatSequenceBase_Manager_C::UberGraphFrame_BP_CatSequenceBase_Manager_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_Manager_C, White) == 0x000278, "Member 'ABP_CatSequenceBase_Manager_C::White' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_Manager_C, black) == 0x000280, "Member 'ABP_CatSequenceBase_Manager_C::black' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_Manager_C, Red) == 0x000288, "Member 'ABP_CatSequenceBase_Manager_C::Red' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_Manager_C, PlayerCat_Pass) == 0x000290, "Member 'ABP_CatSequenceBase_Manager_C::PlayerCat_Pass' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequenceBase_Manager_C, PlayerCat_PassZone) == 0x000298, "Member 'ABP_CatSequenceBase_Manager_C::PlayerCat_PassZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart \ static_assert(alignof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart) == 0x000010, "Wrong alignment on BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart"); \ static_assert(sizeof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart) == 0x000140, "Wrong size on BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, EntryPoint) == 0x000000, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, CallFunc_GetHKGameInstance_HKGame_Instance) == 0x000008, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::CallFunc_GetHKGameInstance_HKGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, CallFunc_GetSaveInstance_ReturnValue) == 0x000010, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::CallFunc_GetSaveInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000050, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000058, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000060, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000068, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_DynamicCast_AsCat_Pawn) == 0x000070, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, CallFunc_IsPlayerCat_ReturnValue) == 0x000079, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::CallFunc_IsPlayerCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00007A, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, CallFunc_GetChapter_ReturnValue) == 0x00007B, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::CallFunc_GetChapter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00007C, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, CallFunc_BooleanAND_ReturnValue) == 0x00007D, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000080, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_ComponentBoundEvent_OtherActor) == 0x000088, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_ComponentBoundEvent_OtherComp) == 0x000090, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000098, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_ComponentBoundEvent_bFromSweep) == 0x00009C, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_ComponentBoundEvent_SweepResult) == 0x0000A0, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_DynamicCast_AsCat_Pawn_1) == 0x000128, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_DynamicCast_AsCat_Pawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, K2Node_DynamicCast_bSuccess_1) == 0x000130, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart, CallFunc_IsPlayerCat_ReturnValue_1) == 0x000131, "Member 'BP_HKPlayerStart_C_ExecuteUbergraph_BP_HKPlayerStart::CallFunc_IsPlayerCat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_HKPlayerStart_C_BndEvt__BP_HKPlayerStart_SaveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HKPlayerStart_C \ static_assert(alignof(ABP_HKPlayerStart_C) == 0x000008, "Wrong alignment on ABP_HKPlayerStart_C"); \ static_assert(sizeof(ABP_HKPlayerStart_C) == 0x0002D8, "Wrong size on ABP_HKPlayerStart_C"); \ static_assert(offsetof(ABP_HKPlayerStart_C, UberGraphFrame) == 0x000288, "Member 'ABP_HKPlayerStart_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, Cat_StaticMesh) == 0x000290, "Member 'ABP_HKPlayerStart_C::Cat_StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, Save) == 0x000298, "Member 'ABP_HKPlayerStart_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, SaveZone) == 0x0002A0, "Member 'ABP_HKPlayerStart_C::SaveZone' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, Start) == 0x0002A8, "Member 'ABP_HKPlayerStart_C::Start' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, CheckpointEnabled) == 0x0002B0, "Member 'ABP_HKPlayerStart_C::CheckpointEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, CurrentChapter) == 0x0002B1, "Member 'ABP_HKPlayerStart_C::CurrentChapter' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, OverrideAdventureState) == 0x0002B2, "Member 'ABP_HKPlayerStart_C::OverrideAdventureState' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, AdventureState) == 0x0002B3, "Member 'ABP_HKPlayerStart_C::AdventureState' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, HasSavedOnce) == 0x0002C0, "Member 'ABP_HKPlayerStart_C::HasSavedOnce' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, PlayerInSaveZone) == 0x0002C1, "Member 'ABP_HKPlayerStart_C::PlayerInSaveZone' has a wrong offset!"); \ static_assert(offsetof(ABP_HKPlayerStart_C, CheckpointDispatch) == 0x0002C8, "Member 'ABP_HKPlayerStart_C::CheckpointDispatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon \ static_assert(alignof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon) == 0x000008, "Wrong alignment on BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon"); \ static_assert(sizeof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon) == 0x0003E8, "Wrong size on BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, EntryPoint) == 0x000000, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000008, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_StartCurveInterpolator__interpolatorObject) == 0x000010, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_StartCurveInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_StartCurveInterpolator_ReturnValue) == 0x000018, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_StartCurveInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, Temp_object_Variable) == 0x000020, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, Temp_float_Variable) == 0x000034, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_FClamp_ReturnValue) == 0x000040, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, Temp_bool_IsClosed_Variable) == 0x000044, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Lerp_ReturnValue) == 0x000048, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, Temp_bool_Has_Been_Initd_Variable) == 0x00004C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, K2Node_CustomEvent_Ratio) == 0x000050, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, Temp_int_Variable) == 0x000054, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Add_VectorVector_ReturnValue) == 0x000074, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000080, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GetAnimInstance_ReturnValue) == 0x000090, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, K2Node_DynamicCast_AsABP_Pigeon) == 0x000098, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::K2Node_DynamicCast_AsABP_Pigeon' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0000A4, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GetXY_ReturnValue) == 0x0000C0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GetXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_FindPlayerCatPawn_Cat) == 0x0000D0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D8, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000E4, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_RandomUnitVector_ReturnValue) == 0x0000E8, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000F4, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GetXY_ReturnValue_1) == 0x000100, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GetXY_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Normal_ReturnValue) == 0x00010C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000118, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000124, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_RandomUnitVector_ReturnValue_1) == 0x000130, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_RandomUnitVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GetXY_ReturnValue_2) == 0x00013C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GetXY_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000148, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Add_IntInt_ReturnValue) == 0x000154, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000158, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000159, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00015C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000160, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00016C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000170, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_BreakVector_X) == 0x00017C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_BreakVector_Y) == 0x000180, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_BreakVector_Z) == 0x000184, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_MapRangeClamped_ReturnValue) == 0x000188, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00018C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Conv_FloatToVector_ReturnValue_1) == 0x000190, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Conv_FloatToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x00019C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0001A0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_MakeVector_ReturnValue) == 0x0001A4, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GetDirectionUnitVector_ReturnValue_1) == 0x0001B0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GetDirectionUnitVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0001BC, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GetXY_ReturnValue_3) == 0x0001C8, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GetXY_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0001D4, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_SelectVector_ReturnValue) == 0x0001E0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0001EC, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0001F8, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_LineTraceSingle_OutHit) == 0x000204, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_LineTraceSingle_ReturnValue) == 0x00028C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Normal_ReturnValue_1) == 0x000290, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Not_PreBool_ReturnValue) == 0x00029C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Multiply_VectorFloat_ReturnValue_4) == 0x0002A0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Multiply_VectorFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_BooleanOR_ReturnValue) == 0x0002AC, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x0002AD, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, K2Node_Event_DeltaSeconds) == 0x0002B0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0002B4, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_MakeVector_ReturnValue_1) == 0x0002B8, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0002C4, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Add_VectorVector_ReturnValue_5) == 0x0002D0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Multiply_VectorFloat_ReturnValue_5) == 0x0002DC, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Multiply_VectorFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0002E8, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_SelectVector_ReturnValue_1) == 0x0002F4, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_SelectVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_Add_VectorVector_ReturnValue_6) == 0x000300, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_FindLookAtRotation_ReturnValue) == 0x00030C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_VLerp_ReturnValue) == 0x000318, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_BreakRotator_Roll) == 0x000324, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_BreakRotator_Pitch) == 0x000328, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_BreakRotator_Yaw) == 0x00032C, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000330, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0003B8, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_ClampAngle_ReturnValue) == 0x0003BC, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x0003C0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_MakeRotator_ReturnValue) == 0x0003C4, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_TimeIndependentLerpRotator_ReturnValue) == 0x0003D0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_TimeIndependentLerpRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0003DC, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_RandomFloat_ReturnValue) == 0x0003E0, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0003E4, "Member 'BP_Pigeon_C_ExecuteUbergraph_BP_Pigeon::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Pigeon_C_ReceiveTick \ static_assert(alignof(BP_Pigeon_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Pigeon_C_ReceiveTick"); \ static_assert(sizeof(BP_Pigeon_C_ReceiveTick) == 0x000004, "Wrong size on BP_Pigeon_C_ReceiveTick"); \ static_assert(offsetof(BP_Pigeon_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Pigeon_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Pigeon_C_Tick_C95AF8BA489A044644880BB53B53F1B5 \ static_assert(alignof(BP_Pigeon_C_Tick_C95AF8BA489A044644880BB53B53F1B5) == 0x000004, "Wrong alignment on BP_Pigeon_C_Tick_C95AF8BA489A044644880BB53B53F1B5"); \ static_assert(sizeof(BP_Pigeon_C_Tick_C95AF8BA489A044644880BB53B53F1B5) == 0x000004, "Wrong size on BP_Pigeon_C_Tick_C95AF8BA489A044644880BB53B53F1B5"); \ static_assert(offsetof(BP_Pigeon_C_Tick_C95AF8BA489A044644880BB53B53F1B5, Ratio) == 0x000000, "Member 'BP_Pigeon_C_Tick_C95AF8BA489A044644880BB53B53F1B5::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Pigeon_C_UserConstructionScript \ static_assert(alignof(BP_Pigeon_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Pigeon_C_UserConstructionScript"); \ static_assert(sizeof(BP_Pigeon_C_UserConstructionScript) == 0x000020, "Wrong size on BP_Pigeon_C_UserConstructionScript"); \ static_assert(offsetof(BP_Pigeon_C_UserConstructionScript, CallFunc_RandomFloatInRange_ReturnValue) == 0x000000, "Member 'BP_Pigeon_C_UserConstructionScript::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_UserConstructionScript, CallFunc_Conv_FloatToLinearColor_ReturnValue) == 0x000004, "Member 'BP_Pigeon_C_UserConstructionScript::CallFunc_Conv_FloatToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Pigeon_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'BP_Pigeon_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Pigeon_C \ static_assert(alignof(ABP_Pigeon_C) == 0x000008, "Wrong alignment on ABP_Pigeon_C"); \ static_assert(sizeof(ABP_Pigeon_C) == 0x0002B0, "Wrong size on ABP_Pigeon_C"); \ static_assert(offsetof(ABP_Pigeon_C, UberGraphFrame) == 0x000228, "Member 'ABP_Pigeon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, PigeonColl) == 0x000230, "Member 'ABP_Pigeon_C::PigeonColl' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, Sphere) == 0x000238, "Member 'ABP_Pigeon_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, SkeletalMesh) == 0x000240, "Member 'ABP_Pigeon_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_Pigeon_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, StartLocation) == 0x000250, "Member 'ABP_Pigeon_C::StartLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, StartRotation) == 0x00025C, "Member 'ABP_Pigeon_C::StartRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, StartScale) == 0x000268, "Member 'ABP_Pigeon_C::StartScale' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, CatLocation) == 0x000274, "Member 'ABP_Pigeon_C::CatLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, RandomSpeed) == 0x000280, "Member 'ABP_Pigeon_C::RandomSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, RandomDirection) == 0x000284, "Member 'ABP_Pigeon_C::RandomDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, MaxSearchCollision) == 0x000290, "Member 'ABP_Pigeon_C::MaxSearchCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, RandomHeight) == 0x000294, "Member 'ABP_Pigeon_C::RandomHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, TargetLocation) == 0x000298, "Member 'ABP_Pigeon_C::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_Pigeon_C, ActorLocation_1) == 0x0002A4, "Member 'ABP_Pigeon_C::ActorLocation_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Titles_C_ExecuteUbergraph_UMG_Titles \ static_assert(alignof(UMG_Titles_C_ExecuteUbergraph_UMG_Titles) == 0x000008, "Wrong alignment on UMG_Titles_C_ExecuteUbergraph_UMG_Titles"); \ static_assert(sizeof(UMG_Titles_C_ExecuteUbergraph_UMG_Titles) == 0x000050, "Wrong size on UMG_Titles_C_ExecuteUbergraph_UMG_Titles"); \ static_assert(offsetof(UMG_Titles_C_ExecuteUbergraph_UMG_Titles, EntryPoint) == 0x000000, "Member 'UMG_Titles_C_ExecuteUbergraph_UMG_Titles::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UMG_Titles_C_ExecuteUbergraph_UMG_Titles, K2Node_CustomEvent_Opacity) == 0x000004, "Member 'UMG_Titles_C_ExecuteUbergraph_UMG_Titles::K2Node_CustomEvent_Opacity' has a wrong offset!"); \ static_assert(offsetof(UMG_Titles_C_ExecuteUbergraph_UMG_Titles, K2Node_CustomEvent_TextBig_2) == 0x000008, "Member 'UMG_Titles_C_ExecuteUbergraph_UMG_Titles::K2Node_CustomEvent_TextBig_2' has a wrong offset!"); \ static_assert(offsetof(UMG_Titles_C_ExecuteUbergraph_UMG_Titles, K2Node_CustomEvent_TextBig_1) == 0x000020, "Member 'UMG_Titles_C_ExecuteUbergraph_UMG_Titles::K2Node_CustomEvent_TextBig_1' has a wrong offset!"); \ static_assert(offsetof(UMG_Titles_C_ExecuteUbergraph_UMG_Titles, K2Node_CustomEvent_TextBig) == 0x000038, "Member 'UMG_Titles_C_ExecuteUbergraph_UMG_Titles::K2Node_CustomEvent_TextBig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Titles_C_Set_Subtitle \ static_assert(alignof(UMG_Titles_C_Set_Subtitle) == 0x000008, "Wrong alignment on UMG_Titles_C_Set_Subtitle"); \ static_assert(sizeof(UMG_Titles_C_Set_Subtitle) == 0x000018, "Wrong size on UMG_Titles_C_Set_Subtitle"); \ static_assert(offsetof(UMG_Titles_C_Set_Subtitle, TextBig) == 0x000000, "Member 'UMG_Titles_C_Set_Subtitle::TextBig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Titles_C_Set_TextSmall \ static_assert(alignof(UMG_Titles_C_Set_TextSmall) == 0x000008, "Wrong alignment on UMG_Titles_C_Set_TextSmall"); \ static_assert(sizeof(UMG_Titles_C_Set_TextSmall) == 0x000018, "Wrong size on UMG_Titles_C_Set_TextSmall"); \ static_assert(offsetof(UMG_Titles_C_Set_TextSmall, TextBig) == 0x000000, "Member 'UMG_Titles_C_Set_TextSmall::TextBig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Titles_C_Set_TextBig \ static_assert(alignof(UMG_Titles_C_Set_TextBig) == 0x000008, "Wrong alignment on UMG_Titles_C_Set_TextBig"); \ static_assert(sizeof(UMG_Titles_C_Set_TextBig) == 0x000018, "Wrong size on UMG_Titles_C_Set_TextBig"); \ static_assert(offsetof(UMG_Titles_C_Set_TextBig, TextBig) == 0x000000, "Member 'UMG_Titles_C_Set_TextBig::TextBig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMG_Titles_C_Set_Opacity \ static_assert(alignof(UMG_Titles_C_Set_Opacity) == 0x000004, "Wrong alignment on UMG_Titles_C_Set_Opacity"); \ static_assert(sizeof(UMG_Titles_C_Set_Opacity) == 0x000004, "Wrong size on UMG_Titles_C_Set_Opacity"); \ static_assert(offsetof(UMG_Titles_C_Set_Opacity, Opacity) == 0x000000, "Member 'UMG_Titles_C_Set_Opacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMG_Titles_C \ static_assert(alignof(UUMG_Titles_C) == 0x000008, "Wrong alignment on UUMG_Titles_C"); \ static_assert(sizeof(UUMG_Titles_C) == 0x0002A0, "Wrong size on UUMG_Titles_C"); \ static_assert(offsetof(UUMG_Titles_C, UberGraphFrame) == 0x000260, "Member 'UUMG_Titles_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUMG_Titles_C, CanvasPanel_0) == 0x000268, "Member 'UUMG_Titles_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UUMG_Titles_C, Image_1) == 0x000270, "Member 'UUMG_Titles_C::Image_1' has a wrong offset!"); \ static_assert(offsetof(UUMG_Titles_C, Image_2) == 0x000278, "Member 'UUMG_Titles_C::Image_2' has a wrong offset!"); \ static_assert(offsetof(UUMG_Titles_C, Subtitle) == 0x000280, "Member 'UUMG_Titles_C::Subtitle' has a wrong offset!"); \ static_assert(offsetof(UUMG_Titles_C, TitleBig) == 0x000288, "Member 'UUMG_Titles_C::TitleBig' has a wrong offset!"); \ static_assert(offsetof(UUMG_Titles_C, TitleSmall) == 0x000290, "Member 'UUMG_Titles_C::TitleSmall' has a wrong offset!"); \ static_assert(offsetof(UUMG_Titles_C, Image) == 0x000298, "Member 'UUMG_Titles_C::Image' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCACA_CamShakeBoss_C \ static_assert(alignof(UCACA_CamShakeBoss_C) == 0x000010, "Wrong alignment on UCACA_CamShakeBoss_C"); \ static_assert(sizeof(UCACA_CamShakeBoss_C) == 0x0001B0, "Wrong size on UCACA_CamShakeBoss_C"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim \ static_assert(alignof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim) == 0x000010, "Wrong alignment on COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim"); \ static_assert(sizeof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim) == 0x0001E0, "Wrong size on COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, EntryPoint) == 0x000000, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, Temp_bool_Has_Been_Initd_Variable) == 0x000006, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, K2Node_Event__cat_2) == 0x000008, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::K2Node_Event__cat_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, K2Node_Event__cat_1) == 0x000010, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::K2Node_Event__cat_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, K2Node_Event_DeltaSeconds) == 0x000024, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetUsingCat_ReturnValue) == 0x000028, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetUsingCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, Temp_bool_Has_Been_Initd_Variable_1) == 0x000030, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000038, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetHUD_ReturnValue) == 0x000040, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, K2Node_DynamicCast_AsBP_HKHUD) == 0x000048, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::K2Node_DynamicCast_AsBP_HKHUD' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetUsingCat_ReturnValue_1) == 0x000058, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetUsingCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_MakeLiteralName_ReturnValue) == 0x000060, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetMoveToTarget__outTargetSocket) == 0x00006C, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetMoveToTarget__outTargetSocket' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetMoveToTarget_ReturnValue) == 0x000078, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetMoveToTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetSocketTransform_ReturnValue) == 0x000080, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetPlayLength_ReturnValue) == 0x0000B0, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_InternalBreakableDelay_ReturnValue) == 0x0000B4, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x0000B8, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, Temp_bool_Has_Been_Initd_Variable_2) == 0x0000B9, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000BA, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_BooleanAND_ReturnValue) == 0x0000BB, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000BC, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetUpVector_ReturnValue) == 0x0000C8, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000D4, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_MakeRotFromZX_ReturnValue) == 0x0000E0, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetPlayLength_ReturnValue_1) == 0x0000EC, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetPlayLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0000F0, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000178, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_InternalBreakBreakableDelay_ReturnValue_1) == 0x00017C, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_InternalBreakBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_IsValid_ReturnValue_1) == 0x00017D, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_IsValid_ReturnValue_2) == 0x00017E, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, Temp_bool_IsClosed_Variable_1) == 0x00017F, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, Temp_bool_IsClosed_Variable_2) == 0x000180, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_BooleanOR_ReturnValue) == 0x000181, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_IsValid_ReturnValue_3) == 0x000182, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_BooleanOR_ReturnValue_1) == 0x000183, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetUsingCat_ReturnValue_2) == 0x000188, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetUsingCat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_IsCatButtonPressed_ReturnValue) == 0x000190, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_IsCatButtonPressed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, K2Node_Event__cat) == 0x000198, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::K2Node_Event__cat' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetMoveToTarget__outTargetSocket_1) == 0x0001A0, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetMoveToTarget__outTargetSocket_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetMoveToTarget_ReturnValue_1) == 0x0001A8, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetMoveToTarget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0001B0, "Member 'COMP_CatMoveToLoopAnim_C_ExecuteUbergraph_COMP_CatMoveToLoopAnim::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToLoopAnim_C__OnBeforeUseDone \ static_assert(alignof(COMP_CatMoveToLoopAnim_C__OnBeforeUseDone) == 0x000008, "Wrong alignment on COMP_CatMoveToLoopAnim_C__OnBeforeUseDone"); \ static_assert(sizeof(COMP_CatMoveToLoopAnim_C__OnBeforeUseDone) == 0x000008, "Wrong size on COMP_CatMoveToLoopAnim_C__OnBeforeUseDone"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C__OnBeforeUseDone, _cat) == 0x000000, "Member 'COMP_CatMoveToLoopAnim_C__OnBeforeUseDone::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToLoopAnim_C_ReceiveTick \ static_assert(alignof(COMP_CatMoveToLoopAnim_C_ReceiveTick) == 0x000004, "Wrong alignment on COMP_CatMoveToLoopAnim_C_ReceiveTick"); \ static_assert(sizeof(COMP_CatMoveToLoopAnim_C_ReceiveTick) == 0x000004, "Wrong size on COMP_CatMoveToLoopAnim_C_ReceiveTick"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'COMP_CatMoveToLoopAnim_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToLoopAnim_C__OnUseStarted \ static_assert(alignof(COMP_CatMoveToLoopAnim_C__OnUseStarted) == 0x000008, "Wrong alignment on COMP_CatMoveToLoopAnim_C__OnUseStarted"); \ static_assert(sizeof(COMP_CatMoveToLoopAnim_C__OnUseStarted) == 0x000008, "Wrong size on COMP_CatMoveToLoopAnim_C__OnUseStarted"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C__OnUseStarted, _cat) == 0x000000, "Member 'COMP_CatMoveToLoopAnim_C__OnUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToLoopAnim_C__OnAfterMoveUseStarted \ static_assert(alignof(COMP_CatMoveToLoopAnim_C__OnAfterMoveUseStarted) == 0x000008, "Wrong alignment on COMP_CatMoveToLoopAnim_C__OnAfterMoveUseStarted"); \ static_assert(sizeof(COMP_CatMoveToLoopAnim_C__OnAfterMoveUseStarted) == 0x000008, "Wrong size on COMP_CatMoveToLoopAnim_C__OnAfterMoveUseStarted"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C__OnAfterMoveUseStarted, _cat) == 0x000000, "Member 'COMP_CatMoveToLoopAnim_C__OnAfterMoveUseStarted::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_COMP_CatMoveToLoopAnim_C_SetAnimSpot \ static_assert(alignof(COMP_CatMoveToLoopAnim_C_SetAnimSpot) == 0x000008, "Wrong alignment on COMP_CatMoveToLoopAnim_C_SetAnimSpot"); \ static_assert(sizeof(COMP_CatMoveToLoopAnim_C_SetAnimSpot) == 0x000010, "Wrong size on COMP_CatMoveToLoopAnim_C_SetAnimSpot"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_SetAnimSpot, Anim_Spot) == 0x000000, "Member 'COMP_CatMoveToLoopAnim_C_SetAnimSpot::Anim_Spot' has a wrong offset!"); \ static_assert(offsetof(COMP_CatMoveToLoopAnim_C_SetAnimSpot, Anim_Spot_Socket) == 0x000008, "Member 'COMP_CatMoveToLoopAnim_C_SetAnimSpot::Anim_Spot_Socket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCOMP_CatMoveToLoopAnim_C \ static_assert(alignof(UCOMP_CatMoveToLoopAnim_C) == 0x000010, "Wrong alignment on UCOMP_CatMoveToLoopAnim_C"); \ static_assert(sizeof(UCOMP_CatMoveToLoopAnim_C) == 0x000620, "Wrong size on UCOMP_CatMoveToLoopAnim_C"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, UberGraphFrame) == 0x0005A0, "Member 'UCOMP_CatMoveToLoopAnim_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, RotateAnimAccordingToCat) == 0x0005A8, "Member 'UCOMP_CatMoveToLoopAnim_C::RotateAnimAccordingToCat' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, BlendCatPositionDuringAnimation) == 0x0005A9, "Member 'UCOMP_CatMoveToLoopAnim_C::BlendCatPositionDuringAnimation' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, Animation_Start) == 0x0005B0, "Member 'UCOMP_CatMoveToLoopAnim_C::Animation_Start' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, Animation_Loop) == 0x0005B8, "Member 'UCOMP_CatMoveToLoopAnim_C::Animation_Loop' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, Animation_Stop) == 0x0005C0, "Member 'UCOMP_CatMoveToLoopAnim_C::Animation_Stop' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, EnterAnimStarted) == 0x0005C8, "Member 'UCOMP_CatMoveToLoopAnim_C::EnterAnimStarted' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, LoopAnimStarted) == 0x0005C9, "Member 'UCOMP_CatMoveToLoopAnim_C::LoopAnimStarted' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, StopAnimStarted) == 0x0005CA, "Member 'UCOMP_CatMoveToLoopAnim_C::StopAnimStarted' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, ShouldExit) == 0x0005CB, "Member 'UCOMP_CatMoveToLoopAnim_C::ShouldExit' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, OnStart) == 0x0005D0, "Member 'UCOMP_CatMoveToLoopAnim_C::OnStart' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, OnLoopStart) == 0x0005E0, "Member 'UCOMP_CatMoveToLoopAnim_C::OnLoopStart' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, OnLoopEnd) == 0x0005F0, "Member 'UCOMP_CatMoveToLoopAnim_C::OnLoopEnd' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, IsInLoop) == 0x000600, "Member 'UCOMP_CatMoveToLoopAnim_C::IsInLoop' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, BlendTime) == 0x000604, "Member 'UCOMP_CatMoveToLoopAnim_C::BlendTime' has a wrong offset!"); \ static_assert(offsetof(UCOMP_CatMoveToLoopAnim_C, OnEnd) == 0x000608, "Member 'UCOMP_CatMoveToLoopAnim_C::OnEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CameraSplinesFar_C \ static_assert(alignof(ABP_CameraSplinesFar_C) == 0x000008, "Wrong alignment on ABP_CameraSplinesFar_C"); \ static_assert(sizeof(ABP_CameraSplinesFar_C) == 0x000240, "Wrong size on ABP_CameraSplinesFar_C"); \ static_assert(offsetof(ABP_CameraSplinesFar_C, CatMesh) == 0x000238, "Member 'ABP_CameraSplinesFar_C::CatMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ActorSpline_C \ static_assert(alignof(ABP_ActorSpline_C) == 0x000008, "Wrong alignment on ABP_ActorSpline_C"); \ static_assert(sizeof(ABP_ActorSpline_C) == 0x000230, "Wrong size on ABP_ActorSpline_C"); \ static_assert(offsetof(ABP_ActorSpline_C, Spline) == 0x000228, "Member 'ABP_ActorSpline_C::Spline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraSpline_Low__ABP_CameraSpline_Low_C \ static_assert(alignof(BP_CameraSpline_Low::ABP_CameraSpline_Low_C) == 0x000008, "Wrong alignment on BP_CameraSpline_Low::ABP_CameraSpline_Low_C"); \ static_assert(sizeof(BP_CameraSpline_Low::ABP_CameraSpline_Low_C) == 0x000240, "Wrong size on BP_CameraSpline_Low::ABP_CameraSpline_Low_C"); \ static_assert(offsetof(BP_CameraSpline_Low::ABP_CameraSpline_Low_C, CatMesh) == 0x000238, "Member 'BP_CameraSpline_Low::ABP_CameraSpline_Low_C::CatMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CameraSpline_Low_0__ABP_CameraSpline_Low_C \ static_assert(alignof(BP_CameraSpline_Low_0::ABP_CameraSpline_Low_C) == 0x000008, "Wrong alignment on BP_CameraSpline_Low_0::ABP_CameraSpline_Low_C"); \ static_assert(sizeof(BP_CameraSpline_Low_0::ABP_CameraSpline_Low_C) == 0x000240, "Wrong size on BP_CameraSpline_Low_0::ABP_CameraSpline_Low_C"); \ static_assert(offsetof(BP_CameraSpline_Low_0::ABP_CameraSpline_Low_C, CatMesh) == 0x000238, "Member 'BP_CameraSpline_Low_0::ABP_CameraSpline_Low_C::CatMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple \ static_assert(alignof(BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple) == 0x000010, "Wrong alignment on BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple"); \ static_assert(sizeof(BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple) == 0x000570, "Wrong size on BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple"); \ static_assert(offsetof(BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple, EntryPoint) == 0x000000, "Member 'BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple, K2Node_CustomEvent_Aperture__F_stop_) == 0x000008, "Member 'BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple::K2Node_CustomEvent_Aperture__F_stop_' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple, K2Node_CustomEvent_Focal_Distance) == 0x00000C, "Member 'BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple::K2Node_CustomEvent_Focal_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple, K2Node_MakeStruct_PostProcessSettings) == 0x000010, "Member 'BP_SplineCameraCine_Simple_C_ExecuteUbergraph_BP_SplineCameraCine_Simple::K2Node_MakeStruct_PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCameraCine_Simple_C_Set_Focal \ static_assert(alignof(BP_SplineCameraCine_Simple_C_Set_Focal) == 0x000004, "Wrong alignment on BP_SplineCameraCine_Simple_C_Set_Focal"); \ static_assert(sizeof(BP_SplineCameraCine_Simple_C_Set_Focal) == 0x000008, "Wrong size on BP_SplineCameraCine_Simple_C_Set_Focal"); \ static_assert(offsetof(BP_SplineCameraCine_Simple_C_Set_Focal, Aperture__F_stop_) == 0x000000, "Member 'BP_SplineCameraCine_Simple_C_Set_Focal::Aperture__F_stop_' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCameraCine_Simple_C_Set_Focal, Focal_Distance_0) == 0x000004, "Member 'BP_SplineCameraCine_Simple_C_Set_Focal::Focal_Distance_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCameraCine_Simple_C_ReceiveTick \ static_assert(alignof(BP_SplineCameraCine_Simple_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SplineCameraCine_Simple_C_ReceiveTick"); \ static_assert(sizeof(BP_SplineCameraCine_Simple_C_ReceiveTick) == 0x000004, "Wrong size on BP_SplineCameraCine_Simple_C_ReceiveTick"); \ static_assert(offsetof(BP_SplineCameraCine_Simple_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SplineCameraCine_Simple_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SplineCameraCine_Simple_C \ static_assert(alignof(ABP_SplineCameraCine_Simple_C) == 0x000008, "Wrong alignment on ABP_SplineCameraCine_Simple_C"); \ static_assert(sizeof(ABP_SplineCameraCine_Simple_C) == 0x0002D8, "Wrong size on ABP_SplineCameraCine_Simple_C"); \ static_assert(offsetof(ABP_SplineCameraCine_Simple_C, UberGraphFrame_BP_SplineCameraCine_Simple_C) == 0x0002C0, "Member 'ABP_SplineCameraCine_Simple_C::UberGraphFrame_BP_SplineCameraCine_Simple_C' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Simple_C, Camera) == 0x0002C8, "Member 'ABP_SplineCameraCine_Simple_C::Camera' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Simple_C, UseDepthOfField) == 0x0002D0, "Member 'ABP_SplineCameraCine_Simple_C::UseDepthOfField' has a wrong offset!"); \ static_assert(offsetof(ABP_SplineCameraCine_Simple_C, Focal_Distance) == 0x0002D4, "Member 'ABP_SplineCameraCine_Simple_C::Focal_Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles \ static_assert(alignof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles) == 0x000008, "Wrong alignment on BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles"); \ static_assert(sizeof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles) == 0x000188, "Wrong size on BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, EntryPoint) == 0x000000, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_GetChapterName_ReturnValue) == 0x000008, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_GetChapterName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_Create_ReturnValue) == 0x000020, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_GetActorIdManager_ActorIdManager) == 0x000030, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_GetActorIdManager_ActorIdManager' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, Temp_bool_Has_Been_Initd_Variable) == 0x000044, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000048, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, K2Node_ComponentBoundEvent_OtherActor) == 0x000050, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, K2Node_ComponentBoundEvent_OtherComp) == 0x000058, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000060, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, K2Node_ComponentBoundEvent_bFromSweep) == 0x000064, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, K2Node_ComponentBoundEvent_SweepResult) == 0x000068, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000F0, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000F4, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_Conv_NameToString_ReturnValue) == 0x0000F8, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_FindActorById_ReturnValue) == 0x000108, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_FindActorById_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_AppendMultiple_ReturnValue) == 0x000110, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, K2Node_DynamicCast_AsI_Sfx_Playable) == 0x000120, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::K2Node_DynamicCast_AsI_Sfx_Playable' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_AppendMultiple_ReturnValue_1) == 0x000138, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_IsValid_ReturnValue_1) == 0x000148, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_NotEqual_NameName_ReturnValue) == 0x000149, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, Temp_bool_IsClosed_Variable) == 0x00014A, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_Array_Get_Item) == 0x000150, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, K2Node_DynamicCast_AsLogic_Trigger) == 0x000158, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::K2Node_DynamicCast_AsLogic_Trigger' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, K2Node_DynamicCast_bSuccess_1) == 0x000168, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_IsValid_ReturnValue_2) == 0x000169, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_Array_Length_ReturnValue) == 0x00016C, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_Less_IntInt_ReturnValue) == 0x000170, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_FindPlayerCatPawn_Cat) == 0x000178, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000180, "Member 'BP_Trigger_Titles_C_ExecuteUbergraph_BP_Trigger_Titles::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Trigger_Titles_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Trigger_Titles_C \ static_assert(alignof(ABP_Trigger_Titles_C) == 0x000008, "Wrong alignment on ABP_Trigger_Titles_C"); \ static_assert(sizeof(ABP_Trigger_Titles_C) == 0x0002D8, "Wrong size on ABP_Trigger_Titles_C"); \ static_assert(offsetof(ABP_Trigger_Titles_C, UberGraphFrame) == 0x000228, "Member 'ABP_Trigger_Titles_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Streaming) == 0x000230, "Member 'ABP_Trigger_Titles_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Save) == 0x000238, "Member 'ABP_Trigger_Titles_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Box) == 0x000240, "Member 'ABP_Trigger_Titles_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_Trigger_Titles_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Opacity_opa_24A6F15C41DDDDA12588EB8B7DCEBE08) == 0x000250, "Member 'ABP_Trigger_Titles_C::Opacity_opa_24A6F15C41DDDDA12588EB8B7DCEBE08' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Opacity__Direction_24A6F15C41DDDDA12588EB8B7DCEBE08) == 0x000254, "Member 'ABP_Trigger_Titles_C::Opacity__Direction_24A6F15C41DDDDA12588EB8B7DCEBE08' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Opacity) == 0x000258, "Member 'ABP_Trigger_Titles_C::Opacity' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Widget_titles) == 0x000260, "Member 'ABP_Trigger_Titles_C::Widget_titles' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Sound) == 0x000268, "Member 'ABP_Trigger_Titles_C::Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Sound__actorId_) == 0x000270, "Member 'ABP_Trigger_Titles_C::Sound__actorId_' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Text_Big) == 0x000278, "Member 'ABP_Trigger_Titles_C::Text_Big' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Text_Small) == 0x000290, "Member 'ABP_Trigger_Titles_C::Text_Small' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Show_time_en_s) == 0x0002A8, "Member 'ABP_Trigger_Titles_C::Show_time_en_s' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, TitleAlreadyShowed) == 0x0002AC, "Member 'ABP_Trigger_Titles_C::TitleAlreadyShowed' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, ActorToTrigger) == 0x0002B0, "Member 'ABP_Trigger_Titles_C::ActorToTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Text_Subtitle) == 0x0002C0, "Member 'ABP_Trigger_Titles_C::Text_Subtitle' has a wrong offset!"); \ static_assert(offsetof(ABP_Trigger_Titles_C, Chapter) == 0x0002D0, "Member 'ABP_Trigger_Titles_C::Chapter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail \ static_assert(alignof(BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail) == 0x000004, "Wrong alignment on BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail"); \ static_assert(sizeof(BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail) == 0x000010, "Wrong size on BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail"); \ static_assert(offsetof(BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail, EntryPoint) == 0x000000, "Member 'BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail, CallFunc_IsEnabled_ReturnValue) == 0x000004, "Member 'BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail::CallFunc_IsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'BP_MovingSplineRail_C_ExecuteUbergraph_BP_MovingSplineRail::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MovingSplineRail_C_ReceiveTick \ static_assert(alignof(BP_MovingSplineRail_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_MovingSplineRail_C_ReceiveTick"); \ static_assert(sizeof(BP_MovingSplineRail_C_ReceiveTick) == 0x000004, "Wrong size on BP_MovingSplineRail_C_ReceiveTick"); \ static_assert(offsetof(BP_MovingSplineRail_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_MovingSplineRail_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MovingSplineRail_C \ static_assert(alignof(ABP_MovingSplineRail_C) == 0x000008, "Wrong alignment on ABP_MovingSplineRail_C"); \ static_assert(sizeof(ABP_MovingSplineRail_C) == 0x000248, "Wrong size on ABP_MovingSplineRail_C"); \ static_assert(offsetof(ABP_MovingSplineRail_C, UberGraphFrame) == 0x000228, "Member 'ABP_MovingSplineRail_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_MovingSplineRail_C, MovingActor) == 0x000230, "Member 'ABP_MovingSplineRail_C::MovingActor' has a wrong offset!"); \ static_assert(offsetof(ABP_MovingSplineRail_C, SplineRail) == 0x000238, "Member 'ABP_MovingSplineRail_C::SplineRail' has a wrong offset!"); \ static_assert(offsetof(ABP_MovingSplineRail_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_MovingSplineRail_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam \ static_assert(alignof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam) == 0x000008, "Wrong alignment on BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam"); \ static_assert(sizeof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam) == 0x000188, "Wrong size on BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, EntryPoint) == 0x000000, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000008, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, K2Node_Event_DeltaSeconds) == 0x000038, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00003C, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_GetActorForwardVector_ReturnValue) == 0x000048, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000054, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_UpdateSpring_Output_Get) == 0x000058, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_UpdateSpring_Output_Get' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_MakeRotator_ReturnValue) == 0x00005C, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000068, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, K2Node_ComponentBoundEvent__component) == 0x0000F0, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, Temp_int_Loop_Counter_Variable) == 0x0000F8, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, K2Node_CustomEvent__rail_1) == 0x000100, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::K2Node_CustomEvent__rail_1' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, K2Node_CustomEvent__cat_1) == 0x000108, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::K2Node_CustomEvent__cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_IsPlayerControlled_ReturnValue) == 0x000110, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Add_IntInt_ReturnValue) == 0x000114, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, K2Node_CustomEvent__rail) == 0x000118, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::K2Node_CustomEvent__rail' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, K2Node_CustomEvent__cat) == 0x000120, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::K2Node_CustomEvent__cat' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Array_RemoveItem_ReturnValue) == 0x000128, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Array_Add_ReturnValue) == 0x00012C, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Array_Length_ReturnValue) == 0x000130, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Array_Get_Item) == 0x000138, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Greater_IntInt_ReturnValue) == 0x000140, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x000148, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000154, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Array_Length_ReturnValue_1) == 0x000160, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000164, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Less_IntInt_ReturnValue) == 0x000170, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Dot_VectorVector_ReturnValue) == 0x000174, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000178, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_Add_FloatFloat_ReturnValue) == 0x00017C, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000180, "Member 'BP_TiltingBeam_C_ExecuteUbergraph_BP_TiltingBeam::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TiltingBeam_C_CatExitRail \ static_assert(alignof(BP_TiltingBeam_C_CatExitRail) == 0x000008, "Wrong alignment on BP_TiltingBeam_C_CatExitRail"); \ static_assert(sizeof(BP_TiltingBeam_C_CatExitRail) == 0x000010, "Wrong size on BP_TiltingBeam_C_CatExitRail"); \ static_assert(offsetof(BP_TiltingBeam_C_CatExitRail, _rail) == 0x000000, "Member 'BP_TiltingBeam_C_CatExitRail::_rail' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_CatExitRail, _cat) == 0x000008, "Member 'BP_TiltingBeam_C_CatExitRail::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TiltingBeam_C_CatIsOnRail \ static_assert(alignof(BP_TiltingBeam_C_CatIsOnRail) == 0x000008, "Wrong alignment on BP_TiltingBeam_C_CatIsOnRail"); \ static_assert(sizeof(BP_TiltingBeam_C_CatIsOnRail) == 0x000010, "Wrong size on BP_TiltingBeam_C_CatIsOnRail"); \ static_assert(offsetof(BP_TiltingBeam_C_CatIsOnRail, _rail) == 0x000000, "Member 'BP_TiltingBeam_C_CatIsOnRail::_rail' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_CatIsOnRail, _cat) == 0x000008, "Member 'BP_TiltingBeam_C_CatIsOnRail::_cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TiltingBeam_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_TiltingBeam_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_TiltingBeam_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_TiltingBeam_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_TiltingBeam_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_TiltingBeam_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_TiltingBeam_C_BndEvt__Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TiltingBeam_C_ReceiveTick \ static_assert(alignof(BP_TiltingBeam_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_TiltingBeam_C_ReceiveTick"); \ static_assert(sizeof(BP_TiltingBeam_C_ReceiveTick) == 0x000004, "Wrong size on BP_TiltingBeam_C_ReceiveTick"); \ static_assert(offsetof(BP_TiltingBeam_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_TiltingBeam_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TiltingBeam_C_BeamNeedToUpdate \ static_assert(alignof(BP_TiltingBeam_C_BeamNeedToUpdate) == 0x000004, "Wrong alignment on BP_TiltingBeam_C_BeamNeedToUpdate"); \ static_assert(sizeof(BP_TiltingBeam_C_BeamNeedToUpdate) == 0x000008, "Wrong size on BP_TiltingBeam_C_BeamNeedToUpdate"); \ static_assert(offsetof(BP_TiltingBeam_C_BeamNeedToUpdate, CallFunc_Abs_ReturnValue) == 0x000000, "Member 'BP_TiltingBeam_C_BeamNeedToUpdate::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_BeamNeedToUpdate, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_TiltingBeam_C_BeamNeedToUpdate::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_BeamNeedToUpdate, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'BP_TiltingBeam_C_BeamNeedToUpdate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TiltingBeam_C_BeamNeedToUpdate, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'BP_TiltingBeam_C_BeamNeedToUpdate::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TiltingBeam_C \ static_assert(alignof(ABP_TiltingBeam_C) == 0x000008, "Wrong alignment on ABP_TiltingBeam_C"); \ static_assert(sizeof(ABP_TiltingBeam_C) == 0x000290, "Wrong size on ABP_TiltingBeam_C"); \ static_assert(offsetof(ABP_TiltingBeam_C, UberGraphFrame) == 0x000228, "Member 'ABP_TiltingBeam_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, Sound) == 0x000230, "Member 'ABP_TiltingBeam_C::Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, SM_Physical_Platform_Hook) == 0x000238, "Member 'ABP_TiltingBeam_C::SM_Physical_Platform_Hook' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, Beam) == 0x000240, "Member 'ABP_TiltingBeam_C::Beam' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, Pivot_Beam) == 0x000248, "Member 'ABP_TiltingBeam_C::Pivot_Beam' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, Streaming) == 0x000250, "Member 'ABP_TiltingBeam_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, RotationSpring) == 0x000258, "Member 'ABP_TiltingBeam_C::RotationSpring' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_TiltingBeam_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, RailSpline) == 0x000268, "Member 'ABP_TiltingBeam_C::RailSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, CatIsOnBeam) == 0x000270, "Member 'ABP_TiltingBeam_C::CatIsOnBeam' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, catWeight) == 0x000274, "Member 'ABP_TiltingBeam_C::catWeight' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, cat) == 0x000278, "Member 'ABP_TiltingBeam_C::cat' has a wrong offset!"); \ static_assert(offsetof(ABP_TiltingBeam_C, NeedToUpdate) == 0x000288, "Member 'ABP_TiltingBeam_C::NeedToUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpringFloat_C_AddImpulse \ static_assert(alignof(SpringFloat_C_AddImpulse) == 0x000004, "Wrong alignment on SpringFloat_C_AddImpulse"); \ static_assert(sizeof(SpringFloat_C_AddImpulse) == 0x000004, "Wrong size on SpringFloat_C_AddImpulse"); \ static_assert(offsetof(SpringFloat_C_AddImpulse, bpp__Impulse__pf) == 0x000000, "Member 'SpringFloat_C_AddImpulse::bpp__Impulse__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpringFloat_C_GetCurrentValue \ static_assert(alignof(SpringFloat_C_GetCurrentValue) == 0x000004, "Wrong alignment on SpringFloat_C_GetCurrentValue"); \ static_assert(sizeof(SpringFloat_C_GetCurrentValue) == 0x000004, "Wrong size on SpringFloat_C_GetCurrentValue"); \ static_assert(offsetof(SpringFloat_C_GetCurrentValue, bpp__current__pf) == 0x000000, "Member 'SpringFloat_C_GetCurrentValue::bpp__current__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpringFloat_C_SetCurrentValue \ static_assert(alignof(SpringFloat_C_SetCurrentValue) == 0x000004, "Wrong alignment on SpringFloat_C_SetCurrentValue"); \ static_assert(sizeof(SpringFloat_C_SetCurrentValue) == 0x000004, "Wrong size on SpringFloat_C_SetCurrentValue"); \ static_assert(offsetof(SpringFloat_C_SetCurrentValue, bpp__newxvalue__pfT) == 0x000000, "Member 'SpringFloat_C_SetCurrentValue::bpp__newxvalue__pfT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpringFloat_C_UpdateSpring \ static_assert(alignof(SpringFloat_C_UpdateSpring) == 0x000004, "Wrong alignment on SpringFloat_C_UpdateSpring"); \ static_assert(sizeof(SpringFloat_C_UpdateSpring) == 0x000004, "Wrong size on SpringFloat_C_UpdateSpring"); \ static_assert(offsetof(SpringFloat_C_UpdateSpring, bpp__Output_Get__pf) == 0x000000, "Member 'SpringFloat_C_UpdateSpring::bpp__Output_Get__pf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpringFloat_C \ static_assert(alignof(USpringFloat_C) == 0x000008, "Wrong alignment on USpringFloat_C"); \ static_assert(sizeof(USpringFloat_C) == 0x0000E8, "Wrong size on USpringFloat_C"); \ static_assert(offsetof(USpringFloat_C, Current) == 0x0000B0, "Member 'USpringFloat_C::Current' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, Target) == 0x0000B4, "Member 'USpringFloat_C::Target' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, Stiffness) == 0x0000B8, "Member 'USpringFloat_C::Stiffness' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, Damping) == 0x0000BC, "Member 'USpringFloat_C::Damping' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, Velocity) == 0x0000C0, "Member 'USpringFloat_C::Velocity' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, Acceleration) == 0x0000C4, "Member 'USpringFloat_C::Acceleration' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, HaveLimits) == 0x0000C8, "Member 'USpringFloat_C::HaveLimits' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, Min) == 0x0000CC, "Member 'USpringFloat_C::Min' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, Max) == 0x0000D0, "Member 'USpringFloat_C::Max' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, Restitution) == 0x0000D4, "Member 'USpringFloat_C::Restitution' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, clamped) == 0x0000D8, "Member 'USpringFloat_C::clamped' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, DeltaTime) == 0x0000DC, "Member 'USpringFloat_C::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, ConstantDtAcceleration) == 0x0000E0, "Member 'USpringFloat_C::ConstantDtAcceleration' has a wrong offset!"); \ static_assert(offsetof(USpringFloat_C, ConstantDT) == 0x0000E4, "Member 'USpringFloat_C::ConstantDT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Toyo_tool_Static_C_UserConstructionScript \ static_assert(alignof(BP_Toyo_tool_Static_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_Toyo_tool_Static_C_UserConstructionScript"); \ static_assert(sizeof(BP_Toyo_tool_Static_C_UserConstructionScript) == 0x0004D0, "Wrong size on BP_Toyo_tool_Static_C_UserConstructionScript"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, Temp_int_Variable) == 0x000000, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_CollisionProfileNameToName_ReturnValue) == 0x00002C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_CollisionProfileNameToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_CollisionProfileNameToName_ReturnValue_1) == 0x000034, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_CollisionProfileNameToName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue) == 0x00003C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, Temp_int_Variable_1) == 0x000048, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, Temp_struct_Variable) == 0x000050, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_2) == 0x000080, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000088, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000090, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Conv_FloatToVector_ReturnValue_1) == 0x00009C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Conv_FloatToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeVector2D_ReturnValue) == 0x0000A8, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x0000B0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_1) == 0x0000E0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Conv_FloatToVector_ReturnValue_2) == 0x0000E8, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Conv_FloatToVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x0000F4, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1) == 0x0000F8, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_RandomIntegerInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x0000FC, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000100, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_LastIndex_ReturnValue) == 0x000108, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_LastIndex_ReturnValue_1) == 0x00010C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue_1) == 0x000110, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x00011C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_2) == 0x000120, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x00012C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000130, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000134, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_3) == 0x000138, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000140, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000144, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x000148, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Greater_IntInt_ReturnValue) == 0x00014C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_4) == 0x000150, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_5) == 0x000154, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_6) == 0x000158, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_7) == 0x00015C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000160, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_8) == 0x000168, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_2) == 0x000170, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000174, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000175, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000176, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_3) == 0x000178, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_9) == 0x000180, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_10) == 0x000188, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_2) == 0x000190, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_3) == 0x000191, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_3) == 0x000194, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_4) == 0x000198, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00019C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00019D, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Get_Item_11) == 0x0001A0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Location) == 0x0001A8, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Location' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent) == 0x0001B4, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Location_1) == 0x0001C0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1) == 0x0001CC, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetUpVectorAtSplinePoint_ReturnValue) == 0x0001D8, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetUpVectorAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetUpVectorAtSplinePoint_ReturnValue_1) == 0x0001E4, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetUpVectorAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x0001F0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x0001FC, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000208, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Location_2) == 0x000214, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_2) == 0x000220, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x00022C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x000230, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x000234, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x000238, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x00023C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x000240, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x000244, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000248, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00024C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000250, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x00025C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_1) == 0x000260, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue_2) == 0x000290, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_2) == 0x0002A0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_2) == 0x0002B0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x0002E0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000368, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x000374, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Location_3) == 0x000380, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Location_3' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_3) == 0x00038C, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_3' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000398, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Dot_VectorVector_ReturnValue) == 0x0003A4, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_VSize_ReturnValue) == 0x0003A8, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_FClamp_ReturnValue) == 0x0003AC, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0003B0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x0003B4, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x0003C0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0003C1, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0003C2, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x0003C3, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue_1) == 0x0003C4, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeRotFromXZ_ReturnValue) == 0x0003C8, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x0003D4, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_3) == 0x0003E0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000410, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_3) == 0x000418, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000420, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x000424, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_4) == 0x0004AC, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0004B0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_GetNumberOfSplinePoints_ReturnValue_1) == 0x0004B4, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_GetNumberOfSplinePoints_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0004B8, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x0004BC, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0004C0, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_5) == 0x0004C4, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Toyo_tool_Static_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x0004C8, "Member 'BP_Toyo_tool_Static_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Toyo_tool_Static_C \ static_assert(alignof(ABP_Toyo_tool_Static_C) == 0x000008, "Wrong alignment on ABP_Toyo_tool_Static_C"); \ static_assert(sizeof(ABP_Toyo_tool_Static_C) == 0x000340, "Wrong size on ABP_Toyo_tool_Static_C"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Spline) == 0x000228, "Member 'ABP_Toyo_tool_Static_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Scene) == 0x000230, "Member 'ABP_Toyo_tool_Static_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Small) == 0x000238, "Member 'ABP_Toyo_tool_Static_C::Small' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Medium) == 0x000248, "Member 'ABP_Toyo_tool_Static_C::Medium' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Big) == 0x000258, "Member 'ABP_Toyo_tool_Static_C::Big' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, joints) == 0x000268, "Member 'ABP_Toyo_tool_Static_C::joints' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, small_max_distance) == 0x000278, "Member 'ABP_Toyo_tool_Static_C::small_max_distance' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, med_max_distance) == 0x00027C, "Member 'ABP_Toyo_tool_Static_C::med_max_distance' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, random_toyos) == 0x000280, "Member 'ABP_Toyo_tool_Static_C::random_toyos' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, random_joints) == 0x000290, "Member 'ABP_Toyo_tool_Static_C::random_joints' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Random__) == 0x0002A0, "Member 'ABP_Toyo_tool_Static_C::Random__' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, max_small) == 0x0002A4, "Member 'ABP_Toyo_tool_Static_C::max_small' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, props) == 0x0002A8, "Member 'ABP_Toyo_tool_Static_C::props' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, props_distance) == 0x0002B8, "Member 'ABP_Toyo_tool_Static_C::props_distance' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, props_rotation) == 0x0002C8, "Member 'ABP_Toyo_tool_Static_C::props_rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, debug_num) == 0x0002D8, "Member 'ABP_Toyo_tool_Static_C::debug_num' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Display_point_num) == 0x0002F0, "Member 'ABP_Toyo_tool_Static_C::Display_point_num' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Material_Inst_Toyos) == 0x0002F8, "Member 'ABP_Toyo_tool_Static_C::Material_Inst_Toyos' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, max_joints) == 0x000300, "Member 'ABP_Toyo_tool_Static_C::max_joints' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Material_Inst_Joints) == 0x000308, "Member 'ABP_Toyo_tool_Static_C::Material_Inst_Joints' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Material_Inst_Props) == 0x000310, "Member 'ABP_Toyo_tool_Static_C::Material_Inst_Props' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Scale) == 0x000320, "Member 'ABP_Toyo_tool_Static_C::Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, RandomStream) == 0x000324, "Member 'ABP_Toyo_tool_Static_C::RandomStream' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Props_scale) == 0x00032C, "Member 'ABP_Toyo_tool_Static_C::Props_scale' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Forward_axis) == 0x000330, "Member 'ABP_Toyo_tool_Static_C::Forward_axis' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Joint_pitch_) == 0x000334, "Member 'ABP_Toyo_tool_Static_C::Joint_pitch_' has a wrong offset!"); \ static_assert(offsetof(ABP_Toyo_tool_Static_C, Collision_Profil) == 0x000338, "Member 'ABP_Toyo_tool_Static_C::Collision_Profil' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Toyo_tool_Static_Cable_C \ static_assert(alignof(ABP_Toyo_tool_Static_Cable_C) == 0x000008, "Wrong alignment on ABP_Toyo_tool_Static_Cable_C"); \ static_assert(sizeof(ABP_Toyo_tool_Static_Cable_C) == 0x000340, "Wrong size on ABP_Toyo_tool_Static_Cable_C"); \ #define DUMPER7_ASSERTS_BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner \ static_assert(alignof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner) == 0x000010, "Wrong alignment on BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner"); \ static_assert(sizeof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner) == 0x000230, "Wrong size on BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, EntryPoint) == 0x000000, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Percent_IntInt_ReturnValue) == 0x000014, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000019, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, Temp_int_Variable) == 0x00001C, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, Temp_bool_Has_Been_Initd_Variable_1) == 0x000024, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_BreakTransform_Location) == 0x000060, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_BreakTransform_Rotation) == 0x00006C, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_BreakTransform_Scale) == 0x000078, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_BreakVector_X) == 0x000084, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_BreakVector_Y) == 0x000088, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_BreakVector_Z) == 0x00008C, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_BreakRotator_Roll) == 0x000090, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_BreakRotator_Pitch) == 0x000094, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_BreakRotator_Yaw) == 0x000098, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_RandomFloatInRange_ReturnValue) == 0x00009C, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_MakeRotator_ReturnValue) == 0x0000A4, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000B8, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, K2Node_ComponentBoundEvent_OtherActor) == 0x0000C0, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, K2Node_ComponentBoundEvent_OtherComp) == 0x0000C8, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000D0, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000D4, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, K2Node_ComponentBoundEvent_SweepResult) == 0x0000D8, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, Temp_bool_IsClosed_Variable_1) == 0x000160, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Array_Get_Item) == 0x000168, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000170, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, K2Node_DynamicCast_AsBP_Pigeon) == 0x000178, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::K2Node_DynamicCast_AsBP_Pigeon' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Array_Length_ReturnValue) == 0x000184, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Less_IntInt_ReturnValue) == 0x000188, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00018C, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000198, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0001A0, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001A8, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0001AC, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x0001B0, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_MakeVector_ReturnValue) == 0x0001B4, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001C0, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Add_VectorVector_ReturnValue) == 0x0001CC, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_MakeTransform_ReturnValue) == 0x0001E0, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000210, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_FinishSpawningActor_ReturnValue) == 0x000218, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_Array_Add_ReturnValue) == 0x000220, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner, CallFunc_IsValid_ReturnValue) == 0x000224, "Member 'BP_PigeonsSpawner_C_ExecuteUbergraph_BP_PigeonsSpawner::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_PigeonsSpawner_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PigeonsSpawner_C \ static_assert(alignof(ABP_PigeonsSpawner_C) == 0x000008, "Wrong alignment on ABP_PigeonsSpawner_C"); \ static_assert(sizeof(ABP_PigeonsSpawner_C) == 0x000260, "Wrong size on ABP_PigeonsSpawner_C"); \ static_assert(offsetof(ABP_PigeonsSpawner_C, UberGraphFrame) == 0x000228, "Member 'ABP_PigeonsSpawner_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PigeonsSpawner_C, Sphere) == 0x000230, "Member 'ABP_PigeonsSpawner_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_PigeonsSpawner_C, DefaultSceneRoot) == 0x000238, "Member 'ABP_PigeonsSpawner_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_PigeonsSpawner_C, NbOfPigeons) == 0x000240, "Member 'ABP_PigeonsSpawner_C::NbOfPigeons' has a wrong offset!"); \ static_assert(offsetof(ABP_PigeonsSpawner_C, Pigeons) == 0x000248, "Member 'ABP_PigeonsSpawner_C::Pigeons' has a wrong offset!"); \ static_assert(offsetof(ABP_PigeonsSpawner_C, RandomStartRadius) == 0x000258, "Member 'ABP_PigeonsSpawner_C::RandomStartRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_PigeonsSpawner_C, LogicTriggerDelay) == 0x00025C, "Member 'ABP_PigeonsSpawner_C::LogicTriggerDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine \ static_assert(alignof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine) == 0x000010, "Wrong alignment on Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine"); \ static_assert(sizeof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine) == 0x001070, "Wrong size on Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, EntryPoint) == 0x000000, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000004, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000008, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x00000C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x000010, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x000014, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x000018, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_6) == 0x00001C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_7) == 0x000020, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_8) == 0x000024, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_9) == 0x000028, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_10) == 0x00002C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_11) == 0x000030, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_12) == 0x000034, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_13) == 0x000038, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_14) == 0x00003C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_15) == 0x000040, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_16) == 0x000044, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_17) == 0x000048, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_18) == 0x00004C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_19) == 0x000050, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_20) == 0x000054, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_21) == 0x000058, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_22) == 0x00005C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_23) == 0x000060, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_24) == 0x000064, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_25) == 0x000068, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_26) == 0x00006C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_27) == 0x000070, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_28) == 0x000074, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_29) == 0x000078, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_30) == 0x00007C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_31) == 0x000080, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_32) == 0x000084, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_33) == 0x000088, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_34) == 0x00008C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindCameraManager_CameraManager) == 0x000090, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, Temp_wildcard_Variable) == 0x000098, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::Temp_wildcard_Variable' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_35) == 0x0000A0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, Temp_bool_Variable) == 0x0000A4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_36) == 0x0000A8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, Temp_float_Variable) == 0x0000AC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_37) == 0x0000B0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_38) == 0x0000B4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_39) == 0x0000B8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_40) == 0x0000BC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_41) == 0x0000C0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_42) == 0x0000C4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_43) == 0x0000C8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_44) == 0x0000CC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_45) == 0x0000D0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_46) == 0x0000D4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_47) == 0x0000D8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_48) == 0x0000DC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_49) == 0x0000E0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_50) == 0x0000E4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_51) == 0x0000E8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_52) == 0x0000EC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_53) == 0x0000F0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_54) == 0x0000F4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_55) == 0x0000F8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_56) == 0x0000FC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_57) == 0x000100, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_58) == 0x000104, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_59) == 0x000108, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_60) == 0x00010C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetActorIdManager_ActorIdManager) == 0x000110, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetActorIdManager_ActorIdManager' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Conv_NameToString_ReturnValue) == 0x000118, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindActorById_ReturnValue) == 0x000128, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindActorById_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_AppendMultiple_ReturnValue) == 0x000130, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_DynamicCast_AsBP_HKPlayer_Start) == 0x000140, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_DynamicCast_AsBP_HKPlayer_Start' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_AppendMultiple_ReturnValue_1) == 0x000150, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_61) == 0x000164, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_62) == 0x000168, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_63) == 0x00016C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_64) == 0x000170, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_65) == 0x000174, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_66) == 0x000178, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_67) == 0x00017C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_68) == 0x000180, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_69) == 0x000184, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_70) == 0x000188, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_71) == 0x00018C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_72) == 0x000190, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, Temp_wildcard_Variable_1) == 0x000198, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::Temp_wildcard_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, Temp_int_Loop_Counter_Variable) == 0x0001A0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Add_IntInt_ReturnValue) == 0x0001A4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, Temp_int_Array_Index_Variable) == 0x0001A8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_73) == 0x0001AC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, Temp_bool_Variable_1) == 0x0001B0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_74) == 0x0001B4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_75) == 0x0001B8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_76) == 0x0001BC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_77) == 0x0001C0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_78) == 0x0001C4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, Temp_float_Variable_1) == 0x0001C8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_79) == 0x0001CC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_80) == 0x0001D0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_81) == 0x0001D4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_82) == 0x0001D8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_83) == 0x0001DC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_MakeLiteralByte_ReturnValue) == 0x0001E0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_84) == 0x0001E4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_CreateDelegate_OutputDelegate) == 0x0001E8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_85) == 0x0001F8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_86) == 0x0001FC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_87) == 0x000200, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_88) == 0x000204, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_89) == 0x000208, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_90) == 0x00020C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_91) == 0x000210, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_92) == 0x000214, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_93) == 0x000218, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, Temp_float_Variable_2) == 0x00021C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_94) == 0x000220, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_95) == 0x000224, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_96) == 0x000228, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue) == 0x00022C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue) == 0x00022D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue) == 0x00022E, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue) == 0x00022F, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue) == 0x000230, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue) == 0x000231, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_1) == 0x000232, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue) == 0x000233, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000234, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1) == 0x000240, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_1) == 0x000241, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_2) == 0x000242, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_1) == 0x000243, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_3) == 0x000244, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_1) == 0x000245, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_1) == 0x000246, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue) == 0x000247, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000248, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue) == 0x000254, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000258, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_1) == 0x000264, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x000268, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_1) == 0x000274, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_CustomEvent_Ratio) == 0x000278, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_CustomEvent_Ratio' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_1) == 0x00027C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetLocationAtTime_ReturnValue) == 0x000280, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetLocationAtTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x00028C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000314, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Add_VectorVector_ReturnValue) == 0x000320, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x00032C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0003B4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLookAtRotation_ReturnValue) == 0x0003C0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0003CC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_97) == 0x0003D0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetTransform_ReturnValue) == 0x0003E0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Location) == 0x000410, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Rotation) == 0x00041C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Scale) == 0x000428, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_2) == 0x000434, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Teleport_ReturnValue) == 0x000435, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Teleport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000438, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_1) == 0x000440, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000444, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000450, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_2) == 0x00045C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingSpline_ReturnValue) == 0x00045D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindPlayerCatPawn_Cat) == 0x000460, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_CreateDelegate_OutputDelegate_1) == 0x000468, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetLocationAtTime_ReturnValue_1) == 0x000478, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetLocationAtTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000484, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_SetActorLocation_ReturnValue) == 0x00050C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00050D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_98) == 0x000510, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetCurrentRail_ReturnValue) == 0x000518, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetCurrentRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_2) == 0x000520, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000521, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanAND_ReturnValue) == 0x000522, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_3) == 0x000523, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2) == 0x000524, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_3) == 0x000525, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_4) == 0x000526, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_5) == 0x000527, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_2) == 0x000528, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_2) == 0x000529, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_3) == 0x00052A, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_6) == 0x00052B, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_2) == 0x00052C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_3) == 0x00052D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_3) == 0x00052E, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_4) == 0x00052F, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_7) == 0x000530, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_3) == 0x000531, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000534, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_99) == 0x000540, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_4) == 0x000544, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000548, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_2) == 0x000554, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2) == 0x000558, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_2) == 0x000564, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_3) == 0x000565, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_3) == 0x000568, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_3) == 0x000574, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_5) == 0x000575, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetTransform_ReturnValue_1) == 0x000580, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_100) == 0x0005B0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Location_1) == 0x0005B4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Rotation_1) == 0x0005C0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Scale_1) == 0x0005CC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Teleport_ReturnValue_1) == 0x0005D8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Teleport_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_4) == 0x0005D9, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_5) == 0x0005DA, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_8) == 0x0005DB, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_4) == 0x0005DC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_4) == 0x0005DD, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_9) == 0x0005DE, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingSpline_ReturnValue_1) == 0x0005DF, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_4) == 0x0005E0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x0005E8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_3) == 0x0005F0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_4) == 0x0005F1, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0005F4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000600, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetTransform_ReturnValue_2) == 0x000610, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Location_2) == 0x000640, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Rotation_2) == 0x00064C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Scale_2) == 0x000658, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Teleport_ReturnValue_2) == 0x000664, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Teleport_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetCurrentRail_ReturnValue_1) == 0x000668, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetCurrentRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_6) == 0x000670, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_6) == 0x000671, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_5) == 0x000672, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_10) == 0x000673, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_7) == 0x000674, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_5) == 0x000675, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_5) == 0x000676, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_11) == 0x000677, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingSpline_ReturnValue_2) == 0x000678, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingSpline_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_5) == 0x000679, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x000680, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_5) == 0x000688, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000689, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanAND_ReturnValue_1) == 0x00068A, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_2) == 0x00068C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000698, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_6) == 0x0006A4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_6) == 0x0006A5, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0006A8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_12) == 0x0006B4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_4) == 0x0006B5, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData) == 0x0006B8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_1) == 0x0006F0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_2) == 0x000728, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_3) == 0x000760, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_4) == 0x000798, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_5) == 0x0007D0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_101) == 0x000808, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingSpline_ReturnValue_3) == 0x00080C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingSpline_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_CreateDelegate_OutputDelegate_2) == 0x000810, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingSpline_ReturnValue_4) == 0x000820, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingSpline_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetCameraThirdPerson_ReturnValue) == 0x000828, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetCameraThirdPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_3) == 0x000830, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_7) == 0x000838, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_7) == 0x000839, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_13) == 0x00083A, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_3) == 0x00083C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x000848, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_6) == 0x000854, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_6) == 0x000855, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_8) == 0x000856, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_14) == 0x000857, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_6) == 0x000858, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_8) == 0x000859, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x00085C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_102) == 0x000868, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_4) == 0x00086C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_4) == 0x000870, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_5) == 0x00087C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_7) == 0x00087D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_8) == 0x00087E, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_15) == 0x00087F, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_9) == 0x000880, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_7) == 0x000881, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_7) == 0x000882, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_16) == 0x000883, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_7) == 0x000884, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_4) == 0x000888, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_9) == 0x000890, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_4) == 0x000894, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_5) == 0x0008A0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_10) == 0x0008AC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJump_ReturnValue) == 0x0008AD, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_6) == 0x0008AE, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_5) == 0x0008B0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_6) == 0x0008B8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_11) == 0x0008C0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_12) == 0x0008C1, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_5) == 0x0008C4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_6) == 0x0008D0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_6) == 0x0008DC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJump_ReturnValue_1) == 0x0008E8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJump_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_7) == 0x0008E9, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_7) == 0x0008EC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_13) == 0x0008F8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_14) == 0x0008F9, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingSpline_ReturnValue_5) == 0x0008FA, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingSpline_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_7) == 0x000900, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_15) == 0x000908, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_16) == 0x000909, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_7) == 0x00090C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_8) == 0x000918, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_8) == 0x000928, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_17) == 0x000930, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_18) == 0x000931, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_8) == 0x000934, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_9) == 0x000940, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_6) == 0x000950, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_7) == 0x000988, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_8) == 0x0009C0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_9) == 0x0009F8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_103) == 0x000A30, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000A34, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_104) == 0x000A38, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_StartEasingInterpolator__interpolatorObject) == 0x000A40, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_StartEasingInterpolator__interpolatorObject' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_StartEasingInterpolator_ReturnValue) == 0x000A48, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_StartEasingInterpolator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_9) == 0x000A50, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_17) == 0x000A51, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_19) == 0x000A52, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_8) == 0x000A53, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJump_ReturnValue_2) == 0x000A54, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJump_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_10) == 0x000A55, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_8) == 0x000A56, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_8) == 0x000A57, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_105) == 0x000A58, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_18) == 0x000A5C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000A5D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_8) == 0x000A5E, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_StartEasingInterpolator__interpolatorObject_1) == 0x000A60, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_StartEasingInterpolator__interpolatorObject_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_StartEasingInterpolator_ReturnValue_1) == 0x000A68, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_StartEasingInterpolator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_106) == 0x000A70, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_20) == 0x000A74, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetCurrentRail_ReturnValue_2) == 0x000A78, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetCurrentRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetSequencePlayer_ReturnValue) == 0x000A80, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000A88, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_11) == 0x000A89, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000A8A, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanAND_ReturnValue_2) == 0x000A8B, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_12) == 0x000A8C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetCurrentRail_ReturnValue_3) == 0x000A90, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetCurrentRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000A98, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x000AA0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanAND_ReturnValue_3) == 0x000AA8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetTransform_ReturnValue_3) == 0x000AB0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Location_3) == 0x000AE0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Rotation_3) == 0x000AEC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Scale_3) == 0x000AF8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetTransform_ReturnValue_4) == 0x000B10, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetTransform_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Teleport_ReturnValue_3) == 0x000B40, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Teleport_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Location_4) == 0x000B44, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Location_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Rotation_4) == 0x000B50, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Rotation_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BreakTransform_Scale_4) == 0x000B5C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BreakTransform_Scale_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Teleport_ReturnValue_4) == 0x000B68, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Teleport_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_107) == 0x000B6C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000B70, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_ComponentBoundEvent__saveComponent) == 0x000B78, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_ComponentBoundEvent__saveComponent' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_108) == 0x000B80, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x000B84, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_109) == 0x000B90, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue) == 0x000B94, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_8) == 0x000B98, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_10) == 0x000B99, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_19) == 0x000B9A, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x000B9C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_9) == 0x000BA8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_9) == 0x000BB0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_21) == 0x000BB8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_9) == 0x000BBC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_10) == 0x000BC8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_22) == 0x000BD4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x000BD8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_110) == 0x000BE4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_5) == 0x000BE8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_10) == 0x000BF8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingSpline_ReturnValue_6) == 0x000C00, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingSpline_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_23) == 0x000C01, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_10) == 0x000C04, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_11) == 0x000C10, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_24) == 0x000C1C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_11) == 0x000C1D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_10) == 0x000C1E, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_20) == 0x000C1F, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_9) == 0x000C20, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_9) == 0x000C21, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_5) == 0x000C22, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_21) == 0x000C23, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_9) == 0x000C24, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_13) == 0x000C25, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_9) == 0x000C26, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_12) == 0x000C27, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_22) == 0x000C28, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_11) == 0x000C29, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJump_ReturnValue_3) == 0x000C2A, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJump_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_14) == 0x000C2B, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_10) == 0x000C2C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_10) == 0x000C2D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_23) == 0x000C2E, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_10) == 0x000C2F, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_10) == 0x000C30, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_111) == 0x000C3C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_13) == 0x000C40, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_11) == 0x000C41, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_24) == 0x000C42, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_11) == 0x000C43, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_25) == 0x000C44, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_15) == 0x000C45, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_11) == 0x000C46, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingSpline_ReturnValue_7) == 0x000C47, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingSpline_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_11) == 0x000C48, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_25) == 0x000C50, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_11) == 0x000C54, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_12) == 0x000C60, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_26) == 0x000C6C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_10) == 0x000C70, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Array_Get_Item) == 0x000CA8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_LogicTrigger_self_CastInput) == 0x000CB0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_LogicTrigger_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Array_Length_ReturnValue) == 0x000CC0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Less_IntInt_ReturnValue) == 0x000CC4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetPlayLength_ReturnValue) == 0x000CC8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, Temp_float_Variable_3) == 0x000CCC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_14) == 0x000CD0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_26) == 0x000CD1, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_112) == 0x000CD4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_10) == 0x000CD8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_15) == 0x000CD9, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_27) == 0x000CDA, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_12) == 0x000CDB, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_12) == 0x000CDC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_16) == 0x000CDD, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_28) == 0x000CDE, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_12) == 0x000CDF, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_113) == 0x000CE0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_113' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_16) == 0x000CE4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_11) == 0x000CE5, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_29) == 0x000CE6, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_13) == 0x000CE7, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_13) == 0x000CE8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_17) == 0x000CE9, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_30) == 0x000CEA, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_13) == 0x000CEB, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_11) == 0x000CEC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_6) == 0x000CF8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_6) == 0x000CFC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_114) == 0x000D08, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_114' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_12) == 0x000D0C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_12) == 0x000D0D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_12) == 0x000D10, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_7) == 0x000D1C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_7) == 0x000D20, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_13) == 0x000D2C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_CustomEvent_Ratio_1) == 0x000D30, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_CustomEvent_Ratio_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_115) == 0x000D34, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_115' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_116) == 0x000D38, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_116' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_CreateDelegate_OutputDelegate_3) == 0x000D3C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_13) == 0x000D4C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_8) == 0x000D58, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_117) == 0x000D64, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_117' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_17) == 0x000D68, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_9) == 0x000D6C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_31) == 0x000D78, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_14) == 0x000D79, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_14) == 0x000D7A, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_14) == 0x000D7B, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_8) == 0x000D7C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_32) == 0x000D7D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_14) == 0x000D7E, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_18) == 0x000D7F, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_13) == 0x000D80, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_18) == 0x000D81, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_33) == 0x000D82, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_15) == 0x000D83, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_15) == 0x000D84, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_15) == 0x000D85, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_9) == 0x000D86, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_34) == 0x000D87, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_15) == 0x000D88, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_19) == 0x000D89, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_14) == 0x000D8A, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_19) == 0x000D8B, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_35) == 0x000D8C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_16) == 0x000D8D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_16) == 0x000D8E, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_20) == 0x000D8F, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_36) == 0x000D90, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_16) == 0x000D91, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_12) == 0x000D98, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_27) == 0x000DA0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_28) == 0x000DA1, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_12) == 0x000DA4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_13) == 0x000DB0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_20) == 0x000DBC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_14) == 0x000DC0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_37) == 0x000DCC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_16) == 0x000DCD, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJump_ReturnValue_4) == 0x000DCE, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJump_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_21) == 0x000DCF, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_17) == 0x000DD0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_17) == 0x000DD1, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_118) == 0x000DD4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_118' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_38) == 0x000DD8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_17) == 0x000DD9, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_119) == 0x000DDC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_119' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_120) == 0x000DE0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_120' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_15) == 0x000DE4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_10) == 0x000DF0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_InternalBreakableDelay_ReturnValue_121) == 0x000DFC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_InternalBreakableDelay_ReturnValue_121' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_11) == 0x000E00, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_21) == 0x000E0C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_17) == 0x000E0D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_39) == 0x000E0E, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_18) == 0x000E0F, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_18) == 0x000E10, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_10) == 0x000E11, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_40) == 0x000E12, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_18) == 0x000E13, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_22) == 0x000E14, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_15) == 0x000E15, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_22) == 0x000E16, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_41) == 0x000E17, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_18) == 0x000E18, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_19) == 0x000E19, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_19) == 0x000E1A, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_11) == 0x000E1B, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_42) == 0x000E1C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_19) == 0x000E1D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_23) == 0x000E1E, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_16) == 0x000E1F, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_23) == 0x000E20, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_43) == 0x000E21, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_20) == 0x000E22, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_20) == 0x000E23, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_24) == 0x000E24, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_44) == 0x000E25, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_20) == 0x000E26, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsFollowingRail_ReturnValue_17) == 0x000E27, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsFollowingRail_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_24) == 0x000E28, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_45) == 0x000E29, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsOnRail_ReturnValue_25) == 0x000E2A, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsOnRail_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumpInputEnabled_ReturnValue_21) == 0x000E2B, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumpInputEnabled_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsJumping_ReturnValue_21) == 0x000E2C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsJumping_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_Not_PreBool_ReturnValue_46) == 0x000E2D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_Not_PreBool_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_CreateDelegate_OutputDelegate_4) == 0x000E30, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_BooleanOR_ReturnValue_21) == 0x000E40, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_BooleanOR_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindCameraManager_CameraManager_1) == 0x000E48, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindCameraManager_CameraManager_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_11) == 0x000E50, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_11' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_12) == 0x000E88, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_13) == 0x000EC0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_14) == 0x000EF8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, K2Node_MakeStruct_LookAtData_15) == 0x000F30, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::K2Node_MakeStruct_LookAtData_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_16) == 0x000F68, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_17) == 0x000F74, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_1) == 0x000F80, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_2) == 0x000F84, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_18) == 0x000F88, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_19) == 0x000F94, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_3) == 0x000FA0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_12) == 0x000FA4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_12) == 0x000FA8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_19) == 0x000FB4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_20) == 0x000FB8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_4) == 0x000FC4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_13) == 0x000FC8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_29) == 0x000FD0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_13) == 0x000FD4, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_14) == 0x000FE0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_30) == 0x000FEC, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJump_ReturnValue_5) == 0x000FED, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJump_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_20) == 0x000FEE, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetRootComponent_ReturnValue_14) == 0x000FF0, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetRootComponent_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_21) == 0x000FF8, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_31) == 0x001004, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_21) == 0x001005, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentRotation_ReturnValue_14) == 0x001008, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentRotation_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetComponentLocation_ReturnValue_15) == 0x001014, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetComponentLocation_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_IsValid_ReturnValue_32) == 0x001020, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_IsValid_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJump_ReturnValue_6) == 0x001021, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJump_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_22) == 0x001022, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_22) == 0x001024, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_K2_GetActorLocation_ReturnValue_23) == 0x001030, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_K2_GetActorLocation_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_13) == 0x00103C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_13) == 0x001040, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_23) == 0x00104C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryJumpOnRail_ReturnValue_14) == 0x00104D, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryJumpOnRail_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_14) == 0x001050, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_TryHangOnRail_ReturnValue_24) == 0x00105C, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_TryHangOnRail_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine, CallFunc_GetFloatValue_ReturnValue) == 0x001060, "Member 'Seq_FirstCine_C_ExecuteUbergraph_Seq_FirstCine::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_FirstCine_C_BndEvt__Seq_FirstCine_m_saveComponent_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature \ static_assert(alignof(Seq_FirstCine_C_BndEvt__Seq_FirstCine_m_saveComponent_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong alignment on Seq_FirstCine_C_BndEvt__Seq_FirstCine_m_saveComponent_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature"); \ static_assert(sizeof(Seq_FirstCine_C_BndEvt__Seq_FirstCine_m_saveComponent_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong size on Seq_FirstCine_C_BndEvt__Seq_FirstCine_m_saveComponent_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature"); \ static_assert(offsetof(Seq_FirstCine_C_BndEvt__Seq_FirstCine_m_saveComponent_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature, _saveComponent) == 0x000000, "Member 'Seq_FirstCine_C_BndEvt__Seq_FirstCine_m_saveComponent_K2Node_ComponentBoundEvent_1_SaveLoadDelegate__DelegateSignature::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA1B613520 \ static_assert(alignof(Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA1B613520) == 0x000004, "Wrong alignment on Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA1B613520"); \ static_assert(sizeof(Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA1B613520) == 0x000004, "Wrong size on Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA1B613520"); \ static_assert(offsetof(Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA1B613520, Ratio) == 0x000000, "Member 'Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA1B613520::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA20C650E1 \ static_assert(alignof(Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA20C650E1) == 0x000004, "Wrong alignment on Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA20C650E1"); \ static_assert(sizeof(Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA20C650E1) == 0x000004, "Wrong size on Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA20C650E1"); \ static_assert(offsetof(Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA20C650E1, Ratio) == 0x000000, "Member 'Seq_FirstCine_C_Tick_6246EF4646E19036986D72BA20C650E1::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASeq_FirstCine_C \ static_assert(alignof(ASeq_FirstCine_C) == 0x000008, "Wrong alignment on ASeq_FirstCine_C"); \ static_assert(sizeof(ASeq_FirstCine_C) == 0x0004B0, "Wrong size on ASeq_FirstCine_C"); \ static_assert(offsetof(ASeq_FirstCine_C, UberGraphFrame) == 0x000268, "Member 'ASeq_FirstCine_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Camera_PlanExterieur) == 0x000270, "Member 'ASeq_FirstCine_C::Camera_PlanExterieur' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Red_Cat) == 0x000278, "Member 'ASeq_FirstCine_C::Red_Cat' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Player_Cat) == 0x000280, "Member 'ASeq_FirstCine_C::Player_Cat' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Black_Cat) == 0x000288, "Member 'ASeq_FirstCine_C::Black_Cat' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, RedCat_StartPOS) == 0x000290, "Member 'ASeq_FirstCine_C::RedCat_StartPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_FirstRailPOS) == 0x000298, "Member 'ASeq_FirstCine_C::PlayerCat_FirstRailPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_SecondRailPOS) == 0x0002A0, "Member 'ASeq_FirstCine_C::PlayerCat_SecondRailPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_FirstSplineRail) == 0x0002A8, "Member 'ASeq_FirstCine_C::PlayerCat_FirstSplineRail' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_SecondSplineRail) == 0x0002B0, "Member 'ASeq_FirstCine_C::PlayerCat_SecondSplineRail' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_ThirdSplineRail) == 0x0002B8, "Member 'ASeq_FirstCine_C::PlayerCat_ThirdSplineRail' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, BlackCat_FirstSplineRail) == 0x0002C0, "Member 'ASeq_FirstCine_C::BlackCat_FirstSplineRail' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, BlackCat_EndPOS) == 0x0002C8, "Member 'ASeq_FirstCine_C::BlackCat_EndPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Target_PlanExterieur) == 0x0002D0, "Member 'ASeq_FirstCine_C::Target_PlanExterieur' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, SplineTarget_PlanExterieur) == 0x0002D8, "Member 'ASeq_FirstCine_C::SplineTarget_PlanExterieur' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, DebugTime) == 0x0002E0, "Member 'ASeq_FirstCine_C::DebugTime' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Active) == 0x0002E4, "Member 'ASeq_FirstCine_C::Active' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Timer) == 0x0002E8, "Member 'ASeq_FirstCine_C::Timer' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_ThirdSplineRail_Bis) == 0x0002F0, "Member 'ASeq_FirstCine_C::PlayerCat_ThirdSplineRail_Bis' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_PlateformeJumpPOS) == 0x0002F8, "Member 'ASeq_FirstCine_C::PlayerCat_PlateformeJumpPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_JumpOnRoof) == 0x000300, "Member 'ASeq_FirstCine_C::PlayerCat_JumpOnRoof' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_StartGamePos) == 0x000308, "Member 'ASeq_FirstCine_C::PlayerCat_StartGamePos' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, White_Cat) == 0x000310, "Member 'ASeq_FirstCine_C::White_Cat' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, WhiteCat_StartPOS) == 0x000318, "Member 'ASeq_FirstCine_C::WhiteCat_StartPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, WhiteCat_FirstSplineRail) == 0x000320, "Member 'ASeq_FirstCine_C::WhiteCat_FirstSplineRail' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Time_PlanSequence) == 0x000328, "Member 'ASeq_FirstCine_C::Time_PlanSequence' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, WhiteCat_StartGamePos) == 0x000330, "Member 'ASeq_FirstCine_C::WhiteCat_StartGamePos' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, RedCat_MoveOnTheRoofPOS) == 0x000338, "Member 'ASeq_FirstCine_C::RedCat_MoveOnTheRoofPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, RedCat_BarrelRail) == 0x000340, "Member 'ASeq_FirstCine_C::RedCat_BarrelRail' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, RedCat_JumpFromBarrelPOS) == 0x000348, "Member 'ASeq_FirstCine_C::RedCat_JumpFromBarrelPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, RedCat_StartGamePOS) == 0x000350, "Member 'ASeq_FirstCine_C::RedCat_StartGamePOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, BlackCat_SecondJumpPOS) == 0x000358, "Member 'ASeq_FirstCine_C::BlackCat_SecondJumpPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, BlackCat_HangingTarget) == 0x000360, "Member 'ASeq_FirstCine_C::BlackCat_HangingTarget' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, BlackCat_LookAtTarget) == 0x000368, "Member 'ASeq_FirstCine_C::BlackCat_LookAtTarget' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, BlackCat_LookAtTarget_2) == 0x000370, "Member 'ASeq_FirstCine_C::BlackCat_LookAtTarget_2' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, WhiteCat_MoveOnRoof) == 0x000378, "Member 'ASeq_FirstCine_C::WhiteCat_MoveOnRoof' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, WhiteCat_JumpOnMuret) == 0x000380, "Member 'ASeq_FirstCine_C::WhiteCat_JumpOnMuret' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, WhiteCat_MoveOnMuret) == 0x000388, "Member 'ASeq_FirstCine_C::WhiteCat_MoveOnMuret' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, WhiteCat_LastJump) == 0x000390, "Member 'ASeq_FirstCine_C::WhiteCat_LastJump' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, BlackCat_LookAtTarget_3) == 0x000398, "Member 'ASeq_FirstCine_C::BlackCat_LookAtTarget_3' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Sequencer) == 0x0003A0, "Member 'ASeq_FirstCine_C::Sequencer' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, WhiteCat_HangingPOS) == 0x0003A8, "Member 'ASeq_FirstCine_C::WhiteCat_HangingPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, WhiteCat_HangingTargetPOS) == 0x0003B0, "Member 'ASeq_FirstCine_C::WhiteCat_HangingTargetPOS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_MoveToWhiteCat_POS) == 0x0003B8, "Member 'ASeq_FirstCine_C::PlayerCat_MoveToWhiteCat_POS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Pigeon) == 0x0003C0, "Member 'ASeq_FirstCine_C::Pigeon' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Animation) == 0x0003D0, "Member 'ASeq_FirstCine_C::Animation' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Finished) == 0x0003D8, "Member 'ASeq_FirstCine_C::Finished' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, RedCat_Plateforme1_rail) == 0x0003E0, "Member 'ASeq_FirstCine_C::RedCat_Plateforme1_rail' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, RedCat_Plateforme2_rail) == 0x0003E8, "Member 'ASeq_FirstCine_C::RedCat_Plateforme2_rail' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, RedCat_LookAt1) == 0x0003F0, "Member 'ASeq_FirstCine_C::RedCat_LookAt1' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, RedCat_LookAt2) == 0x0003F8, "Member 'ASeq_FirstCine_C::RedCat_LookAt2' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, RedCat_LookAt3) == 0x000400, "Member 'ASeq_FirstCine_C::RedCat_LookAt3' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_PlateformeTarget_POS) == 0x000408, "Member 'ASeq_FirstCine_C::PlayerCat_PlateformeTarget_POS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_LastPlateformeJump_POS) == 0x000410, "Member 'ASeq_FirstCine_C::PlayerCat_LastPlateformeJump_POS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_LastPlateformeTarget_POS) == 0x000418, "Member 'ASeq_FirstCine_C::PlayerCat_LastPlateformeTarget_POS' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, PlayerCat_JumpOnRoof_2) == 0x000420, "Member 'ASeq_FirstCine_C::PlayerCat_JumpOnRoof_2' has a wrong offset!"); \ static_assert(offsetof(ASeq_FirstCine_C, Curve) == 0x000428, "Member 'ASeq_FirstCine_C::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor \ static_assert(alignof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor) == 0x000008, "Wrong alignment on BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor"); \ static_assert(sizeof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor) == 0x0002A8, "Wrong size on BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, EntryPoint) == 0x000000, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, Temp_bool_True_if_break_was_hit_Variable) == 0x00000C, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, K2Node_Event_OtherActor_1) == 0x000018, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, K2Node_Event_OtherActor) == 0x000028, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_AppendMultiple_ReturnValue) == 0x000038, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_FindPlayerCatPawn_Cat) == 0x000050, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, K2Node_CustomEvent_CatFollow) == 0x000058, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::K2Node_CustomEvent_CatFollow' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_GetActorForwardVector_ReturnValue) == 0x000074, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_ProjectVectorOnToPlane_ReturnValue) == 0x000080, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_ProjectVectorOnToPlane_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_GetLocalVelocityRatio_ReturnValue) == 0x00008C, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_GetLocalVelocityRatio_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, Temp_int_Array_Index_Variable_1) == 0x000094, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_BooleanAND_ReturnValue) == 0x000099, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, K2Node_ComponentBoundEvent__component_1) == 0x0000A0, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::K2Node_ComponentBoundEvent__component_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000B0, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x0000C0, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000D0, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000D4, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_FClamp_ReturnValue) == 0x0000D8, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000DC, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x0000E8, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_AppendMultiple_ReturnValue_1) == 0x0000F8, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000108, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000114, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Add_FloatFloat_ReturnValue) == 0x000120, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Normal_ReturnValue) == 0x000124, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000130, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_AppendMultiple_ReturnValue_2) == 0x000138, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_AppendMultiple_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_AppendMultiple_ReturnValue_3) == 0x000148, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_AppendMultiple_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000158, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Dot_VectorVector_ReturnValue) == 0x000164, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_FClamp_ReturnValue_1) == 0x000168, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00016C, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Add_VectorVector_ReturnValue) == 0x000178, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_SelectColor_ReturnValue) == 0x000184, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000194, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000198, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00019C, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x0001A0, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_TimeIndependentLerpFloat_ReturnValue) == 0x0001A4, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_TimeIndependentLerpFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x0001A8, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_TimeIndependentLerpFloat_ReturnValue_1) == 0x0001AC, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_TimeIndependentLerpFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_GetFinalSpeedModifier_ReturnValue) == 0x0001B0, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_GetFinalSpeedModifier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0001B4, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, K2Node_ComponentBoundEvent__component) == 0x0001B8, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Lerp_ReturnValue) == 0x0001C0, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_IsValid_ReturnValue_1) == 0x0001C4, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_IsOnRail_ReturnValue) == 0x0001C5, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0001C6, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0001C7, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0001C8, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_BooleanOR_ReturnValue) == 0x0001CC, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_FClamp_ReturnValue_2) == 0x0001D0, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_BooleanAND_ReturnValue_1) == 0x0001D4, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_GetActorOfClass_ReturnValue) == 0x0001D8, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_VSize_ReturnValue) == 0x0001E0, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x0001E4, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Array_Get_Item_1) == 0x0001E8, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Array_Length_ReturnValue_1) == 0x0001F0, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0001F4, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Less_IntInt_ReturnValue_1) == 0x000200, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000204, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_VSize_ReturnValue_1) == 0x000210, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000214, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_BooleanOR_ReturnValue_1) == 0x000215, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000218, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000224, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_GetSpeedAdapterLocation_near) == 0x000230, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_GetSpeedAdapterLocation_near' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_GetSpeedAdapterLocation_Far) == 0x00023C, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_GetSpeedAdapterLocation_Far' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_AppendMultiple_ReturnValue_4) == 0x000248, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_AppendMultiple_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Lerp_ReturnValue_1) == 0x000258, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_AppendMultiple_ReturnValue_5) == 0x000260, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_AppendMultiple_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_FMin_ReturnValue) == 0x000270, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x000278, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_AppendMultiple_ReturnValue_6) == 0x000288, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_AppendMultiple_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor, CallFunc_AppendMultiple_ReturnValue_7) == 0x000298, "Member 'BP_SpeedAdaptor_C_ExecuteUbergraph_BP_SpeedAdaptor::CallFunc_AppendMultiple_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_SpeedAdaptor_C_BndEvt__BP_SpeedAdaptor_Streaming_K2Node_ComponentBoundEvent_0_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedAdaptor_C_GetBestRatio \ static_assert(alignof(BP_SpeedAdaptor_C_GetBestRatio) == 0x000008, "Wrong alignment on BP_SpeedAdaptor_C_GetBestRatio"); \ static_assert(sizeof(BP_SpeedAdaptor_C_GetBestRatio) == 0x000008, "Wrong size on BP_SpeedAdaptor_C_GetBestRatio"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetBestRatio, CatFollow) == 0x000000, "Member 'BP_SpeedAdaptor_C_GetBestRatio::CatFollow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedAdaptor_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_SpeedAdaptor_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_SpeedAdaptor_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_SpeedAdaptor_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_SpeedAdaptor_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_SpeedAdaptor_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedAdaptor_C_ReceiveTick \ static_assert(alignof(BP_SpeedAdaptor_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SpeedAdaptor_C_ReceiveTick"); \ static_assert(sizeof(BP_SpeedAdaptor_C_ReceiveTick) == 0x000004, "Wrong size on BP_SpeedAdaptor_C_ReceiveTick"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SpeedAdaptor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedAdaptor_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_SpeedAdaptor_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_SpeedAdaptor_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_SpeedAdaptor_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_SpeedAdaptor_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_SpeedAdaptor_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_SpeedAdaptor_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedAdaptor_C_GetSlowDownRatio \ static_assert(alignof(BP_SpeedAdaptor_C_GetSlowDownRatio) == 0x000010, "Wrong alignment on BP_SpeedAdaptor_C_GetSlowDownRatio"); \ static_assert(sizeof(BP_SpeedAdaptor_C_GetSlowDownRatio) == 0x000170, "Wrong size on BP_SpeedAdaptor_C_GetSlowDownRatio"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CatFollow) == 0x000000, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CatFollow' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, NearestLocation) == 0x000008, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::NearestLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, FarLocation) == 0x000014, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::FarLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, FarDirection) == 0x000020, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::FarDirection' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, NearDirection) == 0x00002C, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::NearDirection' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CatCollide) == 0x000038, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CatCollide' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, tCatFollow) == 0x000040, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::tCatFollow' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, FarPosition) == 0x000048, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::FarPosition' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, NearPosition) == 0x000054, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::NearPosition' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CatLocation) == 0x000060, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CatLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Normal_ReturnValue) == 0x00006C, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Dot_VectorVector_ReturnValue) == 0x000078, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_VSizeXY_ReturnValue) == 0x00007C, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Less_FloatFloat_ReturnValue) == 0x000080, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Normal_ReturnValue_1) == 0x000084, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_SelectColor_ReturnValue) == 0x000090, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, K2Node_DynamicCast_AsBP_Cat_Follow) == 0x0000A0, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::K2Node_DynamicCast_AsBP_Cat_Follow' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_GetTransform_ReturnValue) == 0x0000B0, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_IsPointInBoxWithTransform_ReturnValue) == 0x0000E0, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_IsPointInBoxWithTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Add_VectorVector_ReturnValue) == 0x0000E4, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000F0, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0000FC, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000108, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000114, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x000120, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000124, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_FMin_ReturnValue) == 0x000128, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Dot_VectorVector_ReturnValue_2) == 0x00012C, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Dot_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_FClamp_ReturnValue) == 0x000130, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000134, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_FMin_ReturnValue_1) == 0x000138, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_FClamp_ReturnValue_1) == 0x00013C, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_FMin_ReturnValue_2) == 0x000140, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_FMin_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000144, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_FMin_ReturnValue_3) == 0x000150, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_FMin_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000154, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_GetSlowDownRatio, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000160, "Member 'BP_SpeedAdaptor_C_GetSlowDownRatio::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpeedAdaptor_C_CalculateSpeedDirection \ static_assert(alignof(BP_SpeedAdaptor_C_CalculateSpeedDirection) == 0x000008, "Wrong alignment on BP_SpeedAdaptor_C_CalculateSpeedDirection"); \ static_assert(sizeof(BP_SpeedAdaptor_C_CalculateSpeedDirection) == 0x0000B8, "Wrong size on BP_SpeedAdaptor_C_CalculateSpeedDirection"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, Direction) == 0x000000, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_GetCurrentRail_ReturnValue) == 0x000010, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_GetCurrentRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_FindDirectionClosestToWorldLocation_ReturnValue) == 0x000024, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_FindDirectionClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_GetActorForwardVector_ReturnValue) == 0x000030, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_Dot_VectorVector_ReturnValue) == 0x00003C, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_SignOfFloat_ReturnValue) == 0x000040, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_GetCorrectedWorldInput_ReturnValue) == 0x000044, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_GetCorrectedWorldInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000050, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_Normal_ReturnValue) == 0x00005C, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_Normal_ReturnValue_1) == 0x000068, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_VSize_ReturnValue) == 0x000074, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000078, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_Not_PreBool_ReturnValue) == 0x000079, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x00007C, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_GetCorrectedWorldInput_ReturnValue_1) == 0x000088, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_GetCorrectedWorldInput_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_Normal_ReturnValue_2) == 0x000094, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_Normal_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_GetCorrectedWorldInput_ReturnValue_2) == 0x0000A0, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_GetCorrectedWorldInput_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_VSize_ReturnValue_1) == 0x0000AC, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000B0, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpeedAdaptor_C_CalculateSpeedDirection, CallFunc_BooleanAND_ReturnValue) == 0x0000B1, "Member 'BP_SpeedAdaptor_C_CalculateSpeedDirection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SpeedAdaptor_C \ static_assert(alignof(ABP_SpeedAdaptor_C) == 0x000008, "Wrong alignment on ABP_SpeedAdaptor_C"); \ static_assert(sizeof(ABP_SpeedAdaptor_C) == 0x0002C8, "Wrong size on ABP_SpeedAdaptor_C"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, UberGraphFrame) == 0x000228, "Member 'ABP_SpeedAdaptor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, Streaming) == 0x000230, "Member 'ABP_SpeedAdaptor_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, Billboard) == 0x000238, "Member 'ABP_SpeedAdaptor_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, Activate) == 0x000240, "Member 'ABP_SpeedAdaptor_C::Activate' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, OtherCats) == 0x000248, "Member 'ABP_SpeedAdaptor_C::OtherCats' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, Speed) == 0x000258, "Member 'ABP_SpeedAdaptor_C::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, Speed_Current) == 0x00025C, "Member 'ABP_SpeedAdaptor_C::Speed_Current' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, Speed_Max) == 0x000260, "Member 'ABP_SpeedAdaptor_C::Speed_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, SlowDownDistance) == 0x000264, "Member 'ABP_SpeedAdaptor_C::SlowDownDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, cat) == 0x000268, "Member 'ABP_SpeedAdaptor_C::cat' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, AngleRatio) == 0x000270, "Member 'ABP_SpeedAdaptor_C::AngleRatio' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, DistanceRatio) == 0x000274, "Member 'ABP_SpeedAdaptor_C::DistanceRatio' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, SlowDownRatio) == 0x000278, "Member 'ABP_SpeedAdaptor_C::SlowDownRatio' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, CatWidth) == 0x00027C, "Member 'ABP_SpeedAdaptor_C::CatWidth' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, CatLength) == 0x000280, "Member 'ABP_SpeedAdaptor_C::CatLength' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, Debug) == 0x000284, "Member 'ABP_SpeedAdaptor_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, SlowDownAngle) == 0x000288, "Member 'ABP_SpeedAdaptor_C::SlowDownAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, SpeedDirection) == 0x00028C, "Member 'ABP_SpeedAdaptor_C::SpeedDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, Text_Color) == 0x000298, "Member 'ABP_SpeedAdaptor_C::Text_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, SlowDown) == 0x0002A8, "Member 'ABP_SpeedAdaptor_C::SlowDown' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, SpeedRatio) == 0x0002AC, "Member 'ABP_SpeedAdaptor_C::SpeedRatio' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, CatIsInSpeedZone) == 0x0002B0, "Member 'ABP_SpeedAdaptor_C::CatIsInSpeedZone' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, IsOnRail) == 0x0002B1, "Member 'ABP_SpeedAdaptor_C::IsOnRail' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, jump_notvalid) == 0x0002B2, "Member 'ABP_SpeedAdaptor_C::jump_notvalid' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, Extent) == 0x0002B4, "Member 'ABP_SpeedAdaptor_C::Extent' has a wrong offset!"); \ static_assert(offsetof(ABP_SpeedAdaptor_C, isCatCollide) == 0x0002C0, "Member 'ABP_SpeedAdaptor_C::isCatCollide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager \ static_assert(alignof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager) == 0x000010, "Wrong alignment on BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager"); \ static_assert(sizeof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager) == 0x000300, "Wrong size on BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, EntryPoint) == 0x000000, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, K2Node_ComponentBoundEvent__component) == 0x000008, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::K2Node_ComponentBoundEvent__component' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_Conv_NameToString_ReturnValue) == 0x000030, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_GetActorIdManager_ActorIdManager) == 0x000040, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_GetActorIdManager_ActorIdManager' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_AppendMultiple_ReturnValue) == 0x000048, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_AppendMultiple_ReturnValue_1) == 0x000058, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_AppendMultiple_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_FindActorById_ReturnValue) == 0x000068, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_FindActorById_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, K2Node_DynamicCast_AsBP_HKPlayer_Start) == 0x000070, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::K2Node_DynamicCast_AsBP_HKPlayer_Start' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000080, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_AppendMultiple_ReturnValue_2) == 0x000090, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_AppendMultiple_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_AppendMultiple_ReturnValue_3) == 0x0000A0, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_AppendMultiple_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_GetActorIdManager_ActorIdManager_1) == 0x0000B0, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_GetActorIdManager_ActorIdManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_FindActorById_ReturnValue_1) == 0x0000B8, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_FindActorById_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, K2Node_DynamicCast_AsBP_HKPlayer_Start_1) == 0x0000C0, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::K2Node_DynamicCast_AsBP_HKPlayer_Start_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_IsValid_ReturnValue_1) == 0x0000C9, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_GetTransform_ReturnValue) == 0x0000D0, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Location) == 0x000100, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Rotation) == 0x00010C, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Scale) == 0x000118, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_GetTransform_ReturnValue_1) == 0x000130, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_Teleport_ReturnValue) == 0x000160, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_Teleport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Location_1) == 0x000164, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Rotation_1) == 0x000170, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Scale_1) == 0x00017C, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_Teleport_ReturnValue_1) == 0x000188, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_Teleport_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_GetTransform_ReturnValue_2) == 0x000190, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_GetTransform_ReturnValue_3) == 0x0001C0, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_GetTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Location_2) == 0x0001F0, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Rotation_2) == 0x0001FC, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Scale_2) == 0x000208, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Location_3) == 0x000214, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Rotation_3) == 0x000220, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Scale_3) == 0x00022C, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_Teleport_ReturnValue_2) == 0x000238, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_Teleport_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_Teleport_ReturnValue_3) == 0x000239, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_Teleport_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_GetTransform_ReturnValue_4) == 0x000240, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_GetTransform_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Location_4) == 0x000270, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Location_4' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Rotation_4) == 0x00027C, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Rotation_4' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Scale_4) == 0x000288, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Scale_4' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_Teleport_ReturnValue_4) == 0x000294, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_Teleport_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, K2Node_ComponentBoundEvent__saveComponent) == 0x000298, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::K2Node_ComponentBoundEvent__saveComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_GetTransform_ReturnValue_5) == 0x0002A0, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_GetTransform_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Location_5) == 0x0002D0, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Location_5' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Rotation_5) == 0x0002DC, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Rotation_5' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_BreakTransform_Scale_5) == 0x0002E8, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_BreakTransform_Scale_5' has a wrong offset!"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager, CallFunc_Teleport_ReturnValue_5) == 0x0002F4, "Member 'BP_Checkpoint_Manager_C_ExecuteUbergraph_BP_Checkpoint_Manager::CallFunc_Teleport_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_streamingComponent_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature \ static_assert(alignof(BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_streamingComponent_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_streamingComponent_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_streamingComponent_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_streamingComponent_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_streamingComponent_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature, _component) == 0x000000, "Member 'BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_streamingComponent_K2Node_ComponentBoundEvent_1_StreamingComponentDelegate__DelegateSignature::_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_saveComponent_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature \ static_assert(alignof(BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_saveComponent_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_saveComponent_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature"); \ static_assert(sizeof(BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_saveComponent_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_saveComponent_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature"); \ static_assert(offsetof(BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_saveComponent_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature, _saveComponent) == 0x000000, "Member 'BP_Checkpoint_Manager_C_BndEvt__BP_Checkpoint_Manager_m_saveComponent_K2Node_ComponentBoundEvent_0_SaveLoadDelegate__DelegateSignature::_saveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Checkpoint_Manager_C \ static_assert(alignof(ABP_Checkpoint_Manager_C) == 0x000008, "Wrong alignment on ABP_Checkpoint_Manager_C"); \ static_assert(sizeof(ABP_Checkpoint_Manager_C) == 0x000308, "Wrong size on ABP_Checkpoint_Manager_C"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, UberGraphFrame_BP_Checkpoint_Manager_C) == 0x0002A0, "Member 'ABP_Checkpoint_Manager_C::UberGraphFrame_BP_Checkpoint_Manager_C' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, CheckpointToyo_Done) == 0x0002A8, "Member 'ABP_Checkpoint_Manager_C::CheckpointToyo_Done' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, CheckpointEnd_Done) == 0x0002A9, "Member 'ABP_Checkpoint_Manager_C::CheckpointEnd_Done' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, Checkpoint_Toyo) == 0x0002B0, "Member 'ABP_Checkpoint_Manager_C::Checkpoint_Toyo' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, Checkpoint_End) == 0x0002B8, "Member 'ABP_Checkpoint_Manager_C::Checkpoint_End' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, Black_Checkpoint_Toyo) == 0x0002C0, "Member 'ABP_Checkpoint_Manager_C::Black_Checkpoint_Toyo' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, Red_Checkpoint_Toyo) == 0x0002C8, "Member 'ABP_Checkpoint_Manager_C::Red_Checkpoint_Toyo' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, White_Checkpoint_Toyo) == 0x0002D0, "Member 'ABP_Checkpoint_Manager_C::White_Checkpoint_Toyo' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, Black_Checkpoint_End) == 0x0002D8, "Member 'ABP_Checkpoint_Manager_C::Black_Checkpoint_End' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, Red_Checkpoint_End) == 0x0002E0, "Member 'ABP_Checkpoint_Manager_C::Red_Checkpoint_End' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, White_Checkpoint_End) == 0x0002E8, "Member 'ABP_Checkpoint_Manager_C::White_Checkpoint_End' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, Red_NewSpline) == 0x0002F0, "Member 'ABP_Checkpoint_Manager_C::Red_NewSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, White_NewSpline) == 0x0002F8, "Member 'ABP_Checkpoint_Manager_C::White_NewSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_Checkpoint_Manager_C, Black_NewSpline) == 0x000300, "Member 'ABP_Checkpoint_Manager_C::Black_NewSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump \ static_assert(alignof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump) == 0x000008, "Wrong alignment on BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump"); \ static_assert(sizeof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump) == 0x000250, "Wrong size on BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, EntryPoint) == 0x000000, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000004, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000008, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x00000C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x000010, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x000014, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x000018, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_6) == 0x00001C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_7) == 0x000020, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_8) == 0x000024, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_9) == 0x000028, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_10) == 0x00002C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_11) == 0x00003C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000040, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00004C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000058, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsValid_ReturnValue_1) == 0x000064, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000068, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, K2Node_ComponentBoundEvent_OtherActor) == 0x000070, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, K2Node_ComponentBoundEvent_OtherComp) == 0x000078, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000080, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, K2Node_ComponentBoundEvent_bFromSweep) == 0x000084, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, K2Node_ComponentBoundEvent_SweepResult) == 0x000088, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000110, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_BooleanAND_ReturnValue) == 0x000111, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue) == 0x000112, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_12) == 0x000114, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_BooleanAND_ReturnValue_1) == 0x000118, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00011C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000128, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000134, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000140, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x00014C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000158, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2) == 0x000164, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_3) == 0x000170, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsDoingAutomatedRailHanging_ReturnValue) == 0x00017C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsDoingAutomatedRailHanging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000180, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_1) == 0x000188, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsValid_ReturnValue_2) == 0x000189, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x00018C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000198, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsValid_ReturnValue_3) == 0x0001A4, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_TryJump_ReturnValue) == 0x0001A5, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_TryJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_TryHangOnRail_ReturnValue) == 0x0001A6, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_TryHangOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsOnRail_ReturnValue) == 0x0001A7, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsJumpInputEnabled_ReturnValue) == 0x0001A8, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsJumpInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsJumping_ReturnValue) == 0x0001A9, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001AA, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_BooleanOR_ReturnValue) == 0x0001AB, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_13) == 0x0001AC, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsFollowingSpline_ReturnValue) == 0x0001B0, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x0001B8, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsValid_ReturnValue_4) == 0x0001C0, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsValid_ReturnValue_5) == 0x0001C1, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetComponentRotation_ReturnValue_2) == 0x0001C4, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetComponentRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0001D0, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsValid_ReturnValue_6) == 0x0001DC, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_14) == 0x0001E0, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_15) == 0x0001E4, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_16) == 0x0001E8, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_17) == 0x0001EC, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_18) == 0x0001F0, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_19) == 0x0001F4, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_20) == 0x0001F8, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsFollowingSpline_ReturnValue_1) == 0x0001FC, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsFollowingSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1) == 0x0001FD, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001FE, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_TryHangOnRail_ReturnValue_1) == 0x0001FF, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_TryHangOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsJumpInputEnabled_ReturnValue_1) == 0x000200, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsJumpInputEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsJumping_ReturnValue_1) == 0x000201, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsJumping_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_TryJumpOnRail_ReturnValue) == 0x000202, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_TryJumpOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_4) == 0x000203, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_BooleanOR_ReturnValue_1) == 0x000204, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsOnRail_ReturnValue_1) == 0x000205, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2) == 0x000206, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_3) == 0x000207, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_5) == 0x000208, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_6) == 0x000209, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_TryHangOnRail_ReturnValue_2) == 0x00020A, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_TryHangOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsJumpInputEnabled_ReturnValue_2) == 0x00020B, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsJumpInputEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsJumping_ReturnValue_2) == 0x00020C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsJumping_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_TryJumpOnRail_ReturnValue_1) == 0x00020D, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_TryJumpOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_7) == 0x00020E, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_BooleanOR_ReturnValue_2) == 0x00020F, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsOnRail_ReturnValue_2) == 0x000210, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_TryHangOnRail_ReturnValue_3) == 0x000211, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_TryHangOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsJumpInputEnabled_ReturnValue_3) == 0x000212, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsJumpInputEnabled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsJumping_ReturnValue_3) == 0x000213, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsJumping_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_TryJumpOnRail_ReturnValue_2) == 0x000214, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_TryJumpOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_8) == 0x000215, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_BooleanOR_ReturnValue_3) == 0x000216, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsOnRail_ReturnValue_3) == 0x000217, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_4) == 0x000218, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_9) == 0x000219, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_TryHangOnRail_ReturnValue_4) == 0x00021A, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_TryHangOnRail_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsJumpInputEnabled_ReturnValue_4) == 0x00021B, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsJumpInputEnabled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsJumping_ReturnValue_4) == 0x00021C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsJumping_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_TryJumpOnRail_ReturnValue_3) == 0x00021D, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_TryJumpOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_10) == 0x00021E, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_BooleanOR_ReturnValue_4) == 0x00021F, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsOnRail_ReturnValue_4) == 0x000220, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsOnRail_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_InternalBreakableDelay_ReturnValue_21) == 0x000224, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_InternalBreakableDelay_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Array_Get_Item) == 0x000228, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Array_Length_ReturnValue) == 0x000230, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, K2Node_DynamicCast_AsLogic_Trigger) == 0x000238, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::K2Node_DynamicCast_AsLogic_Trigger' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, K2Node_DynamicCast_bSuccess) == 0x000248, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Less_IntInt_ReturnValue) == 0x000249, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_IsValid_ReturnValue_7) == 0x00024A, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_Not_PreBool_ReturnValue_11) == 0x00024B, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump, CallFunc_BooleanAND_ReturnValue_2) == 0x00024C, "Member 'BP_CatSequencialJump_C_ExecuteUbergraph_BP_CatSequencialJump::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatSequencialJump_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatSequencialJump_C_SetCatPawn \ static_assert(alignof(BP_CatSequencialJump_C_SetCatPawn) == 0x000008, "Wrong alignment on BP_CatSequencialJump_C_SetCatPawn"); \ static_assert(sizeof(BP_CatSequencialJump_C_SetCatPawn) == 0x000008, "Wrong size on BP_CatSequencialJump_C_SetCatPawn"); \ static_assert(offsetof(BP_CatSequencialJump_C_SetCatPawn, cat_0) == 0x000000, "Member 'BP_CatSequencialJump_C_SetCatPawn::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatSequencialJump_C_JumpOnRail \ static_assert(alignof(BP_CatSequencialJump_C_JumpOnRail) == 0x000008, "Wrong alignment on BP_CatSequencialJump_C_JumpOnRail"); \ static_assert(sizeof(BP_CatSequencialJump_C_JumpOnRail) == 0x000020, "Wrong size on BP_CatSequencialJump_C_JumpOnRail"); \ static_assert(offsetof(BP_CatSequencialJump_C_JumpOnRail, Rail) == 0x000000, "Member 'BP_CatSequencialJump_C_JumpOnRail::Rail' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_JumpOnRail, JumpDone) == 0x000008, "Member 'BP_CatSequencialJump_C_JumpOnRail::JumpDone' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_JumpOnRail, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'BP_CatSequencialJump_C_JumpOnRail::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_JumpOnRail, CallFunc_TryJumpOnRail_ReturnValue) == 0x000018, "Member 'BP_CatSequencialJump_C_JumpOnRail::CallFunc_TryJumpOnRail_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatSequencialJump_C_JumpOnRailIsDOne \ static_assert(alignof(BP_CatSequencialJump_C_JumpOnRailIsDOne) == 0x000008, "Wrong alignment on BP_CatSequencialJump_C_JumpOnRailIsDOne"); \ static_assert(sizeof(BP_CatSequencialJump_C_JumpOnRailIsDOne) == 0x000020, "Wrong size on BP_CatSequencialJump_C_JumpOnRailIsDOne"); \ static_assert(offsetof(BP_CatSequencialJump_C_JumpOnRailIsDOne, Target) == 0x000000, "Member 'BP_CatSequencialJump_C_JumpOnRailIsDOne::Target' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_JumpOnRailIsDOne, ReturnValue) == 0x000008, "Member 'BP_CatSequencialJump_C_JumpOnRailIsDOne::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_JumpOnRailIsDOne, CallFunc_GetCurrentRail_ReturnValue) == 0x000010, "Member 'BP_CatSequencialJump_C_JumpOnRailIsDOne::CallFunc_GetCurrentRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_JumpOnRailIsDOne, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'BP_CatSequencialJump_C_JumpOnRailIsDOne::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_JumpOnRailIsDOne, CallFunc_IsOnRail_ReturnValue) == 0x000019, "Member 'BP_CatSequencialJump_C_JumpOnRailIsDOne::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatSequencialJump_C_JumpOnRailIsDOne, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'BP_CatSequencialJump_C_JumpOnRailIsDOne::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatSequencialJump_C \ static_assert(alignof(ABP_CatSequencialJump_C) == 0x000008, "Wrong alignment on ABP_CatSequencialJump_C"); \ static_assert(sizeof(ABP_CatSequencialJump_C) == 0x000300, "Wrong size on ABP_CatSequencialJump_C"); \ static_assert(offsetof(ABP_CatSequencialJump_C, UberGraphFrame_BP_CatSequencialJump_C) == 0x000298, "Member 'ABP_CatSequencialJump_C::UberGraphFrame_BP_CatSequencialJump_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, Box) == 0x0002A0, "Member 'ABP_CatSequencialJump_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, JumpStart) == 0x0002A8, "Member 'ABP_CatSequencialJump_C::JumpStart' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, jumpEnd) == 0x0002B0, "Member 'ABP_CatSequencialJump_C::jumpEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, Number) == 0x0002B8, "Member 'ABP_CatSequencialJump_C::Number' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, Rail_0) == 0x0002C0, "Member 'ABP_CatSequencialJump_C::Rail_0' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, Rail_1) == 0x0002C8, "Member 'ABP_CatSequencialJump_C::Rail_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, Rail_2) == 0x0002D0, "Member 'ABP_CatSequencialJump_C::Rail_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, Rail_3) == 0x0002D8, "Member 'ABP_CatSequencialJump_C::Rail_3' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, SpeedModifierKey) == 0x0002E0, "Member 'ABP_CatSequencialJump_C::SpeedModifierKey' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, WaitPos) == 0x0002E8, "Member 'ABP_CatSequencialJump_C::WaitPos' has a wrong offset!"); \ static_assert(offsetof(ABP_CatSequencialJump_C, ActorToTrigger) == 0x0002F0, "Member 'ABP_CatSequencialJump_C::ActorToTrigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager \ static_assert(alignof(BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager) == 0x000008, "Wrong alignment on BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager"); \ static_assert(sizeof(BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager) == 0x000028, "Wrong size on BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager"); \ static_assert(offsetof(BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager, EntryPoint) == 0x000000, "Member 'BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager, K2Node_ComponentBoundEvent_OverlappedActor) == 0x000008, "Member 'BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager::K2Node_ComponentBoundEvent_OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager, CallFunc_FindPlayerCatPawn_Cat) == 0x000018, "Member 'BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000020, "Member 'BP_CatJumpOverToyo_Manager_C_ExecuteUbergraph_BP_CatJumpOverToyo_Manager::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOverToyo_Manager_C_BndEvt__BP_CatJumpOverToyo_Manager_PlayerTriggerZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatJumpOverToyo_Manager_C_BndEvt__BP_CatJumpOverToyo_Manager_PlayerTriggerZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatJumpOverToyo_Manager_C_BndEvt__BP_CatJumpOverToyo_Manager_PlayerTriggerZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatJumpOverToyo_Manager_C_BndEvt__BP_CatJumpOverToyo_Manager_PlayerTriggerZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on BP_CatJumpOverToyo_Manager_C_BndEvt__BP_CatJumpOverToyo_Manager_PlayerTriggerZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatJumpOverToyo_Manager_C_BndEvt__BP_CatJumpOverToyo_Manager_PlayerTriggerZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'BP_CatJumpOverToyo_Manager_C_BndEvt__BP_CatJumpOverToyo_Manager_PlayerTriggerZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_Manager_C_BndEvt__BP_CatJumpOverToyo_Manager_PlayerTriggerZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatJumpOverToyo_Manager_C_BndEvt__BP_CatJumpOverToyo_Manager_PlayerTriggerZone_K2Node_ComponentBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatJumpOverToyo_Manager_C \ static_assert(alignof(ABP_CatJumpOverToyo_Manager_C) == 0x000008, "Wrong alignment on ABP_CatJumpOverToyo_Manager_C"); \ static_assert(sizeof(ABP_CatJumpOverToyo_Manager_C) == 0x0002B8, "Wrong size on ABP_CatJumpOverToyo_Manager_C"); \ static_assert(offsetof(ABP_CatJumpOverToyo_Manager_C, UberGraphFrame_BP_CatJumpOverToyo_Manager_C) == 0x0002A0, "Member 'ABP_CatJumpOverToyo_Manager_C::UberGraphFrame_BP_CatJumpOverToyo_Manager_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_Manager_C, PlayerTriggerZone) == 0x0002A8, "Member 'ABP_CatJumpOverToyo_Manager_C::PlayerTriggerZone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_Manager_C, CatPlayerIsInZone) == 0x0002B0, "Member 'ABP_CatJumpOverToyo_Manager_C::CatPlayerIsInZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo \ static_assert(alignof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo) == 0x000008, "Wrong alignment on BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo"); \ static_assert(sizeof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo) == 0x000240, "Wrong size on BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, EntryPoint) == 0x000000, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000004, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000008, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x00000C, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x000010, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x000014, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x000018, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x00001C, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_6) == 0x000020, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_7) == 0x000024, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_8) == 0x000028, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, Temp_float_Delay_Duration_Variable) == 0x00002C, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::Temp_float_Delay_Duration_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, Temp_bool_Break_Variable) == 0x000030, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::Temp_bool_Break_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Less_FloatFloat_ReturnValue) == 0x000031, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_BooleanOR_ReturnValue) == 0x000032, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000034, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, Temp_bool_IsClosed_Variable) == 0x00003C, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, Temp_bool_Has_Been_Initd_Variable) == 0x00003D, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsFollowingRail_ReturnValue) == 0x00003E, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsFollowingRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsDoingAutomatedRailHanging_ReturnValue) == 0x00003F, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsDoingAutomatedRailHanging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsOnRail_ReturnValue) == 0x000041, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsJumpInputEnabled_ReturnValue) == 0x000042, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsJumpInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsJumping_ReturnValue) == 0x000043, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Not_PreBool_ReturnValue_1) == 0x000044, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_BooleanOR_ReturnValue_1) == 0x000045, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000048, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1) == 0x000050, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Not_PreBool_ReturnValue_2) == 0x000052, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000054, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsJumpInputEnabled_ReturnValue_1) == 0x00006C, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsJumpInputEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_TryJump_ReturnValue) == 0x00006D, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_TryJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_TryHangOnRail_ReturnValue) == 0x00006E, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_TryHangOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsJumping_ReturnValue_1) == 0x00006F, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsJumping_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsOnRail_ReturnValue_1) == 0x000070, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Not_PreBool_ReturnValue_3) == 0x000071, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_BooleanOR_ReturnValue_2) == 0x000072, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsValid_ReturnValue_1) == 0x000073, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsFollowingRail_ReturnValue_1) == 0x000074, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsFollowingRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000078, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsValid_ReturnValue_2) == 0x000080, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsValid_ReturnValue_3) == 0x000081, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000084, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000090, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00009C, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000A8, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x0000B4, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_TryJumpOnRail_ReturnValue) == 0x0000C0, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_TryJumpOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x0000C4, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_TryHangOnRail_ReturnValue_1) == 0x0000D0, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_TryHangOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000D8, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, K2Node_ComponentBoundEvent_OtherActor) == 0x0000E0, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, K2Node_ComponentBoundEvent_OtherComp) == 0x0000E8, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000F0, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000F4, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, K2Node_ComponentBoundEvent_SweepResult) == 0x0000F8, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000180, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Not_PreBool_ReturnValue_4) == 0x000181, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_9) == 0x000184, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_10) == 0x000188, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_11) == 0x00018C, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsFollowingSpline_ReturnValue) == 0x000190, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2) == 0x000191, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Not_PreBool_ReturnValue_5) == 0x000192, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_TryHangOnRail_ReturnValue_2) == 0x000193, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_TryHangOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsJumpInputEnabled_ReturnValue_2) == 0x000194, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsJumpInputEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsJumping_ReturnValue_2) == 0x000195, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsJumping_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_TryJumpOnRail_ReturnValue_1) == 0x000196, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_TryJumpOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Not_PreBool_ReturnValue_6) == 0x000197, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_BooleanOR_ReturnValue_3) == 0x000198, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsOnRail_ReturnValue_2) == 0x000199, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_12) == 0x00019C, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsFollowingSpline_ReturnValue_1) == 0x0001A0, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsFollowingSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x0001A8, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Not_PreBool_ReturnValue_7) == 0x0001B0, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsValid_ReturnValue_4) == 0x0001B1, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetComponentRotation_ReturnValue_2) == 0x0001B4, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetComponentRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0001C0, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_IsValid_ReturnValue_5) == 0x0001CC, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_13) == 0x0001D0, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_14) == 0x0001D4, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_FindPlayerCatPawn_Cat) == 0x0001D8, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, K2Node_MakeStruct_LookAtData) == 0x0001E0, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::K2Node_MakeStruct_LookAtData' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_GetObjectName_ReturnValue) == 0x000218, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_Conv_StringToName_ReturnValue) == 0x000228, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_RandomFloatInRange_ReturnValue) == 0x000230, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_15) == 0x000234, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_InternalBreakableDelay_ReturnValue_16) == 0x000238, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_InternalBreakableDelay_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_BooleanAND_ReturnValue) == 0x00023C, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo, CallFunc_BooleanAND_ReturnValue_1) == 0x00023D, "Member 'BP_CatJumpOverToyo_C_ExecuteUbergraph_BP_CatJumpOverToyo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatJumpOverToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOverToyo_C_SetCatPawn \ static_assert(alignof(BP_CatJumpOverToyo_C_SetCatPawn) == 0x000008, "Wrong alignment on BP_CatJumpOverToyo_C_SetCatPawn"); \ static_assert(sizeof(BP_CatJumpOverToyo_C_SetCatPawn) == 0x000008, "Wrong size on BP_CatJumpOverToyo_C_SetCatPawn"); \ static_assert(offsetof(BP_CatJumpOverToyo_C_SetCatPawn, cat_0) == 0x000000, "Member 'BP_CatJumpOverToyo_C_SetCatPawn::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatJumpOverToyo_C \ static_assert(alignof(ABP_CatJumpOverToyo_C) == 0x000008, "Wrong alignment on ABP_CatJumpOverToyo_C"); \ static_assert(sizeof(ABP_CatJumpOverToyo_C) == 0x000310, "Wrong size on ABP_CatJumpOverToyo_C"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, UberGraphFrame_BP_CatJumpOverToyo_C) == 0x000298, "Member 'ABP_CatJumpOverToyo_C::UberGraphFrame_BP_CatJumpOverToyo_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, Box) == 0x0002A0, "Member 'ABP_CatJumpOverToyo_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, InitMove) == 0x0002A8, "Member 'ABP_CatJumpOverToyo_C::InitMove' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, JumpStart_Rail1) == 0x0002B0, "Member 'ABP_CatJumpOverToyo_C::JumpStart_Rail1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, JumpEnd_Rail1) == 0x0002B8, "Member 'ABP_CatJumpOverToyo_C::JumpEnd_Rail1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, JumpStart_Rail2) == 0x0002C0, "Member 'ABP_CatJumpOverToyo_C::JumpStart_Rail2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, JumpEnd_Rail2) == 0x0002C8, "Member 'ABP_CatJumpOverToyo_C::JumpEnd_Rail2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, jumpEnd) == 0x0002D0, "Member 'ABP_CatJumpOverToyo_C::jumpEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, Rail_1) == 0x0002D8, "Member 'ABP_CatJumpOverToyo_C::Rail_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, Rail_2) == 0x0002E0, "Member 'ABP_CatJumpOverToyo_C::Rail_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, End) == 0x0002E8, "Member 'ABP_CatJumpOverToyo_C::End' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, LookAtModifierKey) == 0x0002EC, "Member 'ABP_CatJumpOverToyo_C::LookAtModifierKey' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, WaitPos) == 0x0002F8, "Member 'ABP_CatJumpOverToyo_C::WaitPos' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOverToyo_C, CheckpointDispatch) == 0x000300, "Member 'ABP_CatJumpOverToyo_C::CheckpointDispatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail \ static_assert(alignof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail) == 0x000008, "Wrong alignment on BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail"); \ static_assert(sizeof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail) == 0x0002B0, "Wrong size on BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, EntryPoint) == 0x000000, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_GetObjectName_ReturnValue) == 0x000008, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Conv_StringToName_ReturnValue) == 0x000018, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000020, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000024, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x000028, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x00002C, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x000030, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x000034, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_6) == 0x000038, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_7) == 0x00003C, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_8) == 0x000040, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_9) == 0x000044, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_10) == 0x000048, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_11) == 0x00004C, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_12) == 0x000050, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_13) == 0x000054, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_14) == 0x000058, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_15) == 0x00005C, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_16) == 0x000060, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, Temp_float_Delay_Duration_Variable) == 0x000064, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::Temp_float_Delay_Duration_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, Temp_bool_Break_Variable) == 0x000068, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::Temp_bool_Break_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Less_FloatFloat_ReturnValue) == 0x000069, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_BooleanOR_ReturnValue) == 0x00006A, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00006C, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_17) == 0x000070, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000074, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000078, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsFollowingSpline_ReturnValue) == 0x000080, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000084, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000090, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsValid_ReturnValue_1) == 0x00009C, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsDoingAutomatedRailHanging_ReturnValue) == 0x00009D, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsDoingAutomatedRailHanging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsJumpInputEnabled_ReturnValue) == 0x00009E, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsJumpInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Not_PreBool_ReturnValue) == 0x00009F, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsJumping_ReturnValue) == 0x0000A0, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A1, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsOnRail_ReturnValue) == 0x0000A2, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_BooleanOR_ReturnValue_1) == 0x0000A3, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A4, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_TryJumpOnRail_ReturnValue) == 0x0000B0, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_TryJumpOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x0000B4, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_TryHangOnRail_ReturnValue) == 0x0000C0, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_TryHangOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsFollowingRail_ReturnValue) == 0x0000C1, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsFollowingRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1) == 0x0000C2, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsJumpInputEnabled_ReturnValue_1) == 0x0000C3, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsJumpInputEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000C4, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsJumping_ReturnValue_1) == 0x0000C5, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsJumping_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000C6, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsOnRail_ReturnValue_1) == 0x0000C7, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_BooleanOR_ReturnValue_2) == 0x0000C8, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsFollowingRail_ReturnValue_1) == 0x0000C9, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsFollowingRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000CC, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_TryJumpOnRail_ReturnValue_1) == 0x0000D8, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_TryJumpOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x0000DC, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_TryHangOnRail_ReturnValue_1) == 0x0000E8, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_TryHangOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2) == 0x0000E9, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsOnRail_ReturnValue_2) == 0x0000EA, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000EB, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsJumpInputEnabled_ReturnValue_2) == 0x0000EC, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsJumpInputEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsJumping_ReturnValue_2) == 0x0000ED, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsJumping_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Not_PreBool_ReturnValue_5) == 0x0000EE, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_18) == 0x0000F0, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_BooleanOR_ReturnValue_3) == 0x0000F4, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x0000F8, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsValid_ReturnValue_2) == 0x000100, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsValid_ReturnValue_3) == 0x000101, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000104, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000110, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_TryJump_ReturnValue) == 0x00011C, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_TryJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_TryHangOnRail_ReturnValue_2) == 0x00011D, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_TryHangOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000120, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, K2Node_ComponentBoundEvent_OtherActor) == 0x000128, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, K2Node_ComponentBoundEvent_OtherComp) == 0x000130, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000138, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, K2Node_ComponentBoundEvent_bFromSweep) == 0x00013C, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, K2Node_ComponentBoundEvent_SweepResult) == 0x000140, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001C8, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Not_PreBool_ReturnValue_6) == 0x0001C9, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_BooleanAND_ReturnValue) == 0x0001CA, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_BooleanAND_ReturnValue_1) == 0x0001CB, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_19) == 0x0001CC, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsFollowingSpline_ReturnValue_1) == 0x0001D0, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsFollowingSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_3) == 0x0001D1, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Not_PreBool_ReturnValue_7) == 0x0001D2, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsJumpInputEnabled_ReturnValue_3) == 0x0001D3, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsJumpInputEnabled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsJumping_ReturnValue_3) == 0x0001D4, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsJumping_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsOnRail_ReturnValue_3) == 0x0001D5, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_Not_PreBool_ReturnValue_8) == 0x0001D6, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_BooleanOR_ReturnValue_4) == 0x0001D7, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001D8, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsFollowingRail_ReturnValue_2) == 0x0001E4, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsFollowingRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_TryJumpOnRail_ReturnValue_2) == 0x0001E5, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_TryJumpOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2) == 0x0001E8, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_TryHangOnRail_ReturnValue_3) == 0x0001F4, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_TryHangOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0001F8, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue) == 0x000204, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x000208, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsValid_ReturnValue_4) == 0x000210, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetComponentRotation_ReturnValue_2) == 0x000214, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetComponentRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000220, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsValid_ReturnValue_5) == 0x00022C, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_20) == 0x000230, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsValid_ReturnValue_6) == 0x000234, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsFollowingSpline_ReturnValue_2) == 0x000235, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsFollowingSpline_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_InternalBreakableDelay_ReturnValue_21) == 0x000238, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_InternalBreakableDelay_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetRootComponent_ReturnValue_3) == 0x000240, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetRootComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsValid_ReturnValue_7) == 0x000248, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetComponentRotation_ReturnValue_3) == 0x00024C, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetComponentRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000258, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_IsValid_ReturnValue_8) == 0x000264, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_RandomFloatInRange_ReturnValue) == 0x000268, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, CallFunc_FindPlayerCatPawn_Cat) == 0x000270, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail, K2Node_MakeStruct_LookAtData) == 0x000278, "Member 'BP_CatJumpOnMovingRail_C_ExecuteUbergraph_BP_CatJumpOnMovingRail::K2Node_MakeStruct_LookAtData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatJumpOnMovingRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnMovingRail_C_SetCatPawn \ static_assert(alignof(BP_CatJumpOnMovingRail_C_SetCatPawn) == 0x000008, "Wrong alignment on BP_CatJumpOnMovingRail_C_SetCatPawn"); \ static_assert(sizeof(BP_CatJumpOnMovingRail_C_SetCatPawn) == 0x000008, "Wrong size on BP_CatJumpOnMovingRail_C_SetCatPawn"); \ static_assert(offsetof(BP_CatJumpOnMovingRail_C_SetCatPawn, cat_0) == 0x000000, "Member 'BP_CatJumpOnMovingRail_C_SetCatPawn::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatJumpOnMovingRail_C \ static_assert(alignof(ABP_CatJumpOnMovingRail_C) == 0x000008, "Wrong alignment on ABP_CatJumpOnMovingRail_C"); \ static_assert(sizeof(ABP_CatJumpOnMovingRail_C) == 0x000310, "Wrong size on ABP_CatJumpOnMovingRail_C"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, UberGraphFrame_BP_CatJumpOnMovingRail_C) == 0x000298, "Member 'ABP_CatJumpOnMovingRail_C::UberGraphFrame_BP_CatJumpOnMovingRail_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, Box) == 0x0002A0, "Member 'ABP_CatJumpOnMovingRail_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, WaitPos) == 0x0002A8, "Member 'ABP_CatJumpOnMovingRail_C::WaitPos' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, JumpStart) == 0x0002B0, "Member 'ABP_CatJumpOnMovingRail_C::JumpStart' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, JumpRail) == 0x0002B8, "Member 'ABP_CatJumpOnMovingRail_C::JumpRail' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, Rail) == 0x0002C0, "Member 'ABP_CatJumpOnMovingRail_C::Rail' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, Speed) == 0x0002C8, "Member 'ABP_CatJumpOnMovingRail_C::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, Rail_2) == 0x0002D0, "Member 'ABP_CatJumpOnMovingRail_C::Rail_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, JumpRail_2) == 0x0002D8, "Member 'ABP_CatJumpOnMovingRail_C::JumpRail_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, jumpEnd) == 0x0002E0, "Member 'ABP_CatJumpOnMovingRail_C::jumpEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, RailToyo) == 0x0002E8, "Member 'ABP_CatJumpOnMovingRail_C::RailToyo' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, JumpStartOnToyo) == 0x0002F0, "Member 'ABP_CatJumpOnMovingRail_C::JumpStartOnToyo' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, JumpEndOnToyo) == 0x0002F8, "Member 'ABP_CatJumpOnMovingRail_C::JumpEndOnToyo' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, FollowRailEnd) == 0x000300, "Member 'ABP_CatJumpOnMovingRail_C::FollowRailEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnMovingRail_C, LookAtModifierKey) == 0x000308, "Member 'ABP_CatJumpOnMovingRail_C::LookAtModifierKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnBeam_Manager_C_ExecuteUbergraph_BP_CatJumpOnBeam_Manager \ static_assert(alignof(BP_CatJumpOnBeam_Manager_C_ExecuteUbergraph_BP_CatJumpOnBeam_Manager) == 0x000004, "Wrong alignment on BP_CatJumpOnBeam_Manager_C_ExecuteUbergraph_BP_CatJumpOnBeam_Manager"); \ static_assert(sizeof(BP_CatJumpOnBeam_Manager_C_ExecuteUbergraph_BP_CatJumpOnBeam_Manager) == 0x000004, "Wrong size on BP_CatJumpOnBeam_Manager_C_ExecuteUbergraph_BP_CatJumpOnBeam_Manager"); \ static_assert(offsetof(BP_CatJumpOnBeam_Manager_C_ExecuteUbergraph_BP_CatJumpOnBeam_Manager, EntryPoint) == 0x000000, "Member 'BP_CatJumpOnBeam_Manager_C_ExecuteUbergraph_BP_CatJumpOnBeam_Manager::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatJumpOnBeam_Manager_C \ static_assert(alignof(ABP_CatJumpOnBeam_Manager_C) == 0x000008, "Wrong alignment on ABP_CatJumpOnBeam_Manager_C"); \ static_assert(sizeof(ABP_CatJumpOnBeam_Manager_C) == 0x0002A8, "Wrong size on ABP_CatJumpOnBeam_Manager_C"); \ static_assert(offsetof(ABP_CatJumpOnBeam_Manager_C, UberGraphFrame_BP_CatJumpOnBeam_Manager_C) == 0x0002A0, "Member 'ABP_CatJumpOnBeam_Manager_C::UberGraphFrame_BP_CatJumpOnBeam_Manager_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel \ static_assert(alignof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel) == 0x000008, "Wrong alignment on BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel"); \ static_assert(sizeof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel) == 0x0001D0, "Wrong size on BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, EntryPoint) == 0x000000, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000004, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000008, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x00000C, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x000010, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x000014, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x000018, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_6) == 0x00001C, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_7) == 0x000020, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_8) == 0x000024, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_9) == 0x000028, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_10) == 0x00002C, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_11) == 0x000030, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_12) == 0x000034, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_13) == 0x000038, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsDoingAutomatedRailHanging_ReturnValue) == 0x00003C, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsDoingAutomatedRailHanging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsFollowingSpline_ReturnValue) == 0x00003D, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_Not_PreBool_ReturnValue) == 0x00003E, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsJumpInputEnabled_ReturnValue) == 0x00003F, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsJumpInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsJumping_ReturnValue) == 0x000040, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsOnRail_ReturnValue) == 0x000041, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_Not_PreBool_ReturnValue_1) == 0x000042, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_BooleanOR_ReturnValue) == 0x000043, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000048, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000054, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00006C, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsFollowingRail_ReturnValue) == 0x000078, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsFollowingRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_TryJumpOnRail_ReturnValue) == 0x000079, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_TryJumpOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x00007C, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_TryHangOnRail_ReturnValue) == 0x000088, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_TryHangOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000090, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, K2Node_ComponentBoundEvent_OtherActor) == 0x000098, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, K2Node_ComponentBoundEvent_OtherComp) == 0x0000A0, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000A8, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000AC, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, K2Node_ComponentBoundEvent_SweepResult) == 0x0000B0, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000138, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_Not_PreBool_ReturnValue_2) == 0x000139, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_BooleanAND_ReturnValue) == 0x00013A, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1) == 0x00013B, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_Not_PreBool_ReturnValue_3) == 0x00013C, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsJumpInputEnabled_ReturnValue_1) == 0x00013D, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsJumpInputEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsJumping_ReturnValue_1) == 0x00013E, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsJumping_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsOnRail_ReturnValue_1) == 0x00013F, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_Not_PreBool_ReturnValue_4) == 0x000140, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_BooleanOR_ReturnValue_1) == 0x000141, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000144, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_TryJumpOnRail_ReturnValue_1) == 0x000150, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_TryJumpOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x000154, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_TryHangOnRail_ReturnValue_1) == 0x000160, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_TryHangOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2) == 0x000161, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsOnRail_ReturnValue_2) == 0x000162, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_Not_PreBool_ReturnValue_5) == 0x000163, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsJumpInputEnabled_ReturnValue_2) == 0x000164, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsJumpInputEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsJumping_ReturnValue_2) == 0x000165, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsJumping_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_Not_PreBool_ReturnValue_6) == 0x000166, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000168, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_BooleanOR_ReturnValue_2) == 0x000170, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsValid_ReturnValue_2) == 0x000171, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000174, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000180, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsValid_ReturnValue_3) == 0x00018C, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_TryJump_ReturnValue) == 0x00018D, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_TryJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_TryHangOnRail_ReturnValue_2) == 0x00018E, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_TryHangOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_14) == 0x000190, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_15) == 0x000194, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_3) == 0x000198, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00019C, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_Not_PreBool_ReturnValue_7) == 0x0001A8, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_TryJumpOnRail_ReturnValue_2) == 0x0001A9, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_TryJumpOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2) == 0x0001AC, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_TryHangOnRail_ReturnValue_3) == 0x0001B8, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_TryHangOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsJumpInputEnabled_ReturnValue_3) == 0x0001B9, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsJumpInputEnabled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsJumping_ReturnValue_3) == 0x0001BA, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsJumping_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_IsOnRail_ReturnValue_3) == 0x0001BB, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_IsOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_Not_PreBool_ReturnValue_8) == 0x0001BC, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_BooleanOR_ReturnValue_3) == 0x0001BD, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_Not_PreBool_ReturnValue_9) == 0x0001BE, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_16) == 0x0001C0, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_BooleanAND_ReturnValue_1) == 0x0001C4, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel, CallFunc_InternalBreakableDelay_ReturnValue_17) == 0x0001C8, "Member 'BP_CatJumpOnBarrel_C_ExecuteUbergraph_BP_CatJumpOnBarrel::CallFunc_InternalBreakableDelay_ReturnValue_17' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatJumpOnBarrel_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnBarrel_C_SetCatPawn \ static_assert(alignof(BP_CatJumpOnBarrel_C_SetCatPawn) == 0x000008, "Wrong alignment on BP_CatJumpOnBarrel_C_SetCatPawn"); \ static_assert(sizeof(BP_CatJumpOnBarrel_C_SetCatPawn) == 0x000008, "Wrong size on BP_CatJumpOnBarrel_C_SetCatPawn"); \ static_assert(offsetof(BP_CatJumpOnBarrel_C_SetCatPawn, cat_0) == 0x000000, "Member 'BP_CatJumpOnBarrel_C_SetCatPawn::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatJumpOnBarrel_C \ static_assert(alignof(ABP_CatJumpOnBarrel_C) == 0x000008, "Wrong alignment on ABP_CatJumpOnBarrel_C"); \ static_assert(sizeof(ABP_CatJumpOnBarrel_C) == 0x0002D0, "Wrong size on ABP_CatJumpOnBarrel_C"); \ static_assert(offsetof(ABP_CatJumpOnBarrel_C, UberGraphFrame_BP_CatJumpOnBarrel_C) == 0x000298, "Member 'ABP_CatJumpOnBarrel_C::UberGraphFrame_BP_CatJumpOnBarrel_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnBarrel_C, Box) == 0x0002A0, "Member 'ABP_CatJumpOnBarrel_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnBarrel_C, Start) == 0x0002A8, "Member 'ABP_CatJumpOnBarrel_C::Start' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnBarrel_C, Barrel_1) == 0x0002B0, "Member 'ABP_CatJumpOnBarrel_C::Barrel_1' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnBarrel_C, Barrel_2) == 0x0002B8, "Member 'ABP_CatJumpOnBarrel_C::Barrel_2' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnBarrel_C, Wall) == 0x0002C0, "Member 'ABP_CatJumpOnBarrel_C::Wall' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnBarrel_C, End) == 0x0002C8, "Member 'ABP_CatJumpOnBarrel_C::End' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo \ static_assert(alignof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo) == 0x000008, "Wrong alignment on BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo"); \ static_assert(sizeof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo) == 0x000190, "Wrong size on BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, EntryPoint) == 0x000000, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000004, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000008, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x00000C, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x000010, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x000014, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, Temp_bool_IsClosed_Variable) == 0x000018, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x00001C, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, Temp_bool_Has_Been_Initd_Variable) == 0x000020, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x000024, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsDoingAutomatedRailHanging_ReturnValue) == 0x000028, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsDoingAutomatedRailHanging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsJumpInputEnabled_ReturnValue) == 0x00002A, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsJumpInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsJumping_ReturnValue) == 0x00002B, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsOnRail_ReturnValue) == 0x00002C, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_Not_PreBool_ReturnValue_1) == 0x00002D, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_BooleanOR_ReturnValue) == 0x00002E, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000030, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsValid_ReturnValue_2) == 0x000039, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00003C, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000048, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsFollowingRail_ReturnValue) == 0x000054, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsFollowingRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue_6) == 0x000058, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1) == 0x00005C, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsOnRail_ReturnValue_1) == 0x00005D, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_Not_PreBool_ReturnValue_2) == 0x00005E, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsJumpInputEnabled_ReturnValue_1) == 0x00005F, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsJumpInputEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsJumping_ReturnValue_1) == 0x000060, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsJumping_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_Not_PreBool_ReturnValue_3) == 0x000061, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000068, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_BooleanOR_ReturnValue_1) == 0x000070, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsValid_ReturnValue_3) == 0x000071, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000074, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000080, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsValid_ReturnValue_4) == 0x00008C, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_TryJump_ReturnValue) == 0x00008D, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_TryJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_TryHangOnRail_ReturnValue) == 0x00008E, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_TryHangOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000090, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000A0, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, K2Node_ComponentBoundEvent_OtherActor) == 0x0000A8, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, K2Node_ComponentBoundEvent_OtherComp) == 0x0000B0, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000B8, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000BC, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, K2Node_ComponentBoundEvent_SweepResult) == 0x0000C0, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue) == 0x000148, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00014C, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_Not_PreBool_ReturnValue_4) == 0x00014D, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue_7) == 0x000150, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_IsFollowingSpline_ReturnValue) == 0x000154, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_Not_PreBool_ReturnValue_5) == 0x000155, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue_8) == 0x000158, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00015C, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_GetCurrentRail_ReturnValue) == 0x000168, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_GetCurrentRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_TryJumpOnRail_ReturnValue) == 0x000170, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_TryJumpOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000174, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_TryHangOnRail_ReturnValue_1) == 0x000180, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_TryHangOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000181, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue_9) == 0x000184, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_InternalBreakableDelay_ReturnValue_10) == 0x000188, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_InternalBreakableDelay_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_BooleanAND_ReturnValue) == 0x00018C, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo, CallFunc_BooleanAND_ReturnValue_1) == 0x00018D, "Member 'BP_CatFallOnToyo_C_ExecuteUbergraph_BP_CatFallOnToyo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatFallOnToyo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatFallOnToyo_C_SetCatPawn \ static_assert(alignof(BP_CatFallOnToyo_C_SetCatPawn) == 0x000008, "Wrong alignment on BP_CatFallOnToyo_C_SetCatPawn"); \ static_assert(sizeof(BP_CatFallOnToyo_C_SetCatPawn) == 0x000008, "Wrong size on BP_CatFallOnToyo_C_SetCatPawn"); \ static_assert(offsetof(BP_CatFallOnToyo_C_SetCatPawn, cat_0) == 0x000000, "Member 'BP_CatFallOnToyo_C_SetCatPawn::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatFallOnToyo_C \ static_assert(alignof(ABP_CatFallOnToyo_C) == 0x000008, "Wrong alignment on ABP_CatFallOnToyo_C"); \ static_assert(sizeof(ABP_CatFallOnToyo_C) == 0x0002E0, "Wrong size on ABP_CatFallOnToyo_C"); \ static_assert(offsetof(ABP_CatFallOnToyo_C, UberGraphFrame_BP_CatFallOnToyo_C) == 0x000298, "Member 'ABP_CatFallOnToyo_C::UberGraphFrame_BP_CatFallOnToyo_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFallOnToyo_C, Box) == 0x0002A0, "Member 'ABP_CatFallOnToyo_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFallOnToyo_C, JumpStart) == 0x0002A8, "Member 'ABP_CatFallOnToyo_C::JumpStart' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFallOnToyo_C, JumpEndOnRail) == 0x0002B0, "Member 'ABP_CatFallOnToyo_C::JumpEndOnRail' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFallOnToyo_C, Rail) == 0x0002B8, "Member 'ABP_CatFallOnToyo_C::Rail' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFallOnToyo_C, End) == 0x0002C0, "Member 'ABP_CatFallOnToyo_C::End' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFallOnToyo_C, JumpOnRail) == 0x0002C8, "Member 'ABP_CatFallOnToyo_C::JumpOnRail' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFallOnToyo_C, jumpEnd) == 0x0002D0, "Member 'ABP_CatFallOnToyo_C::jumpEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_CatFallOnToyo_C, NewSpline) == 0x0002D8, "Member 'ABP_CatFallOnToyo_C::NewSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo \ static_assert(alignof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo) == 0x000008, "Wrong alignment on BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo"); \ static_assert(sizeof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo) == 0x0000B8, "Wrong size on BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo"); \ static_assert(offsetof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo, EntryPoint) == 0x000000, "Member 'BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000008, "Member 'BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000020, "Member 'BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B0, "Member 'BP_CatBringCloserTo_C_ExecuteUbergraph_BP_CatBringCloserTo::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatBringCloserTo_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatBringCloserTo_C_SetCatPawn \ static_assert(alignof(BP_CatBringCloserTo_C_SetCatPawn) == 0x000008, "Wrong alignment on BP_CatBringCloserTo_C_SetCatPawn"); \ static_assert(sizeof(BP_CatBringCloserTo_C_SetCatPawn) == 0x000008, "Wrong size on BP_CatBringCloserTo_C_SetCatPawn"); \ static_assert(offsetof(BP_CatBringCloserTo_C_SetCatPawn, cat_0) == 0x000000, "Member 'BP_CatBringCloserTo_C_SetCatPawn::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatBringCloserTo_C \ static_assert(alignof(ABP_CatBringCloserTo_C) == 0x000008, "Wrong alignment on ABP_CatBringCloserTo_C"); \ static_assert(sizeof(ABP_CatBringCloserTo_C) == 0x0002B0, "Wrong size on ABP_CatBringCloserTo_C"); \ static_assert(offsetof(ABP_CatBringCloserTo_C, UberGraphFrame_BP_CatBringCloserTo_C) == 0x000298, "Member 'ABP_CatBringCloserTo_C::UberGraphFrame_BP_CatBringCloserTo_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatBringCloserTo_C, Box) == 0x0002A0, "Member 'ABP_CatBringCloserTo_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatBringCloserTo_C, End) == 0x0002A8, "Member 'ABP_CatBringCloserTo_C::End' has a wrong offset!"); \ static_assert(offsetof(ABP_CatBringCloserTo_C, DoOnce) == 0x0002A9, "Member 'ABP_CatBringCloserTo_C::DoOnce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline \ static_assert(alignof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline) == 0x000008, "Wrong alignment on SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline"); \ static_assert(sizeof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline) == 0x0000D0, "Wrong size on SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, EntryPoint) == 0x000000, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_FindCameraManager_CameraManager) == 0x000008, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_FindCameraManager_CameraManager_1) == 0x000010, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_FindCameraManager_CameraManager_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, Temp_bool_IsClosed_Variable_1) == 0x000018, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_FindCameraManager_CameraManager_2) == 0x000020, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_FindCameraManager_CameraManager_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_Not_PreBool_ReturnValue_1) == 0x000029, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, K2Node_Event_OtherActor_1) == 0x000030, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, K2Node_Event_OtherActor) == 0x000038, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_GetObjectClass_ReturnValue) == 0x000040, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_GetObjectClass_ReturnValue_1) == 0x000048, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000050, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000051, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_GetObjectClass_ReturnValue_2) == 0x000058, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_GetObjectClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_GetObjectClass_ReturnValue_3) == 0x000060, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_GetObjectClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x000068, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_EqualEqual_ClassClass_ReturnValue_3) == 0x000069, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_EqualEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_BooleanOR_ReturnValue) == 0x00006A, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_BooleanOR_ReturnValue_1) == 0x00006B, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_BooleanAND_ReturnValue_1) == 0x00006C, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_BooleanAND_ReturnValue_2) == 0x00006D, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_FindCameraManager_CameraManager_3) == 0x000070, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_FindCameraManager_CameraManager_3' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, Temp_bool_Has_Been_Initd_Variable_1) == 0x000078, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_FindPlayerCatPawn_Cat) == 0x000080, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_IsOverlappingActor_ReturnValue) == 0x000089, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, K2Node_DynamicCast_AsBP_Spline_Camera) == 0x000090, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::K2Node_DynamicCast_AsBP_Spline_Camera' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00009C, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, K2Node_DynamicCast_AsBP_Spline_Camera_1) == 0x0000A8, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::K2Node_DynamicCast_AsBP_Spline_Camera_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0000B4, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_GetCameraThirdPerson_ReturnValue) == 0x0000C0, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_GetCameraThirdPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline, CallFunc_GetCameraThirdPerson_ReturnValue_1) == 0x0000C8, "Member 'SEQ_TriggerCameraSpline_C_ExecuteUbergraph_SEQ_TriggerCameraSpline::CallFunc_GetCameraThirdPerson_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SEQ_TriggerCameraSpline_C_ReceiveActorEndOverlap \ static_assert(alignof(SEQ_TriggerCameraSpline_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on SEQ_TriggerCameraSpline_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(SEQ_TriggerCameraSpline_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on SEQ_TriggerCameraSpline_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'SEQ_TriggerCameraSpline_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SEQ_TriggerCameraSpline_C_ReceiveActorBeginOverlap \ static_assert(alignof(SEQ_TriggerCameraSpline_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on SEQ_TriggerCameraSpline_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(SEQ_TriggerCameraSpline_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on SEQ_TriggerCameraSpline_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(SEQ_TriggerCameraSpline_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'SEQ_TriggerCameraSpline_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASEQ_TriggerCameraSpline_C \ static_assert(alignof(ASEQ_TriggerCameraSpline_C) == 0x000008, "Wrong alignment on ASEQ_TriggerCameraSpline_C"); \ static_assert(sizeof(ASEQ_TriggerCameraSpline_C) == 0x0002B8, "Wrong size on ASEQ_TriggerCameraSpline_C"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, UberGraphFrame) == 0x000268, "Member 'ASEQ_TriggerCameraSpline_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, Box) == 0x000270, "Member 'ASEQ_TriggerCameraSpline_C::Box' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, cameraSpline) == 0x000278, "Member 'ASEQ_TriggerCameraSpline_C::cameraSpline' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, BlendTimeIn) == 0x000280, "Member 'ASEQ_TriggerCameraSpline_C::BlendTimeIn' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, AlignCamera) == 0x000284, "Member 'ASEQ_TriggerCameraSpline_C::AlignCamera' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, BlendTimeAlign) == 0x000288, "Member 'ASEQ_TriggerCameraSpline_C::BlendTimeAlign' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, BlendIn_Function) == 0x00028C, "Member 'ASEQ_TriggerCameraSpline_C::BlendIn_Function' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, BlendIn_Exp) == 0x000290, "Member 'ASEQ_TriggerCameraSpline_C::BlendIn_Exp' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, BlendTimeOut) == 0x000294, "Member 'ASEQ_TriggerCameraSpline_C::BlendTimeOut' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, BlendOut_Function) == 0x000298, "Member 'ASEQ_TriggerCameraSpline_C::BlendOut_Function' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, BlendOut_Exp) == 0x00029C, "Member 'ASEQ_TriggerCameraSpline_C::BlendOut_Exp' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, Lock_Roll) == 0x0002A0, "Member 'ASEQ_TriggerCameraSpline_C::Lock_Roll' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, Actif) == 0x0002A1, "Member 'ASEQ_TriggerCameraSpline_C::Actif' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, Camera_pushed) == 0x0002A2, "Member 'ASEQ_TriggerCameraSpline_C::Camera_pushed' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, Keep_Previous_Input) == 0x0002A3, "Member 'ASEQ_TriggerCameraSpline_C::Keep_Previous_Input' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, Init) == 0x0002A4, "Member 'ASEQ_TriggerCameraSpline_C::Init' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, Input_Transition_Mode) == 0x0002A5, "Member 'ASEQ_TriggerCameraSpline_C::Input_Transition_Mode' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, Input_Transition_Time) == 0x0002A8, "Member 'ASEQ_TriggerCameraSpline_C::Input_Transition_Time' has a wrong offset!"); \ static_assert(offsetof(ASEQ_TriggerCameraSpline_C, cat) == 0x0002B0, "Member 'ASEQ_TriggerCameraSpline_C::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone \ static_assert(alignof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone) == 0x000008, "Wrong alignment on BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone"); \ static_assert(sizeof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone) == 0x0000D0, "Wrong size on BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, EntryPoint) == 0x000000, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, Temp_bool_Has_Been_Initd_Variable) == 0x000010, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, Temp_bool_IsClosed_Variable) == 0x000011, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000018, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, K2Node_ComponentBoundEvent_OtherActor) == 0x000020, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, K2Node_ComponentBoundEvent_OtherComp) == 0x000028, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000030, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, K2Node_ComponentBoundEvent_bFromSweep) == 0x000034, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, K2Node_ComponentBoundEvent_SweepResult) == 0x000038, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, CallFunc_FindPlayerCatPawn_Cat) == 0x0000C0, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000C8, "Member 'BP_ActivitiesTriggerZone_C_ExecuteUbergraph_BP_ActivitiesTriggerZone::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_ActivitiesTriggerZone_C_BndEvt__BP_ActivitiesTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ActivitiesTriggerZone_C \ static_assert(alignof(ABP_ActivitiesTriggerZone_C) == 0x000008, "Wrong alignment on ABP_ActivitiesTriggerZone_C"); \ static_assert(sizeof(ABP_ActivitiesTriggerZone_C) == 0x000250, "Wrong size on ABP_ActivitiesTriggerZone_C"); \ static_assert(offsetof(ABP_ActivitiesTriggerZone_C, UberGraphFrame) == 0x000228, "Member 'ABP_ActivitiesTriggerZone_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ActivitiesTriggerZone_C, Save) == 0x000230, "Member 'ABP_ActivitiesTriggerZone_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_ActivitiesTriggerZone_C, Billboard) == 0x000238, "Member 'ABP_ActivitiesTriggerZone_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_ActivitiesTriggerZone_C, Box) == 0x000240, "Member 'ABP_ActivitiesTriggerZone_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_ActivitiesTriggerZone_C, Objective) == 0x000248, "Member 'ABP_ActivitiesTriggerZone_C::Objective' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether \ static_assert(alignof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether) == 0x000010, "Wrong alignment on BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether"); \ static_assert(sizeof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether) == 0x0001A0, "Wrong size on BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, EntryPoint) == 0x000000, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000040, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000048, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000050, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000058, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, K2Node_ComponentBoundEvent_bFromSweep) == 0x00005C, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, K2Node_ComponentBoundEvent_SweepResult) == 0x000060, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_Not_PreBool_ReturnValue) == 0x0000E8, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000E9, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_IsFollowingSpline_ReturnValue) == 0x0000EA, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_InternalBreakableDelay_ReturnValue) == 0x0000EC, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_GetPlayLength_ReturnValue) == 0x0000F0, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_IsFollowingSpline_ReturnValue_1) == 0x0000F4, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_IsFollowingSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x0000F8, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_GetPlayLength_ReturnValue_1) == 0x0000FC, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_GetPlayLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000104, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000110, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_IsValid_ReturnValue_1) == 0x00011C, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000120, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00012C, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000138, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, K2Node_ComponentBoundEvent_OtherActor) == 0x000140, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, K2Node_ComponentBoundEvent_OtherComp) == 0x000148, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000150, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000154, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000155, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000156, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_BooleanAND_ReturnValue) == 0x000157, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000158, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_BooleanAND_ReturnValue_1) == 0x000159, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_BooleanAND_ReturnValue_2) == 0x00015A, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_GetTransform_ReturnValue_1) == 0x000160, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_BooleanAND_ReturnValue_3) == 0x000190, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether, CallFunc_BooleanAND_ReturnValue_4) == 0x000191, "Member 'BP_CatsPlayingTogether_C_ExecuteUbergraph_BP_CatsPlayingTogether::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatsPlayingTogether_C_BndEvt__BP_CatsPlayingTogether_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatsPlayingTogether_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatsPlayingTogether_C_SetCatPawn \ static_assert(alignof(BP_CatsPlayingTogether_C_SetCatPawn) == 0x000008, "Wrong alignment on BP_CatsPlayingTogether_C_SetCatPawn"); \ static_assert(sizeof(BP_CatsPlayingTogether_C_SetCatPawn) == 0x000008, "Wrong size on BP_CatsPlayingTogether_C_SetCatPawn"); \ static_assert(offsetof(BP_CatsPlayingTogether_C_SetCatPawn, cat_0) == 0x000000, "Member 'BP_CatsPlayingTogether_C_SetCatPawn::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatsPlayingTogether_C \ static_assert(alignof(ABP_CatsPlayingTogether_C) == 0x000008, "Wrong alignment on ABP_CatsPlayingTogether_C"); \ static_assert(sizeof(ABP_CatsPlayingTogether_C) == 0x0002E0, "Wrong size on ABP_CatsPlayingTogether_C"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, UberGraphFrame_BP_CatsPlayingTogether_C) == 0x000298, "Member 'ABP_CatsPlayingTogether_C::UberGraphFrame_BP_CatsPlayingTogether_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, Arrow) == 0x0002A0, "Member 'ABP_CatsPlayingTogether_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, SecondaryCatPos) == 0x0002A8, "Member 'ABP_CatsPlayingTogether_C::SecondaryCatPos' has a wrong offset!"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, CatPos) == 0x0002B0, "Member 'ABP_CatsPlayingTogether_C::CatPos' has a wrong offset!"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, Box) == 0x0002B8, "Member 'ABP_CatsPlayingTogether_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, Synchronized) == 0x0002C0, "Member 'ABP_CatsPlayingTogether_C::Synchronized' has a wrong offset!"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, Animfinished) == 0x0002C1, "Member 'ABP_CatsPlayingTogether_C::Animfinished' has a wrong offset!"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, Animation_Cat) == 0x0002C8, "Member 'ABP_CatsPlayingTogether_C::Animation_Cat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, Animation_SecondaryCat) == 0x0002D0, "Member 'ABP_CatsPlayingTogether_C::Animation_SecondaryCat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, CatIsInZone) == 0x0002D8, "Member 'ABP_CatsPlayingTogether_C::CatIsInZone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatsPlayingTogether_C, SecondaryCatIsInZone) == 0x0002D9, "Member 'ABP_CatsPlayingTogether_C::SecondaryCatIsInZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation \ static_assert(alignof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation) == 0x000010, "Wrong alignment on BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation"); \ static_assert(sizeof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation) == 0x000150, "Wrong size on BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, EntryPoint) == 0x000000, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000040, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000048, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, K2Node_ComponentBoundEvent_OtherActor) == 0x000050, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, K2Node_ComponentBoundEvent_OtherComp) == 0x000058, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000060, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, K2Node_ComponentBoundEvent_bFromSweep) == 0x000064, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, K2Node_ComponentBoundEvent_SweepResult) == 0x000068, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x0000F0, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000F1, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_GetPlayLength_ReturnValue) == 0x0000F4, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000F8, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_IsValid_ReturnValue) == 0x0000F9, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_IsFollowingSpline_ReturnValue) == 0x0000FA, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0000FC, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000108, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_GetObjectName_ReturnValue) == 0x000118, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_AppendMultiple_ReturnValue) == 0x000128, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_AppendMultiple_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_Conv_StringToName_ReturnValue) == 0x000138, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000140, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_BooleanAND_ReturnValue) == 0x000148, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_BooleanAND_ReturnValue_1) == 0x000149, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation, CallFunc_BooleanAND_ReturnValue_2) == 0x00014A, "Member 'BP_CatPlayAnimation_C_ExecuteUbergraph_BP_CatPlayAnimation::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatPlayAnimation_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatPlayAnimation_C_SetCatPawn \ static_assert(alignof(BP_CatPlayAnimation_C_SetCatPawn) == 0x000008, "Wrong alignment on BP_CatPlayAnimation_C_SetCatPawn"); \ static_assert(sizeof(BP_CatPlayAnimation_C_SetCatPawn) == 0x000008, "Wrong size on BP_CatPlayAnimation_C_SetCatPawn"); \ static_assert(offsetof(BP_CatPlayAnimation_C_SetCatPawn, cat_0) == 0x000000, "Member 'BP_CatPlayAnimation_C_SetCatPawn::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatPlayAnimation_C \ static_assert(alignof(ABP_CatPlayAnimation_C) == 0x000008, "Wrong alignment on ABP_CatPlayAnimation_C"); \ static_assert(sizeof(ABP_CatPlayAnimation_C) == 0x0002D8, "Wrong size on ABP_CatPlayAnimation_C"); \ static_assert(offsetof(ABP_CatPlayAnimation_C, UberGraphFrame_BP_CatPlayAnimation_C) == 0x000298, "Member 'ABP_CatPlayAnimation_C::UberGraphFrame_BP_CatPlayAnimation_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPlayAnimation_C, Arrow) == 0x0002A0, "Member 'ABP_CatPlayAnimation_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPlayAnimation_C, Box) == 0x0002A8, "Member 'ABP_CatPlayAnimation_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPlayAnimation_C, Animation_Cat) == 0x0002B0, "Member 'ABP_CatPlayAnimation_C::Animation_Cat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPlayAnimation_C, AttitudeModifierKey) == 0x0002B8, "Member 'ABP_CatPlayAnimation_C::AttitudeModifierKey' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPlayAnimation_C, SpeedModifierKey) == 0x0002C0, "Member 'ABP_CatPlayAnimation_C::SpeedModifierKey' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPlayAnimation_C, Attitude) == 0x0002C8, "Member 'ABP_CatPlayAnimation_C::Attitude' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPlayAnimation_C, Move_Speed) == 0x0002CC, "Member 'ABP_CatPlayAnimation_C::Move_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_CatPlayAnimation_C, TimeTo_Change_Speed) == 0x0002D0, "Member 'ABP_CatPlayAnimation_C::TimeTo_Change_Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail) == 0x000008, "Wrong alignment on BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail) == 0x000260, "Wrong size on BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, EntryPoint) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000004, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000008, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x00000C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x000010, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x000014, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, Temp_bool_Variable) == 0x000018, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x00001C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_6) == 0x000020, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsDoingAutomatedRailHanging_ReturnValue) == 0x000024, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsDoingAutomatedRailHanging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsFollowingSpline_ReturnValue) == 0x000025, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Not_PreBool_ReturnValue) == 0x000026, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsOnRail_ReturnValue) == 0x000027, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsJumpInputEnabled_ReturnValue) == 0x000028, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsJumpInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsJumping_ReturnValue) == 0x000029, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Not_PreBool_ReturnValue_1) == 0x00002A, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_BooleanOR_ReturnValue) == 0x000038, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00003C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000048, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000058, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000060, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000068, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000070, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_ComponentBoundEvent_bFromSweep) == 0x000074, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_ComponentBoundEvent_SweepResult) == 0x000078, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000100, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_GetUpVector_ReturnValue) == 0x000104, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000110, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x00011C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000128, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Vector_DistanceSquared_ReturnValue_1) == 0x00012C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Vector_DistanceSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000130, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000134, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2) == 0x000140, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_3) == 0x00014C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Vector_DistanceSquared_ReturnValue_2) == 0x000158, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Vector_DistanceSquared_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Vector_DistanceSquared_ReturnValue_3) == 0x00015C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Vector_DistanceSquared_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Less_FloatFloat_ReturnValue) == 0x000160, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000164, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000170, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000174, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_GetXY_ReturnValue) == 0x000180, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_GetXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_GetForwardVector_ReturnValue) == 0x00018C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_Event_DeltaSeconds) == 0x000198, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Dot_VectorVector_ReturnValue) == 0x00019C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0001A0, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_ComponentBoundEvent_OtherActor) == 0x0001A8, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_ComponentBoundEvent_OtherComp) == 0x0001B0, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0001B8, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001BC, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001BD, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_BooleanAND_ReturnValue) == 0x0001BE, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, Temp_bool_Variable_1) == 0x0001BF, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_7) == 0x0001C0, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_Select_Default) == 0x0001C4, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_TryHangOnRail_ReturnValue) == 0x0001D1, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_TryHangOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_Select_Default_1) == 0x0001D4, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_8) == 0x0001E0, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1) == 0x0001E4, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsJumpInputEnabled_ReturnValue_1) == 0x0001E5, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsJumpInputEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001E6, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsJumping_ReturnValue_1) == 0x0001E7, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsJumping_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Not_PreBool_ReturnValue_4) == 0x0001E8, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsOnRail_ReturnValue_1) == 0x0001E9, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_BooleanOR_ReturnValue_1) == 0x0001EA, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsOnRail_ReturnValue_2) == 0x0001EB, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_9) == 0x0001EC, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsValid_ReturnValue_1) == 0x0001F0, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, Temp_bool_Variable_2) == 0x0001F1, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_TryJumpOnRail_ReturnValue) == 0x0001F2, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_TryJumpOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, K2Node_Select_Default_2) == 0x0001F4, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000200, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_4) == 0x00020C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_MakeRotFromZX_ReturnValue) == 0x000218, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_TryHangOnRail_ReturnValue_1) == 0x000224, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_TryHangOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_TryJump_ReturnValue) == 0x000225, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_TryJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_10) == 0x000228, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_11) == 0x00022C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2) == 0x000230, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsJumpInputEnabled_ReturnValue_2) == 0x000231, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsJumpInputEnabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Not_PreBool_ReturnValue_5) == 0x000232, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsJumping_ReturnValue_2) == 0x000233, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsJumping_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Not_PreBool_ReturnValue_6) == 0x000234, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsOnRail_ReturnValue_3) == 0x000235, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsOnRail_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_BooleanOR_ReturnValue_2) == 0x000236, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_InternalBreakableDelay_ReturnValue_12) == 0x000238, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_InternalBreakableDelay_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_IsJumping_ReturnValue_3) == 0x00023C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_IsJumping_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_TryJumpOnRail_ReturnValue_1) == 0x00023D, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_TryJumpOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Not_PreBool_ReturnValue_7) == 0x00023E, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_5) == 0x000240, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_TryHangOnRail_ReturnValue_2) == 0x00024C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_TryHangOnRail_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x00024D, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_BooleanAND_ReturnValue_1) == 0x00024E, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000250, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000254, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_BooleanAND_ReturnValue_2) == 0x000255, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_BooleanOR_ReturnValue_3) == 0x000256, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_BooleanAND_ReturnValue_3) == 0x000257, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail, CallFunc_BooleanAND_ReturnValue_4) == 0x000258, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_WithRail::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_WithRail_C_ReceiveTick \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_WithRail_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CatJumpOnSplineTwoWays_WithRail_C_ReceiveTick"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_WithRail_C_ReceiveTick) == 0x000004, "Wrong size on BP_CatJumpOnSplineTwoWays_WithRail_C_ReceiveTick"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_WithRail_C_ForceJumpIfNeeded \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_WithRail_C_ForceJumpIfNeeded) == 0x000004, "Wrong alignment on BP_CatJumpOnSplineTwoWays_WithRail_C_ForceJumpIfNeeded"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_WithRail_C_ForceJumpIfNeeded) == 0x000008, "Wrong size on BP_CatJumpOnSplineTwoWays_WithRail_C_ForceJumpIfNeeded"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ForceJumpIfNeeded, Temp_int_Variable) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ForceJumpIfNeeded::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_WithRail_C_ForceJumpIfNeeded, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_CatJumpOnSplineTwoWays_WithRail_C_ForceJumpIfNeeded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatJumpOnSplineTwoWays_WithRail_C \ static_assert(alignof(ABP_CatJumpOnSplineTwoWays_WithRail_C) == 0x000008, "Wrong alignment on ABP_CatJumpOnSplineTwoWays_WithRail_C"); \ static_assert(sizeof(ABP_CatJumpOnSplineTwoWays_WithRail_C) == 0x0002F8, "Wrong size on ABP_CatJumpOnSplineTwoWays_WithRail_C"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, UberGraphFrame_BP_CatJumpOnSplineTwoWays_WithRail_C) == 0x000298, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::UberGraphFrame_BP_CatJumpOnSplineTwoWays_WithRail_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, Arrow) == 0x0002A0, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, SplineDown) == 0x0002A8, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::SplineDown' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, SplineUp) == 0x0002B0, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::SplineUp' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, Box) == 0x0002B8, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, Enable) == 0x0002C0, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::Enable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, UpLocation) == 0x0002C4, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::UpLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, DownLocation) == 0x0002D0, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::DownLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, JumpUp) == 0x0002DC, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::JumpUp' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, NeedToJump) == 0x0002DD, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::NeedToJump' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, CanJump) == 0x0002DE, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::CanJump' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, CatIsInside) == 0x0002DF, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::CatIsInside' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, RailDown) == 0x0002E0, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::RailDown' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, RailUp) == 0x0002E8, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::RailUp' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, failedCount) == 0x0002F0, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::failedCount' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_WithRail_C, HysteresisLength) == 0x0002F4, "Member 'ABP_CatJumpOnSplineTwoWays_WithRail_C::HysteresisLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline) == 0x000008, "Wrong alignment on BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline) == 0x000210, "Wrong size on BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, EntryPoint) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000004, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000008, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x00000C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x000010, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x000014, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x000018, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue_5) == 0x00001C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, Temp_bool_Variable) == 0x000020, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, Temp_bool_Variable_1) == 0x000021, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsFollowingSpline_ReturnValue) == 0x000022, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000030, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x00003C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000048, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, K2Node_ComponentBoundEvent_OtherActor) == 0x000050, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, K2Node_ComponentBoundEvent_OtherComp) == 0x000058, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000060, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, K2Node_ComponentBoundEvent_bFromSweep) == 0x000064, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, K2Node_ComponentBoundEvent_SweepResult) == 0x000068, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000F0, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_BooleanAND_ReturnValue) == 0x0000F1, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_GetUpVector_ReturnValue) == 0x0000F4, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000100, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x00010C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000118, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Vector_DistanceSquared_ReturnValue_1) == 0x00011C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Vector_DistanceSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000120, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, K2Node_Select_Default) == 0x000124, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, K2Node_Select_Default_1) == 0x000130, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00013C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue_6) == 0x000148, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_MakeRotFromZX_ReturnValue) == 0x00014C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsFollowingRail_ReturnValue) == 0x000158, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsFollowingRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsDoingAutomatedRailHanging_ReturnValue) == 0x000159, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsDoingAutomatedRailHanging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsOnRail_ReturnValue) == 0x00015A, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Not_PreBool_ReturnValue) == 0x00015B, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsJumpInputEnabled_ReturnValue) == 0x00015C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsJumpInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsJumping_ReturnValue) == 0x00015D, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue_7) == 0x000160, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Not_PreBool_ReturnValue_1) == 0x000164, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue_8) == 0x000168, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_BooleanOR_ReturnValue) == 0x00016C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_FindPlayerCatPawn_Cat) == 0x000170, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000178, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue) == 0x000184, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue_9) == 0x000188, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x00018C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_1) == 0x000198, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1) == 0x00019C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsDoingAutomatedRailHanging_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsJumpInputEnabled_ReturnValue_1) == 0x00019D, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsJumpInputEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Not_PreBool_ReturnValue_2) == 0x00019E, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsJumping_ReturnValue_1) == 0x00019F, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsJumping_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001A0, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsOnRail_ReturnValue_1) == 0x0001A1, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsOnRail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_BooleanOR_ReturnValue_1) == 0x0001A2, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001A4, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_TryJumpOnRail_ReturnValue) == 0x0001A8, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_TryJumpOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001AC, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Abs_ReturnValue) == 0x0001B0, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2) == 0x0001B4, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0001C0, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_TryHangOnRail_ReturnValue) == 0x0001C1, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_TryHangOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0001C4, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_2) == 0x0001D0, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_FindDistanceAlongSplineClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Not_PreBool_ReturnValue_4) == 0x0001D4, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_BooleanAND_ReturnValue_1) == 0x0001D5, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_Not_PreBool_ReturnValue_5) == 0x0001D6, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_BooleanAND_ReturnValue_2) == 0x0001D7, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0001D8, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_InternalBreakableDelay_ReturnValue_10) == 0x0001DC, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_InternalBreakableDelay_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_FMin_ReturnValue) == 0x0001E0, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0001E8, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsValid_ReturnValue) == 0x0001F0, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0001F4, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000200, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_IsValid_ReturnValue_1) == 0x00020C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_TryJump_ReturnValue) == 0x00020D, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_TryJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline, CallFunc_TryHangOnRail_ReturnValue_1) == 0x00020E, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays_FollowSpline::CallFunc_TryHangOnRail_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatJumpOnSplineTwoWays_FollowSpline_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatJumpOnSplineTwoWays_FollowSpline_C \ static_assert(alignof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C) == 0x000008, "Wrong alignment on ABP_CatJumpOnSplineTwoWays_FollowSpline_C"); \ static_assert(sizeof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C) == 0x000300, "Wrong size on ABP_CatJumpOnSplineTwoWays_FollowSpline_C"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, UberGraphFrame_BP_CatJumpOnSplineTwoWays_FollowSpline_C) == 0x000298, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::UberGraphFrame_BP_CatJumpOnSplineTwoWays_FollowSpline_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, Arrow) == 0x0002A0, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, SplineDown) == 0x0002A8, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::SplineDown' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, SplineUp) == 0x0002B0, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::SplineUp' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, Box) == 0x0002B8, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, UpLocation) == 0x0002C0, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::UpLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, DownLocation) == 0x0002CC, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::DownLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, JumpUp) == 0x0002D8, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::JumpUp' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, CatIsInside) == 0x0002D9, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::CatIsInside' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, SplineRail) == 0x0002E0, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::SplineRail' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, EndPosOnRail) == 0x0002E8, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::EndPosOnRail' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, EndDistanceOnSpline) == 0x0002F0, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::EndDistanceOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_FollowSpline_C, EndJumpPOS) == 0x0002F8, "Member 'ABP_CatJumpOnSplineTwoWays_FollowSpline_C::EndJumpPOS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays) == 0x000008, "Wrong alignment on BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays) == 0x0001D0, "Wrong size on BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, EntryPoint) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000004, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000008, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, Temp_bool_Variable) == 0x00000C, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x000010, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, Temp_bool_Variable_1) == 0x000014, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_IsDoingAutomatedRailHanging_ReturnValue) == 0x000015, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_IsDoingAutomatedRailHanging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_IsFollowingSpline_ReturnValue) == 0x000016, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_Not_PreBool_ReturnValue) == 0x000017, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_IsOnRail_ReturnValue) == 0x000018, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_IsOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_IsJumpInputEnabled_ReturnValue) == 0x000019, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_IsJumpInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_IsJumping_ReturnValue) == 0x00001A, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x00001C, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_Not_PreBool_ReturnValue_1) == 0x000020, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_BooleanOR_ReturnValue) == 0x000021, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000024, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000030, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x00003C, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000048, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000050, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000058, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000060, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_ComponentBoundEvent_bFromSweep) == 0x000064, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_ComponentBoundEvent_SweepResult) == 0x000068, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000F0, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_InternalBreakableDelay_ReturnValue_4) == 0x0000F4, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_InternalBreakableDelay_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_BooleanAND_ReturnValue) == 0x0000F8, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_GetUpVector_ReturnValue) == 0x0000FC, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000108, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x000114, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000120, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_Vector_DistanceSquared_ReturnValue_1) == 0x000124, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_Vector_DistanceSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000128, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_Select_Default) == 0x00012C, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_Event_DeltaSeconds) == 0x000138, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_Select_Default_1) == 0x00013C, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000148, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_ComponentBoundEvent_OtherActor) == 0x000150, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_ComponentBoundEvent_OtherComp) == 0x000158, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000160, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_TryHangOnRail_ReturnValue) == 0x000164, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_TryHangOnRail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000168, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_MakeRotFromZX_ReturnValue) == 0x000174, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_TryJump_ReturnValue) == 0x000180, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_TryJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000181, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_Not_PreBool_ReturnValue_2) == 0x000182, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_BooleanAND_ReturnValue_1) == 0x000183, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_BooleanAND_ReturnValue_2) == 0x000184, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_GetLocationAtTime_ReturnValue) == 0x000188, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_GetLocationAtTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_GetLocationAtTime_ReturnValue_1) == 0x000194, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_GetLocationAtTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_IsAllowedToJump_ReturnValue) == 0x0001A0, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_IsAllowedToJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0001A4, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_BooleanAND_ReturnValue_3) == 0x0001B0, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_VSizeXY_ReturnValue) == 0x0001B4, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_Conv_BoolToString_ReturnValue) == 0x0001B8, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays, CallFunc_FMin_ReturnValue) == 0x0001C8, "Member 'BP_CatJumpOnSplineTwoWays_C_ExecuteUbergraph_BP_CatJumpOnSplineTwoWays::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatJumpOnSplineTwoWays_C_BndEvt__BP_CatJumpOnSplineTwoWays_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_C_ReceiveTick \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CatJumpOnSplineTwoWays_C_ReceiveTick"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_C_ReceiveTick) == 0x000004, "Wrong size on BP_CatJumpOnSplineTwoWays_C_ReceiveTick"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatJumpOnSplineTwoWays_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump \ static_assert(alignof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump) == 0x000004, "Wrong alignment on BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump"); \ static_assert(sizeof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump) == 0x0000D4, "Wrong size on BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, ReturnValue) == 0x000000, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, DotBeetweenTargetAndArrow) == 0x000004, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::DotBeetweenTargetAndArrow' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, targetIsOutsideSplines) == 0x000008, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::targetIsOutsideSplines' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, DistanceToSplineDown) == 0x00000C, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::DistanceToSplineDown' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, DistanceToSplineUp) == 0x000010, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::DistanceToSplineUp' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_GetForwardVector_ReturnValue) == 0x000014, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00002C, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_GetXY_ReturnValue) == 0x000038, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_GetXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000044, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Dot_VectorVector_ReturnValue) == 0x000050, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Less_FloatFloat_ReturnValue) == 0x000054, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000055, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x00005C, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000068, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x00006C, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_BooleanAND_ReturnValue) == 0x000078, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x00007C, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x000088, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000094, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x000098, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_BooleanAND_ReturnValue_1) == 0x00009C, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_SignOfFloat_ReturnValue) == 0x0000A0, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_BooleanOR_ReturnValue) == 0x0000A4, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0000A5, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2) == 0x0000A8, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000B4, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000B8, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_3) == 0x0000C4, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump, CallFunc_Vector_DistanceSquared_ReturnValue_1) == 0x0000D0, "Member 'BP_CatJumpOnSplineTwoWays_C_IsAllowedToJump::CallFunc_Vector_DistanceSquared_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatJumpOnSplineTwoWays_C \ static_assert(alignof(ABP_CatJumpOnSplineTwoWays_C) == 0x000008, "Wrong alignment on ABP_CatJumpOnSplineTwoWays_C"); \ static_assert(sizeof(ABP_CatJumpOnSplineTwoWays_C) == 0x0002E8, "Wrong size on ABP_CatJumpOnSplineTwoWays_C"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, UberGraphFrame_BP_CatJumpOnSplineTwoWays_C) == 0x000298, "Member 'ABP_CatJumpOnSplineTwoWays_C::UberGraphFrame_BP_CatJumpOnSplineTwoWays_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, Arrow) == 0x0002A0, "Member 'ABP_CatJumpOnSplineTwoWays_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, SplineDown) == 0x0002A8, "Member 'ABP_CatJumpOnSplineTwoWays_C::SplineDown' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, SplineUp) == 0x0002B0, "Member 'ABP_CatJumpOnSplineTwoWays_C::SplineUp' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, Box) == 0x0002B8, "Member 'ABP_CatJumpOnSplineTwoWays_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, UpLocation) == 0x0002C0, "Member 'ABP_CatJumpOnSplineTwoWays_C::UpLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, DownLocation) == 0x0002CC, "Member 'ABP_CatJumpOnSplineTwoWays_C::DownLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, JumpUp) == 0x0002D8, "Member 'ABP_CatJumpOnSplineTwoWays_C::JumpUp' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, NeedToJump) == 0x0002D9, "Member 'ABP_CatJumpOnSplineTwoWays_C::NeedToJump' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, CanJump) == 0x0002DA, "Member 'ABP_CatJumpOnSplineTwoWays_C::CanJump' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, CatIsInside) == 0x0002DB, "Member 'ABP_CatJumpOnSplineTwoWays_C::CatIsInside' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, LengthHysteresis) == 0x0002DC, "Member 'ABP_CatJumpOnSplineTwoWays_C::LengthHysteresis' has a wrong offset!"); \ static_assert(offsetof(ABP_CatJumpOnSplineTwoWays_C, Debug) == 0x0002E0, "Member 'ABP_CatJumpOnSplineTwoWays_C::Debug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim \ static_assert(alignof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim) == 0x000010, "Wrong alignment on BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim"); \ static_assert(sizeof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim) == 0x000250, "Wrong size on BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, EntryPoint) == 0x000000, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_InternalBreakableDelay_ReturnValue) == 0x000004, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_InternalBreakableDelay_ReturnValue_1) == 0x000008, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_InternalBreakableDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_InternalBreakableDelay_ReturnValue_2) == 0x00000C, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_InternalBreakableDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_component_1) == 0x000010, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_component_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_cat_1) == 0x000018, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_component) == 0x000020, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_component' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_cat) == 0x000028, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_HasCustomAnimationFinishedPlay_ReturnValue) == 0x000060, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_HasCustomAnimationFinishedPlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_IsCustomAnimationEnabled_ReturnValue) == 0x000061, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_IsCustomAnimationEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_Not_PreBool_ReturnValue) == 0x000062, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_BooleanOR_ReturnValue) == 0x000063, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000068, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000070, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000078, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000080, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000084, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000088, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000110, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_Not_PreBool_ReturnValue_1) == 0x000111, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_BooleanAND_ReturnValue) == 0x000112, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_BooleanAND_ReturnValue_1) == 0x000113, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_Not_PreBool_ReturnValue_2) == 0x000114, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_BooleanAND_ReturnValue_2) == 0x000115, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_IsFollowingSpline_ReturnValue) == 0x000116, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_IsFollowingSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000118, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_IsValid_ReturnValue) == 0x000120, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_IsValid_ReturnValue_1) == 0x000121, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000124, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000130, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000140, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_OtherActor) == 0x000148, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_OtherComp) == 0x000150, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000158, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_bFromSweep) == 0x00015C, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, K2Node_ComponentBoundEvent_SweepResult) == 0x000160, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_FindPlayerCatPawn_Cat) == 0x0001E8, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001F0, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_IsValid_ReturnValue_2) == 0x0001F1, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_IsValid_ReturnValue_3) == 0x0001F2, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_InternalBreakableDelay_ReturnValue_3) == 0x0001F4, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_InternalBreakableDelay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_InternalBreakBreakableDelay_ReturnValue) == 0x0001F8, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_InternalBreakBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_FindPlayerCatPawn_Cat_1) == 0x000200, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_FindPlayerCatPawn_Cat_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000208, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_IsFollowingSpline_ReturnValue_1) == 0x000210, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_IsFollowingSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_IsValid_ReturnValue_4) == 0x000211, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000214, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000220, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_IsValid_ReturnValue_5) == 0x00022C, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_FindPlayerCatPawn_Cat_2) == 0x000230, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_FindPlayerCatPawn_Cat_2' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_FindPlayerCatPawn_Cat_3) == 0x000238, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_FindPlayerCatPawn_Cat_3' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000240, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim, CallFunc_FindHKPlayerController_HKPlayerController_1) == 0x000248, "Member 'BP_CatButton_MoveToAnim_C_ExecuteUbergraph_BP_CatButton_MoveToAnim::CallFunc_FindHKPlayerController_HKPlayerController_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_CancelZone_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature \ static_assert(alignof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature, Component) == 0x000000, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature::Component' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature, cat_0) == 0x000008, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_FakeCatIntro_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_2_CatUsableDelegate__DelegateSignature::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature \ static_assert(alignof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature"); \ static_assert(sizeof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature, Component) == 0x000000, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature::Component' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature, cat_0) == 0x000008, "Member 'BP_CatButton_MoveToAnim_C_BndEvt__BP_CatButton_MoveToAnim_COMP_CatButtonMoveToAnim_K2Node_ComponentBoundEvent_0_CatUsableDelegate__DelegateSignature::cat_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatButton_MoveToAnim_C \ static_assert(alignof(ABP_CatButton_MoveToAnim_C) == 0x000008, "Wrong alignment on ABP_CatButton_MoveToAnim_C"); \ static_assert(sizeof(ABP_CatButton_MoveToAnim_C) == 0x000318, "Wrong size on ABP_CatButton_MoveToAnim_C"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, UberGraphFrame_BP_CatButton_MoveToAnim_C) == 0x000298, "Member 'ABP_CatButton_MoveToAnim_C::UberGraphFrame_BP_CatButton_MoveToAnim_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, VibrationLick) == 0x0002A0, "Member 'ABP_CatButton_MoveToAnim_C::VibrationLick' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, VibrationFrottable) == 0x0002A8, "Member 'ABP_CatButton_MoveToAnim_C::VibrationFrottable' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, CancelZone) == 0x0002B0, "Member 'ABP_CatButton_MoveToAnim_C::CancelZone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, ActiveZone) == 0x0002B8, "Member 'ABP_CatButton_MoveToAnim_C::ActiveZone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, UiTarget) == 0x0002C0, "Member 'ABP_CatButton_MoveToAnim_C::UiTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, Arrow) == 0x0002C8, "Member 'ABP_CatButton_MoveToAnim_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, COMP_CatButtonMoveToAnim) == 0x0002D0, "Member 'ABP_CatButton_MoveToAnim_C::COMP_CatButtonMoveToAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, InitIdleAnimation) == 0x0002D8, "Member 'ABP_CatButton_MoveToAnim_C::InitIdleAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, AnimationToPlayWithOtherCat) == 0x0002E0, "Member 'ABP_CatButton_MoveToAnim_C::AnimationToPlayWithOtherCat' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, Target) == 0x0002E8, "Member 'ABP_CatButton_MoveToAnim_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, StandPos) == 0x0002F0, "Member 'ABP_CatButton_MoveToAnim_C::StandPos' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, SpeedAdaptator) == 0x0002F8, "Member 'ABP_CatButton_MoveToAnim_C::SpeedAdaptator' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, CamModifier) == 0x000300, "Member 'ABP_CatButton_MoveToAnim_C::CamModifier' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, MoveDone) == 0x000308, "Member 'ABP_CatButton_MoveToAnim_C::MoveDone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, AnimationDone) == 0x000309, "Member 'ABP_CatButton_MoveToAnim_C::AnimationDone' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_MoveToAnim_C, AfterUsePos) == 0x000310, "Member 'ABP_CatButton_MoveToAnim_C::AfterUsePos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone \ static_assert(alignof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone) == 0x000008, "Wrong alignment on BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone"); \ static_assert(sizeof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone) == 0x0001B0, "Wrong size on BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, EntryPoint) == 0x000000, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_IsClosed_Variable_1) == 0x000006, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_Has_Been_Initd_Variable_1) == 0x000007, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_IsClosed_Variable_2) == 0x000008, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_IsClosed_Variable_3) == 0x000009, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_Has_Been_Initd_Variable_2) == 0x00000A, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_IsClosed_Variable_4) == 0x00000B, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_InternalBreakableDelay_ReturnValue) == 0x00000C, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_InternalBreakableDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_Has_Been_Initd_Variable_3) == 0x000012, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_IsClosed_Variable_5) == 0x000014, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_Not_PreBool_ReturnValue_2) == 0x000015, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_Not_PreBool_ReturnValue_3) == 0x000016, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000018, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000020, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000028, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000030, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_ComponentBoundEvent_bFromSweep) == 0x000034, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_ComponentBoundEvent_SweepResult) == 0x000038, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetPlayerController_ReturnValue) == 0x0000C0, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000C8, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_ComponentBoundEvent_OtherActor) == 0x0000D0, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_ComponentBoundEvent_OtherComp) == 0x0000D8, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000E0, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_CustomEvent_Active) == 0x0000E4, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_CustomEvent_Active' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_Create_ReturnValue) == 0x0000E8, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_Event_DeltaSeconds) == 0x0000F0, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_SwitchEnum_CmpSuccess) == 0x0000F4, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000F5, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsValid_ReturnValue) == 0x0000F6, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetZurgCount_Count) == 0x0000F8, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetZurgCount_Count' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000FC, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_Has_Been_Initd_Variable_4) == 0x0000FD, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_IsClosed_Variable_6) == 0x0000FE, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_Has_Been_Initd_Variable_5) == 0x0000FF, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_FindPlayerCatPawn_Cat) == 0x000100, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000108, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000109, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsLookingInTheDirection_ReturnValue) == 0x00010A, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsLookingInTheDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsInteracting_ReturnValue) == 0x00010B, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetBackpack_ReturnValue) == 0x000110, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetBackpack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsInteracting_ReturnValue_1) == 0x000118, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsInteracting_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsWithinHelpDialog_ReturnValue) == 0x000119, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsWithinHelpDialog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_BooleanOR_ReturnValue) == 0x00011A, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsDead_ReturnValue) == 0x00011B, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_BooleanOR_ReturnValue_1) == 0x00011C, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetBackpack_ReturnValue_1) == 0x000120, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetBackpack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetDrone_ReturnValue) == 0x000128, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsWeakLightOn_ReturnValue) == 0x000130, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsWeakLightOn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetBackpack_ReturnValue_2) == 0x000138, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetBackpack_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetDrone_ReturnValue_1) == 0x000140, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetDrone_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsGUIOpen_ReturnValue) == 0x000148, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsGUIOpen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsRunning_ReturnValue) == 0x000149, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsInCameraShoulderMode_ReturnValue) == 0x00014A, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsInCameraShoulderMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsJumping_ReturnValue) == 0x00014B, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsJumping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetJumpUpPressedTimer_ReturnValue) == 0x00014C, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetJumpUpPressedTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsMeowing_IsMeowing) == 0x000150, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsMeowing_IsMeowing' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_Less_FloatFloat_ReturnValue) == 0x000151, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000152, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_Has_Been_Initd_Variable_6) == 0x000153, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000154, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000155, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000156, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000157, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_Has_Been_Initd_Variable_7) == 0x000158, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000159, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00015A, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00015B, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00015C, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_Add_FloatFloat_ReturnValue) == 0x000160, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000164, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_IsValid_ReturnValue_1) == 0x000165, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000166, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetDisplayName_ReturnValue) == 0x000168, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetRunMode_ReturnValue) == 0x000178, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetRunMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_SwitchEnum_CmpSuccess_2) == 0x000179, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetZoomMode_ReturnValue) == 0x00017A, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetZoomMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_DynamicCast_AsUMG_Cam_Shoulder) == 0x000180, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_DynamicCast_AsUMG_Cam_Shoulder' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_SwitchEnum_CmpSuccess_3) == 0x000189, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetZoomMode_ReturnValue_1) == 0x00018A, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetZoomMode_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetRunMode_ReturnValue_1) == 0x00018B, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetRunMode_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00018C, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00018D, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, Temp_bool_IsClosed_Variable_7) == 0x00018E, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetDefluxorMode_ReturnValue) == 0x00018F, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetDefluxorMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_DynamicCast_AsUMG_R2_PRESS) == 0x000190, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_DynamicCast_AsUMG_R2_PRESS' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_DynamicCast_bSuccess_1) == 0x000198, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_DynamicCast_AsUMG_L1_PRESS) == 0x0001A0, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_DynamicCast_AsUMG_L1_PRESS' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, K2Node_DynamicCast_bSuccess_2) == 0x0001A8, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_GetDefluxorMode_ReturnValue_1) == 0x0001A9, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_GetDefluxorMode_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0001AA, "Member 'BP_TutoZone_C_ExecuteUbergraph_BP_TutoZone::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TutoZone_C_ReceiveTick \ static_assert(alignof(BP_TutoZone_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_TutoZone_C_ReceiveTick"); \ static_assert(sizeof(BP_TutoZone_C_ReceiveTick) == 0x000004, "Wrong size on BP_TutoZone_C_ReceiveTick"); \ static_assert(offsetof(BP_TutoZone_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_TutoZone_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TutoZone_C_Deactivate_Tuto \ static_assert(alignof(BP_TutoZone_C_Deactivate_Tuto) == 0x000001, "Wrong alignment on BP_TutoZone_C_Deactivate_Tuto"); \ static_assert(sizeof(BP_TutoZone_C_Deactivate_Tuto) == 0x000001, "Wrong size on BP_TutoZone_C_Deactivate_Tuto"); \ static_assert(offsetof(BP_TutoZone_C_Deactivate_Tuto, Active) == 0x000000, "Member 'BP_TutoZone_C_Deactivate_Tuto::Active' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_TutoZone_C_BndEvt__TriggerBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TutoZone_C_IsLookingInTheDirection \ static_assert(alignof(BP_TutoZone_C_IsLookingInTheDirection) == 0x000008, "Wrong alignment on BP_TutoZone_C_IsLookingInTheDirection"); \ static_assert(sizeof(BP_TutoZone_C_IsLookingInTheDirection) == 0x000030, "Wrong size on BP_TutoZone_C_IsLookingInTheDirection"); \ static_assert(offsetof(BP_TutoZone_C_IsLookingInTheDirection, ReturnValue) == 0x000000, "Member 'BP_TutoZone_C_IsLookingInTheDirection::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_IsLookingInTheDirection, CallFunc_GetCameraThirdPerson_ReturnValue) == 0x000008, "Member 'BP_TutoZone_C_IsLookingInTheDirection::CallFunc_GetCameraThirdPerson_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_IsLookingInTheDirection, CallFunc_GetForwardVector_ReturnValue) == 0x000010, "Member 'BP_TutoZone_C_IsLookingInTheDirection::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_IsLookingInTheDirection, CallFunc_GetActorForwardVector_ReturnValue) == 0x00001C, "Member 'BP_TutoZone_C_IsLookingInTheDirection::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_IsLookingInTheDirection, CallFunc_Dot_VectorVector_ReturnValue) == 0x000028, "Member 'BP_TutoZone_C_IsLookingInTheDirection::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_IsLookingInTheDirection, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_TutoZone_C_IsLookingInTheDirection::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TutoZone_C_IsLookingInTheDirection, CallFunc_BooleanAND_ReturnValue) == 0x00002D, "Member 'BP_TutoZone_C_IsLookingInTheDirection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TutoZone_C \ static_assert(alignof(ABP_TutoZone_C) == 0x000008, "Wrong alignment on ABP_TutoZone_C"); \ static_assert(sizeof(ABP_TutoZone_C) == 0x0002C0, "Wrong size on ABP_TutoZone_C"); \ static_assert(offsetof(ABP_TutoZone_C, UberGraphFrame) == 0x000228, "Member 'ABP_TutoZone_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Arrow) == 0x000230, "Member 'ABP_TutoZone_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, TriggerBox) == 0x000238, "Member 'ABP_TutoZone_C::TriggerBox' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Billboard) == 0x000240, "Member 'ABP_TutoZone_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Scene) == 0x000248, "Member 'ABP_TutoZone_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Streaming) == 0x000250, "Member 'ABP_TutoZone_C::Streaming' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Save) == 0x000258, "Member 'ABP_TutoZone_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Opacity_Opacity_053343FA49432B50FE0CB893EF475872) == 0x000260, "Member 'ABP_TutoZone_C::Opacity_Opacity_053343FA49432B50FE0CB893EF475872' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Opacity__Direction_053343FA49432B50FE0CB893EF475872) == 0x000264, "Member 'ABP_TutoZone_C::Opacity__Direction_053343FA49432B50FE0CB893EF475872' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Opacity) == 0x000268, "Member 'ABP_TutoZone_C::Opacity' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Tuto) == 0x000270, "Member 'ABP_TutoZone_C::Tuto' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Activate) == 0x000271, "Member 'ABP_TutoZone_C::Activate' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, DelayBeforeSkip) == 0x000274, "Member 'ABP_TutoZone_C::DelayBeforeSkip' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, TimeInTuto) == 0x000278, "Member 'ABP_TutoZone_C::TimeInTuto' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, HUDWidget) == 0x000280, "Member 'ABP_TutoZone_C::HUDWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, InTutoZone) == 0x000288, "Member 'ABP_TutoZone_C::InTutoZone' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Widget_Class) == 0x000290, "Member 'ABP_TutoZone_C::Widget_Class' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, TutoCleared) == 0x000298, "Member 'ABP_TutoZone_C::TutoCleared' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, ZurgCounter) == 0x0002A0, "Member 'ABP_TutoZone_C::ZurgCounter' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, SecondTutoZoneChainJump) == 0x0002A8, "Member 'ABP_TutoZone_C::SecondTutoZoneChainJump' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, Camera_Manager) == 0x0002B0, "Member 'ABP_TutoZone_C::Camera_Manager' has a wrong offset!"); \ static_assert(offsetof(ABP_TutoZone_C, cat) == 0x0002B8, "Member 'ABP_TutoZone_C::cat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot \ static_assert(alignof(BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot) == 0x000008, "Wrong alignment on BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot"); \ static_assert(sizeof(BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot) == 0x000018, "Wrong size on BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot"); \ static_assert(offsetof(BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot, EntryPoint) == 0x000000, "Member 'BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot, CallFunc_FindHKPlayerController_HKPlayerController) == 0x000008, "Member 'BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot::CallFunc_FindHKPlayerController_HKPlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot, CallFunc_IsBeingUsed_ReturnValue) == 0x000010, "Member 'BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot::CallFunc_IsBeingUsed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_CatButton_DrinkableSpot_C_ExecuteUbergraph_BP_CatButton_DrinkableSpot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CatButton_DrinkableSpot_C \ static_assert(alignof(ABP_CatButton_DrinkableSpot_C) == 0x000008, "Wrong alignment on ABP_CatButton_DrinkableSpot_C"); \ static_assert(sizeof(ABP_CatButton_DrinkableSpot_C) == 0x000270, "Wrong size on ABP_CatButton_DrinkableSpot_C"); \ static_assert(offsetof(ABP_CatButton_DrinkableSpot_C, UberGraphFrame) == 0x000228, "Member 'ABP_CatButton_DrinkableSpot_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_DrinkableSpot_C, DrinkAudio) == 0x000230, "Member 'ABP_CatButton_DrinkableSpot_C::DrinkAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_DrinkableSpot_C, Cat_Drink_Static) == 0x000238, "Member 'ABP_CatButton_DrinkableSpot_C::Cat_Drink_Static' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_DrinkableSpot_C, COMP_CatMoveToLoopAnim) == 0x000240, "Member 'ABP_CatButton_DrinkableSpot_C::COMP_CatMoveToLoopAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_DrinkableSpot_C, CatPosition) == 0x000248, "Member 'ABP_CatButton_DrinkableSpot_C::CatPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_DrinkableSpot_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_CatButton_DrinkableSpot_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_DrinkableSpot_C, Drink_Loop_Timeline__Direction_BA402E9E4A3E3F2F266DDE92D64F6466) == 0x000258, "Member 'ABP_CatButton_DrinkableSpot_C::Drink_Loop_Timeline__Direction_BA402E9E4A3E3F2F266DDE92D64F6466' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_DrinkableSpot_C, Drink_Loop_Timeline) == 0x000260, "Member 'ABP_CatButton_DrinkableSpot_C::Drink_Loop_Timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_CatButton_DrinkableSpot_C, DrinkVibe) == 0x000268, "Member 'ABP_CatButton_DrinkableSpot_C::DrinkVibe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone \ static_assert(alignof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone) == 0x000008, "Wrong alignment on BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone"); \ static_assert(sizeof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone) == 0x000068, "Wrong size on BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, EntryPoint) == 0x000000, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, CallFunc_GetObjectName_ReturnValue) == 0x000008, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, K2Node_Event_OtherActor_1) == 0x000018, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, CallFunc_Conv_StringToName_ReturnValue) == 0x000020, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, K2Node_DynamicCast_AsBP_Cat_Pawn) == 0x000028, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::K2Node_DynamicCast_AsBP_Cat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, K2Node_Event_OtherActor) == 0x000038, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, K2Node_DynamicCast_AsBP_Cat_Pawn_1) == 0x000040, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::K2Node_DynamicCast_AsBP_Cat_Pawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, CallFunc_GetObjectName_ReturnValue_1) == 0x000050, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000060, "Member 'BP_GroundMaterialOverrideZone_C_ExecuteUbergraph_BP_GroundMaterialOverrideZone::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GroundMaterialOverrideZone_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_GroundMaterialOverrideZone_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_GroundMaterialOverrideZone_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_GroundMaterialOverrideZone_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_GroundMaterialOverrideZone_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_GroundMaterialOverrideZone_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GroundMaterialOverrideZone_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_GroundMaterialOverrideZone_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_GroundMaterialOverrideZone_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_GroundMaterialOverrideZone_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_GroundMaterialOverrideZone_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_GroundMaterialOverrideZone_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GroundMaterialOverrideZone_C_UserConstructionScript \ static_assert(alignof(BP_GroundMaterialOverrideZone_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_GroundMaterialOverrideZone_C_UserConstructionScript"); \ static_assert(sizeof(BP_GroundMaterialOverrideZone_C_UserConstructionScript) == 0x0000C0, "Wrong size on BP_GroundMaterialOverrideZone_C_UserConstructionScript"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_GroundMaterialOverrideZone_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_UserConstructionScript, Temp_struct_Variable_1) == 0x000030, "Member 'BP_GroundMaterialOverrideZone_C_UserConstructionScript::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000060, "Member 'BP_GroundMaterialOverrideZone_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_1) == 0x000068, "Member 'BP_GroundMaterialOverrideZone_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_UserConstructionScript, Temp_struct_Variable_2) == 0x000070, "Member 'BP_GroundMaterialOverrideZone_C_UserConstructionScript::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x0000A0, "Member 'BP_GroundMaterialOverrideZone_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_2) == 0x0000A8, "Member 'BP_GroundMaterialOverrideZone_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GroundMaterialOverrideZone_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x0000B0, "Member 'BP_GroundMaterialOverrideZone_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GroundMaterialOverrideZone_C \ static_assert(alignof(ABP_GroundMaterialOverrideZone_C) == 0x000008, "Wrong alignment on ABP_GroundMaterialOverrideZone_C"); \ static_assert(sizeof(ABP_GroundMaterialOverrideZone_C) == 0x000260, "Wrong size on ABP_GroundMaterialOverrideZone_C"); \ static_assert(offsetof(ABP_GroundMaterialOverrideZone_C, UberGraphFrame) == 0x000228, "Member 'ABP_GroundMaterialOverrideZone_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundMaterialOverrideZone_C, DefaultSceneRoot) == 0x000230, "Member 'ABP_GroundMaterialOverrideZone_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundMaterialOverrideZone_C, ShapeType) == 0x000238, "Member 'ABP_GroundMaterialOverrideZone_C::ShapeType' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundMaterialOverrideZone_C, Collider) == 0x000240, "Member 'ABP_GroundMaterialOverrideZone_C::Collider' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundMaterialOverrideZone_C, CapsuleRadius) == 0x000248, "Member 'ABP_GroundMaterialOverrideZone_C::CapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundMaterialOverrideZone_C, PhysicalMaterial) == 0x000250, "Member 'ABP_GroundMaterialOverrideZone_C::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundMaterialOverrideZone_C, Priority) == 0x000258, "Member 'ABP_GroundMaterialOverrideZone_C::Priority' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundMaterialOverrideZone_C, Visible) == 0x00025C, "Member 'ABP_GroundMaterialOverrideZone_C::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01 \ static_assert(alignof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01) == 0x000008, "Wrong alignment on BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01"); \ static_assert(sizeof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01) == 0x000080, "Wrong size on BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, EntryPoint) == 0x000000, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_GetAllActorsOfClass_OutActors) == 0x000008, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000018, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_GetCameraLocation_ReturnValue) == 0x000020, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, K2Node_Event_DeltaSeconds) == 0x000030, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_Percent_IntInt_ReturnValue) == 0x00003C, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, K2Node_Event_OtherActor_1) == 0x000040, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, K2Node_Event_OtherActor) == 0x000050, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x00005C, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_RandomInteger_ReturnValue) == 0x000060, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000064, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000070, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_Less_FloatFloat_ReturnValue) == 0x000074, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_IsValid_ReturnValue_1) == 0x000075, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_IsPlaying_ReturnValue) == 0x000076, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_BooleanAND_ReturnValue) == 0x000077, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000078, "Member 'BP_sfx_pipeSpawner_01_C_ExecuteUbergraph_BP_sfx_pipeSpawner_01::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_pipeSpawner_01_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_sfx_pipeSpawner_01_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_sfx_pipeSpawner_01_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_sfx_pipeSpawner_01_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_sfx_pipeSpawner_01_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_sfx_pipeSpawner_01_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_pipeSpawner_01_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_sfx_pipeSpawner_01_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_sfx_pipeSpawner_01_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_sfx_pipeSpawner_01_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_sfx_pipeSpawner_01_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_sfx_pipeSpawner_01_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_pipeSpawner_01_C_ReceiveTick \ static_assert(alignof(BP_sfx_pipeSpawner_01_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_sfx_pipeSpawner_01_C_ReceiveTick"); \ static_assert(sizeof(BP_sfx_pipeSpawner_01_C_ReceiveTick) == 0x000004, "Wrong size on BP_sfx_pipeSpawner_01_C_ReceiveTick"); \ static_assert(offsetof(BP_sfx_pipeSpawner_01_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_sfx_pipeSpawner_01_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_sfx_pipeSpawner_01_C \ static_assert(alignof(ABP_sfx_pipeSpawner_01_C) == 0x000008, "Wrong alignment on ABP_sfx_pipeSpawner_01_C"); \ static_assert(sizeof(ABP_sfx_pipeSpawner_01_C) == 0x000270, "Wrong size on ABP_sfx_pipeSpawner_01_C"); \ static_assert(offsetof(ABP_sfx_pipeSpawner_01_C, UberGraphFrame) == 0x000228, "Member 'ABP_sfx_pipeSpawner_01_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_pipeSpawner_01_C, Sphere) == 0x000230, "Member 'ABP_sfx_pipeSpawner_01_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_pipeSpawner_01_C, DefaultSceneRoot) == 0x000238, "Member 'ABP_sfx_pipeSpawner_01_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_pipeSpawner_01_C, currentIndex) == 0x000240, "Member 'ABP_sfx_pipeSpawner_01_C::currentIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_pipeSpawner_01_C, allToyos) == 0x000248, "Member 'ABP_sfx_pipeSpawner_01_C::allToyos' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_pipeSpawner_01_C, Audio) == 0x000258, "Member 'ABP_sfx_pipeSpawner_01_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_pipeSpawner_01_C, toyoSearchDone) == 0x000260, "Member 'ABP_sfx_pipeSpawner_01_C::toyoSearchDone' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_pipeSpawner_01_C, inside) == 0x000261, "Member 'ABP_sfx_pipeSpawner_01_C::inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_pipeSpawner_01_C, Base) == 0x000268, "Member 'ABP_sfx_pipeSpawner_01_C::Base' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner \ static_assert(alignof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner) == 0x000008, "Wrong alignment on BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner"); \ static_assert(sizeof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner) == 0x000240, "Wrong size on BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, EntryPoint) == 0x000000, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_bool_Variable) == 0x000014, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Loop_Counter_Variable_2) == 0x00001C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_IntInt_ReturnValue_2) == 0x000024, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Array_Index_Variable_2) == 0x000028, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Array_Index_Variable_3) == 0x00002C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Array_Index_Variable_4) == 0x000030, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Loop_Counter_Variable_3) == 0x000034, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_IntInt_ReturnValue_3) == 0x000038, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Array_Index_Variable_5) == 0x00003C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Loop_Counter_Variable_4) == 0x000040, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_IntInt_ReturnValue_4) == 0x000044, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Loop_Counter_Variable_5) == 0x000048, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_IntInt_ReturnValue_5) == 0x00004C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Array_Index_Variable_6) == 0x000050, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_DynamicCast_AsI_Sfx_Zone) == 0x000070, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_DynamicCast_AsI_Sfx_Zone' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_DynamicCast_AsI_Sfx_Zone_1) == 0x000088, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_DynamicCast_AsI_Sfx_Zone_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_is_cat_inside_is_cat_inside) == 0x000099, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_is_cat_inside_is_cat_inside' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_camera_value_camera_value) == 0x00009C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_camera_value_camera_value' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A0, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_DoesImplementInterface_ReturnValue) == 0x0000A4, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_Event_DeltaSeconds) == 0x0000A8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000AC, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000B0, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_IntInt_ReturnValue_6) == 0x0000B4, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Not_PreBool_ReturnValue) == 0x0000B8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0000B9, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000BA, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000BB, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_BooleanOR_ReturnValue) == 0x0000BC, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_BooleanOR_ReturnValue_1) == 0x0000BD, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Array_Index_Variable_7) == 0x0000C0, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_GetAudioManager_AudioManager) == 0x0000C8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0000D0, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D1, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_Event_duration) == 0x0000D4, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_Event_duration' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Get_Item_2) == 0x0000E0, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_IsPlaying_ReturnValue) == 0x0000E8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_IsPlaying_ReturnValue_1) == 0x0000E9, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Length_ReturnValue_1) == 0x0000EC, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Length_ReturnValue_2) == 0x0000F0, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Less_IntInt_ReturnValue) == 0x0000F4, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Loop_Counter_Variable_6) == 0x0000F8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000FC, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_IntInt_ReturnValue_7) == 0x000100, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Get_Item_3) == 0x000108, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Length_ReturnValue_3) == 0x000110, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_IsValid_ReturnValue) == 0x000114, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Less_IntInt_ReturnValue_2) == 0x000115, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_RandomFloatInRange_ReturnValue) == 0x000118, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x00011C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000120, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000124, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_RandomPointInBoundingBox_ReturnValue) == 0x000130, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_RandomPointInBoundingBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Length_ReturnValue_4) == 0x00013C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Less_IntInt_ReturnValue_3) == 0x000140, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Get_Item_4) == 0x000141, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000142, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000144, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Get_Item_5) == 0x000148, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_IsValid_ReturnValue_1) == 0x000150, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Length_ReturnValue_5) == 0x000154, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_Event_EndPlayReason) == 0x000158, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Less_IntInt_ReturnValue_4) == 0x000159, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Length_ReturnValue_6) == 0x00015C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Get_Item_6) == 0x000160, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_IsValid_ReturnValue_2) == 0x000168, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_IsPlaying_ReturnValue_2) == 0x000169, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Length_ReturnValue_7) == 0x00016C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Less_IntInt_ReturnValue_5) == 0x000170, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_FClamp_ReturnValue) == 0x000174, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000178, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Get_Item_7) == 0x000180, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Length_ReturnValue_8) == 0x000190, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_DynamicCast_AsI_Sfx_Zone_2) == 0x000198, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_DynamicCast_AsI_Sfx_Zone_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_DynamicCast_bSuccess_2) == 0x0001A8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Less_IntInt_ReturnValue_6) == 0x0001A9, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Get_Item_8) == 0x0001B0, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Length_ReturnValue_9) == 0x0001C0, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Less_IntInt_ReturnValue_7) == 0x0001C4, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_DynamicCast_AsI_Sfx_Zone_3) == 0x0001C8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_DynamicCast_AsI_Sfx_Zone_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_DynamicCast_bSuccess_3) == 0x0001D8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0001DC, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001E0, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_Event_OtherActor_1) == 0x0001E8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_Event_OtherActor) == 0x0001F0, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_BooleanOR_ReturnValue_2) == 0x0001F8, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_FindPlayerCatPawn_Cat) == 0x000200, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_FindCameraManager_CameraManager) == 0x000208, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_FindCameraManager_CameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000210, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000211, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000212, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000213, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_int_Loop_Counter_Variable_7) == 0x000214, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Less_IntInt_ReturnValue_8) == 0x000218, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_IntInt_ReturnValue_8) == 0x00021C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, Temp_float_Variable) == 0x000220, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000224, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, K2Node_Select_Default) == 0x000228, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000230, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_Array_Add_ReturnValue) == 0x000238, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner, CallFunc_IsValid_ReturnValue_3) == 0x00023C, "Member 'BP_sfx_multi_spawner_C_ExecuteUbergraph_BP_sfx_multi_spawner::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_multi_spawner_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_sfx_multi_spawner_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_sfx_multi_spawner_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_sfx_multi_spawner_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_sfx_multi_spawner_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_sfx_multi_spawner_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_multi_spawner_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_sfx_multi_spawner_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_sfx_multi_spawner_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_sfx_multi_spawner_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_sfx_multi_spawner_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_sfx_multi_spawner_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_multi_spawner_C_ReceiveEndPlay \ static_assert(alignof(BP_sfx_multi_spawner_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_sfx_multi_spawner_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_sfx_multi_spawner_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_sfx_multi_spawner_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_sfx_multi_spawner_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_multi_spawner_C_EmergencyStop \ static_assert(alignof(BP_sfx_multi_spawner_C_EmergencyStop) == 0x000004, "Wrong alignment on BP_sfx_multi_spawner_C_EmergencyStop"); \ static_assert(sizeof(BP_sfx_multi_spawner_C_EmergencyStop) == 0x000004, "Wrong size on BP_sfx_multi_spawner_C_EmergencyStop"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_EmergencyStop, Duration) == 0x000000, "Member 'BP_sfx_multi_spawner_C_EmergencyStop::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_multi_spawner_C_ReceiveTick \ static_assert(alignof(BP_sfx_multi_spawner_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_sfx_multi_spawner_C_ReceiveTick"); \ static_assert(sizeof(BP_sfx_multi_spawner_C_ReceiveTick) == 0x000004, "Wrong size on BP_sfx_multi_spawner_C_ReceiveTick"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_sfx_multi_spawner_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_multi_spawner_C_getAudioComponent \ static_assert(alignof(BP_sfx_multi_spawner_C_getAudioComponent) == 0x000008, "Wrong alignment on BP_sfx_multi_spawner_C_getAudioComponent"); \ static_assert(sizeof(BP_sfx_multi_spawner_C_getAudioComponent) == 0x000008, "Wrong size on BP_sfx_multi_spawner_C_getAudioComponent"); \ static_assert(offsetof(BP_sfx_multi_spawner_C_getAudioComponent, Component) == 0x000000, "Member 'BP_sfx_multi_spawner_C_getAudioComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_sfx_multi_spawner_C \ static_assert(alignof(ABP_sfx_multi_spawner_C) == 0x000008, "Wrong alignment on ABP_sfx_multi_spawner_C"); \ static_assert(sizeof(ABP_sfx_multi_spawner_C) == 0x0002E8, "Wrong size on ABP_sfx_multi_spawner_C"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, UberGraphFrame) == 0x000228, "Member 'ABP_sfx_multi_spawner_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, tick_zone) == 0x000230, "Member 'ABP_sfx_multi_spawner_C::tick_zone' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, Save) == 0x000238, "Member 'ABP_sfx_multi_spawner_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_sfx_multi_spawner_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, SoundBase) == 0x000248, "Member 'ABP_sfx_multi_spawner_C::SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, base_gain) == 0x000250, "Member 'ABP_sfx_multi_spawner_C::base_gain' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, zones) == 0x000258, "Member 'ABP_sfx_multi_spawner_C::zones' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, ideal_pitch) == 0x000268, "Member 'ABP_sfx_multi_spawner_C::ideal_pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, random_offset) == 0x00026C, "Member 'ABP_sfx_multi_spawner_C::random_offset' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, fade_in__s_) == 0x000270, "Member 'ABP_sfx_multi_spawner_C::fade_in__s_' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, fade_out__s_) == 0x000274, "Member 'ABP_sfx_multi_spawner_C::fade_out__s_' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, wait_before_retrigger__s_) == 0x000278, "Member 'ABP_sfx_multi_spawner_C::wait_before_retrigger__s_' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, stop_after__s_) == 0x00027C, "Member 'ABP_sfx_multi_spawner_C::stop_after__s_' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, delay_before_play__s_) == 0x000280, "Member 'ABP_sfx_multi_spawner_C::delay_before_play__s_' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, only_play_once) == 0x000284, "Member 'ABP_sfx_multi_spawner_C::only_play_once' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, mute) == 0x000285, "Member 'ABP_sfx_multi_spawner_C::mute' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, theSounds) == 0x000288, "Member 'ABP_sfx_multi_spawner_C::theSounds' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, nbOfTimesPlayed) == 0x000298, "Member 'ABP_sfx_multi_spawner_C::nbOfTimesPlayed' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, timeSinceLastPlay) == 0x00029C, "Member 'ABP_sfx_multi_spawner_C::timeSinceLastPlay' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, delayedPlayRequest) == 0x0002A0, "Member 'ABP_sfx_multi_spawner_C::delayedPlayRequest' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, exclusiveGroup) == 0x0002A4, "Member 'ABP_sfx_multi_spawner_C::exclusiveGroup' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, PlayRandomly) == 0x0002A8, "Member 'ABP_sfx_multi_spawner_C::PlayRandomly' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, randomMinDelay) == 0x0002AC, "Member 'ABP_sfx_multi_spawner_C::randomMinDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, randomMaxDelay) == 0x0002B0, "Member 'ABP_sfx_multi_spawner_C::randomMaxDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, nextRandomDelay) == 0x0002B4, "Member 'ABP_sfx_multi_spawner_C::nextRandomDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, maxNbInstances) == 0x0002B8, "Member 'ABP_sfx_multi_spawner_C::maxNbInstances' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, catInsideZones) == 0x0002C0, "Member 'ABP_sfx_multi_spawner_C::catInsideZones' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, totalCamValue) == 0x0002D0, "Member 'ABP_sfx_multi_spawner_C::totalCamValue' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, recheck_zones) == 0x0002D4, "Member 'ABP_sfx_multi_spawner_C::recheck_zones' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, cat_inside) == 0x0002D5, "Member 'ABP_sfx_multi_spawner_C::cat_inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, camera_is_inside) == 0x0002D6, "Member 'ABP_sfx_multi_spawner_C::camera_is_inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, requestLastTick) == 0x0002D7, "Member 'ABP_sfx_multi_spawner_C::requestLastTick' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_multi_spawner_C, randomize_location) == 0x0002D8, "Member 'ABP_sfx_multi_spawner_C::randomize_location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box \ static_assert(alignof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box) == 0x0001C0, "Wrong size on BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, EntryPoint) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_GetAudioManager_AudioManager) == 0x000008, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_GetAudioManager_AudioManager' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, Temp_object_Variable) == 0x000010, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_DynamicCast_AsSound_Effect_Submix_Preset) == 0x000018, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_DynamicCast_AsSound_Effect_Submix_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000030, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_GetCameraLocation_ReturnValue) == 0x000038, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_GetDistanceToCollision_ClosestPointOnCollision) == 0x000044, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_GetDistanceToCollision_ClosestPointOnCollision' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_GetDistanceToCollision_ReturnValue) == 0x000050, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_GetDistanceToCollision_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_FMax_ReturnValue) == 0x000054, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00005C, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000060, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_FClamp_ReturnValue) == 0x000068, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_GetCameraLocation_ReturnValue_1) == 0x00006C, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_GetCameraLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_GetDistanceToCollision_ClosestPointOnCollision_1) == 0x000078, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_GetDistanceToCollision_ClosestPointOnCollision_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_GetDistanceToCollision_ReturnValue_1) == 0x000084, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_GetDistanceToCollision_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_BreakVector_X) == 0x000088, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_BreakVector_Y) == 0x00008C, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_BreakVector_Z) == 0x000090, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000094, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_FMax_ReturnValue_1) == 0x0000A0, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_FMax_ReturnValue_2) == 0x0000A4, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_FMax_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_FMax_ReturnValue_3) == 0x0000A8, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_FMax_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_MakeVector_ReturnValue) == 0x0000AC, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Divide_VectorVector_ReturnValue) == 0x0000B8, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0000C4, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_VSize_ReturnValue) == 0x0000C8, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000CC, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_FClamp_ReturnValue_1) == 0x0000D0, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_GetAudioManager_AudioManager_1) == 0x0000D8, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_GetAudioManager_AudioManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0000E0, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000E4, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_ResolveCheapPreset_Resolved) == 0x0000E8, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_ResolveCheapPreset_Resolved' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_CustomEvent_Loaded) == 0x000110, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, Temp_byte_Variable) == 0x000118, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, Temp_int_Loop_Counter_Variable) == 0x00011C, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Add_IntInt_ReturnValue) == 0x000120, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_Event_OtherActor_1) == 0x000128, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_Event_OtherActor) == 0x000130, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_DynamicCast_AsCat_Pawn) == 0x000138, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_DynamicCast_AsCat_Pawn_1) == 0x000148, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_DynamicCast_AsCat_Pawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_DynamicCast_bSuccess_2) == 0x000150, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_BooleanOR_ReturnValue) == 0x000151, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000152, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_Event_actor_linked_to_the_zone_1) == 0x000158, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_Event_actor_linked_to_the_zone_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Array_Add_ReturnValue) == 0x000160, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000164, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Array_Get_Item) == 0x000168, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Array_Length_ReturnValue) == 0x000170, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_DynamicCast_AsI_Sfx_Zone_Checker) == 0x000178, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_DynamicCast_AsI_Sfx_Zone_Checker' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_DynamicCast_bSuccess_3) == 0x000188, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Less_IntInt_ReturnValue) == 0x000189, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_DoesImplementInterface_ReturnValue) == 0x00018A, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_IsValid_ReturnValue) == 0x00018B, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, Temp_float_Variable) == 0x00018C, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_Event_actor_linked_to_the_zone) == 0x000190, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_Event_actor_linked_to_the_zone' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_Select_Default) == 0x000198, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_Array_RemoveItem_ReturnValue) == 0x00019C, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_FindPlayerCatPawn_Cat) == 0x0001A0, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001A8, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box, K2Node_CreateDelegate_OutputDelegate) == 0x0001AC, "Member 'BP_sfx_generic_zone_box_C_ExecuteUbergraph_BP_sfx_generic_zone_box::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_unregister \ static_assert(alignof(BP_sfx_generic_zone_box_C_unregister) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_box_C_unregister"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_unregister) == 0x000008, "Wrong size on BP_sfx_generic_zone_box_C_unregister"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_unregister, actor_linked_to_the_zone) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_unregister::actor_linked_to_the_zone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_register_0 \ static_assert(alignof(BP_sfx_generic_zone_box_C_register_0) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_box_C_register_0"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_register_0) == 0x000008, "Wrong size on BP_sfx_generic_zone_box_C_register_0"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_register_0, actor_linked_to_the_zone) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_register_0::actor_linked_to_the_zone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_sfx_generic_zone_box_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_box_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_sfx_generic_zone_box_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_sfx_generic_zone_box_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_box_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_sfx_generic_zone_box_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_ReceiveTick \ static_assert(alignof(BP_sfx_generic_zone_box_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_sfx_generic_zone_box_C_ReceiveTick"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_ReceiveTick) == 0x000004, "Wrong size on BP_sfx_generic_zone_box_C_ReceiveTick"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_OnLoaded_9A9871D945D776D8ECA7BE9CA88CEED0 \ static_assert(alignof(BP_sfx_generic_zone_box_C_OnLoaded_9A9871D945D776D8ECA7BE9CA88CEED0) == 0x000008, "Wrong alignment on BP_sfx_generic_zone_box_C_OnLoaded_9A9871D945D776D8ECA7BE9CA88CEED0"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_OnLoaded_9A9871D945D776D8ECA7BE9CA88CEED0) == 0x000008, "Wrong size on BP_sfx_generic_zone_box_C_OnLoaded_9A9871D945D776D8ECA7BE9CA88CEED0"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_OnLoaded_9A9871D945D776D8ECA7BE9CA88CEED0, Loaded) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_OnLoaded_9A9871D945D776D8ECA7BE9CA88CEED0::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_UserConstructionScript \ static_assert(alignof(BP_sfx_generic_zone_box_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_sfx_generic_zone_box_C_UserConstructionScript"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_UserConstructionScript) == 0x000280, "Wrong size on BP_sfx_generic_zone_box_C_UserConstructionScript"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, Temp_byte_Variable) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, Temp_struct_Variable) == 0x000004, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000010, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_VSizeSquared_ReturnValue) == 0x00001C, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000030, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00003C, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000C4, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue) == 0x0000C8, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D4, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_Divide_VectorFloat_ReturnValue_1) == 0x0000E0, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_Divide_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000EC, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_VSizeSquared_ReturnValue_1) == 0x0000F8, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_VSizeSquared_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x0000FC, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x000184, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000185, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000188, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000194, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x0001A0, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_Add_VectorFloat_ReturnValue) == 0x0001A4, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_Add_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, K2Node_Select_Default) == 0x0001B0, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_GetRelativeTransform_ReturnValue) == 0x0001C0, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_UserConstructionScript, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x0001F0, "Member 'BP_sfx_generic_zone_box_C_UserConstructionScript::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_miaou_type \ static_assert(alignof(BP_sfx_generic_zone_box_C_miaou_type) == 0x000001, "Wrong alignment on BP_sfx_generic_zone_box_C_miaou_type"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_miaou_type) == 0x000001, "Wrong size on BP_sfx_generic_zone_box_C_miaou_type"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_miaou_type, miaou_type_0) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_miaou_type::miaou_type_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_camera_value \ static_assert(alignof(BP_sfx_generic_zone_box_C_camera_value) == 0x000004, "Wrong alignment on BP_sfx_generic_zone_box_C_camera_value"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_camera_value) == 0x000004, "Wrong size on BP_sfx_generic_zone_box_C_camera_value"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_camera_value, camera_value_0) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_camera_value::camera_value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_is_cat_inside \ static_assert(alignof(BP_sfx_generic_zone_box_C_is_cat_inside) == 0x000001, "Wrong alignment on BP_sfx_generic_zone_box_C_is_cat_inside"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_is_cat_inside) == 0x000001, "Wrong size on BP_sfx_generic_zone_box_C_is_cat_inside"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_is_cat_inside, is_cat_inside_0) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_is_cat_inside::is_cat_inside_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_generic_zone_box_C_is_discretion_zone \ static_assert(alignof(BP_sfx_generic_zone_box_C_is_discretion_zone) == 0x000001, "Wrong alignment on BP_sfx_generic_zone_box_C_is_discretion_zone"); \ static_assert(sizeof(BP_sfx_generic_zone_box_C_is_discretion_zone) == 0x000001, "Wrong size on BP_sfx_generic_zone_box_C_is_discretion_zone"); \ static_assert(offsetof(BP_sfx_generic_zone_box_C_is_discretion_zone, is_discretion_zone_0) == 0x000000, "Member 'BP_sfx_generic_zone_box_C_is_discretion_zone::is_discretion_zone_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_sfx_generic_zone_box_C \ static_assert(alignof(ABP_sfx_generic_zone_box_C) == 0x000008, "Wrong alignment on ABP_sfx_generic_zone_box_C"); \ static_assert(sizeof(ABP_sfx_generic_zone_box_C) == 0x0002E0, "Wrong size on ABP_sfx_generic_zone_box_C"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, UberGraphFrame) == 0x000228, "Member 'ABP_sfx_generic_zone_box_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, externalZone) == 0x000230, "Member 'ABP_sfx_generic_zone_box_C::externalZone' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, COMP_reverb_setter) == 0x000238, "Member 'ABP_sfx_generic_zone_box_C::COMP_reverb_setter' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, internalZone) == 0x000240, "Member 'ABP_sfx_generic_zone_box_C::internalZone' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_sfx_generic_zone_box_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, Scale) == 0x000250, "Member 'ABP_sfx_generic_zone_box_C::Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, shift_boundaries_A) == 0x00025C, "Member 'ABP_sfx_generic_zone_box_C::shift_boundaries_A' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, shift_boundaries_B) == 0x000268, "Member 'ABP_sfx_generic_zone_box_C::shift_boundaries_B' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, falloff_type) == 0x000274, "Member 'ABP_sfx_generic_zone_box_C::falloff_type' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, Falloff) == 0x000278, "Member 'ABP_sfx_generic_zone_box_C::Falloff' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, vector_falloff) == 0x00027C, "Member 'ABP_sfx_generic_zone_box_C::vector_falloff' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, currentCameraValue) == 0x000288, "Member 'ABP_sfx_generic_zone_box_C::currentCameraValue' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, cat_inside) == 0x00028C, "Member 'ABP_sfx_generic_zone_box_C::cat_inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, cat_was_inside) == 0x00028D, "Member 'ABP_sfx_generic_zone_box_C::cat_was_inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, seeZonesIngame) == 0x00028E, "Member 'ABP_sfx_generic_zone_box_C::seeZonesIngame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, Miaou) == 0x00028F, "Member 'ABP_sfx_generic_zone_box_C::Miaou' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, fadeAllMusic) == 0x000290, "Member 'ABP_sfx_generic_zone_box_C::fadeAllMusic' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, reverb_preset) == 0x000298, "Member 'ABP_sfx_generic_zone_box_C::reverb_preset' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, reverbSend) == 0x0002C0, "Member 'ABP_sfx_generic_zone_box_C::reverbSend' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, reverbIsFallback) == 0x0002C4, "Member 'ABP_sfx_generic_zone_box_C::reverbIsFallback' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, isDiscretionZone) == 0x0002C5, "Member 'ABP_sfx_generic_zone_box_C::isDiscretionZone' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, camera_is_inside) == 0x0002C6, "Member 'ABP_sfx_generic_zone_box_C::camera_is_inside' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, requestLastTick) == 0x0002C7, "Member 'ABP_sfx_generic_zone_box_C::requestLastTick' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, linked_actors) == 0x0002C8, "Member 'ABP_sfx_generic_zone_box_C::linked_actors' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_generic_zone_box_C, previousCameraValue) == 0x0002D8, "Member 'ABP_sfx_generic_zone_box_C::previousCameraValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer \ static_assert(alignof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer) == 0x000008, "Wrong alignment on BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer"); \ static_assert(sizeof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer) == 0x0001B8, "Wrong size on BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, EntryPoint) == 0x000000, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, Temp_int_Variable) == 0x000004, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, K2Node_DynamicCast_AsBP_Toyo_Slim_Static_Child) == 0x000010, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::K2Node_DynamicCast_AsBP_Toyo_Slim_Static_Child' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, K2Node_DynamicCast_AsBP_Toyo_Tool_Static_Cable) == 0x000020, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::K2Node_DynamicCast_AsBP_Toyo_Tool_Static_Cable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, Temp_bool_Variable) == 0x000029, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, Temp_float_Variable) == 0x00002C, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, Temp_bool_Variable_1) == 0x000030, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, Temp_float_Variable_1) == 0x000040, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000044, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, K2Node_Event_DeltaSeconds) == 0x000048, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00004C, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_FClamp_ReturnValue) == 0x000050, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_RandomFloatInRange_ReturnValue) == 0x000054, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Greater_IntInt_ReturnValue) == 0x000058, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, Temp_bool_Variable_2) == 0x000060, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, Temp_float_Variable_2) == 0x000064, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, K2Node_Select_Default) == 0x000068, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, K2Node_Select_Default_1) == 0x00006C, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000070, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_GetActorForwardVector_ReturnValue) == 0x000078, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_GetCameraLocation_ReturnValue) == 0x000084, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000090, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Add_VectorVector_ReturnValue) == 0x00009C, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0000A8, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, K2Node_Select_Default_2) == 0x0000AC, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, K2Node_MakeStruct_SplinePoint) == 0x0000BC, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::K2Node_MakeStruct_SplinePoint' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Array_Length_ReturnValue) == 0x000100, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Less_IntInt_ReturnValue) == 0x000104, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000108, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_VLerp_ReturnValue) == 0x000114, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000120, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x00012C, "Member 'BP_sfx_splineLocalizer_C_ExecuteUbergraph_BP_sfx_splineLocalizer::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_splineLocalizer_C_ReceiveTick \ static_assert(alignof(BP_sfx_splineLocalizer_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_sfx_splineLocalizer_C_ReceiveTick"); \ static_assert(sizeof(BP_sfx_splineLocalizer_C_ReceiveTick) == 0x000004, "Wrong size on BP_sfx_splineLocalizer_C_ReceiveTick"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_sfx_splineLocalizer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_sfx_splineLocalizer_C_UserConstructionScript \ static_assert(alignof(BP_sfx_splineLocalizer_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_sfx_splineLocalizer_C_UserConstructionScript"); \ static_assert(sizeof(BP_sfx_splineLocalizer_C_UserConstructionScript) == 0x000270, "Wrong size on BP_sfx_splineLocalizer_C_UserConstructionScript"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000038, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_FindLookAtRotation_ReturnValue) == 0x000064, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000070, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x0000F8, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x0000FC, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x000100, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000104, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x000110, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_VSize_ReturnValue) == 0x000114, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000118, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00011C, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000120, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000124, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x000130, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_K2_AddLocalOffset_SweepHitResult) == 0x00013C, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_K2_AddLocalOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0001C4, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x0001C8, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue) == 0x0001CC, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001D8, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_sfx_splineLocalizer_C_UserConstructionScript, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0001DC, "Member 'BP_sfx_splineLocalizer_C_UserConstructionScript::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_sfx_splineLocalizer_C \ static_assert(alignof(ABP_sfx_splineLocalizer_C) == 0x000008, "Wrong alignment on ABP_sfx_splineLocalizer_C"); \ static_assert(sizeof(ABP_sfx_splineLocalizer_C) == 0x0002B0, "Wrong size on ABP_sfx_splineLocalizer_C"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, UberGraphFrame) == 0x000228, "Member 'ABP_sfx_splineLocalizer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, Save) == 0x000230, "Member 'ABP_sfx_splineLocalizer_C::Save' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, Spline) == 0x000238, "Member 'ABP_sfx_splineLocalizer_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, Audio) == 0x000240, "Member 'ABP_sfx_splineLocalizer_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_sfx_splineLocalizer_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, sound_base) == 0x000250, "Member 'ABP_sfx_splineLocalizer_C::sound_base' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, Points) == 0x000258, "Member 'ABP_sfx_splineLocalizer_C::Points' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, smoothClosestPoint) == 0x000268, "Member 'ABP_sfx_splineLocalizer_C::smoothClosestPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, seePointsIngame) == 0x000274, "Member 'ABP_sfx_splineLocalizer_C::seePointsIngame' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, Gain) == 0x000278, "Member 'ABP_sfx_splineLocalizer_C::Gain' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, Pitch) == 0x00027C, "Member 'ABP_sfx_splineLocalizer_C::Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, random_offset) == 0x000280, "Member 'ABP_sfx_splineLocalizer_C::random_offset' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, frames_elapsed) == 0x000284, "Member 'ABP_sfx_splineLocalizer_C::frames_elapsed' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, Play_sound) == 0x000288, "Member 'ABP_sfx_splineLocalizer_C::Play_sound' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, Attenuation) == 0x000290, "Member 'ABP_sfx_splineLocalizer_C::Attenuation' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, fitToThis) == 0x000298, "Member 'ABP_sfx_splineLocalizer_C::fitToThis' has a wrong offset!"); \ static_assert(offsetof(ABP_sfx_splineLocalizer_C, location_offset) == 0x0002A0, "Member 'ABP_sfx_splineLocalizer_C::location_offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere \ static_assert(alignof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere) == 0x000008, "Wrong alignment on BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere"); \ static_assert(sizeof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere) == 0x000100, "Wrong size on BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, EntryPoint) == 0x000000, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, K2Node_Event_OtherActor_1) == 0x000008, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, K2Node_Event_OtherActor) == 0x000010, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, K2Node_DynamicCast_AsCat_Pawn) == 0x000018, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, K2Node_DynamicCast_AsCat_Pawn_1) == 0x000028, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::K2Node_DynamicCast_AsCat_Pawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_IsPlayerCat_ReturnValue) == 0x000031, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_IsPlayerCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_IsPlayerCat_ReturnValue_1) == 0x000032, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_IsPlayerCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, K2Node_Event_DeltaSeconds) == 0x000034, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_FindPlayerCatPawn_Cat) == 0x000038, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_RandomFloatInRange_ReturnValue) == 0x000040, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_SelectFloat_ReturnValue) == 0x000044, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000048, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_GetLocalVelocity_ReturnValue) == 0x000054, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_GetLocalVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_VSize_ReturnValue) == 0x000060, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000064, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_MapRangeClamped_ReturnValue) == 0x0000EC, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0000F0, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_HashRandom_float) == 0x0000F4, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_HashRandom_int) == 0x0000F8, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000FC, "Member 'BP_plant_zone_sphere_C_ExecuteUbergraph_BP_plant_zone_sphere::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_plant_zone_sphere_C_ReceiveTick \ static_assert(alignof(BP_plant_zone_sphere_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_plant_zone_sphere_C_ReceiveTick"); \ static_assert(sizeof(BP_plant_zone_sphere_C_ReceiveTick) == 0x000004, "Wrong size on BP_plant_zone_sphere_C_ReceiveTick"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_plant_zone_sphere_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_plant_zone_sphere_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_plant_zone_sphere_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_plant_zone_sphere_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_plant_zone_sphere_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_plant_zone_sphere_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_plant_zone_sphere_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_plant_zone_sphere_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_plant_zone_sphere_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_plant_zone_sphere_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_plant_zone_sphere_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_plant_zone_sphere_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_plant_zone_sphere_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_plant_zone_sphere_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_plant_zone_sphere_C \ static_assert(alignof(ABP_plant_zone_sphere_C) == 0x000008, "Wrong alignment on ABP_plant_zone_sphere_C"); \ static_assert(sizeof(ABP_plant_zone_sphere_C) == 0x000258, "Wrong size on ABP_plant_zone_sphere_C"); \ static_assert(offsetof(ABP_plant_zone_sphere_C, UberGraphFrame) == 0x000228, "Member 'ABP_plant_zone_sphere_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_sphere_C, Audio) == 0x000230, "Member 'ABP_plant_zone_sphere_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_sphere_C, zone) == 0x000238, "Member 'ABP_plant_zone_sphere_C::zone' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_sphere_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_plant_zone_sphere_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_sphere_C, zone_size) == 0x000248, "Member 'ABP_plant_zone_sphere_C::zone_size' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_sphere_C, base_pitch) == 0x00024C, "Member 'ABP_plant_zone_sphere_C::base_pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_sphere_C, random_offset) == 0x000250, "Member 'ABP_plant_zone_sphere_C::random_offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box \ static_assert(alignof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box) == 0x000008, "Wrong alignment on BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box"); \ static_assert(sizeof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box) == 0x000100, "Wrong size on BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, EntryPoint) == 0x000000, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, K2Node_Event_OtherActor_1) == 0x000008, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, K2Node_Event_OtherActor) == 0x000010, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, K2Node_DynamicCast_AsCat_Pawn) == 0x000018, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::K2Node_DynamicCast_AsCat_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, K2Node_DynamicCast_AsCat_Pawn_1) == 0x000028, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::K2Node_DynamicCast_AsCat_Pawn_1' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_IsPlayerCat_ReturnValue) == 0x000031, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_IsPlayerCat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_IsPlayerCat_ReturnValue_1) == 0x000032, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_IsPlayerCat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, K2Node_Event_DeltaSeconds) == 0x000034, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_FindPlayerCatPawn_Cat) == 0x000038, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_FindPlayerCatPawn_Cat' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_RandomFloatInRange_ReturnValue) == 0x000040, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_SelectFloat_ReturnValue) == 0x000044, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000048, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_GetLocalVelocity_ReturnValue) == 0x000054, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_GetLocalVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_VSize_ReturnValue) == 0x000060, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000064, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_MapRangeClamped_ReturnValue) == 0x0000EC, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0000F0, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_HashRandom_float) == 0x0000F4, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_HashRandom_float' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_HashRandom_int) == 0x0000F8, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_HashRandom_int' has a wrong offset!"); \ static_assert(offsetof(BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000FC, "Member 'BP_plant_zone_box_C_ExecuteUbergraph_BP_plant_zone_box::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_plant_zone_box_C_ReceiveTick \ static_assert(alignof(BP_plant_zone_box_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_plant_zone_box_C_ReceiveTick"); \ static_assert(sizeof(BP_plant_zone_box_C_ReceiveTick) == 0x000004, "Wrong size on BP_plant_zone_box_C_ReceiveTick"); \ static_assert(offsetof(BP_plant_zone_box_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_plant_zone_box_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_plant_zone_box_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_plant_zone_box_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_plant_zone_box_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_plant_zone_box_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_plant_zone_box_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_plant_zone_box_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_plant_zone_box_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_plant_zone_box_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_plant_zone_box_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_plant_zone_box_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_plant_zone_box_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_plant_zone_box_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_plant_zone_box_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_plant_zone_box_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_plant_zone_box_C \ static_assert(alignof(ABP_plant_zone_box_C) == 0x000008, "Wrong alignment on ABP_plant_zone_box_C"); \ static_assert(sizeof(ABP_plant_zone_box_C) == 0x000258, "Wrong size on ABP_plant_zone_box_C"); \ static_assert(offsetof(ABP_plant_zone_box_C, UberGraphFrame) == 0x000228, "Member 'ABP_plant_zone_box_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_box_C, Audio) == 0x000230, "Member 'ABP_plant_zone_box_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_box_C, zone) == 0x000238, "Member 'ABP_plant_zone_box_C::zone' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_box_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_plant_zone_box_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_box_C, zone_size) == 0x000248, "Member 'ABP_plant_zone_box_C::zone_size' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_box_C, base_pitch) == 0x00024C, "Member 'ABP_plant_zone_box_C::base_pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_plant_zone_box_C, random_offset) == 0x000250, "Member 'ABP_plant_zone_box_C::random_offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMainWall_SOUND_C \ static_assert(alignof(AMainWall_SOUND_C) == 0x000008, "Wrong alignment on AMainWall_SOUND_C"); \ static_assert(sizeof(AMainWall_SOUND_C) == 0x000230, "Wrong size on AMainWall_SOUND_C"); \ #define DUMPER7_ASSERTS_AMainWall2_LD_C \ static_assert(alignof(AMainWall2_LD_C) == 0x000008, "Wrong alignment on AMainWall2_LD_C"); \ static_assert(sizeof(AMainWall2_LD_C) == 0x000230, "Wrong size on AMainWall2_LD_C"); \ #define DUMPER7_ASSERTS_AInsideTheWall_ZONE_C \ static_assert(alignof(AInsideTheWall_ZONE_C) == 0x000008, "Wrong alignment on AInsideTheWall_ZONE_C"); \ static_assert(sizeof(AInsideTheWall_ZONE_C) == 0x000230, "Wrong size on AInsideTheWall_ZONE_C"); \ }